Prevent external SRAM use

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

Prevent external SRAM use

跳至解决方案
918 次查看
adi2Intel
Contributor III

Hi all,

MXRT1050\1052

I'm sorry if this question was asked before, couldn't find the answer .

What should be set in the SDK to avoid using external RAM?

 

Thanks,

Adi

标签 (1)
标记 (3)
0 项奖励
1 解答
910 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @adi2Intel ,

   If you don't want to use the external SDRAM, and you are using the SDK code for RT1050\2, it is very easy, just set:

XIP_BOOT_HEADER_DCD_ENABLE=0

kerryzhou_0-1647835917796.png

And delete the SDRAM memory from 0X80000000

kerryzhou_1-1647835953489.png

 

Wish it helps you!

If you still have questions about it, please kindly let me know.

Best Regards,

Kerry

 

 

在原帖中查看解决方案

0 项奖励
2 回复数
911 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @adi2Intel ,

   If you don't want to use the external SDRAM, and you are using the SDK code for RT1050\2, it is very easy, just set:

XIP_BOOT_HEADER_DCD_ENABLE=0

kerryzhou_0-1647835917796.png

And delete the SDRAM memory from 0X80000000

kerryzhou_1-1647835953489.png

 

Wish it helps you!

If you still have questions about it, please kindly let me know.

Best Regards,

Kerry

 

 

0 项奖励
453 次查看
larrydemuth
Contributor III

I was just wondering how we know what defines to use in this? Is there documentation that tells what they are and what they do?

0 项奖励