Hello,
Considering the same memory section “FLASH” for “.const” and “.cinit” data, as indicated in the following .cmd instructions :
.const : {} > FLASH
.cinit : {} > FLASH
Is there an placement instruction, to place “.const” at the end of the mapping, after .cinit block, at compilation ?
Best Regards,