Other Parts Discussed in Thread: ADS1194
Tool/software:
I am using the ADS1198 with DMA. I configured the chip in RDATAC mode and am able to get data frames of 19 bytes.
Now I want to read multiple frames at once so that I can process larger chunks of data without involving the CPU for each small 19-byte frame. How can I configure the chip to read multiple frames at once? I tried increasing the buffer and DMA length, but I get an interrupt on the DRDY pin before the SPI transaction is complete, and I am unable to make it work.
For 19 bytes, the SPI DMA configuration works well.