I am unable to get PRINTFs to show up in the Console - but when using stdio printf instead it does work when using the ewl_c Debugger Console lib.
How can I get the PRINTFs that are scattered all over the example code to print as well?
The example I tried is BCC_S32K144_Monitoring in case that matters, tool is 2018.R1 Update11
after some more digging I see the definitions in nxp_console.h - bringing up 2 follow-up questions:
1) how do I remove the define "SDK_DEBUGCONSOLE" to get to use normal printfs?
2) if I keep SDK_DEBUGCONSOLE then where is he "SDK debug console" in the IDE?