Tool/software: TI C/C++ Compiler
Hello,
I have a question regarding the C-Compiler of the F28379D.
Currently I´m working on the LAB2 example of the one day workshop. In the source file F2837xD_SysCtrl.c the symbol “__cplusplus” is used.
#ifndef __cplusplus
//#pragma CODE_SECTION(InitFlash, "ramfuncs");
//#pragma CODE_SECTION(FlashOff, "ramfuncs");
#pragma CODE_SECTION(InitFlash, ".TI.ramfunc");
#pragma CODE_SECTION(FlashOff, ".TI.ramfunc");
#endif
Where is this symbol defined?
Best Regards
Ralf