Other Parts Discussed in Thread: C2000WARE
Hello,
I have a COFF abi build SCI kernel build for RAM. I am trying to change its build configuration from RAM to FLASH.
1. #ifdef __cplusplus
#pragma CODE_SECTION(Init_Flash_Sectors,".TI.ramfunc");
#endif
Is this the correct pragma i should use for COFF abi projects , Here i am trying to load ' Init_Flash_Sectors ' function from flash to ram.
2.Can i use same linker file for both COFF and EABI projects, any example for COFF build FLASH linker files available?
3. i have used _FLASH and builded a seperate configuration for FLASH build , used this pragma , linker file is also modified
Is there anyother thing other than this i should take care to run flash API's in SCI kernel to run in RAM.
Thanks and regards,
Stevin