Hi Shyam, Those memory sections are the working memory for the SBL, if you do not reserve those memory sections, the SBL will not working properly. However, those memory sections can be used for data buffers or none initialized data for your application, because they will be free after the SBL finishes and pass the control to the application code. Best regards, Ming
↧