MIMXRT1060 - Reallocating the FlexRAM

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

MIMXRT1060 - Reallocating the FlexRAM

267 次查看
timmek
Contributor II

Hello,

Hardware used: MIMXRT1060-EVKB
Default RAM configuration in SDK examples: 
SRAM_DTC: 128kB,
SRAM_ITC: 128kB,
SRAM_OC: 768kB.

I incresed SRAM_DTC to 256kB using this tutorial:
Reallocating the FlexRAM 

My current settings:
SRAM_DTC: 256kB,
SRAM_ITC: 256kB,
SRAM_OC: 512kB.

It looks like it works (currenty I use ~200kB of SRAM_DTC) but stiil during compilation I see this:

============= SCRIPT: RT1060_connect.scp =============
RT1060 Connect Script
DpID = 0BD11477
APID = 0x04770041
Disabling MPU
Configure FlexRAM for 768KB OC RAM, 128KB I-TCM, 128KB D-TCM
Finished
============= END SCRIPT =============================
Probe Firmware: CMSIS-DAP (ARM)

 

Why these values are incorrect in log above? Where can I find and update "the script"?

Thank you.

 

0 项奖励
回复
1 回复

230 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

The script can be found on IDE location: ...\MCUXpressoIDE_11xx\ide
Is possible that the script is overinding the configuration for felxram

Best regards,
Omar

0 项奖励
回复