I have a TMS570 processor and want to send data with RX/TX protocol but I want to code it in C. Is there any way to code it and for the data,set a string to send?
Asked
Active
Viewed 174 times
0
-
2What is Rx/Tx protocol? Do you mean serial? – Colin Jul 27 '20 at 08:49
-
yes,serial ports which can communicate with other sensors via rx/tx ports – Nika Soltani Tehrani Jul 27 '20 at 08:58
-
this can help https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/565137?TMS570-using-UART-to-communicate-to-another-device – Ôrel Jul 27 '20 at 09:30
-
yes, there is a way, that is generally how it is done. – old_timer Jul 27 '20 at 14:29
-
what did you find in the chip vendors libraries and examples for this chip/board? – old_timer Jul 27 '20 at 15:47
1 Answers
1
I got the answer I am using code composer studio which is the company that is producing the TMS570LS microcontrollers. It has some examples of C codes for rx/tx transferring data

Nika Soltani Tehrani
- 11
- 2