Tool/software:
I am using AM263P4 launchpad. My SPI peripheral requires a CS line toggle in between each 16bit word.
Currently, I am using DMA blocking mode and setting up 1 word transactions so that the CS line is toggled between each transaction.
Is there a more efficient way of doing this? Ideally, I would like to have 1 transaction with multiple 16 bit words, and CS toggled in between each word automatically.
Thanks for the help!