This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CMSIS Library Probrem

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