Hi
it seems that an unhandled exception occurred -> the address space belongs to Boot assist module - rom code executed after reset.
Which DevKit board revision do you use? what is the jumper settings?
I'd suggest you to debug Hello World Rappid project (FYI: it should loads also program the bootloader - just update the absolute path to rbf file)
stanish_0-1661529524755.png
then put a breakpoint at app _start() and perform reset target from the debugger (see screenshot below)
stanish_1-1661530742799.png
Now run the execution -> do you hit the breakpoint?
If not, please add read watchpoint to address 0xfa0004 (bootloader rchw block - app entry point) and reset from debugger. Do you hit the watchpoint?
stanish_2-1661531392930.png
stanish_3-1661531515049.png
Regards,
Stan