LPUART receive function not working (LPUART_DRV_ReceiveData) with SDK 3.0.0

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPUART receive function not working (LPUART_DRV_ReceiveData) with SDK 3.0.0

822件の閲覧回数
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 件の賞賛
返信
1 返信

684件の閲覧回数
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 件の賞賛
返信