STM32H7 - ADC to micro SD card with sampling frequency of 3.6 MHz possible?
Hi, I am new to STM32. I have a STM32H723 nuncleo board where I want to sample 8 bit data from the on-board ADC at the maximum frequency of 3.6 MHz. Then I want to directly transfer the data to a SD card using DMA with SPI. Preferably I would want to add a timestamp to each sample, where this can get tricky to combine with the use of DMA.
ADC -> Memory + adding timestamp (As a buffer)
Memory -> micro SD card
I need some tips and tricks how to do this, and if it is even possible to do at these speeds.
Thanks for all answers!
