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
We're running a large number of LEDs on SPI3 but are running into some performance issues. To increase efficiency we're looking at using the DMA, however it looks like the necessary DMA transfer traits are only implemented for SPIs 1 and 2.
Under the SPI section the stm32f105-7 datasheet mentions:
All SPIs can be served by the DMA controller.
Is there any reason in particular SPI3's implementations have been omitted? Or perhaps just oversight? The only difference with SPI3 that comes to mind is the necessary AFIO remap, but I'm not experienced enough to know if this affects the DMA at all?
Just thought I'd leave an issue before heading home. If it looks like this should be added, I'll have a go at it once I'm back at the lab tomorrow.
The text was updated successfully, but these errors were encountered:
We're running a large number of LEDs on SPI3 but are running into some performance issues. To increase efficiency we're looking at using the DMA, however it looks like the necessary DMA transfer traits are only implemented for SPIs 1 and 2.
Under the SPI section the stm32f105-7 datasheet mentions:
Is there any reason in particular SPI3's implementations have been omitted? Or perhaps just oversight? The only difference with SPI3 that comes to mind is the necessary AFIO remap, but I'm not experienced enough to know if this affects the DMA at all?
Just thought I'd leave an issue before heading home. If it looks like this should be added, I'll have a go at it once I'm back at the lab tomorrow.
The text was updated successfully, but these errors were encountered: