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.