Hi, Everyone
I wanna use CMSIS library.but I can not build because some error.
I watched“SPMA041C“ and used arm_bitreversal2.asm.
This document says we need to includ:
#if defined (__TMS470__)
#undef __INLINE
#define __INLINE inline
#endif
but I used TIv5.1.1 compiler of CCSv5.5. we should get TMS470 Compiler?
and We have to redefine from __TMS470__ to __.TI_ARM__??
Hiro