analogdevicesinc / precision-converters-firmware

Precision Converters Embedded Firmware Repository
https://analogdevicesinc.github.io/precision-converters-firmware/
Apache License 2.0
13 stars 16 forks source link

projects:ad405x_iio:Add support for large capture #84

Closed ribdp closed 3 months ago

ribdp commented 3 months ago
  1. Remove DMA double buffering
  2. Use ping pong implementation where DMA always writes to SRAM buffer
  3. Increase the size of SRAM IIO buffer to 128KB
jansunil commented 3 months ago

LGTM. Now that we have SDRAM support in the STM32 FW also, should this be updated in the IIO Osc documentation?

image

ribdp commented 3 months ago

Updated data_streaming.rst to not refer exclusively to Mbed firmware, when talking about enabling SDRAM