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.

CCS/TDA3XEVM: what does it mean ???

Part Number: TDA3XEVM
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

#if defined (__ARM_ARCH_7A__)
#include <ti/sysbios/family/arm/a15/Cache.h>
#else
#include <ti/sysbios/hal/Cache.h>
#endif

__ARM_ARCH_7A__   - for Cortex M4, not ARM A15, isn't it ???