2025-09-09 5:34 AM
Hello,
I would like to transfer 3 linked list blocks over UART DMA. When I started HAL_MDMA_START_IT, it transmits only 16 bytes. How can I send big files back to back? Configurations are as follows:
MCU : STM32H7 series
Firmware : Last release
2025-09-09 7:33 AM - edited 2025-09-09 7:36 AM
Hello @farukisiker
Please refer to the article below to configure your linked list dma transfer.
How to configure the linked list mode in STM32Cube... - STMicroelectronics Community
also see the workshop below:
STM32H5 workshop - 05 More advanced GPDMA - Linked Lists (intermediate)
2025-09-09 7:48 AM
Hello @farukisiker
Please refer to this example as starting point.