Hello everyone,
We are experiencing a very annoying problem when debugging using MCUXpresso with the iMX RT1020 and semihost to redirect printf.
It happens that suddenly and totally unexpectedly the debugger session is suspended in the PIT ISR. It always suspends in the same place (PIT ISR) even without setting any breakpoints and selecting "Skip All Breakpoints" in the IDE. We are using PEmicro probes.
It is very annoying and it is preventing us from debugging since the sessions are suspended unexpectedly and we must give it "Resume (F8)" manually.
We have no idea what is going on and what we can do to fix this.
Here is an image of the Call Stack when it happens
I hope you can help us.
We are using a custom board with PEmicro probes. Currently using MCUXpresso v11.5.1.
Do you think the SIGTRAP raised when PIT interrupt semihost printf is an IDE problem?
Hi,
I find using semihost printf with RT1020 EVK board on board CMSIS DAP works normally.
The print message was showing during the debug phase:
While switch to P&E Multilink Universal FX debugger during debug phase without any print message at console. After terminated the debug, those print messages were showed:
Mike