cancel
Showing results for 
Search instead for 
Did you mean: 

RAM size is not increasing and giving runtime error

Nitin
Associate III

Hi I am working on SBSFU Application project from STM32U585 project. I have done below changes to the existing project.

1. Added my project code SBSFU_Appli_NonSecure project.

2. Previously this project was assigned 192KB and it was hardly using 3% of it. And now the requirement is of more RAM, I have increased RAM boundry to 256KB as below in STM32U585AIIX_FLASH.ld

RAM (xrw) : ORIGIN = NS_DATA_START, LENGTH = 256KB/*NS_DATA_SIZE*/

3. Now what I am seeing is I am not getting to jump to NS main() after this

"[INF] Jumping to the first image slot"

 

Same kind of experiment I have tried in TFM project and it worked, but I am not able to get the catch here.

Need help, thanks in advance...

@Jocelyn RICARD 

0 REPLIES 0