No source available for "() at 0xffffffa8"
I have brought down the example I3C_Controller_Private_Command_IT project for the Nucleo-H56ZI, which is the board I am using. When Handle_ENTDAA_Controller(); is executed, it immediately gets to an error that reads "No source available for "<signal handler called>() at 0xffffffa8" and goes into Error_Handler(). When i view the disassembly, I see it state "ffffffa8: Failed to execute MI command: -data-disassemble -s 4294967208 -e 4294967241 -- 3 Error message from debugger back end: Cannot access memory at address 0xffffffa8" I have tried messing with the debugger configuration to no avail, closing and reopening the program, and putting in a trace, but nothing has come from any of it. Any clues as to why I am getting this error?

