When debugging an example in mcuxpresso, it flashes the code and load, but then i receive this message
No source available for "<signal handler called>() at 0xfffffffe"
Im debugging an example application: evkbmimxrt1170_canfd_interrupt_transfer_cm7
Other projects result in the same error.
I have modified the boot device in the board, changed the QSPI to the OSPI. And changed the keys accordingly, i also changed the boot device in the project configuration, in the MCU settings section the new driver is MIMXRT1170_SFDP_MXIC_OPI.cfx
In the gdb terminal i can flash and it looks like i went well, also the load command loads, but when continuing ou stepping it goes immediately to this error. Is there some configuration missing? How can i make the debug work?