mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
hwdef: disable I2C DMA on Pixhawk6X
this prevents an issue with the BMI088 and external compass on GPS1
This commit is contained in:
parent
22d4cd9865
commit
4488d4d290
@ -201,6 +201,12 @@ PF15 I2C4_SDA I2C4
|
||||
I2C_ORDER I2C4 I2C1 I2C2 I2C3
|
||||
define HAL_I2C_INTERNAL_MASK 1
|
||||
|
||||
# this board is very tight on DMA channels. To allow for more UART DMA
|
||||
# we disable DMA on I2C. This also prevents a problem with DMA on I2C
|
||||
# interfering with IMUs
|
||||
NODMA I2C*
|
||||
define STM32_I2C_USE_DMA FALSE
|
||||
|
||||
# heater
|
||||
PB10 HEATER_EN OUTPUT LOW GPIO(80)
|
||||
define HAL_HEATER_GPIO_PIN 80
|
||||
|
Loading…
Reference in New Issue
Block a user