2021-12-28 06:02 PM
2021-12-28 06: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 06: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 06:54 PM
Thank you for reply.