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.

How to transmit more than 16 SPI bits?

Other Parts Discussed in Thread: TMS320F28069

I did a thoroughly exhaustive search on this subject, even though I found literally *nothing* I feel like I am not the first person ever to try and do this.  I need to transmit more than 16 SPI bits.  According to the SPI guide, this is as simple as placing all the data into the 'FIFO Buffers', of which there can be up to 4 (16 bit data registers), which can be clocked in sequentially or with a 0 to 255 clock delay in between.  Unfortunately, the guide is not so good as to reveal the addresses of said buffers, nor do the header files give any hints.  The forums mention nothing about this topic, so I will be the first to ask:

How do I transmit more than 16 SPI bits with a c2000 processor?