Tool/software: Code Composer Studio
Hi,
I uses C28346 and CCS3.3.81.6
I can't use ICE(XDS510LC USB JTAG) to load program when code located in flash.
The XINTF Zone 6 to connect Flash.
I can load program and run succeful originally.
But after moving some code to Flash, code can't run successfully.
(by using #pragma DATA_SECTION("FLASHFW") The section'FLASHFW" is at XINTF Zone 6)
If I use other tool to burn code to flash. It work okay.
Is any better solution to handle this situation?