Hello,
I am using MSP430F5529 to stream out data sequence (DMA and SPI combination), triggered by external signal. For now I have data buffer (1kB of size) and code works fine.
What I wold like to do is stream out 32kB. How to do that? How to store 32kB of data and still have fast access to it?
(controller works with highest frequency - 24MHz, and SPI also)
Thanks