Resolved! STM32H743 Save ADC Output from DMA to RAM to Flash
Hi all, im using Cube IDE STM32H743ZI2 Evaluation boardim curently sampling ADC2 and storing the output at an internal array using DMAthe array size is uint16_t[100,000]my requirements as to store much more data which means i have to use a diffrent m...