MPC5748G example app uart (LINFLEXD_UART_DRV_ReceiveDataBlocking)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5748G example app uart (LINFLEXD_UART_DRV_ReceiveDataBlocking)

Jump to solution
1,261 Views
kalai
Contributor I

HI,

   i try to run uart  example UART is not working . uart tranmission is working but receiver is not working (LINFLEXD_UART_DRV_ReceiveDataBlocking)

 i need some details 

 

 

 

thanks

kalai

 

 

 

0 Kudos
1 Solution
1,222 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

I tested both examples and it works, I can receive bytes sent from PC.
Just for uart_pal_mpc5748g example, PC terminal must be set to send endline upon enter as mentioned in example doxygen file.
For linflexd_uart_echo_mpc5748g example I just increase timeout value in ReceiveData Blocking function so I was able to write Hello from terminal in time.

 

BR, Petr

View solution in original post

0 Kudos
3 Replies
1,243 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

which example and board do you use?
Did you refer to e.g. SDK based example "inflexd_uart_echo_mpc5748g" within S32DS and follow description given in Doxygen inflexd_uart_echo_mpc5748g.dox file?

 

BR, Petr

0 Kudos
1,241 Views
kalai
Contributor I

HI petrs,

 

   i am using DEVKIT-mpc5748G board.i run example code( linflexd_uart_echo_mpc5748g,uart_pal_mpc5748g) only ,receiver is not working 

 

thanks

kalai

0 Kudos
1,223 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

I tested both examples and it works, I can receive bytes sent from PC.
Just for uart_pal_mpc5748g example, PC terminal must be set to send endline upon enter as mentioned in example doxygen file.
For linflexd_uart_echo_mpc5748g example I just increase timeout value in ReceiveData Blocking function so I was able to write Hello from terminal in time.

 

BR, Petr

0 Kudos