-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S2: SPI DMA test_asymmetric_dma_transfer fails #2098
Comments
Ah yeah it is almost definitely this. For the S2 the fix is trivial. You just need to change esp-hal/esp-hal/src/spi/master.rs Lines 3459 to 3479 in 492e35a
|
It's also worth noting that this bug would've been swept under the rug (like it is for some of the other chips) if the pdma was being reset during construction like the Gdma currently is. |
Dominic, are you sure this isn't a timing issue? The test passes if I enable |
It may very well be, unfortunately probe-rs doesn't seem happy with my S2 so I can't really dig in further. And given the number of changes that have happened since I made that hypothesis, I won't be surprised if I'm wrong haha |
Thanks for your input, I'm looking into this :) |
main
doesnt have any issue with this test in S2Originally posted by @SergioGasquez in #2074 (comment)
See #2074 (comment) for more information
The text was updated successfully, but these errors were encountered: