Hi,
I need a bit of help with a problem I'm having trying to build the RT_Sine_FIR_FFT template project in controlSuite.
It is located here:
C:\TI\controlSUITE\development_kits\TemplateProjects\F28M35x_controlCARD\RT_Sine_FIR_FFT
The first error is caused by this line of code:
#include "utils/memcopy.h"
in the file RT_sineFIRFFT_m3.c
I cannot find memcopy.h anywhere in the controlSuite installation???
I fixed the memcopy problem by pasting in a memcopy function from one of the other applications and commenting out the #include "utils/memcopy.h" line
I also get a link error:
Undefined symbol:
RamMReqSharedMemAccess
First referenced in file:
./RT_sineFIRFFT_m3.obj
Can anybody build this template project successfully?
I'm running V110 of control suite
Oh yes I also had to modify the macros.ini files in both the M3 and C28 projects to change the reference from V100 to V110.
Maybe there's a later version of the sample code???
Thanks,
Kirk