Working with CLEV6630B, using LPC-link2 as a debug probe, I have lost the ability to see printf and other stdout traffic in the debug console. When I first loaded my project last month, I saw printf output in that window. It got less reliable during that session. Now a few weeks later, it is not working at all. The breakpoint after the printf hits when I place or remove a tag from the antenna. But nothing comes up in the display. See the attached screenshot.
So my question is, where can I look to see how that is supposed to work, so I can troubleshoot it? I tried stepping into printf and it just skipped over.
My project is built from NFC Reader Library, Basic Discovery Loop. Other open projects are DAL, FreeRTOS, lpc_board_nxp_lpcxpresso_1769, lpc_chip_175x_6x and NxpNfcRdLib. I have commented out all my changes and cannot get back to the earlier behavior.