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

DMA for I2C #197

Open
3 tasks
Sabramz opened this issue Sep 11, 2024 · 1 comment
Open
3 tasks

DMA for I2C #197

Sabramz opened this issue Sep 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Sabramz
Copy link
Contributor

Sabramz commented Sep 11, 2024

Description

Title. Doing it cuz its faster and easier.

Acceptance Criteria

  • Interface for I2C DMA calls
  • All I2C read and write calls are replaced with reading and wiring to DMA
  • Tested on car

Proposed Solution

Set up DMA for I2C on CubeMX. Start DMA in init functions. Replace I2C HAL calls with DMA calls.

@Sabramz Sabramz added enhancement New feature or request Blocked Something is stopping this issue from being possible labels Sep 11, 2024
@Sabramz
Copy link
Contributor Author

Sabramz commented Sep 11, 2024

Added blocked tag since we currently make no I2C calls (gotta get GPIO expanders back in).

@Sabramz Sabramz removed the Blocked Something is stopping this issue from being possible label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant