Tool/software: Code Composer Studio
Hello,
Can I insert my defined section in the .cmd file?
I want to define a specific data segment as .HAN and store it in Flash.
FLASH_HAN: origin = 0x330000, length = 0x07FFFF
.HAN:> FLASH_HAN, PAGE = 1
Is using the Flash API the only solution?
Thanks, Regards
Han