2021-06-07 10:10 PM
hi
we want to debug from the external memory interface.
Actually my code size is more than internal RAM memory, so we want use external memory jtag debugging. is this external memory debugging possible?
if possible what is procedure ?
2021-06-10 01:20 AM
IDE? In this ram you wonna store code or data?
2021-06-10 04:37 AM
The processor, and by extension the debugger, can see all available memory within the address space.
At reset the pins and configuration of external memories will not have been done. You either need to do this with Debugger Scripts, or by executing BSP code to bring up those memories to a usable state, and break point after that.
2021-06-16 10:59 PM
IDE: Seggar Studio, CubeIDE, Keil uVision. we want to store code and data both from external memory
2021-06-16 11:24 PM
Check STM32CubeProgrammer User manual for creating a external memory loader, but still this is ram, volatile memory. For release version you will nedd non volatile momory to store program and data.
2021-06-20 10:21 PM
Thank you for reply,
Store the data to external memory has done.
Now my question is How to debug the code which is in external memory from jtag by using currenting running code in MCU flash
2021-06-20 11:23 PM
What of the memory can you see once you bring up the external interfaces?