You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title. We are doing this because it is faster and easier.
Acceptance Criteria
All SPI communications are done through DMA
There is an interface for doing SPI through DMA
The interface is documented
All HAL calls to SPI are replaced with this interface
Proposed Solution
Set up DMA for SPI lines in STM32CubeMX, find all SPI write and read calls and replace them with DMA access. Make callbacks for DMA RX and TX interrupts. Wrap it in a nice interface, replace calls to HAL functions with interface.
The text was updated successfully, but these errors were encountered:
Description
Title. We are doing this because it is faster and easier.
Acceptance Criteria
Proposed Solution
Set up DMA for SPI lines in STM32CubeMX, find all SPI write and read calls and replace them with DMA access. Make callbacks for DMA RX and TX interrupts. Wrap it in a nice interface, replace calls to HAL functions with interface.
The text was updated successfully, but these errors were encountered: