RT1050 SDRAM launch speed is incredibly slow

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RT1050 SDRAM launch speed is incredibly slow

Jump to solution
666 Views
DCheung
Contributor II

I am currently launching my project directly to the external sdram using an sdram_init script. However, I notice the launch speed is very slow and launching xip is somehow faster. It typically gets stuck at:

GDB nonstop mode enabled
FreeRTOS stack backtrace is disabled

I am using MCU Link Pro CMSIS with a wirespeed of 16MHz.

Is there any documentation on launching directly in sdram? I am thinking perhaps I am missing some important configurations.

0 Kudos
Reply
1 Solution
659 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @DCheung ,

You can compare the binary file size of the XIP project and SDRAM project. I tested on deepviewrt_labelimage project. The XIP project is 800k while the SDRAM project is 6.7M. It seems the .bss segment is initialized when download. It will take a lot of time.

 

Regards,

Jing

View solution in original post

1 Reply
660 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @DCheung ,

You can compare the binary file size of the XIP project and SDRAM project. I tested on deepviewrt_labelimage project. The XIP project is 800k while the SDRAM project is 6.7M. It seems the .bss segment is initialized when download. It will take a lot of time.

 

Regards,

Jing