Rev 18 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | mjames | 1 | #MicroXplorer Configuration settings - do not modify |
2 | File.Version=6 |
||
3 | KeepUserPlacement=false |
||
4 | Mcu.Family=STM32F1 |
||
7 | mjames | 5 | Mcu.IP0=NVIC |
6 | Mcu.IP1=RCC |
||
7 | Mcu.IP2=SPI1 |
||
8 | Mcu.IP3=SYS |
||
9 | Mcu.IP4=USART1 |
||
10 | Mcu.IP5=USART2 |
||
23 | mjames | 11 | Mcu.IP6=USART3 |
12 | Mcu.IPNb=7 |
||
2 | mjames | 13 | Mcu.Name=STM32F103R(8-B)Tx |
14 | Mcu.Package=LQFP64 |
||
15 | Mcu.Pin0=PD0-OSC_IN |
||
16 | Mcu.Pin1=PD1-OSC_OUT |
||
23 | mjames | 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=PA8 |
||
7 | mjames | 27 | Mcu.Pin2=PA2 |
23 | mjames | 28 | Mcu.Pin20=PA9 |
29 | Mcu.Pin21=PA10 |
||
30 | Mcu.Pin22=PA13 |
||
31 | Mcu.Pin23=PA14 |
||
32 | Mcu.Pin24=PC12 |
||
33 | Mcu.Pin25=VP_SYS_VS_Systick |
||
7 | mjames | 34 | Mcu.Pin3=PA3 |
35 | Mcu.Pin4=PA4 |
||
36 | Mcu.Pin5=PA5 |
||
37 | Mcu.Pin6=PA6 |
||
38 | Mcu.Pin7=PA7 |
||
39 | Mcu.Pin8=PC4 |
||
40 | Mcu.Pin9=PC5 |
||
23 | mjames | 41 | Mcu.PinsNb=26 |
2 | mjames | 42 | Mcu.UserConstants= |
43 | Mcu.UserName=STM32F103RBTx |
||
5 | mjames | 44 | MxCube.Version=4.16.0 |
45 | MxDb.Version=DB.4.0.160 |
||
2 | mjames | 46 | NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:false |
47 | NVIC.DebugMonitor_IRQn=true\:0\:0\:false\:false\:false |
||
16 | mjames | 48 | NVIC.FLASH_IRQn=true\:0\:0\:false\:false\:true |
2 | mjames | 49 | NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:false |
50 | NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:false |
||
51 | NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:false |
||
5 | mjames | 52 | NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:false |
2 | mjames | 53 | NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4 |
5 | mjames | 54 | NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:false |
2 | mjames | 55 | NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true |
56 | NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:false |
||
3 | mjames | 57 | PA10.GPIOParameters=GPIO_Label |
58 | PA10.GPIO_Label=PLX_RX |
||
59 | PA10.Mode=Asynchronous |
||
60 | PA10.Signal=USART1_RX |
||
2 | mjames | 61 | PA13.Mode=Serial_Wire |
62 | PA13.Signal=SYS_JTMS-SWDIO |
||
63 | PA14.Mode=Serial_Wire |
||
64 | PA14.Signal=SYS_JTCK-SWCLK |
||
65 | PA2.GPIOParameters=GPIO_Speed |
||
5 | mjames | 66 | PA2.GPIO_Speed=GPIO_SPEED_FREQ_HIGH |
2 | mjames | 67 | PA2.Mode=Asynchronous |
68 | PA2.Signal=USART2_TX |
||
69 | PA3.Mode=Asynchronous |
||
70 | PA3.Signal=USART2_RX |
||
5 | mjames | 71 | PA4.GPIOParameters=PinState,GPIO_Label |
72 | PA4.GPIO_Label=SPI_NSS1 |
||
2 | mjames | 73 | PA4.Locked=true |
5 | mjames | 74 | PA4.PinState=GPIO_PIN_SET |
2 | mjames | 75 | PA4.Signal=GPIO_Output |
76 | PA5.Locked=true |
||
77 | PA5.Mode=Simplex_Bidirectional_Master |
||
78 | PA5.Signal=SPI1_SCK |
||
79 | PA6.GPIOParameters=GPIO_Label |
||
80 | PA6.GPIO_Label=SPI1CD |
||
81 | PA6.Locked=true |
||
82 | PA6.Signal=GPIO_Output |
||
83 | PA7.Locked=true |
||
84 | PA7.Mode=Simplex_Bidirectional_Master |
||
85 | PA7.Signal=SPI1_MOSI |
||
23 | mjames | 86 | PA8.GPIOParameters=PinState,GPIO_Label,GPIO_ModeDefaultOutputPP |
87 | PA8.GPIO_Label=BT_BUTTON |
||
88 | PA8.GPIO_ModeDefaultOutputPP=GPIO_MODE_OUTPUT_PP |
||
89 | PA8.Locked=true |
||
90 | PA8.PinState=GPIO_PIN_RESET |
||
91 | PA8.Signal=GPIO_Output |
||
3 | mjames | 92 | PA9.GPIOParameters=GPIO_Label |
93 | PA9.GPIO_Label=PLX_TX |
||
94 | PA9.Mode=Asynchronous |
||
95 | PA9.Signal=USART1_TX |
||
23 | mjames | 96 | PB10.Mode=Asynchronous |
97 | PB10.Signal=USART3_TX |
||
98 | PB11.Mode=Asynchronous |
||
99 | PB11.Signal=USART3_RX |
||
2 | mjames | 100 | PB12.GPIOParameters=GPIO_PuPd,GPIO_Label |
101 | PB12.GPIO_Label=SW1_PUSH |
||
102 | PB12.GPIO_PuPd=GPIO_PULLUP |
||
103 | PB12.Locked=true |
||
104 | PB12.Signal=GPIO_Input |
||
105 | PB13.GPIOParameters=GPIO_PuPd,GPIO_Label |
||
106 | PB13.GPIO_Label=SW1_I |
||
107 | PB13.GPIO_PuPd=GPIO_PULLUP |
||
108 | PB13.Locked=true |
||
109 | PB13.Signal=GPIO_Input |
||
110 | PB14.GPIOParameters=GPIO_PuPd,GPIO_Label |
||
111 | PB14.GPIO_Label=SW1_Q |
||
112 | PB14.GPIO_PuPd=GPIO_PULLUP |
||
113 | PB14.Locked=true |
||
114 | PB14.Signal=GPIO_Input |
||
115 | PB15.GPIOParameters=GPIO_PuPd,GPIO_Label |
||
116 | PB15.GPIO_Label=SW2_PUSH |
||
117 | PB15.GPIO_PuPd=GPIO_PULLUP |
||
118 | PB15.Locked=true |
||
119 | PB15.Signal=GPIO_Input |
||
120 | PC12.GPIOParameters=GPIO_Label |
||
121 | PC12.GPIO_Label=USB_PWR |
||
122 | PC12.Locked=true |
||
123 | PC12.Signal=GPIO_Output |
||
124 | PC4.GPIOParameters=GPIO_Label |
||
125 | PC4.GPIO_Label=SPI_RESET |
||
126 | PC4.Locked=true |
||
127 | PC4.Signal=GPIO_Output |
||
5 | mjames | 128 | PC5.GPIOParameters=PinState,GPIO_Label |
2 | mjames | 129 | PC5.GPIO_Label=SPI_NSS2 |
130 | PC5.Locked=true |
||
5 | mjames | 131 | PC5.PinState=GPIO_PIN_SET |
2 | mjames | 132 | PC5.Signal=GPIO_Output |
133 | PC6.GPIOParameters=GPIO_PuPd,GPIO_Label |
||
134 | PC6.GPIO_Label=SW2_I |
||
135 | PC6.GPIO_PuPd=GPIO_PULLUP |
||
136 | PC6.Locked=true |
||
137 | PC6.Signal=GPIO_Input |
||
138 | PC7.GPIOParameters=GPIO_PuPd,GPIO_Label |
||
139 | PC7.GPIO_Label=SW2_Q |
||
140 | PC7.GPIO_PuPd=GPIO_PULLUP |
||
141 | PC7.Locked=true |
||
142 | PC7.Signal=GPIO_Input |
||
143 | PC8.GPIOParameters=GPIO_Label |
||
144 | PC8.GPIO_Label=USART3_INVERT |
||
145 | PC8.Locked=true |
||
146 | PC8.Signal=GPIO_Output |
||
147 | PCC.Checker=false |
||
148 | PCC.Line=STM32F103 |
||
149 | PCC.MCU=STM32F103R(8-B)Tx |
||
5 | mjames | 150 | PCC.MXVersion=4.16.0 |
2 | mjames | 151 | PCC.PartNumber=STM32F103RBTx |
152 | PCC.Seq0=0 |
||
153 | PCC.Series=STM32F1 |
||
154 | PCC.Temperature=25 |
||
155 | PCC.Vdd=3.3 |
||
156 | PD0-OSC_IN.Mode=HSE-External-Clock-Source |
||
157 | PD0-OSC_IN.Signal=RCC_OSC_IN |
||
158 | PD1-OSC_OUT.Mode=HSE-External-Clock-Source |
||
159 | PD1-OSC_OUT.Signal=RCC_OSC_OUT |
||
160 | ProjectManager.AskForMigrate=true |
||
161 | ProjectManager.BackupPrevious=false |
||
162 | ProjectManager.CompilerOptimize=2 |
||
163 | ProjectManager.ComputerToolchain=false |
||
164 | ProjectManager.CoupleFile=false |
||
165 | ProjectManager.DeletePrevious=true |
||
166 | ProjectManager.DeviceId=STM32F103RBTx |
||
5 | mjames | 167 | ProjectManager.FirmwarePackage=STM32Cube FW_F1 V1.4.0 |
2 | mjames | 168 | ProjectManager.FreePins=false |
169 | ProjectManager.HalAssertFull=false |
||
170 | ProjectManager.HeapSize= |
||
171 | ProjectManager.KeepUserCode=true |
||
172 | ProjectManager.LastFirmware=true |
||
173 | ProjectManager.LibraryCopy=0 |
||
174 | ProjectManager.PreviousToolchain= |
||
175 | ProjectManager.ProjectBuild=false |
||
16 | mjames | 176 | ProjectManager.ProjectFileName=Dashboard_F103.ioc |
177 | ProjectManager.ProjectName=Dashboard_F103 |
||
2 | mjames | 178 | ProjectManager.StackSize= |
179 | ProjectManager.TargetToolchain=TrueSTUDIO |
||
16 | mjames | 180 | ProjectManager.ToolChainLocation=C\:\\Projects\\Dashboard_F103 |
2 | mjames | 181 | ProjectManager.UnderRoot=false |
23 | mjames | 182 | ProjectManager.functionlistsort=1-MX_GPIO_Init-GPIO-false,2-MX_SPI1_Init-SPI1-false,3-MX_USART2_UART_Init-USART2-false,4-MX_USART1_UART_Init-USART1-false,5-MX_USART3_UART_Init-USART3-false |
2 | mjames | 183 | RCC.ADCFreqValue=12000000 |
184 | RCC.ADCPresc=RCC_ADCPCLK2_DIV6 |
||
185 | RCC.AHBFreq_Value=72000000 |
||
186 | RCC.APB1CLKDivider=RCC_HCLK_DIV2 |
||
187 | RCC.APB1Freq_Value=36000000 |
||
188 | RCC.APB1TimFreq_Value=72000000 |
||
189 | RCC.APB2Freq_Value=72000000 |
||
190 | RCC.APB2TimFreq_Value=72000000 |
||
191 | RCC.FCLKCortexFreq_Value=72000000 |
||
192 | RCC.FamilyName=M |
||
193 | RCC.HCLKFreq_Value=72000000 |
||
194 | RCC.HSIState=RCC_HSI_ON |
||
5 | mjames | 195 | RCC.IPParameters=ADCFreqValue,ADCPresc,AHBFreq_Value,APB1CLKDivider,APB1Freq_Value,APB1TimFreq_Value,APB2Freq_Value,APB2TimFreq_Value,FCLKCortexFreq_Value,FamilyName,HCLKFreq_Value,HSIState,MCOFreq_Value,PLLCLKFreq_Value,PLLMCOFreq_Value,PLLMUL,PLLSourceVirtual,SYSCLKFreq_VALUE,SYSCLKSource,TimSysFreq_Value,USBFreq_Value,USBPrescaler,VCOOutput2Freq_Value |
2 | mjames | 196 | RCC.MCOFreq_Value=72000000 |
197 | RCC.PLLCLKFreq_Value=72000000 |
||
198 | RCC.PLLMCOFreq_Value=36000000 |
||
199 | RCC.PLLMUL=RCC_PLL_MUL9 |
||
200 | RCC.PLLSourceVirtual=RCC_PLLSOURCE_HSE |
||
201 | RCC.SYSCLKFreq_VALUE=72000000 |
||
202 | RCC.SYSCLKSource=RCC_SYSCLKSOURCE_PLLCLK |
||
203 | RCC.TimSysFreq_Value=72000000 |
||
204 | RCC.USBFreq_Value=48000000 |
||
205 | RCC.USBPrescaler=RCC_USBCLKSOURCE_PLL_DIV1_5 |
||
206 | RCC.VCOOutput2Freq_Value=8000000 |
||
207 | SPI1.BaudRatePrescaler=SPI_BAUDRATEPRESCALER_8 |
||
208 | SPI1.CLKPhase=SPI_PHASE_1EDGE |
||
209 | SPI1.CLKPolarity=SPI_POLARITY_HIGH |
||
210 | SPI1.CalculateBaudRate=9.0 MBits/s |
||
211 | SPI1.Direction=SPI_DIRECTION_1LINE |
||
212 | SPI1.FirstBit=SPI_FIRSTBIT_MSB |
||
213 | SPI1.IPParameters=Mode,Direction,BaudRatePrescaler,CalculateBaudRate,FirstBit,CLKPolarity,CLKPhase |
||
214 | SPI1.Mode=SPI_MODE_MASTER |
||
7 | mjames | 215 | USART1.BaudRate=19200 |
216 | USART1.IPParameters=BaudRate |
||
23 | mjames | 217 | USART3.BaudRate=19200 |
218 | USART3.IPParameters=BaudRate |
||
2 | mjames | 219 | VP_SYS_VS_Systick.Mode=SysTick |
220 | VP_SYS_VS_Systick.Signal=SYS_VS_Systick |
||
16 | mjames | 221 | board=Dashboard_F103 |