2025-10-05 11:52 AM
Hello dear ST forum.
I need again you precious help.
I am working on a data acquisition device, and need to get 14bit data from a parallel ADC connected on DCMI pins,
at 48MHz, and move it to a 32MB SDRAM (W9825G6KH-6I) till almost full. The MCU is STM32H743IIT6.
After reading, and reading, I did understand that the only available way, is to use MDMA linked list.
Create 255 nodes and transfer the 16 bit data to the SDRAM.
Can someone point me the right direction?
2025-10-05 1:31 PM
Hello nedelcu
The approach using MDMA linked list nodes is indeed a very efficient way to handle such high-throughput data transfers without CPU overhead.
Here are some tips to help: