-
Notifications
You must be signed in to change notification settings - Fork 247
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
Debug and re-enable I2S tests on ESP32 #2440
Comments
A (probably separate) ESP32 I2S issue can be reproduced by liebman/esp-hub75@e5f8392 Placing an This issue feels very similar to other i2s/spi issues (like #2909) where we have to wait for some amount of time, otherwise an async operation hangs. |
This also happens on the On the All the above examples are very similar. Seems like something with |
The I8080 driver doesn't use the DMA interrupts fwiw, it has it's own "I'm done" interrupt. |
More on the i8080 - it never sends anything - not even one clock. |
Thank you both, a number of problems have been discovered around DMA and the LCD_CAM peripheral, but neither of those are actually related to this particular issue. |
Disabled in #2439 due to noise.
The text was updated successfully, but these errors were encountered: