I assume that JLink reset command or GDB reset will get the micro to a default state. But what if I linked my code at a specific address and there is nothing at the default rom address?
An IDE seems to hard fault, as it will send this basic reset, and the PC will jump to a location with no code.
Is there a way to reset to a known/set state? I looked up reset strategies and didn't see much that was relevant to code (a vector table) missing from a default rom address.
Thoughts?
An IDE seems to hard fault, as it will send this basic reset, and the PC will jump to a location with no code.
Is there a way to reset to a known/set state? I looked up reset strategies and didn't see much that was relevant to code (a vector table) missing from a default rom address.
Thoughts?