S32K144EVB: Unable to receive the data by UART serial communication
08-07-2019
12:38 AM
1,345 Views
shriyawangikar1
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. I am using Hterm software to send and receive the data using seial communication.
2. I can able to transfer the data using OpenSDA UART pins from S32 design studio to Hterm.
3. However I am unable to receive the data send by the Hterm on S32DS.
Kindly give me suggestions.
3 Replies
08-07-2019
02:27 AM
1,204 Views
jiri_kral
NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
are you using example like lpuart_echo or it is your own program?
Jiri
08-07-2019
09:49 PM
1,204 Views
shriyawangikar1
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes sir..I used example program....I tried with below commands individually but did not work
1. LPUART1_receive_and_echo_char();
2. LPUART1_receive_char();
08-07-2019
10:12 PM
1,204 Views
jiri_kral
NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
here is thread related to your question - https://community.nxp.com/message/1182697?commentID=1182697#comment-1182697
Your terminal is probably not sending correct end character.
Jiri