We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Title. Doing it cuz its faster and easier.
Set up DMA for I2C on CubeMX. Start DMA in init functions. Replace I2C HAL calls with DMA calls.
The text was updated successfully, but these errors were encountered:
Added blocked tag since we currently make no I2C calls (gotta get GPIO expanders back in).
Sorry, something went wrong.
No branches or pull requests
Description
Title. Doing it cuz its faster and easier.
Acceptance Criteria
Proposed Solution
Set up DMA for I2C on CubeMX. Start DMA in init functions. Replace I2C HAL calls with DMA calls.
The text was updated successfully, but these errors were encountered: