There was an article titled "How to use printf function in S32DS for Power Architecture using EWL https://community.nxp.com/docs/DOC-332018
I've read the article (it's quite clear) but there is one issue I can't find a uart.c file.
I found files uart_console_io.c, and UART.h, but I can’t find uart.c. I can’t access the zip files (attached to the article ) because they are gone
Now for my questions
Question 1
How can I get a copy of uart.c?
Question 2
At location “C:\NXP\S32DS_Power_v2017.R1\S32DS\e200_ewl2\lib” there are various libraries with the following names
libc.a, libc99.a, etc. I’m assuming for me (since I’m using C) I would need to link to the libc.a library right? –
I’m confused here because in the article you show a picture linking to an EWL library – I don’t have library with that name.
Question 3
Regarding MPC5748G configuration do I need to use processor expert to configure the correct UART pins on the micro? - for EWL to work correctly?, I'm assuming that once the micro pins are configured correctly the printf() function should work correctly