📄 app_vect.lst
字号:
242 }
243 }
244
245
246 /*
247 *********************************************************************************************************
248 * App_BusFault_ISR()
249 *
250 * Description : Handle bus fault.
251 *
252 * Argument(s) : none.
253 *
254 * Return(s) : none.
255 *
256 * Caller(s) : This is an ISR.
257 *
258 * Note(s) : none.
259 *********************************************************************************************************
260 */
261
\ In section .text, align 2, keep-with-next
262 static void App_BusFault_ISR (void)
263 {
264 while (DEF_TRUE) {
\ App_BusFault_ISR:
\ ??App_BusFault_ISR_0:
\ 00000000 FEE7 B.N ??App_BusFault_ISR_0
265 ;
266 }
267 }
268
269
270 /*
271 *********************************************************************************************************
272 * App_UsageFault_ISR()
273 *
274 * Description : Handle usage fault.
275 *
276 * Argument(s) : none.
277 *
278 * Return(s) : none.
279 *
280 * Caller(s) : This is an ISR.
281 *
282 * Note(s) : none.
283 *********************************************************************************************************
284 */
285
\ In section .text, align 2, keep-with-next
286 static void App_UsageFault_ISR (void)
287 {
288 while (DEF_TRUE) {
\ App_UsageFault_ISR:
\ ??App_UsageFault_ISR_0:
\ 00000000 FEE7 B.N ??App_UsageFault_ISR_0
289 ;
290 }
291 }
292
293
294 /*
295 *********************************************************************************************************
296 * App_MemFault_ISR()
297 *
298 * Description : Handle memory fault.
299 *
300 * Argument(s) : none.
301 *
302 * Return(s) : none.
303 *
304 * Caller(s) : This is an ISR.
305 *
306 * Note(s) : none.
307 *********************************************************************************************************
308 */
309
\ In section .text, align 2, keep-with-next
310 static void App_MemFault_ISR (void)
311 {
312 while (DEF_TRUE) {
\ App_MemFault_ISR:
\ ??App_MemFault_ISR_0:
\ 00000000 FEE7 B.N ??App_MemFault_ISR_0
313 ;
314 }
315 }
316
317
318 /*
319 *********************************************************************************************************
320 * App_Spurious_ISR()
321 *
322 * Description : Handle spurious interrupt.
323 *
324 * Argument(s) : none.
325 *
326 * Return(s) : none.
327 *
328 * Caller(s) : This is an ISR.
329 *
330 * Note(s) : none.
331 *********************************************************************************************************
332 */
333
\ In section .text, align 2, keep-with-next
334 static void App_Spurious_ISR (void)
335 {
336 while (DEF_TRUE) {
\ App_Spurious_ISR:
\ ??App_Spurious_ISR_0:
\ 00000000 FEE7 B.N ??App_Spurious_ISR_0
337 ;
338 }
339 }
340
341
342 /*
343 *********************************************************************************************************
344 * App_Reserved_ISR()
345 *
346 * Description : Reserved interrupt vector place holder.
347 *
348 * Argument(s) : none.
349 *
350 * Return(s) : none.
351 *
352 * Caller(s) : This is an ISR.
353 *
354 * Note(s) : none.
355 *********************************************************************************************************
356 */
357
\ In section .text, align 2, keep-with-next
358 static void App_Reserved_ISR (void)
359 {
360 }
\ App_Reserved_ISR:
\ 00000000 7047 BX LR ;; return
Maximum stack usage in bytes:
Function .cstack
-------- -------
App_BusFault_ISR 0
App_Fault_ISR 0
App_MemFault_ISR 0
App_NMI_ISR 0
App_Reserved_ISR 0
App_Spurious_ISR 0
App_UsageFault_ISR 0
Section sizes:
Function/Label Bytes
-------------- -----
__vector_table 336
App_NMI_ISR 2
App_Fault_ISR 2
App_BusFault_ISR 2
App_UsageFault_ISR 2
App_MemFault_ISR 2
App_Spurious_ISR 2
App_Reserved_ISR 2
336 bytes in section .intvec
14 bytes in section .text
14 bytes of CODE memory
336 bytes of CONST memory
Errors: none
Warnings: none
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -