AP_HAL_ChibiOS: Add FlywooF745

This commit is contained in:
Lava Chemist 2021-03-13 09:45:25 -05:00 committed by Andrew Tridgell
parent e614c9eeb2
commit 4a52f945db
5 changed files with 326 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 MiB

View File

@ -0,0 +1,109 @@
# Flywoo GOKU GN 745 40A AIO
https://flywoo.net/products/goku-gn745-40a-aio-bl_32-mpu6000-25-5-x-25-5
The Flywoo GOKU GN 745 AIO is a flight controller produced by [Flywoo](https://flywoo.net/).
## Features
- MCU: STM32F745 32-bit processor,216MHz, 512Kbytes Flash
- IMU: MPU6000 (SPI)
- Barometer: BMP280
- Onboard LEDWS2812*4
- USB VCP Driver (all UARTs usable simultaneously; USB does not take up a UART)
- 7 hardware UARTS (UART1,2,3,4,5,6,7)
- Supports serial receivers (SBUS, iBus, Spektrum, Crossfire) only.
- PPM and PWM receivers are not supported.
- Onbord 8Mbytes for Blackbox logging
- 9V Power Out: 1.5A max
- 5V Power Out: 2.0A max
- 3.3V Power Out: 0.5A max
- Dimensions: 33.5x33.5mm
- Mounting Holes: Standard 25.5/26.5mm square to center of holes
- Weight: 8.5g
- Built-in 40A BL_32 4in1 ESC
- Support BLheli / BLHELI_32
- Support PWM, Oneshot125, Oneshot42, Multishot, Dshot150, Dshot300, Dshot600,Dshot1200
- Input Voltage: 2-6S Lipo
- Continuous Current: 40A
- Firmware: BLHELI_32
## Pinout
![GOKU GN 745 40A AIO](GOKUGN745AIO_Pinout.png "GOKU GN 745 40A AIO")
## UART Mapping
The UARTs are marked Rn and Tn in the above pinouts. The Rn pin is the
receive pin for UARTn. The Tn pin is the transmit pin for UARTn.
|Name|Pin|Function|
|:-|:-|:-|
|SERIAL0|COMPUTER|USB|
|SERIAL1|RX1/TX1|UART1 (TELEM)|
|SERIAL2|TX2/RX2|UART2 (TELEM)|
|SERIAL3|TX3/RX3|UART3 (RC Input/Output)|
|SERIAL4|TX4/RX4|UART4|
|SERIAL5|TX5/RX5|UART5|
|SERIAL6|TX6/RX6|UART6 (GPS)|
|SERIAL7|TX7/RX7|UART7|
UART3 supports RX and TX DMA. UART1, UART2, UART4, and UART6 supports TX DMA. UART5 and UART7 do not support DMA.
## RC Input
RC input is configured on the UART3, which supports serial RC protocols. This board does not support PPM.
## OSD Support
The GOKU GN 745 AIO supports OSD using OSD_TYPE 1 (MAX7456 driver).
## PWM Output
The GOKU GN 745 AIO supports up to 8 PWM outputs. The pads for motor output ESC1 to ESC4 on the above diagram are the first 4 outputs, there are four additional pads for PWM 5-8. All 8 outputs support DShot as well as all PWM types.
The PWM are in 5 groups:
PWM 6: Group 1
PWM 1-2 and 7-8: Group 2
LED: Group 3
PWM: Group 4
PWM 3-4: Group 5
Channels within the same group need to use the same output rate. If
any channel in a group uses DShot then all channels in the group need
to use DShot. PWM 1-4 support bidirectional dshot.
## Battery Monitoring
The board has a builtin voltage sensor. The voltage sensor can handle 2S to 6S
LiPo batteries.
The correct battery setting parameters are:
- BATT_MONITOR 4
- BATT_VOLT_PIN 12
- BATT_VOLT_MULT around 10.9
- BATT_CURR_PIN 13
- BATT_CURR_MULT around 28.5
These are set by default in the firmware and shouldn't need to be adjusted
## Compass
The GOKU GN 745 AIO does not have a builtin compass but it does have an external I2C connector.
## NeoPixel LED
The board includes a NeoPixel LED pad.
## Loading Firmware (you will need to compile your own firmware)
Initial firmware load can be done with DFU by plugging in USB with the
bootloader button pressed. Then you should load the "with_bl.hex"
firmware, using your favourite DFU loading tool.
Once the initial firmware is loaded you can update the firmware using
any ArduPilot ground station software. Updates should be done with the
*.apj firmware files.

View File

@ -0,0 +1,13 @@
# setup the four built-in Neopixel LEDs on chan 9
SERVO9_FUNCTION 120
NTF_LED_TYPES 257
NTF_LED_LEN 4
# setup SERIAL3 for RCIN
SERIAL3_PROTOCOL 23
# disable GPS on Serial 4
SERIAL4_PROTOCOL -1
# setup SERIAL6 for GPS
SERIAL6_PROTOCOL 5

View File

@ -0,0 +1,44 @@
# hw definition file for processing by chibios_pins.py
# for Flywoo Goku GN F745.
# MCU class and specific type
MCU STM32F7xx STM32F745xx
# board ID for firmware load
APJ_BOARD_ID 1027
# crystal frequency, setup to use external oscillator
OSCILLATOR_HZ 8000000
FLASH_SIZE_KB 1024
# bootloader starts at zero offset
FLASH_RESERVE_START_KB 0
# the location where the bootloader will put the firmware
FLASH_BOOTLOADER_LOAD_KB 96
# order of UARTs (and USB). Allow bootloading on USB and telem1
SERIAL_ORDER OTG1 USART1
# USB
PA11 OTG_FS_DM OTG1
PA12 OTG_FS_DP OTG1
# USART1
PA10 USART1_RX USART1
PA9 USART1_TX USART1
PA13 JTMS-SWDIO SWD
PA14 JTCK-SWCLK SWD
PC13 LED_BOOTLOADER OUTPUT LOW
define HAL_LED_ON 0
define HAL_USE_EMPTY_STORAGE 1
define HAL_STORAGE_SIZE 16384
# Add CS pins to ensure they are high in bootloader
PE4 MPU6000_CS CS
PA4 FLASH_CS CS
PB12 AT7456E_CS CS

View File

@ -0,0 +1,160 @@
# hw definition file for processing by chibios_pins.py
# for FLYWOO Goku GN F745.
# thanks to betaflight for pin information
# MCU class and specific type
MCU STM32F7xx STM32F745xx
# board ID for firmware load
APJ_BOARD_ID 1027
# crystal frequency, setup to use external oscillator
OSCILLATOR_HZ 8000000
FLASH_SIZE_KB 1024
# bootloader takes first sector
FLASH_RESERVE_START_KB 96
# only one I2C bus
I2C_ORDER I2C1
# Buzzer - DMA timer channel use by LEDs
#PD15 TIM4_CH4 TIM4 GPIO(80) ALARM
PD15 BUZZER OUTPUT GPIO(80) LOW
define HAL_BUZZER_PIN 80
define HAL_BUZZER_ON 1
define HAL_BUZZER_OFF 0
# USB
PA11 OTG_FS_DM OTG1
PA12 OTG_FS_DP OTG1
# Debug
PA13 JTMS-SWDIO SWD
PA14 JTCK-SWCLK SWD
# SPI1 for Flash Storage 16mb
PA4 FLASH_CS CS
PA5 SPI1_SCK SPI1
PA6 SPI1_MISO SPI1
PA7 SPI1_MOSI SPI1
# SPI2 for OSD
PB12 AT7456E_CS CS
PB13 SPI2_SCK SPI2
PB14 SPI2_MISO SPI2
PB15 SPI2_MOSI SPI2
# SPI4 for MPU6000
PE4 MPU6000_CS CS
PE2 SPI4_SCK SPI4
PE5 SPI4_MISO SPI4
PE6 SPI4_MOSI SPI4
# I2C1 for baro
PB6 I2C1_SCL I2C1 PULLUP
PB7 I2C1_SDA I2C1 PULLUP
PC3 BATT_VOLTAGE_SENS ADC1 SCALE(1)
PC2 BATT_CURRENT_SENS ADC1 SCALE(1)
# define default battery setup
define HAL_BATT_VOLT_PIN 13
define HAL_BATT_CURR_PIN 12
define HAL_BATT_VOLT_SCALE 10.9
define HAL_BATT_CURR_SCALE 28.5
define HAL_BATT_MONITOR_DEFAULT 4
PC5 RSSI_ADC ADC1
# order of UARTs (and USB)
SERIAL_ORDER OTG1 USART1 USART2 USART3 UART4 UART5 USART6 UART7
# USART1
PA10 USART1_RX USART1 NODMA
PA9 USART1_TX USART1
# USART2
PD5 USART2_TX USART2
PD6 USART2_RX USART2 NODMA
# USART3
PB10 USART3_TX USART3
PB11 USART3_RX USART3
# UART4
PA0 UART4_TX UART4
PA1 UART4_RX UART4 NODMA
# UART5
PC12 UART5_TX UART5 NODMA
PD2 UART5_RX UART5 NODMA
# USART6
PC6 USART6_TX USART6
PC7 USART6_RX USART6 NODMA
# UART7
PE7 UART7_RX UART7 NODMA
PE8 UART7_TX UART7 NODMA
# Motors
PB0 TIM3_CH3 TIM3 PWM(1) GPIO(50) BIDIR # Motor 1
PB1 TIM3_CH4 TIM3 PWM(2) GPIO(51) # Motor 2
PE9 TIM1_CH1 TIM1 PWM(3) GPIO(52) # Motor 3
PE11 TIM1_CH2 TIM1 PWM(4) GPIO(53) BIDIR # Motor 4
PC9 TIM8_CH4 TIM8 PWM(5) GPIO(54) # Motor 5
PA3 TIM5_CH4 TIM5 PWM(6) GPIO(55) # Motor 6
PB4 TIM3_CH1 TIM3 PWM(7) GPIO(56) # Motor 7
PB5 TIM3_CH2 TIM3 PWM(8) GPIO(57) # Motor 8
# NeoPixel LED strip
PD12 TIM4_CH1 TIM4 PWM(9) GPIO(58)
PA2 LED0 OUTPUT LOW GPIO(90) # LED
# Misc Timer Stuff
PE13 TIM1_CH3 TIM1 PWM(10) GPIO(59) # PPM/Unused - for future use according to Flywoo
DMA_PRIORITY USART1* TIM1* TIM3*
DMA_NOSHARE SPI1_TX SPI1_RX TIM1_CH2 TIM3_CH3
define HAL_STORAGE_SIZE 16384
define STORAGE_FLASH_PAGE 1
# enable logging to dataflash
define HAL_LOGGING_DATAFLASH
# spi devices
SPIDEV dataflash SPI1 DEVID1 FLASH_CS MODE3 32*MHZ 32*MHZ
SPIDEV osd SPI2 DEVID2 AT7456E_CS MODE0 10*MHZ 10*MHZ
SPIDEV mpu6000 SPI4 DEVID4 MPU6000_CS MODE3 1*MHZ 4*MHZ
# no built-in compass and no external I2C so no compass
define ALLOW_ARM_NO_COMPASS
define HAL_COMPASS_DEFAULT HAL_COMPASS_NONE
define HAL_I2C_INTERNAL_MASK 0
# one IMU
IMU Invensense SPI:mpu6000 ROTATION_YAW_180
define HAL_DEFAULT_INS_FAST_SAMPLE 1
# one BARO
BARO BMP280 I2C:0:0x76
# setup for OSD
define OSD_ENABLED 1
define HAL_OSD_TYPE_DEFAULT 1
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
define BOARD_PWM_COUNT_DEFAULT 10
define STM32_PWM_USE_ADVANCED TRUE
# FFT option (disabled by default)
# define HAL_WITH_DSP 1
# define AC_OAPATHPLANNER_ENABLED 0
# EK2 options (disabled by default)
# define HAL_NAVEKF2_AVAILABLE 1
# define HAL_NAVEKF3_AVAILABLE 0