Search
Project
General
Profile
Sign in
Register
Home
Projects
Redmine shortcuts
Search
:
MityDSP (TI TMS320C6xxx Based Products)
All Projects
Mity CPU Platforms
»
MityDSP (TI TMS320C6xxx Based Products)
Overview
Activity
News
Wiki
Forums
Download (372 Bytes)
DSP/BIOS project unresolved symbols
» main.cpp
Silvano Bertoldo, 07/03/2014 11:09 AM
/*
* main.c
*/
#include
<std.h>
#include
<log.h>
#include
<stdio.h>
#include
"quadracfg.h"
#include
"pippuzzo.h"
#define MAX_DSP_FFT_SIZE 32768
#define BUFFSIZE 1000
/* Functions */
float
global_buffer
[
10000000
];
int
main
(
void
)
{
float
inp_buffer
[
BUFFSIZE
];
int
i
;
inp_buffer
[
0
]
=
0
;
for
(
i
=
0
;
i
<
1000000
;
i
++
)
global_buffer
[
i
]
=
i
+
1
;
_dataIO
();
return
0
;
}
« Previous
1
2
3
4
Next »
(3-3/4)
Go to top
Loading...