diff --git a/embassy-stm32/src/dma/dma.rs b/embassy-stm32/src/dma/dma.rs index 75fc1403..591279ef 100644 --- a/embassy-stm32/src/dma/dma.rs +++ b/embassy-stm32/src/dma/dma.rs @@ -84,6 +84,7 @@ pub(crate) async unsafe fn do_transfer( w.set_pinc(vals::Inc::FIXED); w.set_teie(true); w.set_tcie(true); + #[cfg(dma_v1)] w.set_trbuff(true); w.set_en(true);