i.MXRT1010: How to configure FlexRAM?

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

i.MXRT1010: How to configure FlexRAM?

2,003 Views
yokonav
Contributor III

My current (default) FlexRAM settings are Flash: 16MB, SRAM_DTC: 32KB, SRAM_ITC: 32KB, SRAM_OC: 32KB NCACHE_REGION: 32 KB. My program needs bigger SRAM_DTC (64KB). I can change SRAM_DTC size in MCUExpresso > C/C++ Build > MCU Settings. But I see some code in board.board.c -> BOARD_ConfigMPU() related to RAM configuration. Do I need to change them, too? Can you please let me know the exact procedure to increase/adjust RAM size?

Tags (1)
0 Kudos
2 Replies

1,906 Views
lucas_cao
NXP Employee
NXP Employee

1,570 Views
emagnioj
Contributor II

Hello, i m looking for a flat imxrt1011 128kB RAM

Reading the application notes and the knowledge Base "Reallocatin the FlexRAM" i reconfigure the ram and adding only FLASH and a NCACHE_REGION 0x0 to 0x20000 i can compile a C++ project. 

But when the main runs the idle while(true) i++ … there is always exception.

 

Please is there a complete example C++ project to reconfigure IMXRT1011 with 128kB of RAM?

Thank you!
Emag

 

 

0 Kudos