RT1050 SDRAM launch speed is incredibly slow

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

RT1050 SDRAM launch speed is incredibly slow

ソリューションへジャンプ
752件の閲覧回数
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 解決策
745件の閲覧回数
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 返信
746件の閲覧回数
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