mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
stm32/gpdma: clear tr3 just in case.
This commit is contained in:
parent
f2f96a731c
commit
59dcffbc60
@ -245,6 +245,7 @@ impl<'a> Transfer<'a> {
|
||||
});
|
||||
w.set_reqsel(request);
|
||||
});
|
||||
ch.tr3().write(|_| {}); // no address offsets.
|
||||
ch.br1().write(|w| w.set_bndt(bndt));
|
||||
|
||||
match dir {
|
||||
|
Loading…
Reference in New Issue
Block a user