Hello,
I'm looking to see if there is a mode in the AM263x or TMS570 devices that allows the SPI interface to stream data continuously without breaks between bytes or words. I understand from the datasheet the SPI word length is 2-16 or 4-32 (depending on the device). I need one continuous stream of clocks for 1ms at ~2MHz, so ~2000 bits of data.
Here is an example:
- Set CS (chip-select) pin low
- Start sending zeros continuously with no breaks between bytes/words
- After 1ms
- Stop sending zeros
- Set CS pin high
Thanks,
Brian