stm32f3xx-hal icon indicating copy to clipboard operation
stm32f3xx-hal copied to clipboard

serial_dma.rs example broken in v0.10

Open tomhampshire opened this issue 1 year ago • 3 comments

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.

tomhampshire avatar Dec 18 '23 20:12 tomhampshire

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

Sh3Rm4n avatar Jan 06 '24 11:01 Sh3Rm4n

Great - thank you!

tomhampshire avatar Jan 17 '24 12:01 tomhampshire

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.

robamu avatar Mar 23 '24 11:03 robamu