2025-05-21 6:22 AM
Hi
I'm working on implementing a bootloader on a Nucleo H723ZG and attempted to relocate the application to a different flash address. During testing in the debugger, I found that the application only runs correctly when I explicitly specify the vector table address. Without this, the system ends up in a fault (trap) state.
I have the linker file adjusted
The defines ready:
I have no idea what else could go wrong...
Thank you
BR