Skip to content

Instantly share code, notes, and snippets.

@JyeSmith
Created July 25, 2022 07:22
Show Gist options
  • Save JyeSmith/a55eefb6b303f093ba8e7d87a0e1d38a to your computer and use it in GitHub Desktop.
Save JyeSmith/a55eefb6b303f093ba8e7d87a0e1d38a to your computer and use it in GitHub Desktop.
# Betaflight / STM32F411 (S411) 4.2.0 Jun 14 2020 / 03:04:43 (8f2d21460) MSP API: 1.43
board_name FENOXE
manufacturer_id FENX
# resources
resource MOTOR 1 A08
resource MOTOR 2 A09
resource MOTOR 3 A10
resource MOTOR 4 B00
resource SERIAL_TX 1 B06
resource SERIAL_TX 2 A02
resource SERIAL_RX 1 B07
resource SERIAL_RX 2 A03
resource LED 1 C13
resource SPI_SCK 1 A05
resource SPI_SCK 2 B13
resource SPI_MISO 1 A06
resource SPI_MISO 2 B14
resource SPI_MOSI 1 A07
resource SPI_MOSI 2 B15
resource ADC_BATT 1 A00
resource ADC_CURR 1 A01
resource PINIO 1 B05
resource FLASH_CS 1 B02
resource OSD_CS 1 B12
resource GYRO_EXTI 1 B03
resource GYRO_CS 1 A04
resource USB_DETECT 1 C15
# timer
timer A08 AF1
# pin A08: TIM1 CH1 (AF1)
timer A09 AF1
# pin A09: TIM1 CH2 (AF1)
timer A10 AF1
# pin A10: TIM1 CH3 (AF1)
timer B00 AF2
# pin B00: TIM3 CH3 (AF2)
# dma
dma ADC 1 1
# ADC 1: DMA2 Stream 4 Channel 0
dma pin A08 1
# pin A08: DMA2 Stream 1 Channel 6
dma pin A09 1
# pin A09: DMA2 Stream 2 Channel 6
dma pin A10 0
# pin A10: DMA2 Stream 6 Channel 0
dma pin B00 0
# pin B00: DMA1 Stream 7 Channel 5
# feature
feature RX_SERIAL
feature TELEMETRY
feature OSD
# master
set serialrx_provider = CRSF
set motor_pwm_protocol = DSHOT300
set dshot_bitbang = OFF
set battery_meter = ADC
set current_meter = ADC
set ibata_scale = 170
set system_hse_mhz = 8
set blackbox_device = SPIFLASH
set max7456_spi_bus = 2
set flash_spi_bus = 2
set gyro_1_bustype = SPI
set gyro_1_spibus = 1
set gyro_1_sensor_align = CW180
set gyro_1_align_yaw = 1800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment