Go to Project - Options for Target... and do the following:
- On the Linker tab:
- disable Use Memory Layout from Target Dialog
- add
6314
in the disable Warnings box
- select
.\RTE\Device\<selected_device>\MIMXRT1064xxxxx_ram.scf
linker script from the drop-down list in case you want to debug from RAM
or
select .\RTE\Device\<selected_device>\MIMXRT1064xxxxx_flexspi_nor.scf
in case you want to download the program to the target's external Flash memory
- On the Debug tab:
- select the CMSIS-DAP debugger
- If you want to execute and debug from RAM:
- disable Load Application at Startup
- select
ram_debug.ini
as Initialization File
- Go to Settings and select SYSRESETREQ as the reset mechanism
- If you want to download the program into Flash, go to the Flash Download tab and set the Programming Algorithm to: MIMXRT106x 4mB Winbond QSPI Flash
Continue by configuring the I/O pins and clock.