Hello everyone,
I was previously debugging my i.MX RT1064 application through the USB-OTG port, which exposed a virtual COM port and allowed me to view PRINTF() output on a serial terminal without using UART pins.
Recently, I switched to debugging via PEMicro JTAG in MCUXpresso IDE, and now I am unable to view any console output. I tried using the SWO/ITM printf viewer, but no output appears. I also looked for semihosting options, but they do not exist in the project settings in MCUXpresso IDE when using PEMicro.
My question:
Is there any software-only method to view printf console output while debugging via PEMicro JTAG on i.MX RT1064, without connecting external UART hardware?
How do i debug my code by viewing debug console?