Skip to content

Commit

Permalink
Update DREAMFLYF405 (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
GEME-Cyi authored Apr 20, 2024
1 parent 2450718 commit 4deb5c9
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions configs/default/DFRC-DREAMFLYF405.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Betaflight / STM32F405 (S405) 4.3.2 Nov 28 2022 / 07:26:30 (60c9521) MSP API: 1.44
# Betaflight / STM32F405 (S405) 4.4.3 Apr 20 2024 / 19:51:42 (738127e7e) MSP API: 1.45

#mcu STM32F405

Expand Down Expand Up @@ -67,8 +67,8 @@ resource ADC_BATT 1 C01
resource ADC_RSSI 1 C02
resource ADC_CURR 1 C03

resource PINIO 1 C05 //IO1 is used for camera switching
resource PINIO 2 C00
resource PINIO 1 C05
resource PINIO 2 C00

resource FLASH_CS 1 A15
resource OSD_CS 1 B12
Expand All @@ -94,6 +94,10 @@ timer B04 AF2
# pin B04: TIM3 CH1 (AF2)
timer B03 AF1
# pin B03: TIM2 CH2 (AF1)
timer B08 AF2
# pin B08: TIM4 CH3 (AF2)
timer B09 AF3
# pin B09: TIM11 CH1 (AF3)

# dma
dma ADC 3 0
Expand All @@ -116,28 +120,29 @@ dma pin B04 0
# pin B04: DMA1 Stream 4 Channel 5
dma pin B03 0
# pin B03: DMA1 Stream 6 Channel 3
dma pin B08 0
# pin B08: DMA1 Stream 7 Channel 2

# feature
feature RX_SERIAL
feature OSD

# serial
serial 20 1 115200 57600 0 115200
serial 1 64 115200 57600 0 115200

# master
set mag_bustype = I2C
set mag_i2c_device = 1
set baro_bustype = I2C
set baro_i2c_device = 1
set serialrx_provider = CRSF
set adc_device = 3
set blackbox_device = SPIFLASH
set dshot_burst = ON
set dshot_burst = AUTO
set current_meter = ADC
set battery_meter = ADC
set beeper_inversion = ON
set beeper_od = OFF
set osd_displayport_device = MAX7456
set max7456_spi_bus = 2
set pinio_config = 129,129,1,1
set pinio_box = 40,41,255,255
Expand Down

0 comments on commit 4deb5c9

Please sign in to comment.