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 ?
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:
Please note, the driver also needs to be added.
More details, please check the SDK code, thanks.
Best Regards,
Kerry