Raphael Hetzel

Results 4 comments of Raphael Hetzel

Thanks, I missed that. Is there some example using SpiDMA as an embedded_hal_async SpiDevice (using embassy_embedded_hal or embedded_hal_bus)? I am still trying to figure out why my code gets blocked...

I will try to fix it and will create a repro example if I'm sure it is an issue with the crate (most likely, I'm just using it wrong). For...

I further experimented with it, but the async spi stack in esp-hal (0.18) always gets stuck during a write. Currently, the write gets stuck during `crate::dma::asynch::DmaTxFuture`. I have attached a...

Sorry for that, is there anything I can do to simplify it for repro? Edit: Just saw that I did not remove the modules at the top. Sorry for that,...