Part Number: TMS320F280039
Other Parts Discussed in Thread: C2000WARE
Hello Experts,
I am trying to use a LIN as an SCI
It will benefit me if any example code is available in Bitfield.
Thank You
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F280039
Other Parts Discussed in Thread: C2000WARE
Hello Experts,
I am trying to use a LIN as an SCI
It will benefit me if any example code is available in Bitfield.
Thank You
Hi Vishal,
Unfortunately, we do not have any LIN bitfield examples for the F28003x. Since this is a newer device, all of the examples are in driverlib. If you want to use bitfield, I suggest looking at the lin_ex2_sci_loopback example in the [C2000ware install]/driverlib/f28003x/examples/lin folder. This is a simple loopback example using LIN in SCI mode. You can look at which bits and registers are edited with each of the driverlib functions called and replicate this in bitfield code. Let me know if you have any more questions.
Best Regards,
Delaney
Hello Delaney,
Thanks for the reply
Is it possible to use driverlib and bitfield in the same project for F28003x?
Best Regards
Vishal
Hi Vishal,
Yes, this is possible. Please refer to the following thread for more information.
Best Regards,
Delaney