STM32H743 Save ADC Output from DMA to RAM to Flash
Hi all, im using Cube IDE STM32H743ZI2 Evaluation board
im curently sampling ADC2 and storing the output at an internal array using DMA
the array size is uint16_t[100,000]
my requirements as to store much more data which means i have to use a diffrent memory sector.
i was hoping i could use flash for that matter but the examples that i tried online.
i was wondering is that kind of thing even possible?
do i need some external flash memory for that matter?
my final goal would be storing around 1M samples during about 1-2 seconds which sums up at about 1Mb
what is the right approach for that matter?
according to the reference manual i should be able to access flash memory via D2->D1 AHB BUS
Thanks! :)

