Other Parts Discussed in Thread: C2000WARE
Hi team,
I am using TMS320F280025C microcontroller and want to use LIN A to transmit a data buffer on serial terminal (I am using Clear Terminal).
To do so, although I only need the transmission functionality, I have configured GPIO 22 (LIN A TX) and GPIO 23 (LIN A RX) and connected it PC using an external FTDI.
Since I am new to this microcontroller, I find the information given in the TRM quite confusing. I have also referred a few examples provided in the C2000Ware:
"C2000Ware_5_00_00_00\driverlib\f28002x\examples\lin\lin_ex3_sci_dma.c"
"C2000Ware_5_00_00_00\driverlib\f28002x\examples\lin\lin_ex7_external_loopback.c"
"C2000Ware_5_00_00_00\device_support\f28002x\examples\dma\dma_ex1_gsram_transfer.c"
The examples mentioned above do not provide me the answer I'm looking for.
For starters, I am just trying to print simple char data (e.g., "Hello world") in the terminal using the LIN module in SCI mode. I am not entirely sure if it is possible or not, please let me know.
Also, I would like to know when we use the functions "LIN_sendData();" and "LIN_writeSCICharBlocking();"
Thanks





