stm32f3xx-hal
stm32f3xx-hal copied to clipboard
serial_dma.rs example broken in v0.10
Serial
no longer has a split()
function, as of version 0.10.
The current version of the serial_dma.rs
example is therefore broken.
Please, could someone advise on an alternative solution to using serial with DMA?
Many thanks.
Yeah, this is indeed currently broken, sorry :( This was an oversight on releasing v0.10.0
.
I have an attempt for the fix at #359
Great - thank you!
Does the new version allow to independently start RX and TX transfers? This is a use-case i have in my application where I am handling the reading of variable sized frames via DMA and the sending of frames in separate RTIC tasks.