mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
HAL_ChibiOS: Fix DMA of SPI1 TX on STM32F412
This commit is contained in:
parent
8daa8f34c9
commit
2df2e5c275
@ -44,7 +44,7 @@ DMA_Map = {
|
|||||||
"QUADSPI" : [(2,7,3)],
|
"QUADSPI" : [(2,7,3)],
|
||||||
"SDIO" : [(2,3,4),(2,6,4)],
|
"SDIO" : [(2,3,4),(2,6,4)],
|
||||||
"SPI1_RX" : [(2,0,3),(2,2,3)],
|
"SPI1_RX" : [(2,0,3),(2,2,3)],
|
||||||
"SPI1_TX" : [(2,2,2),(2,3,3),(2,5,3)],
|
"SPI1_TX" : [(2,3,3),(2,5,3)],
|
||||||
"SPI2_RX" : [(1,3,0)],
|
"SPI2_RX" : [(1,3,0)],
|
||||||
"SPI2_TX" : [(1,4,0)],
|
"SPI2_TX" : [(1,4,0)],
|
||||||
"SPI3_RX" : [(1,0,0),(1,2,0)],
|
"SPI3_RX" : [(1,0,0),(1,2,0)],
|
||||||
|
Loading…
Reference in New Issue
Block a user