with S32DS on MPC5748G , uart pal can not work with freertos
Hi , I am using S32DS for develop on MPC5748G and I want to integrate uart_pal_mpc5748g to freertos_mpc5748g , but failed .freertos_mpc5748g function is OK, but uart function is not of work . the step what I did as below:
1, add uart_pal and pinsetting components into freertos_mpc5748g sample code


2,config uart_pal and pinsetting component as below:


3,generated code as below;

4,add uart function into freertos_mpc5748g sample code as below:


5,compile and debug :
it can run into vUartTask ,but uart function is not OK----can not send data and receive data
so why uart pal can not work ?
there are some config to do ?