Pyboard D SPI DMA
Posted: Fri Oct 23, 2020 9:15 am
Hi,
I'm looking to use DMA for SPI, the application is reading from an ADC (ADS1299).
I found the following (https://github.com/micropython/micropython/pull/5721), but rlourette says that "This would be implemented differently on the Pyboard D for instance as its DMA controller has double buffer mode".
Does anyone know if SPI+DMA has been implemented on the Pyboard D - or how much of a challenge it would be to adapt rlourette's work?
Any help would be greatly appreciated
I'm looking to use DMA for SPI, the application is reading from an ADC (ADS1299).
I found the following (https://github.com/micropython/micropython/pull/5721), but rlourette says that "This would be implemented differently on the Pyboard D for instance as its DMA controller has double buffer mode".
Does anyone know if SPI+DMA has been implemented on the Pyboard D - or how much of a challenge it would be to adapt rlourette's work?
Any help would be greatly appreciated