Part Number: AM263P4-Q1
Could you please let us know any precautions when using the OCRAM area reserved for SBL as application RAM in the AM263Px MCU+ SDK 09.02.00 environment?
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.
Part Number: AM263P4-Q1
Could you please let us know any precautions when using the OCRAM area reserved for SBL as application RAM in the AM263Px MCU+ SDK 09.02.00 environment?
The OCRAM area in the SBL is typically reserved for its code and data region and we say not to use this region, as if there is an overlap in the text or rodata of APP with the code region of SBL in RAM, then when SBL parses this application from Flash to RAM, the SBL code region could be overwritten, cause it to not execute correctly.
But the SBL region in RAM is only needed while SBL is executing. Post that, in Application, these regions are free to use.
Thanks and Regards,
Nikhil Dasan