Error when jumping to user app
Hello everyone
So I've managed to adapt and build my custom user app. Flashed it into the device.
But it fails on startup somewhere between gpio and timers initializations in main().
Console shows the following text:
= [TEST] write 8 bytes @ Isolated code start add 08000200
flash error code: 0 ===> KO!!!!!
What this may mean?
edit: in debugger is says
Break at address "0x8009b98" with no debug information available, or outside of program code.
The MCU is STM32G070
IDE is CubeIDE
