RT1050 SDRAM launch speed is incredibly slow

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

RT1050 SDRAM launch speed is incredibly slow

跳至解决方案
800 次查看
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 项奖励
回复
1 解答
793 次查看
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

在原帖中查看解决方案

1 回复
794 次查看
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