Hi Sir :
I use SBL to load MCU App. How can I correctly reclaim the space used by SBL to MCU App?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Sir :
I use SBL to load MCU App. How can I correctly reclaim the space used by SBL to MCU App?
Hi,
For what purpose are you planning to use the memory? Based on that we can provide you suggestion. This memory should not be loaded/used when SBL is executing. Once the application is up and running however you can use the space.
Regards,
Parth
Hi,
I want to use this space for App ".txt" and ".rodata".
You can't use this space for .txt and .rodata sections as these sections will be loaded while loading the application and it will crash the SBL. You can only use this memory for the non loadable sections like .bss .stack etc