Merge pull request #11195 from mathiasvr/pr-elrs-clean
[betaflight.git] / src / main / target / SPRACINGF4EVO / target.h
blob00918791defa34abe06dac6dc7e627671d062176
1 /*
2 * This file is part of Cleanflight and Betaflight.
4 * Cleanflight and Betaflight are free software. You can redistribute
5 * this software and/or modify this software under the terms of the
6 * GNU General Public License as published by the Free Software
7 * Foundation, either version 3 of the License, or (at your option)
8 * any later version.
10 * Cleanflight and Betaflight are distributed in the hope that they
11 * will be useful, but WITHOUT ANY WARRANTY; without even the implied
12 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 * See the GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this software.
18 * If not, see <http://www.gnu.org/licenses/>.
21 #pragma once
23 #define TARGET_BOARD_IDENTIFIER "SP4E"
24 #define USE_TARGET_CONFIG
26 #ifndef SPRACINGF4EVO_REV
27 #define SPRACINGF4EVO_REV 2
28 #endif
30 #define USBD_PRODUCT_STRING "SP Racing F4 EVO"
32 #define LED0_PIN PA0
34 #define USE_BEEPER
35 #define BEEPER_PIN PC15
36 #define BEEPER_INVERTED
38 #define INVERTER_PIN_UART2 PB2
40 #define GYRO_1_EXTI_PIN PC13
41 #ifdef SPRACINGF4EVODG
42 #define GYRO_2_EXTI_PIN PC5 // GYRO 2 / NC on prototype boards, but if it was it'd be here.
44 #define ENSURE_MPU_DATA_READY_IS_LOW
45 #endif
47 #define USE_MAG_DATA_READY_SIGNAL
48 #define ENSURE_MAG_DATA_READY_IS_HIGH
50 #define USE_GYRO
51 // actual gyro is ICM20602 which is detected by the MPU6500 code
52 #define USE_GYRO_SPI_MPU6500
54 #define USE_ACC
55 #define USE_ACC_SPI_MPU6500
57 #ifndef SPRACINGF4EVODG
58 #define GYRO_1_ALIGN CW0_DEG
59 #else
60 #define GYRO_1_ALIGN CW0_DEG
61 #define GYRO_2_ALIGN CW0_DEG
62 #endif
64 #define USE_BARO
65 #define USE_BARO_BMP280
66 #define USE_BARO_MS5611
68 #define USE_MAG
69 #define USE_MAG_AK8975
70 #define USE_MAG_HMC5883
71 #define USE_MAG_QMC5883
72 #define USE_MAG_LIS3MDL
74 #define USE_VCP
75 #define USE_UART1
76 #define USE_UART2
77 #define USE_UART3
78 #define USE_UART4
79 #define USE_UART5
80 #define SERIAL_PORT_COUNT 6
82 #define UART1_TX_PIN PA9
83 #define UART1_RX_PIN PA10
85 #define UART2_TX_PIN PA2
86 #define UART2_RX_PIN PA3
88 #define UART3_TX_PIN PB10
89 #define UART3_RX_PIN PB11
91 #define UART4_TX_PIN PC10
92 #define UART4_RX_PIN PC11
94 #define UART5_TX_PIN PC12
95 #define UART5_RX_PIN PD2
97 #define USE_ESCSERIAL
98 #define ESCSERIAL_TIMER_TX_PIN PA3 // (HARDARE=0,PPM)
100 #define USE_I2C
101 #define USE_I2C_DEVICE_1
102 #define I2C_DEVICE (I2CDEV_1)
103 #if (SPRACINGF4EVO_REV >= 2)
104 #define I2C1_SCL PB8
105 #define I2C1_SDA PB9
106 #else
107 #define I2C1_SCL PB6
108 #define I2C1_SDA PB7
109 #endif
111 #define USE_SPI
112 #define USE_SPI_DEVICE_1 // MPU
113 #define USE_SPI_DEVICE_2 // SDCard
114 #define USE_SPI_DEVICE_3 // External
116 #define SPI1_NSS_PIN PA4
117 #define SPI1_SCK_PIN PA5
118 #define SPI1_MISO_PIN PA6
119 #define SPI1_MOSI_PIN PA7
121 #define SPI2_NSS_PIN PB12
122 #define SPI2_SCK_PIN PB13
123 #define SPI2_MISO_PIN PB14
124 #define SPI2_MOSI_PIN PB15
126 #define SPI3_NSS_PIN PA15
127 #define SPI3_SCK_PIN PB3
128 #define SPI3_MISO_PIN PB4
129 #define SPI3_MOSI_PIN PB5
131 #if !defined(SPRACINGF4EVODG)
132 #define USE_VTX_RTC6705
134 #define RTC6705_CS_PIN SPI3_NSS_PIN
135 #define RTC6705_SPI_INSTANCE SPI3
136 #endif
138 #define USE_SDCARD
139 #define USE_SDCARD_SPI
140 #define SDCARD_DETECT_INVERTED
141 #define SDCARD_DETECT_PIN PC14
142 #define SDCARD_SPI_INSTANCE SPI2
143 #define SDCARD_SPI_CS_PIN SPI2_NSS_PIN
144 #define SPI2_TX_DMA_OPT 0 // DMA 1 Stream 4 Channel 0
146 #ifndef SPRACINGF4EVODG
147 #define GYRO_1_CS_PIN SPI1_NSS_PIN
148 #define GYRO_1_SPI_INSTANCE SPI1
149 #else
150 #define GYRO_1_CS_PIN SPI1_NSS_PIN
151 #define GYRO_1_SPI_INSTANCE SPI1
152 #define GYRO_2_CS_PIN SPI3_NSS_PIN
153 #define GYRO_2_SPI_INSTANCE SPI3
154 #endif
157 #define USE_ADC
158 // It's possible to use ADC1 or ADC3 on this target, same pins.
159 //#define ADC_INSTANCE ADC1
160 //#define ADC1_DMA_OPT 0 // DMA 2 Stream 0 Channel 0
163 // Using ADC3 frees up DMA2_Stream0 for SPI1_RX
164 #define ADC_INSTANCE ADC3
165 #define ADC3_DMA_OPT 1 // DMA 2 Stream 1 Channel 2
168 #define VBAT_ADC_PIN PC1
169 #define CURRENT_METER_ADC_PIN PC2
170 #define RSSI_ADC_PIN PC0
172 // PC3 - NC - Free for ADC12_IN13 / VTX Enable
173 // PC4 - NC - Free for ADC12_IN14 / VTX CS
174 // PC5 - NC - Free for ADC12_IN15 / OSD VSYNC / G2 MPU INT
176 #define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
178 #define USE_OSD
179 #define USE_OSD_OVER_MSP_DISPLAYPORT
180 #define USE_MSP_CURRENT_METER
182 #define USE_TRANSPONDER
184 #define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT
186 #define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
187 #define DEFAULT_FEATURES (FEATURE_TRANSPONDER | FEATURE_RSSI_ADC | FEATURE_TELEMETRY | FEATURE_OSD | FEATURE_LED_STRIP)
188 #define SERIALRX_UART SERIAL_PORT_USART2
189 #define SERIALRX_PROVIDER SERIALRX_SBUS
191 #define TARGET_IO_PORTA 0xffff
192 #define TARGET_IO_PORTB 0xffff
193 #define TARGET_IO_PORTC 0xffff
194 #define TARGET_IO_PORTD (BIT(2))
196 #define USABLE_TIMER_CHANNEL_COUNT 16 // 4xPWM, 8xESC, 2xESC via UART3 RX/TX, 1xLED Strip, 1xIR.
197 #if (SPRACINGF4EVO_REV >= 2)
198 #define USED_TIMERS (TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(8) | TIM_N(9))
199 #else
200 #define USE_TIM10_TIM11_FOR_MOTORS
201 #define USED_TIMERS (TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(8) | TIM_N(9) | TIM_N(10) | TIM_N(11))
202 #endif