I have a new board of RT1052. The flash memory (W25Q64JV) is empty. How to program from 0x60000000 to 0x60001FFF via CMSIS-DAP-Debugger with MCUXpresso IDE?
I got an example code that can overwrite the booting area with Keil-C after erasing all. I found that they use both fsl_flexspi_nor_boot.c and fsl_flexspi_nor_flash.c to program the flash. My application can be running after loading this example code.


I found some similar files in the MCUXpresso IDE. I want to know how to use it. Can anyone teach me how to use the XIP folder?


How to configure the above two files?