Hi there,
When I was working on TIVA M4 MCUs, there is a way to directly load the code to SRAM by CCS, and then debug the code in SRAM.
Because the code loading is directly to SRAM, so there is no waste time in flash erase and programming. However, in Hercules (RM57), I find my trick in TIVA does not work. (the trick is to modify link command to SRAM only). It take a lot longer for code loading to flash though only a few sectors were erased. On top of that, there is a concern of flash worn out.
I am wondering is there a procedure to achieve SRAM code loading directly from CCS and debug the code in SRAM?
