Hallo,
can anyone provide the correct linker cmd file for .TI.ramfuncs or is this correct:
#ifdef __TI_COMPILER_VERSION__
#if __TI_COMPILER_VERSION__ >= 15009000
.TI.ramfunc : {} > SRAM
#else
ramfuncs : > SRAM
#endif
#endif
Thanks
Best regards
Steffen