2021-12-28 6:02 PM
2021-12-28 6:39 PM
The STM32G4 doesn't have the double-buffer DMA capability (DBM=1) that some other families do.
You can use a single buffer and use the HT and TC interrupts to process each half of the buffer.
2021-12-28 6:39 PM
The STM32G4 doesn't have the double-buffer DMA capability (DBM=1) that some other families do.
You can use a single buffer and use the HT and TC interrupts to process each half of the buffer.
2021-12-28 6:54 PM
Thank you for reply.