use imxrt1170-evk
1. I want to use jtag to load only .axf files.
i try MCUBOOTUtility and Secure Provisioning Tool.
But, tools doesn't seem to have jtag loading.
When I used that tool to load to USB, I succeeded.
so how can i slove this problem?
2. An error is generated when trying several times program build situation
region `SRAM_DTC_cm7' overflowed by 165744 bytes
Memory region Used Size Region Size %age Used
BOARD_FLASH: 0 GB 16 MB 0.00%
SRAM_DTC_cm7: 427888 B 256 KB 163.23%
SRAM_ITC_cm7: 0 GB 256 KB 0.00%
SRAM_OC1: 0 GB 512 KB 0.00%
...
make[1]: *** [makefile:69: TEST.axf] Error 1
make: *** [makefile:60: all] Error 2
What needs to be fixed???