Part Number: TMS320F28375D
Other Parts Discussed in Thread: C2000WARE
In this customer application, SPI is communicating at 1Mbps and a Timer0 interrupt is polling the FIFO. Once in a while the buffer is overflown; after debugging the problem we came to the conclusion that the USB is suspending interrupts and causing the issue. Since the USB is compiled as a library, I am looking for suggestions on how to handle the problem. Is there a way for the USB not to suspend interrupts and therefore not interfere with the SPI functions?
Thank you!