-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCyclingComputer.txt
More file actions
82 lines (63 loc) · 2.29 KB
/
CyclingComputer.txt
File metadata and controls
82 lines (63 loc) · 2.29 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Configuration CyclingComputer
STM32CubeMX 4.27.0
Date 02/28/2019
MCU STM32L152RCTx
PERIPHERALS MODES FUNCTIONS PINS
ADC IN10 ADC_IN10 PC0
I2C1 I2C I2C1_SCL PB6
I2C1 I2C I2C1_SDA PB7
RCC Crystal/Ceramic Resonator RCC_OSC_IN PH0-OSC_IN
RCC Crystal/Ceramic Resonator RCC_OSC_OUT PH1-OSC_OUT
RCC Crystal/Ceramic Resonator RCC_OSC32_IN PC14-OSC32_IN
RCC Crystal/Ceramic Resonator RCC_OSC32_OUT PC15-OSC32_OUT
RTC Activate Clock Source RTC_VS_RTC_Activate VP_RTC_VS_RTC_Activate
RTC Activate Calendar RTC_VS_RTC_Calendar VP_RTC_VS_RTC_Calendar
SPI2 Transmit Only Master SPI2_MOSI PB15
SPI2 Transmit Only Master SPI2_SCK PB13
SPI3 Full-Duplex Master SPI3_MISO PC11
SPI3 Full-Duplex Master SPI3_MOSI PC12
SPI3 Full-Duplex Master SPI3_SCK PC10
SYS SysTick SYS_VS_Systick VP_SYS_VS_Systick
TIM10 Internal Clock TIM10_VS_ClockSourceINT VP_TIM10_VS_ClockSourceINT
TIM11 Internal Clock TIM11_VS_ClockSourceINT VP_TIM11_VS_ClockSourceINT
USART1 Asynchronous USART1_RX PA10
USART1 Asynchronous USART1_TX PA9
Pin Nb PINs FUNCTIONs LABELs
3 PC14-OSC32_IN RCC_OSC32_IN
4 PC15-OSC32_OUT RCC_OSC32_OUT
5 PH0-OSC_IN RCC_OSC_IN
6 PH1-OSC_OUT RCC_OSC_OUT
8 PC0 ADC_IN10 BATTERY_ADC
14 PA0-WKUP1 GPIO_EXTI0 BUTTON_OK
15 PA1 GPIO_Input BUTTON_CANCEL
16 PA2 GPIO_Input BUTTON_LEFT
17 PA3 GPIO_Input BUTTON_RIGHT
29 PB10 GPIO_Output OLED_RST
30 PB11 GPIO_Output OLED_DC
33 PB12 GPIO_Output OLED_CS
34 PB13 SPI2_SCK OLED_CLK
36 PB15 SPI2_MOSI OLED_MOSI
38 PC7 GPIO_Output CPU_LOAD
39 PC8 GPIO_Input SD_CD
40 PC9 GPIO_Output SD_CS
42 PA9 USART1_TX GPS_TX
43 PA10 USART1_RX GPS_RX
51 PC10 SPI3_SCK SD_SCLK
52 PC11 SPI3_MISO SD_MISO
53 PC12 SPI3_MOSI SD_MOSI
58 PB6 I2C1_SCL BMP280_SCL
59 PB7 I2C1_SDA BMP280_SDA
SOFTWARE PROJECT
Project Settings :
Project Name : CyclingComputer
Project Folder : C:\Users\kal10\workspace\CyclingComputer
Toolchain / IDE : SW4STM32
Firmware Package Name and Version : STM32Cube FW_L1 V1.8.1
Code Generation Settings :
STM32Cube Firmware Library Package : Copy only the necessary library files
Generate peripheral initialization as a pair of '.c/.h' files per peripheral : No
Backup previously generated files when re-generating : No
Delete previously generated files when not re-generated : Yes
Set all free pins as analog (to optimize the power consumption) : No
Toolchains Settings :
Compiler Optimizations :