Hi,
I tried "LINFlexD_UART MPC5748G " example, when I run this I got "Hello World!" on hyper terminal.
But according to documentation "S32SDK_MPC5748G_UserManual"
Application description
The purpose of this example is to highlight the usage of UART driver implemented over LINFLEXD module on
MPC5748G CPU using the S32 SDK API. The application will echo 'Hello World!' to the console; if 'Hello' string is
received from the console, the board will answer with 'Hello World!' again.
Note
The application only takes into account the first 5 characters sent from the console at a time; anything after
that will be discarded.
Just "LINFLEXED_UART_DRV_SendData(INST_LINFLEXED_UART1,(uint8_t*)msg,strlen(msg));" is sufficient to print message on console(hyper terminal).
My, question is where should I type "Hello" to get "Hello World!"?
Krishnaja.