2 * This file is part of Betaflight.
4 * Betaflight is free software. You can redistribute this software
5 * and/or modify this software under the terms of the GNU General
6 * Public License as published by the Free Software Foundation,
7 * either version 3 of the License, or (at your option) any later
10 * Betaflight is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 * See the GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public
17 * License along with this software.
19 * If not, see <http://www.gnu.org/licenses/>.
23 This file has been auto generated from unified-targets repo.
25 The auto generation is transitional only, please remove this comment once the file is edited.
28 #define FC_TARGET_MCU STM32F405
30 #define BOARD_NAME BLUEJAYF4
31 #define MANUFACTURER_ID BKMN
33 #define USE_GYRO_SPI_MPU6500
34 #define USE_ACC_SPI_MPU6500
35 #define USE_FLASH_W25P16
37 #define BEEPER_PIN PC1
38 #define MOTOR1_PIN PA0
39 #define MOTOR2_PIN PA1
40 #define MOTOR3_PIN PA2
41 #define MOTOR4_PIN PA3
42 #define MOTOR5_PIN PB0
43 #define MOTOR6_PIN PB1
44 #define RX_PPM_PIN PC7
45 #define LED_STRIP_PIN PB0
46 #define UART1_TX_PIN PA9
47 #define UART3_TX_PIN PB10
48 #define UART6_TX_PIN PC6
49 #define UART11_TX_PIN PB3
50 #define UART1_RX_PIN PA10
51 #define UART3_RX_PIN PB11
52 #define UART6_RX_PIN PC7
53 #define INVERTER6_PIN PB15
54 #define I2C1_SCL_PIN PB8
55 #define I2C1_SDA_PIN PB9
59 #define SPI1_SCK_PIN PA5
60 #define SPI3_SCK_PIN PC10
61 #define SPI1_MISO_PIN PA6
62 #define SPI3_MISO_PIN PC11
63 #define SPI1_MOSI_PIN PA7
64 #define SPI3_MOSI_PIN PC12
65 #define ESCSERIAL_PIN PC7
66 #define ADC_VBAT_PIN PC3
67 #define ADC_CURR_PIN PC2
68 #define SDCARD_CS_PIN PA15
69 #define SDCARD_DETECT_PIN PD2
70 #define FLASH_CS_PIN PB7
71 #define GYRO_1_EXTI_PIN PC5
72 #define GYRO_1_CS_PIN PC4
74 #define TIMER_PIN_MAPPING \
75 TIMER_PIN_MAP( 0, PC7 , 1, 0) \
76 TIMER_PIN_MAP( 1, PA0 , 2, 0) \
77 TIMER_PIN_MAP( 2, PA1 , 2, 0) \
78 TIMER_PIN_MAP( 3, PA2 , 2, 0) \
79 TIMER_PIN_MAP( 4, PA3 , 2, 1) \
80 TIMER_PIN_MAP( 5, PB0 , 1, 0) \
81 TIMER_PIN_MAP( 6, PB1 , 3, 0) \
82 TIMER_PIN_MAP( 7, PB3 , 1, 0)
86 #define SPI3_TX_DMA_OPT 0
87 #define ADC1_DMA_OPT 1
89 //TODO #define MAG_BUSTYPE I2C
90 #define MAG_I2C_INSTANCE (I2CDEV_1)
91 //TODO #define BARO_BUSTYPE I2C
92 #define BARO_I2C_INSTANCE (I2CDEV_1)
93 //TODO #define BLACKBOX_DEVICE SDCARD
94 //TODO #define BATTERY_METER ADC
95 #define BEEPER_INVERTED
96 //TODO #define BEEPER_OD OFF
97 //TODO #define SDCARD_DETECT_INVERTED ON
98 #define USE_SDCARD_SPI
99 #define SDCARD_SPI_INSTANCE SPI3
100 #define SYSTEM_HSE_MHZ 8
101 //TODO #define DASHBOARD_I2C_BUS 1
102 #define FLASH_SPI_INSTANCE SPI3
104 #define GYRO_1_SPI_INSTANCE SPI1