How to add ext Flash using MCUXpresso IDE- start address :0x60000000 , size 0x4000000

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

How to add ext Flash using MCUXpresso IDE- start address :0x60000000 , size 0x4000000

893 Views
Maheshkadam9922
Contributor II

when we create a new project using MCUXpresso IDE that time by default memory configuration which is available in project- properties -c/c++ Build-MCU settings is below 

SRAM_DTC -0x20000000 ,SRAM_ITC-0x0,SRAM_OC-0x20200000 

but I wanted to add flash :0x60000000 , size 0x4000000 in mxrt1051 project .

how to add flash , what will we need to do other settings ?

we tried to add flash using add flash tap -:0x60000000 , size 0x4000000 and build the project then project build successfully with 0 error but when we run the code, processor goes in watchdog section and code not working 

Could you anyone assist how to add flash , what will we need to do other settings ?

 

0 Kudos
Reply
1 Reply

866 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @Maheshkadam9922 ,

  You totally can refer to the RT1050 SDK code, which can be downloaded from this link:

https://mcuxpresso.nxp.com/en/builder?hw=EVKB-IMXRT1050

If you want to add the flash address, just add it here:

kerryzhou_0-1682418604528.png

Please note, the driver also needs to be added.

More details, please check the SDK code, thanks.

Best Regards,

Kerry

 

 

0 Kudos
Reply