HI,
I'm working on CycloneV soc board, when I ran to the main (the spl started successfully) the order B _mainCRTStartup couldn't get through:
I didn't set any breakpoints or watchpoints for this line.
Please help me with that issue.
Reguards.
Alex
Hi Alex,
This is a 'vector_catch` exception, as the instruction at 0x001000080 is a Supervisor SVC call.
To disable this, open the breakpoints view, click on the menu, and select `Manage Signals`, and deselect all.https://developer.arm.com/documentation/101470/2023-0/Perspectives-and-Views/Manage-Signals-dialog-boxhttps://developer.arm.com/documentation/101470/2023-0/Controlling-Target-Execution/Handling-processor-exceptions
Regards, Ronan
Yes, It worked
Thank you for your help.