-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathport_setting.txt
More file actions
53 lines (44 loc) · 1.13 KB
/
port_setting.txt
File metadata and controls
53 lines (44 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#[
---------------------------
- Push Button SW (default(on board))
---------------------------
PA_0 (Hi active), STM32F0Discovery,
STM32F3Discovery,
STM32F4Discovery
PC_13 (Low active), others
---------------------------
- LED indicator
---------------------------
PE_11 (on board LED green,LD7), STM32F3Discovery
PD_12 (on board LED green,LD4), STM32F4Discovery
PB_10, D6, others
---------------------------
- TEST_PORT
---------------------------
PA_8, D7
---------------------------
### USART2 ###
---------------------------
PA_2, D1 USART2_TX
PA_3, D0 USART2_RX
---------------------------
### PWM With TIM3 ###
---------------------------
Use PWM3-1,PWM3-2 with TIM3
PB_5, D4 PWM_PORT_LEFT_HI // TIM3_CH2
PB_4, D5 PWM_PORT_RIGHT_HI // TIM3_CH1
Use PWM3-3,PWM3-4 with TIM3
PC_9, - PWM_PORT_LEFT_LOW // TIM3_CH4
PC_8, - PWM_PORT_RIGHT_LOW // TIM3_CH3
---------------------------
### SPI1 ###
---------------------------
(CS) chip select port,
PB_8: STM32F3Discovery,
STM32F4Discovery
PB_6, D10, others
#
PA_5, D13 (SCK)
PA_6, D12 (MISO)
PA_7, D11 (MOSI)
]#