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.
I have a SPI+DMA Energia sketch for CC3200 launchpad at
https://github.com/manitou48/CC3200/blob/master/spidma.ino
The SPI+DMA works fine once, improving block transfer speed from 2mbs for loop-based SPI transfer to 17 mbs (with SPI CLK at 20mhz). But it hangs the 2nd time through the loop. Logic analyzer shows the sketch pulling CS LOW, but no SPI activity shows on analyzer 2nd time though, sketch hangs waiting for spidone
I'm running with factory-installed firmware. (is there a way to look in ROM to get the firmware version?)