Hi,
I'm using Stellaris launchpad LM4F120H5QR with IAR IDE.
I'm using SPI interface (SSI2) with mDMA enabled (channel 12 and 13) to communicate with CC3000 boosterpack.
The issue is that after few good SPI transfers, RX channel does not move to mode UDMA_MODE_STOP.
When I try to read from the RX I receive the previous data which host already read successfully.
It always happens after a specific command I try to send over SPI. The command following will be stuck due to RX channel is not in UDMA_MODE_STOP.
Just to mention, I also working setup with almost the same code (different configuration) with LM4F232H5QD, with no issues.
According to both MCU's data sheet, it looks like mDNA interface is almost the same (beside hardware configurations). Correct me if I'm wrong.
Any specific difference between platforms that can point the reason why is it not working in one and does in other?
Any idea why this is not working?
Thanks,
Yael