Subversion Repositories DashDisplay

Rev

Rev 30 | Rev 35 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
29 mjames 1
#MicroXplorer Configuration settings - do not modify
2
File.Version=6
3
KeepUserPlacement=true
4
Mcu.Family=STM32L1
5
Mcu.IP0=NVIC
6
Mcu.IP1=RCC
7
Mcu.IP2=SPI1
8
Mcu.IP3=SYS
9
Mcu.IP4=USART1
10
Mcu.IP5=USART2
11
Mcu.IP6=USART3
12
Mcu.IPNb=7
13
Mcu.Name=STM32L152RETx
14
Mcu.Package=LQFP64
15
Mcu.Pin0=PH0-OSC_IN
16
Mcu.Pin1=PH1-OSC_OUT
17
Mcu.Pin10=PB10
18
Mcu.Pin11=PB11
19
Mcu.Pin12=PB12
20
Mcu.Pin13=PB13
21
Mcu.Pin14=PB14
22
Mcu.Pin15=PB15
23
Mcu.Pin16=PC6
24
Mcu.Pin17=PC7
25
Mcu.Pin18=PC8
26
Mcu.Pin19=PC9
27
Mcu.Pin2=PA2
28
Mcu.Pin20=PA8
29
Mcu.Pin21=PA9
30
Mcu.Pin22=PA10
31
Mcu.Pin23=PA13
32
Mcu.Pin24=PA14
33
Mcu.Pin25=PC12
34
Mcu.Pin26=VP_SYS_VS_Systick
35
Mcu.Pin3=PA3
36
Mcu.Pin4=PA4
37
Mcu.Pin5=PA5
38
Mcu.Pin6=PA6
39
Mcu.Pin7=PA7
40
Mcu.Pin8=PC4
41
Mcu.Pin9=PC5
42
Mcu.PinsNb=27
43
Mcu.UserConstants=
44
Mcu.UserName=STM32L152RETx
45
MxCube.Version=4.16.0
46
MxDb.Version=DB.4.0.160
47
NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:true
48
NVIC.DebugMonitor_IRQn=true\:0\:0\:false\:false\:true
49
NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true
50
NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:true
51
NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true
52
NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true
53
NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4
54
NVIC.SVC_IRQn=true\:0\:0\:false\:false\:true
55
NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true
56
NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true
57
PA10.GPIOParameters=GPIO_Label
58
PA10.GPIO_Label=PLX_RX
59
PA10.Mode=Asynchronous
60
PA10.Signal=USART1_RX
61
PA13.Mode=Serial_Wire
62
PA13.Signal=SYS_JTMS-SWDIO
63
PA14.Mode=Serial_Wire
64
PA14.Signal=SYS_JTCK-SWCLK
65
PA2.Mode=Asynchronous
66
PA2.Signal=USART2_TX
67
PA3.Locked=true
68
PA3.Mode=Asynchronous
69
PA3.Signal=USART2_RX
70
PA4.GPIOParameters=GPIO_Label
30 mjames 71
PA4.GPIO_Label=SPI_NSS1
29 mjames 72
PA4.Locked=true
73
PA4.Signal=GPIO_Output
74
PA5.Mode=Simplex_Bidirectional_Master
75
PA5.Signal=SPI1_SCK
76
PA6.GPIOParameters=GPIO_Label
77
PA6.GPIO_Label=SPI1CD
78
PA6.Locked=true
79
PA6.Signal=GPIO_Output
80
PA7.Mode=Simplex_Bidirectional_Master
81
PA7.Signal=SPI1_MOSI
82
PA8.GPIOParameters=GPIO_Label
83
PA8.GPIO_Label=BT_BUTTON
84
PA8.Locked=true
85
PA8.Signal=GPIO_Output
86
PA9.GPIOParameters=GPIO_Label
87
PA9.GPIO_Label=PLX_TX
88
PA9.Mode=Asynchronous
89
PA9.Signal=USART1_TX
90
PB10.Mode=Asynchronous
91
PB10.Signal=USART3_TX
92
PB11.Mode=Asynchronous
93
PB11.Signal=USART3_RX
32 mjames 94
PB12.GPIOParameters=GPIO_PuPd,GPIO_Label
29 mjames 95
PB12.GPIO_Label=SW1_PUSH
32 mjames 96
PB12.GPIO_PuPd=GPIO_PULLUP
29 mjames 97
PB12.Locked=true
32 mjames 98
PB12.Signal=GPIO_Input
99
PB13.GPIOParameters=GPIO_PuPd,GPIO_Label
30 mjames 100
PB13.GPIO_Label=SW1_I
32 mjames 101
PB13.GPIO_PuPd=GPIO_PULLUP
29 mjames 102
PB13.Locked=true
103
PB13.Signal=GPIO_Input
32 mjames 104
PB14.GPIOParameters=GPIO_PuPd,GPIO_Label
29 mjames 105
PB14.GPIO_Label=SW1_Q
32 mjames 106
PB14.GPIO_PuPd=GPIO_PULLUP
29 mjames 107
PB14.Locked=true
108
PB14.Signal=GPIO_Input
32 mjames 109
PB15.GPIOParameters=GPIO_PuPd,GPIO_Label
29 mjames 110
PB15.GPIO_Label=SW2_PUSH
32 mjames 111
PB15.GPIO_PuPd=GPIO_PULLUP
29 mjames 112
PB15.Locked=true
113
PB15.Signal=GPIO_Input
114
PC12.GPIOParameters=GPIO_Label
115
PC12.GPIO_Label=USB_PWR
116
PC12.Locked=true
117
PC12.Signal=GPIO_Output
118
PC4.GPIOParameters=GPIO_Label
119
PC4.GPIO_Label=SPI_RESET
120
PC4.Locked=true
121
PC4.Signal=GPIO_Output
122
PC5.GPIOParameters=GPIO_Label
123
PC5.GPIO_Label=SPI_NSS2
124
PC5.Locked=true
125
PC5.Signal=GPIO_Output
32 mjames 126
PC6.GPIOParameters=GPIO_PuPd,GPIO_Label
29 mjames 127
PC6.GPIO_Label=SW2_I
32 mjames 128
PC6.GPIO_PuPd=GPIO_PULLUP
29 mjames 129
PC6.Locked=true
130
PC6.Signal=GPIO_Input
32 mjames 131
PC7.GPIOParameters=GPIO_PuPd,GPIO_Label
29 mjames 132
PC7.GPIO_Label=SW2_Q
32 mjames 133
PC7.GPIO_PuPd=GPIO_PULLUP
29 mjames 134
PC7.Locked=true
135
PC7.Signal=GPIO_Input
136
PC8.GPIOParameters=GPIO_Label
137
PC8.GPIO_Label=POWER_LATCH
138
PC8.Locked=true
139
PC8.Signal=GPIO_Output
140
PC9.GPIOParameters=GPIO_Label
141
PC9.GPIO_Label=IGNITION
142
PC9.Locked=true
143
PC9.Signal=GPIO_Input
144
PCC.Checker=true
145
PCC.Line=STM32L151/152
146
PCC.MCU=STM32L152RETx
147
PCC.MXVersion=4.16.0
148
PCC.PartNumber=STM32L152RETx
149
PCC.Seq0=0
150
PCC.Series=STM32L1
151
PCC.Temperature=25
152
PCC.Vdd=3.0
153
PH0-OSC_IN.Locked=true
154
PH0-OSC_IN.Mode=HSE-External-Oscillator
155
PH0-OSC_IN.Signal=RCC_OSC_IN
156
PH1-OSC_OUT.Locked=true
157
PH1-OSC_OUT.Mode=HSE-External-Oscillator
158
PH1-OSC_OUT.Signal=RCC_OSC_OUT
159
ProjectManager.AskForMigrate=true
160
ProjectManager.BackupPrevious=false
161
ProjectManager.CompilerOptimize=2
162
ProjectManager.ComputerToolchain=false
163
ProjectManager.CoupleFile=false
164
ProjectManager.DeletePrevious=true
165
ProjectManager.DeviceId=STM32L152RETx
166
ProjectManager.FirmwarePackage=STM32Cube FW_L1 V1.6.0
167
ProjectManager.FreePins=false
168
ProjectManager.HalAssertFull=false
169
ProjectManager.HeapSize=0x200
170
ProjectManager.KeepUserCode=true
171
ProjectManager.LastFirmware=true
30 mjames 172
ProjectManager.LibraryCopy=1
173
ProjectManager.PreviousToolchain=TrueSTUDIO
29 mjames 174
ProjectManager.ProjectBuild=false
175
ProjectManager.ProjectFileName=Dashboard_L152.ioc
176
ProjectManager.ProjectName=Dashboard_L152
177
ProjectManager.StackSize=0x400
32 mjames 178
ProjectManager.TargetToolchain=Other Toolchains (GPDSC)
29 mjames 179
ProjectManager.ToolChainLocation=C\:\\Projects\\Dashboard_L152
32 mjames 180
ProjectManager.UnderRoot=false
29 mjames 181
ProjectManager.functionlistsort=1-MX_GPIO_Init-GPIO-false,2-MX_SPI1_Init-SPI1-false,3-MX_USART1_UART_Init-USART1-false,4-MX_USART2_UART_Init-USART2-false,5-MX_USART3_UART_Init-USART3-false
182
RCC.AHBFreq_Value=32000000
183
RCC.APB1Freq_Value=32000000
184
RCC.APB1TimFreq_Value=32000000
185
RCC.APB2Freq_Value=32000000
186
RCC.APB2TimFreq_Value=32000000
187
RCC.FCLKCortexFreq_Value=32000000
188
RCC.FamilyName=M
189
RCC.HCLKFreq_Value=32000000
190
RCC.HSE_VALUE=8000000
191
RCC.HSI_VALUE=16000000
192
RCC.IPParameters=AHBFreq_Value,APB1Freq_Value,APB1TimFreq_Value,APB2Freq_Value,APB2TimFreq_Value,FCLKCortexFreq_Value,FamilyName,HCLKFreq_Value,HSE_VALUE,HSI_VALUE,LSE_VALUE,LSI_VALUE,MCOPinFreq_Value,MSI_VALUE,PLLCLKFreq_Value,PLLDIV,PLLMUL,PLLSourceVirtual,PWRFreq_Value,RTCFreq_Value,RTCHSEDivFreq_Value,SYSCLKFreq_VALUE,SYSCLKSource,TIMFreq_Value,TimerFreq_Value,USBOutput,VCOInputFreq_Value,VCOOutputFreq_Value
193
RCC.LSE_VALUE=32768
194
RCC.LSI_VALUE=37000
195
RCC.MCOPinFreq_Value=32000000
196
RCC.MSI_VALUE=2097000
197
RCC.PLLCLKFreq_Value=32000000
198
RCC.PLLDIV=RCC_PLL_DIV3
199
RCC.PLLMUL=RCC_PLL_MUL12
200
RCC.PLLSourceVirtual=RCC_PLLSOURCE_HSE
201
RCC.PWRFreq_Value=32000000
202
RCC.RTCFreq_Value=37000
203
RCC.RTCHSEDivFreq_Value=4000000
204
RCC.SYSCLKFreq_VALUE=32000000
205
RCC.SYSCLKSource=RCC_SYSCLKSOURCE_PLLCLK
206
RCC.TIMFreq_Value=32000000
207
RCC.TimerFreq_Value=32000000
208
RCC.USBOutput=48000000
209
RCC.VCOInputFreq_Value=8000000
210
RCC.VCOOutputFreq_Value=96000000
211
SPI1.BaudRatePrescaler=SPI_BAUDRATEPRESCALER_4
212
SPI1.CLKPolarity=SPI_POLARITY_HIGH
213
SPI1.CalculateBaudRate=8.0 MBits/s
214
SPI1.Direction=SPI_DIRECTION_1LINE
215
SPI1.IPParameters=Mode,Direction,CalculateBaudRate,BaudRatePrescaler,CLKPolarity
216
SPI1.Mode=SPI_MODE_MASTER
217
USART1.BaudRate=19200
218
USART1.IPParameters=BaudRate
219
USART3.BaudRate=19200
220
USART3.IPParameters=BaudRate
221
VP_SYS_VS_Systick.Mode=SysTick
222
VP_SYS_VS_Systick.Signal=SYS_VS_Systick
223
board=Dashboard_L152