Skip to content

Commit ac61c6a

Browse files
Add new target DAKEFPVH743_SLIM. (#926)
* Add new target DAKEFPVH743_SLIM. * Reallocate timer * Reallocate timer.TIM1 or TIM8 open for DShot bitbang * Update configs/DAKEFPVH743_SLIM/config.h Co-authored-by: ot0tot <[email protected]> * Update configs/DAKEFPVH743_SLIM/config.h Co-authored-by: ot0tot <[email protected]> * Update configs/DAKEFPVH743_SLIM/config.h --------- Co-authored-by: ot0tot <[email protected]>
1 parent da73cd2 commit ac61c6a

File tree

1 file changed

+184
-0
lines changed

1 file changed

+184
-0
lines changed

configs/DAKEFPVH743_SLIM/config.h

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
/*
2+
* This file is part of Betaflight.
3+
*
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
8+
* version.
9+
*
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.
13+
*
14+
* See the GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public
17+
* License along with this software.
18+
*
19+
* If not, see <http://www.gnu.org/licenses/>.
20+
*/
21+
22+
#pragma once
23+
24+
#define FC_TARGET_MCU STM32H743
25+
26+
#define BOARD_NAME DAKEFPVH743_SLIM
27+
#define MANUFACTURER_ID DAKE
28+
29+
#define USE_ACC
30+
#define USE_ACC_SPI_MPU6000
31+
#define USE_ACC_SPI_ICM42688P
32+
#define USE_GYRO
33+
#define USE_GYRO_SPI_MPU6000
34+
#define USE_GYRO_SPI_ICM42688P
35+
36+
#define USE_BARO
37+
#define USE_BARO_BMP280
38+
#define USE_BARO_DPS310
39+
#define USE_FLASH
40+
#define USE_FLASH_M25P16
41+
#define USE_MAX7456
42+
#define USE_SDCARD
43+
#define USE_SDCARD_SDIO
44+
45+
#define BEEPER_PIN PE10
46+
47+
#define MOTOR1_PIN PE9 // TIM1 CH1
48+
#define MOTOR2_PIN PE11 // TIM1 CH2
49+
#define MOTOR3_PIN PE13 // TIM1 CH3
50+
#define MOTOR4_PIN PE14 // TIM1 CH4
51+
#define MOTOR5_PIN PA0 // TIM2 CH1
52+
#define MOTOR6_PIN PA1 // TIM2 CH2
53+
#define MOTOR7_PIN PA2 // TIM2 CH3
54+
#define MOTOR8_PIN PA3 // TIM2 CH4
55+
56+
#define SERVO1_PIN PD12 // TIM4 CH1
57+
#define SERVO2_PIN PD13 // TIM4 CH2
58+
#define SERVO3_PIN PD14 // TIM4 CH3
59+
#define SERVO4_PIN PD15 // TIM4 CH4
60+
61+
#define LED_STRIP_PIN PB0 // TIM3 CH3
62+
63+
#define CAMERA_CONTROL_PIN PC8 // TIM8 CH3
64+
#define UART1_TX_PIN PA9
65+
#define UART1_RX_PIN PA10
66+
#define UART2_TX_PIN PD5
67+
#define UART2_RX_PIN PD6
68+
#define UART3_TX_PIN PD8
69+
#define UART3_RX_PIN PD9
70+
#define UART4_TX_PIN PB9
71+
#define UART4_RX_PIN PB8
72+
#define UART5_TX_PIN PB6
73+
#define UART5_RX_PIN PB5
74+
#define UART6_TX_PIN PC6
75+
#define UART6_RX_PIN PC7
76+
#define UART7_TX_PIN PE8
77+
#define UART7_RX_PIN PE7
78+
#define UART8_TX_PIN PE1
79+
#define UART8_RX_PIN PE0
80+
#define I2C2_SCL_PIN PB10
81+
#define I2C2_SDA_PIN PB11
82+
#define LED0_PIN PD10
83+
#define LED1_PIN PD11
84+
#define LED2_PIN PA8
85+
#define SPI1_SCK_PIN PA5
86+
#define SPI1_SDI_PIN PA6
87+
#define SPI1_SDO_PIN PA7
88+
#define SPI2_SCK_PIN PB13
89+
#define SPI2_SDI_PIN PC2
90+
#define SPI2_SDO_PIN PC3
91+
#define SPI3_SCK_PIN PC10
92+
#define SPI3_SDI_PIN PC11
93+
#define SPI3_SDO_PIN PC12
94+
#define SPI4_SCK_PIN PE12
95+
#define SPI4_SDI_PIN PE5
96+
#define SPI4_SDO_PIN PE6
97+
#define ADC_VBAT_PIN PA4
98+
#define ADC_RSSI_PIN PC5
99+
#define ADC_CURR_PIN PC0
100+
#define ADC_AIRS_PIN PC4
101+
#define ADC_EXTERNAL1_PIN ADC_AIRS_PIN
102+
#define PINIO1_PIN PE2
103+
#define PINIO2_PIN PE3
104+
#define PINIO3_PIN PE4
105+
#define PINIO4_PIN PD2
106+
#define FLASH_CS_PIN PA15
107+
#define MAX7456_SPI_CS_PIN PB12
108+
#define GYRO_1_EXTI_PIN PD4
109+
#define GYRO_1_CS_PIN PC9
110+
#define GYRO_2_EXTI_PIN PB2
111+
#define GYRO_2_CS_PIN PB1
112+
113+
#define USE_GYRO_CLKIN
114+
#define GYRO_1_CLKIN_PIN PB7 // TIM17_CH1N
115+
116+
#define SDIO_CK_PIN PC1
117+
#define SDIO_CMD_PIN PD7
118+
#define SDIO_D0_PIN PB14
119+
#define SDIO_D1_PIN PB15
120+
#define SDIO_D2_PIN PB3
121+
#define SDIO_D3_PIN PB4
122+
123+
#define TIMER_PIN_MAPPING \
124+
TIMER_PIN_MAP( 0, PE9, 1, 0) \
125+
TIMER_PIN_MAP( 1, PE11, 1, 1) \
126+
TIMER_PIN_MAP( 2, PE13, 1, 2) \
127+
TIMER_PIN_MAP( 3, PE14, 1, 3) \
128+
TIMER_PIN_MAP( 4, PA0, 1, 4) \
129+
TIMER_PIN_MAP( 5, PA1, 1, 5) \
130+
TIMER_PIN_MAP( 6, PA2, 1, 6) \
131+
TIMER_PIN_MAP( 7, PA3, 1, 7) \
132+
TIMER_PIN_MAP( 8, PD12, 1, -1) \
133+
TIMER_PIN_MAP( 9, PD13, 1, -1) \
134+
TIMER_PIN_MAP( 10, PD14, 1, -1) \
135+
TIMER_PIN_MAP( 11, PD15, 1, -1) \
136+
TIMER_PIN_MAP( 12, PC8, 2, -1) \
137+
TIMER_PIN_MAP( 13, PB7, 1, -1) \
138+
TIMER_PIN_MAP( 14, PB0 , 2, 8)
139+
140+
#define ADC1_DMA_OPT 9
141+
#define ADC3_DMA_OPT 10
142+
143+
#define TIMUP1_DMA_OPT 11
144+
#define TIMUP2_DMA_OPT 12
145+
146+
#define FLASH_SPI_INSTANCE SPI3
147+
#define MAX7456_SPI_INSTANCE SPI2
148+
149+
#define BARO_I2C_INSTANCE I2CDEV_2
150+
#define MAG_I2C_INSTANCE I2CDEV_2
151+
152+
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
153+
#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_ON
154+
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
155+
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
156+
#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
157+
158+
#define SDCARD_DETECT_PIN NONE
159+
#define SDIO_DEVICE SDIODEV_2
160+
#define SDIO_USE_4BIT 1
161+
162+
#define BEEPER_INVERTED
163+
#define PINIO1_CONFIG 129
164+
#define PINIO1_BOX 40
165+
#define BOX_USER1_NAME "CAM 1,2"
166+
#define PINIO2_CONFIG 129
167+
#define PINIO2_BOX 41
168+
#define BOX_USER2_NAME "12V BEC"
169+
#define PINIO3_CONFIG 129
170+
#define PINIO3_BOX 42
171+
#define BOX_USER3_NAME "RF SWITCH"
172+
#define PINIO4_CONFIG 129
173+
#define PINIO4_BOX 0
174+
175+
#define GYRO_1_SPI_INSTANCE SPI1
176+
#define GYRO_1_ALIGN CW0_DEG_FLIP
177+
#define GYRO_2_SPI_INSTANCE SPI4
178+
#define GYRO_2_ALIGN CW90_DEG_FLIP
179+
180+
#define DEFAULT_VOLTAGE_METER_SCALE 160
181+
182+
#define SERIALRX_UART SERIAL_PORT_UART5 // ELRS
183+
#define ESC_SENSOR_UART SERIAL_PORT_USART3 // ESC
184+
#define MSP_UART SERIAL_PORT_USART2 // BLUETOOTH

0 commit comments

Comments
 (0)