Hello,
I am developing code on S32DS for NXP S32K146, and I have a bug very complex to find.
I need to check permanently the values of variables. But I use already the UART serial line, so I can not use it. But on S32DS, there is a window "debugger console", is it possible to use this window to send comment/text/data ?
If yes, how can I do ?
Best regards
Sebastien
Thanks a lot David for the link. But your link explains how to do from new project, but from my side, the project already exists and I do not want to create a new one to not lost all the S32DS configuration.
Hi, I believe it is answered in the following thread:
How to use ITM Printf with S32k144 and S32DS
Potentially following example codes could be useful:
Example S32K_printf_implementation - S32DS_1.0
EXAMPLE: S32k144 UART printf/scanf under FreeRTOS - S32DS
Hope it helps