Other Parts Discussed in Thread: SYSBIOS, C2000WARE
Hi expert,
I have implemented a DCAN receive FIFO demo on my side (F28388D’s CM core, based on SYSBIOS) and get it generally function properly. But I may need your further advice on using FIFO on F28388D’s CM core.
1. I didn’t even see a DCAN transmit FIFO demo, does this kind of FIFO exist or not?
2. Typically, we are using a FIFO to reduce the times for CPU to response an interrupt. If we already programming DCAN using Tx or Rx interrupts, will it still be beneficial to using a FIFO? I ask this for I didn’t find an interrupt configuration specially designed for FIFO mode like a SCI or SPI.
3. Based on my code, what should I do to reset the FIFO for further data to come if we use driverlib API? Could you demo for this part?
4. Any advice for this code is welcomed.
Thanks
Sheldon