LPUART receive function not working (LPUART_DRV_ReceiveData) with SDK 3.0.0

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

LPUART receive function not working (LPUART_DRV_ReceiveData) with SDK 3.0.0

768 Views
anoop_radhakris
Contributor II

Hi,

Thanks Diana Batriova for the reply.

Feature:Porting of sdk 0.8.6 echo example(without processor expert) to

sdk 3.0.0(with processor expert) Serial communication with LPUART

Scenario: echo testing with LPUART

Given:start up code initialization done,

Given: clock configuration is done

Given: LPUART2 initialization done,

When:trying to transmit(using LPUART_DRV_SendData) it is able to

receive in terminal.

and trying to receive data(using LPUART_DRV_ReceiveData) from terminal

Then:device should receive.

Observation: Device is unable to receive data.

Indiviual sdk example are working fine.But when Iam trying to use

LPUART echo example code from sdk 0.8.6(without processor expert) to

sdk 3.0.0(with processor expert),receive(LPUART_DRV_ReceiveData)is not

working for me.

0 Kudos
1 Reply

630 Views
dianabatrlova
NXP TechSupport
NXP TechSupport

Hi Anoop,

You are welcome.

I would like to recommend you to use directly the lpuart_echo_s32k144 SDK 3.0.0 example from S32 Design Studio for ARM 2018.R1. File -> New -> Project from Example :

pastedImage_1.png

After that, you don't need to port anything. The older versions don't have to be compatible. 

I hope it helps.

Best Regards,

Diana

0 Kudos