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 ?