📄 stm32f10x_lib.lst
字号:
121 GPIOD = (GPIO_TypeDef *) GPIOD_BASE;
122 #endif /*_GPIOD */
123
124 #ifdef _GPIOE
125 GPIOE = (GPIO_TypeDef *) GPIOE_BASE;
126 #endif /*_GPIOE */
127
128 #ifdef _AFIO
129 AFIO = (AFIO_TypeDef *) AFIO_BASE;
130 #endif /*_AFIO */
131
132 /************************************* I2C ************************************/
133 #ifdef _I2C1
134 I2C1 = (I2C_TypeDef *) I2C1_BASE;
135 #endif /*_I2C1 */
136
137 #ifdef _I2C2
138 I2C2 = (I2C_TypeDef *) I2C2_BASE;
139 #endif /*_I2C2 */
140
141 /************************************* IWDG ***********************************/
142 #ifdef _IWDG
143 IWDG = (IWDG_TypeDef *) IWDG_BASE;
144 #endif /*_IWDG */
145
146 /************************************* NVIC ***********************************/
147 #ifdef _NVIC
148 NVIC = (NVIC_TypeDef *) NVIC_BASE;
149 SCB = (SCB_TypeDef *) SCB_BASE;
150 #endif /*_NVIC */
151
152 /************************************* PWR ************************************/
153 #ifdef _PWR
154 PWR = (PWR_TypeDef *) PWR_BASE;
155 #endif /*_PWR */
156
157 /************************************* RCC ************************************/
158 #ifdef _RCC
159 RCC = (RCC_TypeDef *) RCC_BASE;
160 #endif /*_RCC */
161
162 /************************************* RTC ************************************/
163 #ifdef _RTC
164 RTC = (RTC_TypeDef *) RTC_BASE;
165 #endif /*_RTC */
166
167 /************************************* SPI ************************************/
168 #ifdef _SPI1
169 SPI1 = (SPI_TypeDef *) SPI1_BASE;
170 #endif /*_SPI1 */
171
172 #ifdef _SPI2
173 SPI2 = (SPI_TypeDef *) SPI2_BASE;
174 #endif /*_SPI2 */
175
176 /************************************* SysTick ********************************/
177 #ifdef _SysTick
178 SysTick = (SysTick_TypeDef *) SysTick_BASE;
179 #endif /*_SysTick */
180
181 /************************************* TIM1 ***********************************/
182 #ifdef _TIM1
183 TIM1 = (TIM1_TypeDef *) TIM1_BASE;
184 #endif /*_TIM1 */
185
186 /************************************* TIM ************************************/
187 #ifdef _TIM2
188 TIM2 = (TIM_TypeDef *) TIM2_BASE;
189 #endif /*_TIM2 */
190
191 #ifdef _TIM3
192 TIM3 = (TIM_TypeDef *) TIM3_BASE;
193 #endif /*_TIM3 */
194
195 #ifdef _TIM4
196 TIM4 = (TIM_TypeDef *) TIM4_BASE;
197 #endif /*_TIM4 */
198
199 /************************************* USART **********************************/
200 #ifdef _USART1
201 USART1 = (USART_TypeDef *) USART1_BASE;
202 #endif /*_USART1 */
203
204 #ifdef _USART2
205 USART2 = (USART_TypeDef *) USART2_BASE;
206 #endif /*_USART2 */
207
208 #ifdef _USART3
209 USART3 = (USART_TypeDef *) USART3_BASE;
210 #endif /*_USART3 */
211
212 /************************************* WWDG ***********************************/
213 #ifdef _WWDG
214 WWDG = (WWDG_TypeDef *) WWDG_BASE;
215 #endif /*_WWDG */
216 }
217 #endif /* DEBUG*/
218
219 /******************* (C) COPYRIGHT 2007 STMicroelectronics *****END OF FILE****/
Maximum stack usage in bytes:
Function CSTACK
-------- ------
debug 0
Segment part sizes:
Function/Label Bytes
-------------- -----
TIM2 4
TIM3 4
TIM4 4
RTC 4
WWDG 4
IWDG 4
SPI2 4
USART2 4
USART3 4
I2C1 4
I2C2 4
CAN 4
BKP 4
PWR 4
AFIO 4
EXTI 4
GPIOA 4
GPIOB 4
GPIOC 4
GPIOD 4
GPIOE 4
ADC1 4
ADC2 4
TIM1 4
SPI1 4
USART1 4
DMA 4
DMA_Channel1 4
DMA_Channel2 4
DMA_Channel3 4
DMA_Channel4 4
DMA_Channel5 4
DMA_Channel6 4
DMA_Channel7 4
FLASH 4
OB 4
RCC 4
SysTick 4
NVIC 4
SCB 4
debug 560
Others 12
560 bytes in segment CODE
160 bytes in segment DATA_Z
12 bytes in segment INITTAB
560 bytes of CODE memory (+ 12 bytes shared)
160 bytes of DATA memory
Errors: none
Warnings: none
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -