Other Parts Discussed in Thread: RM48L952
Hi!
Still playing with HDK RM48...
I'm trying to use fft and fir functions of the Cortex-R4 DSP library.
I included the sources i need (/include and /source/TransformFunction), and defined #define CCS.
Is there any PDF explaining how to use this librairy with Cortex-R4F on CCS, like this one : http://www.ti.com/lit/an/spma041b/spma041b.pdf (stellaris one)?
Can you help me with this error please :
#1174 attributes may not appear here arm_math.h /Benchmarks/include line 4632 C/C++ Problem
line 4632 = acc = __SMLALD(S->A1, (q31_t)__SIMD32(S->state), acc);
core_r4_simd.h = #define __SMLALD(a,b,c) _smlald(c,a,b)
Google can not help me with this kind of error! i'm afraid :-/
And, is there other functions to calculate fft?
Thanks and regards,
Pierre.

