Forum Discussion
Dzar
Occasional Contributor
7 years agoProper flow for debugging code loaded from ROM (QSPI)
I have a board where I loaded my code into QSPI for loaded by the HPS at boot time. This works. But when I connect with the debugger, and load my symbols for that code, I cannot set/hit breakpoints, ...
Dzar
Occasional Contributor
7 years agoThe solution, it seems, is to set the memory type being loaded. In my case that was something like
add-symbol-file "filename.axf" s:0x0
The "s:" is what's important.