Skip to content
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

ports/stm32: Move JPEG priority down to 10. #130

Merged

Conversation

kwagyeman
Copy link
Member

@kwagyeman kwagyeman commented Dec 4, 2024

This fixes the jpeg encoder eating up all the bandwidth in interrupt mode.

Moving SPI priority around for the FLIR doesn't matter as when the SPI bus is in circular mode it never stops clocking so it doesn't generate any interrupts. Everything is controlled via the DMA half/full transfer complete interrupts in this case.

@kwagyeman kwagyeman requested a review from iabdalkader December 4, 2024 03:43
@iabdalkader
Copy link
Member

Please send a PR to update the submodule.

@iabdalkader iabdalkader merged commit 3f42112 into openmv:openmv-1.24.0 Dec 4, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants