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.

AM2634-Q1: SPI Stream Mode

Part Number: AM2634-Q1

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:

  1. Set CS (chip-select) pin low
  2. Start sending zeros continuously with no breaks between bytes/words
  3. After 1ms
  4. Stop sending zeros
  5. Set CS pin high

Thanks,
Brian