Subversion Repositories dashGPS

Rev

Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 21
Line 1... Line 1...
1
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 1
1
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 1
2
 
2
 
3
 
3
 
4
   1              		.cpu cortex-m3
4
   1              		.cpu cortex-m3
5
   2              		.eabi_attribute 20, 1
5
   2              		.eabi_attribute 20, 1
6
   3              		.eabi_attribute 21, 1
6
   3              		.eabi_attribute 21, 1
Line 56... Line 56...
56
  27:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****     (#) please refer to programming manual for details in how to configure priority. 
56
  27:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****     (#) please refer to programming manual for details in how to configure priority. 
57
  28:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****       
57
  28:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****       
58
  29:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****      -@- When the NVIC_PRIORITYGROUP_0 is selected, IRQ preemption is no more possible. 
58
  29:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****      -@- When the NVIC_PRIORITYGROUP_0 is selected, IRQ preemption is no more possible. 
59
  30:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****          The pending IRQ priority will be managed only by the sub priority.
59
  30:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****          The pending IRQ priority will be managed only by the sub priority.
60
  31:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****    
60
  31:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****    
61
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 2
61
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 2
62
 
62
 
63
 
63
 
64
  32:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****      -@- IRQ priority order (sorted by highest to lowest priority):
64
  32:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****      -@- IRQ priority order (sorted by highest to lowest priority):
65
  33:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****         (+@) Lowest preemption priority
65
  33:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****         (+@) Lowest preemption priority
66
  34:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****         (+@) Lowest sub priority
66
  34:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****         (+@) Lowest sub priority
Line 116... Line 116...
116
  84:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
116
  84:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
117
  85:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /** @addtogroup STM32F1xx_HAL_Driver
117
  85:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /** @addtogroup STM32F1xx_HAL_Driver
118
  86:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @{
118
  86:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @{
119
  87:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   */
119
  87:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   */
120
  88:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
120
  88:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
121
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 3
121
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 3
122
 
122
 
123
 
123
 
124
  89:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /** @defgroup CORTEX CORTEX
124
  89:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /** @defgroup CORTEX CORTEX
125
  90:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @brief CORTEX HAL module driver
125
  90:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @brief CORTEX HAL module driver
126
  91:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @{
126
  91:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @{
Line 176... Line 176...
176
 141:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @retval None
176
 141:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @retval None
177
 142:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   */
177
 142:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   */
178
 143:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** void HAL_NVIC_SetPriorityGrouping(uint32_t PriorityGroup)
178
 143:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** void HAL_NVIC_SetPriorityGrouping(uint32_t PriorityGroup)
179
 144:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** {
179
 144:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** {
180
  28              		.loc 1 144 1 view -0
180
  28              		.loc 1 144 1 view -0
181
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 4
181
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 4
182
 
182
 
183
 
183
 
184
  29              		.cfi_startproc
184
  29              		.cfi_startproc
185
  30              		@ args = 0, pretend = 0, frame = 0
185
  30              		@ args = 0, pretend = 0, frame = 0
186
  31              		@ frame_needed = 0, uses_anonymous_args = 0
186
  31              		@ frame_needed = 0, uses_anonymous_args = 0
Line 236... Line 236...
236
  39:Drivers/CMSIS/Include/core_cm3.h **** 
236
  39:Drivers/CMSIS/Include/core_cm3.h **** 
237
  40:Drivers/CMSIS/Include/core_cm3.h **** /**
237
  40:Drivers/CMSIS/Include/core_cm3.h **** /**
238
  41:Drivers/CMSIS/Include/core_cm3.h ****   \page CMSIS_MISRA_Exceptions  MISRA-C:2004 Compliance Exceptions
238
  41:Drivers/CMSIS/Include/core_cm3.h ****   \page CMSIS_MISRA_Exceptions  MISRA-C:2004 Compliance Exceptions
239
  42:Drivers/CMSIS/Include/core_cm3.h ****   CMSIS violates the following MISRA-C:2004 rules:
239
  42:Drivers/CMSIS/Include/core_cm3.h ****   CMSIS violates the following MISRA-C:2004 rules:
240
  43:Drivers/CMSIS/Include/core_cm3.h **** 
240
  43:Drivers/CMSIS/Include/core_cm3.h **** 
241
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 5
241
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 5
242
 
242
 
243
 
243
 
244
  44:Drivers/CMSIS/Include/core_cm3.h ****    \li Required Rule 8.5, object/function definition in header file.<br>
244
  44:Drivers/CMSIS/Include/core_cm3.h ****    \li Required Rule 8.5, object/function definition in header file.<br>
245
  45:Drivers/CMSIS/Include/core_cm3.h ****      Function definitions in header files are used to allow 'inlining'.
245
  45:Drivers/CMSIS/Include/core_cm3.h ****      Function definitions in header files are used to allow 'inlining'.
246
  46:Drivers/CMSIS/Include/core_cm3.h **** 
246
  46:Drivers/CMSIS/Include/core_cm3.h **** 
Line 296... Line 296...
296
  96:Drivers/CMSIS/Include/core_cm3.h ****   #endif
296
  96:Drivers/CMSIS/Include/core_cm3.h ****   #endif
297
  97:Drivers/CMSIS/Include/core_cm3.h **** 
297
  97:Drivers/CMSIS/Include/core_cm3.h **** 
298
  98:Drivers/CMSIS/Include/core_cm3.h **** #elif defined ( __TI_ARM__ )
298
  98:Drivers/CMSIS/Include/core_cm3.h **** #elif defined ( __TI_ARM__ )
299
  99:Drivers/CMSIS/Include/core_cm3.h ****   #if defined __TI_VFP_SUPPORT__
299
  99:Drivers/CMSIS/Include/core_cm3.h ****   #if defined __TI_VFP_SUPPORT__
300
 100:Drivers/CMSIS/Include/core_cm3.h ****     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
300
 100:Drivers/CMSIS/Include/core_cm3.h ****     #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
301
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 6
301
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 6
302
 
302
 
303
 
303
 
304
 101:Drivers/CMSIS/Include/core_cm3.h ****   #endif
304
 101:Drivers/CMSIS/Include/core_cm3.h ****   #endif
305
 102:Drivers/CMSIS/Include/core_cm3.h **** 
305
 102:Drivers/CMSIS/Include/core_cm3.h **** 
306
 103:Drivers/CMSIS/Include/core_cm3.h **** #elif defined ( __TASKING__ )
306
 103:Drivers/CMSIS/Include/core_cm3.h **** #elif defined ( __TASKING__ )
Line 356... Line 356...
356
 153:Drivers/CMSIS/Include/core_cm3.h ****   #endif
356
 153:Drivers/CMSIS/Include/core_cm3.h ****   #endif
357
 154:Drivers/CMSIS/Include/core_cm3.h **** #endif
357
 154:Drivers/CMSIS/Include/core_cm3.h **** #endif
358
 155:Drivers/CMSIS/Include/core_cm3.h **** 
358
 155:Drivers/CMSIS/Include/core_cm3.h **** 
359
 156:Drivers/CMSIS/Include/core_cm3.h **** /* IO definitions (access restrictions to peripheral registers) */
359
 156:Drivers/CMSIS/Include/core_cm3.h **** /* IO definitions (access restrictions to peripheral registers) */
360
 157:Drivers/CMSIS/Include/core_cm3.h **** /**
360
 157:Drivers/CMSIS/Include/core_cm3.h **** /**
361
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 7
361
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 7
362
 
362
 
363
 
363
 
364
 158:Drivers/CMSIS/Include/core_cm3.h ****     \defgroup CMSIS_glob_defs CMSIS Global Defines
364
 158:Drivers/CMSIS/Include/core_cm3.h ****     \defgroup CMSIS_glob_defs CMSIS Global Defines
365
 159:Drivers/CMSIS/Include/core_cm3.h **** 
365
 159:Drivers/CMSIS/Include/core_cm3.h **** 
366
 160:Drivers/CMSIS/Include/core_cm3.h ****     <strong>IO Type Qualifiers</strong> are used
366
 160:Drivers/CMSIS/Include/core_cm3.h ****     <strong>IO Type Qualifiers</strong> are used
Line 416... Line 416...
416
 210:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t _reserved0:27;              /*!< bit:  0..26  Reserved */
416
 210:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t _reserved0:27;              /*!< bit:  0..26  Reserved */
417
 211:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t Q:1;                        /*!< bit:     27  Saturation condition flag */
417
 211:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t Q:1;                        /*!< bit:     27  Saturation condition flag */
418
 212:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t V:1;                        /*!< bit:     28  Overflow condition code flag */
418
 212:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t V:1;                        /*!< bit:     28  Overflow condition code flag */
419
 213:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t C:1;                        /*!< bit:     29  Carry condition code flag */
419
 213:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t C:1;                        /*!< bit:     29  Carry condition code flag */
420
 214:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t Z:1;                        /*!< bit:     30  Zero condition code flag */
420
 214:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t Z:1;                        /*!< bit:     30  Zero condition code flag */
421
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 8
421
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 8
422
 
422
 
423
 
423
 
424
 215:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t N:1;                        /*!< bit:     31  Negative condition code flag */
424
 215:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t N:1;                        /*!< bit:     31  Negative condition code flag */
425
 216:Drivers/CMSIS/Include/core_cm3.h ****   } b;                                   /*!< Structure used for bit  access */
425
 216:Drivers/CMSIS/Include/core_cm3.h ****   } b;                                   /*!< Structure used for bit  access */
426
 217:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t w;                            /*!< Type      used for word access */
426
 217:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t w;                            /*!< Type      used for word access */
Line 476... Line 476...
476
 267:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t ICI_IT_2:2;                 /*!< bit: 25..26  ICI/IT part 2 */
476
 267:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t ICI_IT_2:2;                 /*!< bit: 25..26  ICI/IT part 2 */
477
 268:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t Q:1;                        /*!< bit:     27  Saturation condition flag */
477
 268:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t Q:1;                        /*!< bit:     27  Saturation condition flag */
478
 269:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t V:1;                        /*!< bit:     28  Overflow condition code flag */
478
 269:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t V:1;                        /*!< bit:     28  Overflow condition code flag */
479
 270:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t C:1;                        /*!< bit:     29  Carry condition code flag */
479
 270:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t C:1;                        /*!< bit:     29  Carry condition code flag */
480
 271:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t Z:1;                        /*!< bit:     30  Zero condition code flag */
480
 271:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t Z:1;                        /*!< bit:     30  Zero condition code flag */
481
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 9
481
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 9
482
 
482
 
483
 
483
 
484
 272:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t N:1;                        /*!< bit:     31  Negative condition code flag */
484
 272:Drivers/CMSIS/Include/core_cm3.h ****     uint32_t N:1;                        /*!< bit:     31  Negative condition code flag */
485
 273:Drivers/CMSIS/Include/core_cm3.h ****   } b;                                   /*!< Structure used for bit  access */
485
 273:Drivers/CMSIS/Include/core_cm3.h ****   } b;                                   /*!< Structure used for bit  access */
486
 274:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t w;                            /*!< Type      used for word access */
486
 274:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t w;                            /*!< Type      used for word access */
Line 536... Line 536...
536
 324:Drivers/CMSIS/Include/core_cm3.h **** #define CONTROL_nPRIV_Pos                   0U                                            /*!< CONT
536
 324:Drivers/CMSIS/Include/core_cm3.h **** #define CONTROL_nPRIV_Pos                   0U                                            /*!< CONT
537
 325:Drivers/CMSIS/Include/core_cm3.h **** #define CONTROL_nPRIV_Msk                  (1UL /*<< CONTROL_nPRIV_Pos*/)                 /*!< CONT
537
 325:Drivers/CMSIS/Include/core_cm3.h **** #define CONTROL_nPRIV_Msk                  (1UL /*<< CONTROL_nPRIV_Pos*/)                 /*!< CONT
538
 326:Drivers/CMSIS/Include/core_cm3.h **** 
538
 326:Drivers/CMSIS/Include/core_cm3.h **** 
539
 327:Drivers/CMSIS/Include/core_cm3.h **** /*@} end of group CMSIS_CORE */
539
 327:Drivers/CMSIS/Include/core_cm3.h **** /*@} end of group CMSIS_CORE */
540
 328:Drivers/CMSIS/Include/core_cm3.h **** 
540
 328:Drivers/CMSIS/Include/core_cm3.h **** 
541
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 10
541
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 10
542
 
542
 
543
 
543
 
544
 329:Drivers/CMSIS/Include/core_cm3.h **** 
544
 329:Drivers/CMSIS/Include/core_cm3.h **** 
545
 330:Drivers/CMSIS/Include/core_cm3.h **** /**
545
 330:Drivers/CMSIS/Include/core_cm3.h **** /**
546
 331:Drivers/CMSIS/Include/core_cm3.h ****   \ingroup    CMSIS_core_register
546
 331:Drivers/CMSIS/Include/core_cm3.h ****   \ingroup    CMSIS_core_register
Line 596... Line 596...
596
 381:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t CCR;                    /*!< Offset: 0x014 (R/W)  Configuration Control Register *
596
 381:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t CCR;                    /*!< Offset: 0x014 (R/W)  Configuration Control Register *
597
 382:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint8_t  SHP[12U];               /*!< Offset: 0x018 (R/W)  System Handlers Priority Registe
597
 382:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint8_t  SHP[12U];               /*!< Offset: 0x018 (R/W)  System Handlers Priority Registe
598
 383:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t SHCSR;                  /*!< Offset: 0x024 (R/W)  System Handler Control and State
598
 383:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t SHCSR;                  /*!< Offset: 0x024 (R/W)  System Handler Control and State
599
 384:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t CFSR;                   /*!< Offset: 0x028 (R/W)  Configurable Fault Status Regist
599
 384:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t CFSR;                   /*!< Offset: 0x028 (R/W)  Configurable Fault Status Regist
600
 385:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t HFSR;                   /*!< Offset: 0x02C (R/W)  HardFault Status Register */
600
 385:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t HFSR;                   /*!< Offset: 0x02C (R/W)  HardFault Status Register */
601
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 11
601
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 11
602
 
602
 
603
 
603
 
604
 386:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t DFSR;                   /*!< Offset: 0x030 (R/W)  Debug Fault Status Register */
604
 386:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t DFSR;                   /*!< Offset: 0x030 (R/W)  Debug Fault Status Register */
605
 387:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t MMFAR;                  /*!< Offset: 0x034 (R/W)  MemManage Fault Address Register
605
 387:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t MMFAR;                  /*!< Offset: 0x034 (R/W)  MemManage Fault Address Register
606
 388:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t BFAR;                   /*!< Offset: 0x038 (R/W)  BusFault Address Register */
606
 388:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t BFAR;                   /*!< Offset: 0x038 (R/W)  BusFault Address Register */
Line 656... Line 656...
656
 438:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_VECTPENDING_Msk           (0x1FFUL << SCB_ICSR_VECTPENDING_Pos)          /*!< SCB 
656
 438:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_VECTPENDING_Msk           (0x1FFUL << SCB_ICSR_VECTPENDING_Pos)          /*!< SCB 
657
 439:Drivers/CMSIS/Include/core_cm3.h **** 
657
 439:Drivers/CMSIS/Include/core_cm3.h **** 
658
 440:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_RETTOBASE_Pos             11U                                            /*!< SCB 
658
 440:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_RETTOBASE_Pos             11U                                            /*!< SCB 
659
 441:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_RETTOBASE_Msk             (1UL << SCB_ICSR_RETTOBASE_Pos)                /*!< SCB 
659
 441:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_RETTOBASE_Msk             (1UL << SCB_ICSR_RETTOBASE_Pos)                /*!< SCB 
660
 442:Drivers/CMSIS/Include/core_cm3.h **** 
660
 442:Drivers/CMSIS/Include/core_cm3.h **** 
661
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 12
661
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 12
662
 
662
 
663
 
663
 
664
 443:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_VECTACTIVE_Pos             0U                                            /*!< SCB 
664
 443:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_VECTACTIVE_Pos             0U                                            /*!< SCB 
665
 444:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_VECTACTIVE_Msk            (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/)       /*!< SCB 
665
 444:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_ICSR_VECTACTIVE_Msk            (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/)       /*!< SCB 
666
 445:Drivers/CMSIS/Include/core_cm3.h **** 
666
 445:Drivers/CMSIS/Include/core_cm3.h **** 
Line 716... Line 716...
716
 495:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_BFHFNMIGN_Msk              (1UL << SCB_CCR_BFHFNMIGN_Pos)                 /*!< SCB 
716
 495:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_BFHFNMIGN_Msk              (1UL << SCB_CCR_BFHFNMIGN_Pos)                 /*!< SCB 
717
 496:Drivers/CMSIS/Include/core_cm3.h **** 
717
 496:Drivers/CMSIS/Include/core_cm3.h **** 
718
 497:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_DIV_0_TRP_Pos               4U                                            /*!< SCB 
718
 497:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_DIV_0_TRP_Pos               4U                                            /*!< SCB 
719
 498:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_DIV_0_TRP_Msk              (1UL << SCB_CCR_DIV_0_TRP_Pos)                 /*!< SCB 
719
 498:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_DIV_0_TRP_Msk              (1UL << SCB_CCR_DIV_0_TRP_Pos)                 /*!< SCB 
720
 499:Drivers/CMSIS/Include/core_cm3.h **** 
720
 499:Drivers/CMSIS/Include/core_cm3.h **** 
721
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 13
721
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 13
722
 
722
 
723
 
723
 
724
 500:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_UNALIGN_TRP_Pos             3U                                            /*!< SCB 
724
 500:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_UNALIGN_TRP_Pos             3U                                            /*!< SCB 
725
 501:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_UNALIGN_TRP_Msk            (1UL << SCB_CCR_UNALIGN_TRP_Pos)               /*!< SCB 
725
 501:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CCR_UNALIGN_TRP_Msk            (1UL << SCB_CCR_UNALIGN_TRP_Pos)               /*!< SCB 
726
 502:Drivers/CMSIS/Include/core_cm3.h **** 
726
 502:Drivers/CMSIS/Include/core_cm3.h **** 
Line 776... Line 776...
776
 552:Drivers/CMSIS/Include/core_cm3.h **** /* SCB Configurable Fault Status Register Definitions */
776
 552:Drivers/CMSIS/Include/core_cm3.h **** /* SCB Configurable Fault Status Register Definitions */
777
 553:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_USGFAULTSR_Pos            16U                                            /*!< SCB 
777
 553:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_USGFAULTSR_Pos            16U                                            /*!< SCB 
778
 554:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_USGFAULTSR_Msk            (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos)          /*!< SCB 
778
 554:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_USGFAULTSR_Msk            (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos)          /*!< SCB 
779
 555:Drivers/CMSIS/Include/core_cm3.h **** 
779
 555:Drivers/CMSIS/Include/core_cm3.h **** 
780
 556:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_BUSFAULTSR_Pos             8U                                            /*!< SCB 
780
 556:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_BUSFAULTSR_Pos             8U                                            /*!< SCB 
781
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 14
781
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 14
782
 
782
 
783
 
783
 
784
 557:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_BUSFAULTSR_Msk            (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos)            /*!< SCB 
784
 557:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_BUSFAULTSR_Msk            (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos)            /*!< SCB 
785
 558:Drivers/CMSIS/Include/core_cm3.h **** 
785
 558:Drivers/CMSIS/Include/core_cm3.h **** 
786
 559:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_MEMFAULTSR_Pos             0U                                            /*!< SCB 
786
 559:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_MEMFAULTSR_Pos             0U                                            /*!< SCB 
Line 836... Line 836...
836
 609:Drivers/CMSIS/Include/core_cm3.h **** 
836
 609:Drivers/CMSIS/Include/core_cm3.h **** 
837
 610:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_INVSTATE_Pos             (SCB_CFSR_USGFAULTSR_Pos + 1U)                  /*!< SCB 
837
 610:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_INVSTATE_Pos             (SCB_CFSR_USGFAULTSR_Pos + 1U)                  /*!< SCB 
838
 611:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_INVSTATE_Msk             (1UL << SCB_CFSR_INVSTATE_Pos)                  /*!< SCB 
838
 611:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_INVSTATE_Msk             (1UL << SCB_CFSR_INVSTATE_Pos)                  /*!< SCB 
839
 612:Drivers/CMSIS/Include/core_cm3.h **** 
839
 612:Drivers/CMSIS/Include/core_cm3.h **** 
840
 613:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_UNDEFINSTR_Pos           (SCB_CFSR_USGFAULTSR_Pos + 0U)                  /*!< SCB 
840
 613:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_UNDEFINSTR_Pos           (SCB_CFSR_USGFAULTSR_Pos + 0U)                  /*!< SCB 
841
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 15
841
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 15
842
 
842
 
843
 
843
 
844
 614:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_UNDEFINSTR_Msk           (1UL << SCB_CFSR_UNDEFINSTR_Pos)                /*!< SCB 
844
 614:Drivers/CMSIS/Include/core_cm3.h **** #define SCB_CFSR_UNDEFINSTR_Msk           (1UL << SCB_CFSR_UNDEFINSTR_Pos)                /*!< SCB 
845
 615:Drivers/CMSIS/Include/core_cm3.h **** 
845
 615:Drivers/CMSIS/Include/core_cm3.h **** 
846
 616:Drivers/CMSIS/Include/core_cm3.h **** /* SCB Hard Fault Status Register Definitions */
846
 616:Drivers/CMSIS/Include/core_cm3.h **** /* SCB Hard Fault Status Register Definitions */
Line 896... Line 896...
896
 666:Drivers/CMSIS/Include/core_cm3.h **** /* Interrupt Controller Type Register Definitions */
896
 666:Drivers/CMSIS/Include/core_cm3.h **** /* Interrupt Controller Type Register Definitions */
897
 667:Drivers/CMSIS/Include/core_cm3.h **** #define SCnSCB_ICTR_INTLINESNUM_Pos         0U                                         /*!< ICTR: I
897
 667:Drivers/CMSIS/Include/core_cm3.h **** #define SCnSCB_ICTR_INTLINESNUM_Pos         0U                                         /*!< ICTR: I
898
 668:Drivers/CMSIS/Include/core_cm3.h **** #define SCnSCB_ICTR_INTLINESNUM_Msk        (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/)  /*!< ICTR: I
898
 668:Drivers/CMSIS/Include/core_cm3.h **** #define SCnSCB_ICTR_INTLINESNUM_Msk        (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/)  /*!< ICTR: I
899
 669:Drivers/CMSIS/Include/core_cm3.h **** 
899
 669:Drivers/CMSIS/Include/core_cm3.h **** 
900
 670:Drivers/CMSIS/Include/core_cm3.h **** /* Auxiliary Control Register Definitions */
900
 670:Drivers/CMSIS/Include/core_cm3.h **** /* Auxiliary Control Register Definitions */
901
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 16
901
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 16
902
 
902
 
903
 
903
 
904
 671:Drivers/CMSIS/Include/core_cm3.h **** 
904
 671:Drivers/CMSIS/Include/core_cm3.h **** 
905
 672:Drivers/CMSIS/Include/core_cm3.h **** #define SCnSCB_ACTLR_DISFOLD_Pos            2U                                         /*!< ACTLR: 
905
 672:Drivers/CMSIS/Include/core_cm3.h **** #define SCnSCB_ACTLR_DISFOLD_Pos            2U                                         /*!< ACTLR: 
906
 673:Drivers/CMSIS/Include/core_cm3.h **** #define SCnSCB_ACTLR_DISFOLD_Msk           (1UL << SCnSCB_ACTLR_DISFOLD_Pos)           /*!< ACTLR: 
906
 673:Drivers/CMSIS/Include/core_cm3.h **** #define SCnSCB_ACTLR_DISFOLD_Msk           (1UL << SCnSCB_ACTLR_DISFOLD_Pos)           /*!< ACTLR: 
Line 956... Line 956...
956
 723:Drivers/CMSIS/Include/core_cm3.h **** /* SysTick Calibration Register Definitions */
956
 723:Drivers/CMSIS/Include/core_cm3.h **** /* SysTick Calibration Register Definitions */
957
 724:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_NOREF_Pos            31U                                            /*!< SysT
957
 724:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_NOREF_Pos            31U                                            /*!< SysT
958
 725:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_NOREF_Msk            (1UL << SysTick_CALIB_NOREF_Pos)               /*!< SysT
958
 725:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_NOREF_Msk            (1UL << SysTick_CALIB_NOREF_Pos)               /*!< SysT
959
 726:Drivers/CMSIS/Include/core_cm3.h **** 
959
 726:Drivers/CMSIS/Include/core_cm3.h **** 
960
 727:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_SKEW_Pos             30U                                            /*!< SysT
960
 727:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_SKEW_Pos             30U                                            /*!< SysT
961
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 17
961
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 17
962
 
962
 
963
 
963
 
964
 728:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_SKEW_Msk             (1UL << SysTick_CALIB_SKEW_Pos)                /*!< SysT
964
 728:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_SKEW_Msk             (1UL << SysTick_CALIB_SKEW_Pos)                /*!< SysT
965
 729:Drivers/CMSIS/Include/core_cm3.h **** 
965
 729:Drivers/CMSIS/Include/core_cm3.h **** 
966
 730:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_TENMS_Pos             0U                                            /*!< SysT
966
 730:Drivers/CMSIS/Include/core_cm3.h **** #define SysTick_CALIB_TENMS_Pos             0U                                            /*!< SysT
Line 1016... Line 1016...
1016
 780:Drivers/CMSIS/Include/core_cm3.h **** } ITM_Type;
1016
 780:Drivers/CMSIS/Include/core_cm3.h **** } ITM_Type;
1017
 781:Drivers/CMSIS/Include/core_cm3.h **** 
1017
 781:Drivers/CMSIS/Include/core_cm3.h **** 
1018
 782:Drivers/CMSIS/Include/core_cm3.h **** /* ITM Trace Privilege Register Definitions */
1018
 782:Drivers/CMSIS/Include/core_cm3.h **** /* ITM Trace Privilege Register Definitions */
1019
 783:Drivers/CMSIS/Include/core_cm3.h **** #define ITM_TPR_PRIVMASK_Pos                0U                                            /*!< ITM 
1019
 783:Drivers/CMSIS/Include/core_cm3.h **** #define ITM_TPR_PRIVMASK_Pos                0U                                            /*!< ITM 
1020
 784:Drivers/CMSIS/Include/core_cm3.h **** #define ITM_TPR_PRIVMASK_Msk               (0xFFFFFFFFUL /*<< ITM_TPR_PRIVMASK_Pos*/)     /*!< ITM 
1020
 784:Drivers/CMSIS/Include/core_cm3.h **** #define ITM_TPR_PRIVMASK_Msk               (0xFFFFFFFFUL /*<< ITM_TPR_PRIVMASK_Pos*/)     /*!< ITM 
1021
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 18
1021
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 18
1022
 
1022
 
1023
 
1023
 
1024
 785:Drivers/CMSIS/Include/core_cm3.h **** 
1024
 785:Drivers/CMSIS/Include/core_cm3.h **** 
1025
 786:Drivers/CMSIS/Include/core_cm3.h **** /* ITM Trace Control Register Definitions */
1025
 786:Drivers/CMSIS/Include/core_cm3.h **** /* ITM Trace Control Register Definitions */
1026
 787:Drivers/CMSIS/Include/core_cm3.h **** #define ITM_TCR_BUSY_Pos                   23U                                            /*!< ITM 
1026
 787:Drivers/CMSIS/Include/core_cm3.h **** #define ITM_TCR_BUSY_Pos                   23U                                            /*!< ITM 
Line 1076... Line 1076...
1076
 837:Drivers/CMSIS/Include/core_cm3.h **** 
1076
 837:Drivers/CMSIS/Include/core_cm3.h **** 
1077
 838:Drivers/CMSIS/Include/core_cm3.h **** 
1077
 838:Drivers/CMSIS/Include/core_cm3.h **** 
1078
 839:Drivers/CMSIS/Include/core_cm3.h **** /**
1078
 839:Drivers/CMSIS/Include/core_cm3.h **** /**
1079
 840:Drivers/CMSIS/Include/core_cm3.h ****   \ingroup  CMSIS_core_register
1079
 840:Drivers/CMSIS/Include/core_cm3.h ****   \ingroup  CMSIS_core_register
1080
 841:Drivers/CMSIS/Include/core_cm3.h ****   \defgroup CMSIS_DWT     Data Watchpoint and Trace (DWT)
1080
 841:Drivers/CMSIS/Include/core_cm3.h ****   \defgroup CMSIS_DWT     Data Watchpoint and Trace (DWT)
1081
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 19
1081
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 19
1082
 
1082
 
1083
 
1083
 
1084
 842:Drivers/CMSIS/Include/core_cm3.h ****   \brief    Type definitions for the Data Watchpoint and Trace (DWT)
1084
 842:Drivers/CMSIS/Include/core_cm3.h ****   \brief    Type definitions for the Data Watchpoint and Trace (DWT)
1085
 843:Drivers/CMSIS/Include/core_cm3.h ****   @{
1085
 843:Drivers/CMSIS/Include/core_cm3.h ****   @{
1086
 844:Drivers/CMSIS/Include/core_cm3.h ****  */
1086
 844:Drivers/CMSIS/Include/core_cm3.h ****  */
Line 1136... Line 1136...
1136
 894:Drivers/CMSIS/Include/core_cm3.h **** 
1136
 894:Drivers/CMSIS/Include/core_cm3.h **** 
1137
 895:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_FOLDEVTENA_Pos            21U                                         /*!< DWT CTR
1137
 895:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_FOLDEVTENA_Pos            21U                                         /*!< DWT CTR
1138
 896:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_FOLDEVTENA_Msk            (0x1UL << DWT_CTRL_FOLDEVTENA_Pos)          /*!< DWT CTR
1138
 896:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_FOLDEVTENA_Msk            (0x1UL << DWT_CTRL_FOLDEVTENA_Pos)          /*!< DWT CTR
1139
 897:Drivers/CMSIS/Include/core_cm3.h **** 
1139
 897:Drivers/CMSIS/Include/core_cm3.h **** 
1140
 898:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_LSUEVTENA_Pos             20U                                         /*!< DWT CTR
1140
 898:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_LSUEVTENA_Pos             20U                                         /*!< DWT CTR
1141
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 20
1141
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 20
1142
 
1142
 
1143
 
1143
 
1144
 899:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_LSUEVTENA_Msk             (0x1UL << DWT_CTRL_LSUEVTENA_Pos)           /*!< DWT CTR
1144
 899:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_LSUEVTENA_Msk             (0x1UL << DWT_CTRL_LSUEVTENA_Pos)           /*!< DWT CTR
1145
 900:Drivers/CMSIS/Include/core_cm3.h **** 
1145
 900:Drivers/CMSIS/Include/core_cm3.h **** 
1146
 901:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_SLEEPEVTENA_Pos           19U                                         /*!< DWT CTR
1146
 901:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_CTRL_SLEEPEVTENA_Pos           19U                                         /*!< DWT CTR
Line 1196... Line 1196...
1196
 951:Drivers/CMSIS/Include/core_cm3.h **** /* DWT Comparator Mask Register Definitions */
1196
 951:Drivers/CMSIS/Include/core_cm3.h **** /* DWT Comparator Mask Register Definitions */
1197
 952:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_MASK_MASK_Pos                   0U                                         /*!< DWT MAS
1197
 952:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_MASK_MASK_Pos                   0U                                         /*!< DWT MAS
1198
 953:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_MASK_MASK_Msk                  (0x1FUL /*<< DWT_MASK_MASK_Pos*/)           /*!< DWT MAS
1198
 953:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_MASK_MASK_Msk                  (0x1FUL /*<< DWT_MASK_MASK_Pos*/)           /*!< DWT MAS
1199
 954:Drivers/CMSIS/Include/core_cm3.h **** 
1199
 954:Drivers/CMSIS/Include/core_cm3.h **** 
1200
 955:Drivers/CMSIS/Include/core_cm3.h **** /* DWT Comparator Function Register Definitions */
1200
 955:Drivers/CMSIS/Include/core_cm3.h **** /* DWT Comparator Function Register Definitions */
1201
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 21
1201
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 21
1202
 
1202
 
1203
 
1203
 
1204
 956:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_FUNCTION_MATCHED_Pos           24U                                         /*!< DWT FUN
1204
 956:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_FUNCTION_MATCHED_Pos           24U                                         /*!< DWT FUN
1205
 957:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_FUNCTION_MATCHED_Msk           (0x1UL << DWT_FUNCTION_MATCHED_Pos)         /*!< DWT FUN
1205
 957:Drivers/CMSIS/Include/core_cm3.h **** #define DWT_FUNCTION_MATCHED_Msk           (0x1UL << DWT_FUNCTION_MATCHED_Pos)         /*!< DWT FUN
1206
 958:Drivers/CMSIS/Include/core_cm3.h **** 
1206
 958:Drivers/CMSIS/Include/core_cm3.h **** 
Line 1256... Line 1256...
1256
1008:Drivers/CMSIS/Include/core_cm3.h ****         uint32_t RESERVED3[759U];
1256
1008:Drivers/CMSIS/Include/core_cm3.h ****         uint32_t RESERVED3[759U];
1257
1009:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t TRIGGER;                /*!< Offset: 0xEE8 (R/ )  TRIGGER Register */
1257
1009:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t TRIGGER;                /*!< Offset: 0xEE8 (R/ )  TRIGGER Register */
1258
1010:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t FIFO0;                  /*!< Offset: 0xEEC (R/ )  Integration ETM Data */
1258
1010:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t FIFO0;                  /*!< Offset: 0xEEC (R/ )  Integration ETM Data */
1259
1011:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t ITATBCTR2;              /*!< Offset: 0xEF0 (R/ )  ITATBCTR2 */
1259
1011:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t ITATBCTR2;              /*!< Offset: 0xEF0 (R/ )  ITATBCTR2 */
1260
1012:Drivers/CMSIS/Include/core_cm3.h ****         uint32_t RESERVED4[1U];
1260
1012:Drivers/CMSIS/Include/core_cm3.h ****         uint32_t RESERVED4[1U];
1261
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 22
1261
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 22
1262
 
1262
 
1263
 
1263
 
1264
1013:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t ITATBCTR0;              /*!< Offset: 0xEF8 (R/ )  ITATBCTR0 */
1264
1013:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t ITATBCTR0;              /*!< Offset: 0xEF8 (R/ )  ITATBCTR0 */
1265
1014:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t FIFO1;                  /*!< Offset: 0xEFC (R/ )  Integration ITM Data */
1265
1014:Drivers/CMSIS/Include/core_cm3.h ****   __IM  uint32_t FIFO1;                  /*!< Offset: 0xEFC (R/ )  Integration ITM Data */
1266
1015:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t ITCTRL;                 /*!< Offset: 0xF00 (R/W)  Integration Mode Control */
1266
1015:Drivers/CMSIS/Include/core_cm3.h ****   __IOM uint32_t ITCTRL;                 /*!< Offset: 0xF00 (R/W)  Integration Mode Control */
Line 1316... Line 1316...
1316
1065:Drivers/CMSIS/Include/core_cm3.h **** 
1316
1065:Drivers/CMSIS/Include/core_cm3.h **** 
1317
1066:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM_bytecount_Pos        24U                                         /*!< TPI FIF
1317
1066:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM_bytecount_Pos        24U                                         /*!< TPI FIF
1318
1067:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM_bytecount_Msk        (0x3UL << TPI_FIFO0_ETM_bytecount_Pos)      /*!< TPI FIF
1318
1067:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM_bytecount_Msk        (0x3UL << TPI_FIFO0_ETM_bytecount_Pos)      /*!< TPI FIF
1319
1068:Drivers/CMSIS/Include/core_cm3.h **** 
1319
1068:Drivers/CMSIS/Include/core_cm3.h **** 
1320
1069:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM2_Pos                 16U                                         /*!< TPI FIF
1320
1069:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM2_Pos                 16U                                         /*!< TPI FIF
1321
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 23
1321
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 23
1322
 
1322
 
1323
 
1323
 
1324
1070:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM2_Msk                 (0xFFUL << TPI_FIFO0_ETM2_Pos)              /*!< TPI FIF
1324
1070:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM2_Msk                 (0xFFUL << TPI_FIFO0_ETM2_Pos)              /*!< TPI FIF
1325
1071:Drivers/CMSIS/Include/core_cm3.h **** 
1325
1071:Drivers/CMSIS/Include/core_cm3.h **** 
1326
1072:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM1_Pos                  8U                                         /*!< TPI FIF
1326
1072:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_FIFO0_ETM1_Pos                  8U                                         /*!< TPI FIF
Line 1376... Line 1376...
1376
1122:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_MANCVALID_Pos            10U                                         /*!< TPI DEV
1376
1122:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_MANCVALID_Pos            10U                                         /*!< TPI DEV
1377
1123:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_MANCVALID_Msk            (0x1UL << TPI_DEVID_MANCVALID_Pos)          /*!< TPI DEV
1377
1123:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_MANCVALID_Msk            (0x1UL << TPI_DEVID_MANCVALID_Pos)          /*!< TPI DEV
1378
1124:Drivers/CMSIS/Include/core_cm3.h **** 
1378
1124:Drivers/CMSIS/Include/core_cm3.h **** 
1379
1125:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_PTINVALID_Pos             9U                                         /*!< TPI DEV
1379
1125:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_PTINVALID_Pos             9U                                         /*!< TPI DEV
1380
1126:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_PTINVALID_Msk            (0x1UL << TPI_DEVID_PTINVALID_Pos)          /*!< TPI DEV
1380
1126:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_PTINVALID_Msk            (0x1UL << TPI_DEVID_PTINVALID_Pos)          /*!< TPI DEV
1381
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 24
1381
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 24
1382
 
1382
 
1383
 
1383
 
1384
1127:Drivers/CMSIS/Include/core_cm3.h **** 
1384
1127:Drivers/CMSIS/Include/core_cm3.h **** 
1385
1128:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_MinBufSz_Pos              6U                                         /*!< TPI DEV
1385
1128:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_MinBufSz_Pos              6U                                         /*!< TPI DEV
1386
1129:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_MinBufSz_Msk             (0x7UL << TPI_DEVID_MinBufSz_Pos)           /*!< TPI DEV
1386
1129:Drivers/CMSIS/Include/core_cm3.h **** #define TPI_DEVID_MinBufSz_Msk             (0x7UL << TPI_DEVID_MinBufSz_Pos)           /*!< TPI DEV
Line 1436... Line 1436...
1436
1179:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_TYPE_DREGION_Pos                8U                                            /*!< MPU 
1436
1179:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_TYPE_DREGION_Pos                8U                                            /*!< MPU 
1437
1180:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_TYPE_DREGION_Msk               (0xFFUL << MPU_TYPE_DREGION_Pos)               /*!< MPU 
1437
1180:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_TYPE_DREGION_Msk               (0xFFUL << MPU_TYPE_DREGION_Pos)               /*!< MPU 
1438
1181:Drivers/CMSIS/Include/core_cm3.h **** 
1438
1181:Drivers/CMSIS/Include/core_cm3.h **** 
1439
1182:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_TYPE_SEPARATE_Pos               0U                                            /*!< MPU 
1439
1182:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_TYPE_SEPARATE_Pos               0U                                            /*!< MPU 
1440
1183:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_TYPE_SEPARATE_Msk              (1UL /*<< MPU_TYPE_SEPARATE_Pos*/)             /*!< MPU 
1440
1183:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_TYPE_SEPARATE_Msk              (1UL /*<< MPU_TYPE_SEPARATE_Pos*/)             /*!< MPU 
1441
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 25
1441
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 25
1442
 
1442
 
1443
 
1443
 
1444
1184:Drivers/CMSIS/Include/core_cm3.h **** 
1444
1184:Drivers/CMSIS/Include/core_cm3.h **** 
1445
1185:Drivers/CMSIS/Include/core_cm3.h **** /* MPU Control Register Definitions */
1445
1185:Drivers/CMSIS/Include/core_cm3.h **** /* MPU Control Register Definitions */
1446
1186:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_CTRL_PRIVDEFENA_Pos             2U                                            /*!< MPU 
1446
1186:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_CTRL_PRIVDEFENA_Pos             2U                                            /*!< MPU 
Line 1496... Line 1496...
1496
1236:Drivers/CMSIS/Include/core_cm3.h **** 
1496
1236:Drivers/CMSIS/Include/core_cm3.h **** 
1497
1237:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_RASR_ENABLE_Pos                 0U                                            /*!< MPU 
1497
1237:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_RASR_ENABLE_Pos                 0U                                            /*!< MPU 
1498
1238:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_RASR_ENABLE_Msk                (1UL /*<< MPU_RASR_ENABLE_Pos*/)               /*!< MPU 
1498
1238:Drivers/CMSIS/Include/core_cm3.h **** #define MPU_RASR_ENABLE_Msk                (1UL /*<< MPU_RASR_ENABLE_Pos*/)               /*!< MPU 
1499
1239:Drivers/CMSIS/Include/core_cm3.h **** 
1499
1239:Drivers/CMSIS/Include/core_cm3.h **** 
1500
1240:Drivers/CMSIS/Include/core_cm3.h **** /*@} end of group CMSIS_MPU */
1500
1240:Drivers/CMSIS/Include/core_cm3.h **** /*@} end of group CMSIS_MPU */
1501
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 26
1501
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 26
1502
 
1502
 
1503
 
1503
 
1504
1241:Drivers/CMSIS/Include/core_cm3.h **** #endif
1504
1241:Drivers/CMSIS/Include/core_cm3.h **** #endif
1505
1242:Drivers/CMSIS/Include/core_cm3.h **** 
1505
1242:Drivers/CMSIS/Include/core_cm3.h **** 
1506
1243:Drivers/CMSIS/Include/core_cm3.h **** 
1506
1243:Drivers/CMSIS/Include/core_cm3.h **** 
Line 1556... Line 1556...
1556
1293:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DHCSR_C_HALT_Pos          1U                                            /*!< Core
1556
1293:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DHCSR_C_HALT_Pos          1U                                            /*!< Core
1557
1294:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DHCSR_C_HALT_Msk         (1UL << CoreDebug_DHCSR_C_HALT_Pos)            /*!< Core
1557
1294:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DHCSR_C_HALT_Msk         (1UL << CoreDebug_DHCSR_C_HALT_Pos)            /*!< Core
1558
1295:Drivers/CMSIS/Include/core_cm3.h **** 
1558
1295:Drivers/CMSIS/Include/core_cm3.h **** 
1559
1296:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DHCSR_C_DEBUGEN_Pos       0U                                            /*!< Core
1559
1296:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DHCSR_C_DEBUGEN_Pos       0U                                            /*!< Core
1560
1297:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DHCSR_C_DEBUGEN_Msk      (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)     /*!< Core
1560
1297:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DHCSR_C_DEBUGEN_Msk      (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/)     /*!< Core
1561
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 27
1561
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 27
1562
 
1562
 
1563
 
1563
 
1564
1298:Drivers/CMSIS/Include/core_cm3.h **** 
1564
1298:Drivers/CMSIS/Include/core_cm3.h **** 
1565
1299:Drivers/CMSIS/Include/core_cm3.h **** /* Debug Core Register Selector Register Definitions */
1565
1299:Drivers/CMSIS/Include/core_cm3.h **** /* Debug Core Register Selector Register Definitions */
1566
1300:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DCRSR_REGWnR_Pos         16U                                            /*!< Core
1566
1300:Drivers/CMSIS/Include/core_cm3.h **** #define CoreDebug_DCRSR_REGWnR_Pos         16U                                            /*!< Core
Line 1616... Line 1616...
1616
1350:Drivers/CMSIS/Include/core_cm3.h ****   \ingroup    CMSIS_core_register
1616
1350:Drivers/CMSIS/Include/core_cm3.h ****   \ingroup    CMSIS_core_register
1617
1351:Drivers/CMSIS/Include/core_cm3.h ****   \defgroup   CMSIS_core_bitfield     Core register bit field macros
1617
1351:Drivers/CMSIS/Include/core_cm3.h ****   \defgroup   CMSIS_core_bitfield     Core register bit field macros
1618
1352:Drivers/CMSIS/Include/core_cm3.h ****   \brief      Macros for use with bit field definitions (xxx_Pos, xxx_Msk).
1618
1352:Drivers/CMSIS/Include/core_cm3.h ****   \brief      Macros for use with bit field definitions (xxx_Pos, xxx_Msk).
1619
1353:Drivers/CMSIS/Include/core_cm3.h ****   @{
1619
1353:Drivers/CMSIS/Include/core_cm3.h ****   @{
1620
1354:Drivers/CMSIS/Include/core_cm3.h ****  */
1620
1354:Drivers/CMSIS/Include/core_cm3.h ****  */
1621
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 28
1621
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 28
1622
 
1622
 
1623
 
1623
 
1624
1355:Drivers/CMSIS/Include/core_cm3.h **** 
1624
1355:Drivers/CMSIS/Include/core_cm3.h **** 
1625
1356:Drivers/CMSIS/Include/core_cm3.h **** /**
1625
1356:Drivers/CMSIS/Include/core_cm3.h **** /**
1626
1357:Drivers/CMSIS/Include/core_cm3.h ****   \brief   Mask and shift a bit field value for use in a register bit range.
1626
1357:Drivers/CMSIS/Include/core_cm3.h ****   \brief   Mask and shift a bit field value for use in a register bit range.
Line 1676... Line 1676...
1676
1407:Drivers/CMSIS/Include/core_cm3.h **** 
1676
1407:Drivers/CMSIS/Include/core_cm3.h **** 
1677
1408:Drivers/CMSIS/Include/core_cm3.h **** 
1677
1408:Drivers/CMSIS/Include/core_cm3.h **** 
1678
1409:Drivers/CMSIS/Include/core_cm3.h **** 
1678
1409:Drivers/CMSIS/Include/core_cm3.h **** 
1679
1410:Drivers/CMSIS/Include/core_cm3.h **** /*******************************************************************************
1679
1410:Drivers/CMSIS/Include/core_cm3.h **** /*******************************************************************************
1680
1411:Drivers/CMSIS/Include/core_cm3.h ****  *                Hardware Abstraction Layer
1680
1411:Drivers/CMSIS/Include/core_cm3.h ****  *                Hardware Abstraction Layer
1681
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 29
1681
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 29
1682
 
1682
 
1683
 
1683
 
1684
1412:Drivers/CMSIS/Include/core_cm3.h ****   Core Function Interface contains:
1684
1412:Drivers/CMSIS/Include/core_cm3.h ****   Core Function Interface contains:
1685
1413:Drivers/CMSIS/Include/core_cm3.h ****   - Core NVIC Functions
1685
1413:Drivers/CMSIS/Include/core_cm3.h ****   - Core NVIC Functions
1686
1414:Drivers/CMSIS/Include/core_cm3.h ****   - Core SysTick Functions
1686
1414:Drivers/CMSIS/Include/core_cm3.h ****   - Core SysTick Functions
Line 1736... Line 1736...
1736
1464:Drivers/CMSIS/Include/core_cm3.h **** 
1736
1464:Drivers/CMSIS/Include/core_cm3.h **** 
1737
1465:Drivers/CMSIS/Include/core_cm3.h **** /* The following EXC_RETURN values are saved the LR on exception entry */
1737
1465:Drivers/CMSIS/Include/core_cm3.h **** /* The following EXC_RETURN values are saved the LR on exception entry */
1738
1466:Drivers/CMSIS/Include/core_cm3.h **** #define EXC_RETURN_HANDLER         (0xFFFFFFF1UL)     /* return to Handler mode, uses MSP after ret
1738
1466:Drivers/CMSIS/Include/core_cm3.h **** #define EXC_RETURN_HANDLER         (0xFFFFFFF1UL)     /* return to Handler mode, uses MSP after ret
1739
1467:Drivers/CMSIS/Include/core_cm3.h **** #define EXC_RETURN_THREAD_MSP      (0xFFFFFFF9UL)     /* return to Thread mode, uses MSP after retu
1739
1467:Drivers/CMSIS/Include/core_cm3.h **** #define EXC_RETURN_THREAD_MSP      (0xFFFFFFF9UL)     /* return to Thread mode, uses MSP after retu
1740
1468:Drivers/CMSIS/Include/core_cm3.h **** #define EXC_RETURN_THREAD_PSP      (0xFFFFFFFDUL)     /* return to Thread mode, uses PSP after retu
1740
1468:Drivers/CMSIS/Include/core_cm3.h **** #define EXC_RETURN_THREAD_PSP      (0xFFFFFFFDUL)     /* return to Thread mode, uses PSP after retu
1741
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 30
1741
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 30
1742
 
1742
 
1743
 
1743
 
1744
1469:Drivers/CMSIS/Include/core_cm3.h **** 
1744
1469:Drivers/CMSIS/Include/core_cm3.h **** 
1745
1470:Drivers/CMSIS/Include/core_cm3.h **** 
1745
1470:Drivers/CMSIS/Include/core_cm3.h **** 
1746
1471:Drivers/CMSIS/Include/core_cm3.h **** /**
1746
1471:Drivers/CMSIS/Include/core_cm3.h **** /**
Line 1796... Line 1796...
1796
1490:Drivers/CMSIS/Include/core_cm3.h ****   SCB->AIRCR =  reg_value;
1796
1490:Drivers/CMSIS/Include/core_cm3.h ****   SCB->AIRCR =  reg_value;
1797
  67              		.loc 2 1490 3 is_stmt 1 view .LVU16
1797
  67              		.loc 2 1490 3 is_stmt 1 view .LVU16
1798
  68              		.loc 2 1490 14 is_stmt 0 view .LVU17
1798
  68              		.loc 2 1490 14 is_stmt 0 view .LVU17
1799
  69 001c D060     		str	r0, [r2, #12]
1799
  69 001c D060     		str	r0, [r2, #12]
1800
  70              	.LVL6:
1800
  70              	.LVL6:
1801
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 31
1801
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 31
1802
 
1802
 
1803
 
1803
 
1804
  71              		.loc 2 1490 14 view .LVU18
1804
  71              		.loc 2 1490 14 view .LVU18
1805
  72              	.LBE47:
1805
  72              	.LBE47:
1806
  73              	.LBE46:
1806
  73              	.LBE46:
Line 1856... Line 1856...
1856
 168:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   
1856
 168:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   
1857
 169:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   /* Check the parameters */
1857
 169:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   /* Check the parameters */
1858
 170:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   assert_param(IS_NVIC_SUB_PRIORITY(SubPriority));
1858
 170:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   assert_param(IS_NVIC_SUB_PRIORITY(SubPriority));
1859
 107              		.loc 1 170 3 view .LVU23
1859
 107              		.loc 1 170 3 view .LVU23
1860
 171:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   assert_param(IS_NVIC_PREEMPTION_PRIORITY(PreemptPriority));
1860
 171:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   assert_param(IS_NVIC_PREEMPTION_PRIORITY(PreemptPriority));
1861
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 32
1861
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 32
1862
 
1862
 
1863
 
1863
 
1864
 108              		.loc 1 171 3 view .LVU24
1864
 108              		.loc 1 171 3 view .LVU24
1865
 172:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   
1865
 172:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   
1866
 173:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   prioritygroup = NVIC_GetPriorityGrouping();
1866
 173:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   prioritygroup = NVIC_GetPriorityGrouping();
Line 1916... Line 1916...
1916
1520:Drivers/CMSIS/Include/core_cm3.h **** /**
1916
1520:Drivers/CMSIS/Include/core_cm3.h **** /**
1917
1521:Drivers/CMSIS/Include/core_cm3.h ****   \brief   Get Interrupt Enable status
1917
1521:Drivers/CMSIS/Include/core_cm3.h ****   \brief   Get Interrupt Enable status
1918
1522:Drivers/CMSIS/Include/core_cm3.h ****   \details Returns a device specific interrupt enable status from the NVIC interrupt controller.
1918
1522:Drivers/CMSIS/Include/core_cm3.h ****   \details Returns a device specific interrupt enable status from the NVIC interrupt controller.
1919
1523:Drivers/CMSIS/Include/core_cm3.h ****   \param [in]      IRQn  Device specific interrupt number.
1919
1523:Drivers/CMSIS/Include/core_cm3.h ****   \param [in]      IRQn  Device specific interrupt number.
1920
1524:Drivers/CMSIS/Include/core_cm3.h ****   \return             0  Interrupt is not enabled.
1920
1524:Drivers/CMSIS/Include/core_cm3.h ****   \return             0  Interrupt is not enabled.
1921
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 33
1921
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 33
1922
 
1922
 
1923
 
1923
 
1924
1525:Drivers/CMSIS/Include/core_cm3.h ****   \return             1  Interrupt is enabled.
1924
1525:Drivers/CMSIS/Include/core_cm3.h ****   \return             1  Interrupt is enabled.
1925
1526:Drivers/CMSIS/Include/core_cm3.h ****   \note    IRQn must not be negative.
1925
1526:Drivers/CMSIS/Include/core_cm3.h ****   \note    IRQn must not be negative.
1926
1527:Drivers/CMSIS/Include/core_cm3.h ****  */
1926
1527:Drivers/CMSIS/Include/core_cm3.h ****  */
Line 1976... Line 1976...
1976
1577:Drivers/CMSIS/Include/core_cm3.h **** 
1976
1577:Drivers/CMSIS/Include/core_cm3.h **** 
1977
1578:Drivers/CMSIS/Include/core_cm3.h **** 
1977
1578:Drivers/CMSIS/Include/core_cm3.h **** 
1978
1579:Drivers/CMSIS/Include/core_cm3.h **** /**
1978
1579:Drivers/CMSIS/Include/core_cm3.h **** /**
1979
1580:Drivers/CMSIS/Include/core_cm3.h ****   \brief   Set Pending Interrupt
1979
1580:Drivers/CMSIS/Include/core_cm3.h ****   \brief   Set Pending Interrupt
1980
1581:Drivers/CMSIS/Include/core_cm3.h ****   \details Sets the pending bit of a device specific interrupt in the NVIC pending register.
1980
1581:Drivers/CMSIS/Include/core_cm3.h ****   \details Sets the pending bit of a device specific interrupt in the NVIC pending register.
1981
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 34
1981
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 34
1982
 
1982
 
1983
 
1983
 
1984
1582:Drivers/CMSIS/Include/core_cm3.h ****   \param [in]      IRQn  Device specific interrupt number.
1984
1582:Drivers/CMSIS/Include/core_cm3.h ****   \param [in]      IRQn  Device specific interrupt number.
1985
1583:Drivers/CMSIS/Include/core_cm3.h ****   \note    IRQn must not be negative.
1985
1583:Drivers/CMSIS/Include/core_cm3.h ****   \note    IRQn must not be negative.
1986
1584:Drivers/CMSIS/Include/core_cm3.h ****  */
1986
1584:Drivers/CMSIS/Include/core_cm3.h ****  */
Line 2036... Line 2036...
2036
1634:Drivers/CMSIS/Include/core_cm3.h ****            or negative to specify a processor exception.
2036
1634:Drivers/CMSIS/Include/core_cm3.h ****            or negative to specify a processor exception.
2037
1635:Drivers/CMSIS/Include/core_cm3.h ****   \param [in]      IRQn  Interrupt number.
2037
1635:Drivers/CMSIS/Include/core_cm3.h ****   \param [in]      IRQn  Interrupt number.
2038
1636:Drivers/CMSIS/Include/core_cm3.h ****   \param [in]  priority  Priority to set.
2038
1636:Drivers/CMSIS/Include/core_cm3.h ****   \param [in]  priority  Priority to set.
2039
1637:Drivers/CMSIS/Include/core_cm3.h ****   \note    The priority cannot be set for every processor exception.
2039
1637:Drivers/CMSIS/Include/core_cm3.h ****   \note    The priority cannot be set for every processor exception.
2040
1638:Drivers/CMSIS/Include/core_cm3.h ****  */
2040
1638:Drivers/CMSIS/Include/core_cm3.h ****  */
2041
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 35
2041
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 35
2042
 
2042
 
2043
 
2043
 
2044
1639:Drivers/CMSIS/Include/core_cm3.h **** __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
2044
1639:Drivers/CMSIS/Include/core_cm3.h **** __STATIC_INLINE void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
2045
1640:Drivers/CMSIS/Include/core_cm3.h **** {
2045
1640:Drivers/CMSIS/Include/core_cm3.h **** {
2046
1641:Drivers/CMSIS/Include/core_cm3.h ****   if ((int32_t)(IRQn) >= 0)
2046
1641:Drivers/CMSIS/Include/core_cm3.h ****   if ((int32_t)(IRQn) >= 0)
Line 2096... Line 2096...
2096
 129              		.loc 2 1688 3 view .LVU33
2096
 129              		.loc 2 1688 3 view .LVU33
2097
1689:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t PreemptPriorityBits;
2097
1689:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t PreemptPriorityBits;
2098
 130              		.loc 2 1689 3 view .LVU34
2098
 130              		.loc 2 1689 3 view .LVU34
2099
1690:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t SubPriorityBits;
2099
1690:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t SubPriorityBits;
2100
 131              		.loc 2 1690 3 view .LVU35
2100
 131              		.loc 2 1690 3 view .LVU35
2101
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 36
2101
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 36
2102
 
2102
 
2103
 
2103
 
2104
1691:Drivers/CMSIS/Include/core_cm3.h **** 
2104
1691:Drivers/CMSIS/Include/core_cm3.h **** 
2105
1692:Drivers/CMSIS/Include/core_cm3.h ****   PreemptPriorityBits = ((7UL - PriorityGroupTmp) > (uint32_t)(__NVIC_PRIO_BITS)) ? (uint32_t)(__NV
2105
1692:Drivers/CMSIS/Include/core_cm3.h ****   PreemptPriorityBits = ((7UL - PriorityGroupTmp) > (uint32_t)(__NVIC_PRIO_BITS)) ? (uint32_t)(__NV
2106
 132              		.loc 2 1692 3 view .LVU36
2106
 132              		.loc 2 1692 3 view .LVU36
Line 2156... Line 2156...
2156
1696:Drivers/CMSIS/Include/core_cm3.h ****            ((PreemptPriority & (uint32_t)((1UL << (PreemptPriorityBits)) - 1UL)) << SubPriorityBits
2156
1696:Drivers/CMSIS/Include/core_cm3.h ****            ((PreemptPriority & (uint32_t)((1UL << (PreemptPriorityBits)) - 1UL)) << SubPriorityBits
2157
 176              		.loc 2 1696 102 view .LVU52
2157
 176              		.loc 2 1696 102 view .LVU52
2158
 177              	.LBE51:
2158
 177              	.LBE51:
2159
 178              	.LBE50:
2159
 178              	.LBE50:
2160
 179              	.LBB52:
2160
 179              	.LBB52:
2161
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 37
2161
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 37
2162
 
2162
 
2163
 
2163
 
2164
 180              	.LBI52:
2164
 180              	.LBI52:
2165
1639:Drivers/CMSIS/Include/core_cm3.h **** {
2165
1639:Drivers/CMSIS/Include/core_cm3.h **** {
2166
 181              		.loc 2 1639 22 is_stmt 1 view .LVU53
2166
 181              		.loc 2 1639 22 is_stmt 1 view .LVU53
Line 2216... Line 2216...
2216
 220 0050 00F00F00 		and	r0, r0, #15
2216
 220 0050 00F00F00 		and	r0, r0, #15
2217
 221              	.LVL23:
2217
 221              	.LVL23:
2218
1647:Drivers/CMSIS/Include/core_cm3.h ****   }
2218
1647:Drivers/CMSIS/Include/core_cm3.h ****   }
2219
 222              		.loc 2 1647 48 view .LVU65
2219
 222              		.loc 2 1647 48 view .LVU65
2220
 223 0054 0901     		lsls	r1, r1, #4
2220
 223 0054 0901     		lsls	r1, r1, #4
2221
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 38
2221
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 38
2222
 
2222
 
2223
 
2223
 
2224
 224              	.LVL24:
2224
 224              	.LVL24:
2225
1647:Drivers/CMSIS/Include/core_cm3.h ****   }
2225
1647:Drivers/CMSIS/Include/core_cm3.h ****   }
2226
 225              		.loc 2 1647 48 view .LVU66
2226
 225              		.loc 2 1647 48 view .LVU66
Line 2276... Line 2276...
2276
 191:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
2276
 191:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
2277
 192:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   /* Enable interrupt */
2277
 192:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   /* Enable interrupt */
2278
 193:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   NVIC_EnableIRQ(IRQn);
2278
 193:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   NVIC_EnableIRQ(IRQn);
2279
 261              		.loc 1 193 3 view .LVU72
2279
 261              		.loc 1 193 3 view .LVU72
2280
 262              	.LBB56:
2280
 262              	.LBB56:
2281
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 39
2281
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 39
2282
 
2282
 
2283
 
2283
 
2284
 263              	.LBI56:
2284
 263              	.LBI56:
2285
1511:Drivers/CMSIS/Include/core_cm3.h **** {
2285
1511:Drivers/CMSIS/Include/core_cm3.h **** {
2286
 264              		.loc 2 1511 22 view .LVU73
2286
 264              		.loc 2 1511 22 view .LVU73
Line 2336... Line 2336...
2336
 306              	.LVL29:
2336
 306              	.LVL29:
2337
 307              	.LFB68:
2337
 307              	.LFB68:
2338
 195:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
2338
 195:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
2339
 196:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /**
2339
 196:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /**
2340
 197:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @brief  Disables a device specific interrupt in the NVIC interrupt controller.
2340
 197:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @brief  Disables a device specific interrupt in the NVIC interrupt controller.
2341
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 40
2341
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 40
2342
 
2342
 
2343
 
2343
 
2344
 198:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @param  IRQn External interrupt number.
2344
 198:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @param  IRQn External interrupt number.
2345
 199:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         This parameter can be an enumerator of IRQn_Type enumeration
2345
 199:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         This parameter can be an enumerator of IRQn_Type enumeration
2346
 200:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         (For the complete STM32 Devices IRQ Channels list, please refer to the appropriate CMSI
2346
 200:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         (For the complete STM32 Devices IRQ Channels list, please refer to the appropriate CMSI
Line 2396... Line 2396...
2396
 338              	.LBB60:
2396
 338              	.LBB60:
2397
 339              	.LBI60:
2397
 339              	.LBI60:
2398
 340              		.file 3 "Drivers/CMSIS/Include/cmsis_gcc.h"
2398
 340              		.file 3 "Drivers/CMSIS/Include/cmsis_gcc.h"
2399
   1:Drivers/CMSIS/Include/cmsis_gcc.h **** /**************************************************************************//**
2399
   1:Drivers/CMSIS/Include/cmsis_gcc.h **** /**************************************************************************//**
2400
   2:Drivers/CMSIS/Include/cmsis_gcc.h ****  * @file     cmsis_gcc.h
2400
   2:Drivers/CMSIS/Include/cmsis_gcc.h ****  * @file     cmsis_gcc.h
2401
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 41
2401
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 41
2402
 
2402
 
2403
 
2403
 
2404
   3:Drivers/CMSIS/Include/cmsis_gcc.h ****  * @brief    CMSIS compiler GCC header file
2404
   3:Drivers/CMSIS/Include/cmsis_gcc.h ****  * @brief    CMSIS compiler GCC header file
2405
   4:Drivers/CMSIS/Include/cmsis_gcc.h ****  * @version  V5.0.4
2405
   4:Drivers/CMSIS/Include/cmsis_gcc.h ****  * @version  V5.0.4
2406
   5:Drivers/CMSIS/Include/cmsis_gcc.h ****  * @date     09. April 2018
2406
   5:Drivers/CMSIS/Include/cmsis_gcc.h ****  * @date     09. April 2018
Line 2456... Line 2456...
2456
  55:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef   __USED
2456
  55:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef   __USED
2457
  56:Drivers/CMSIS/Include/cmsis_gcc.h ****   #define __USED                                 __attribute__((used))
2457
  56:Drivers/CMSIS/Include/cmsis_gcc.h ****   #define __USED                                 __attribute__((used))
2458
  57:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2458
  57:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2459
  58:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef   __WEAK
2459
  58:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef   __WEAK
2460
  59:Drivers/CMSIS/Include/cmsis_gcc.h ****   #define __WEAK                                 __attribute__((weak))
2460
  59:Drivers/CMSIS/Include/cmsis_gcc.h ****   #define __WEAK                                 __attribute__((weak))
2461
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 42
2461
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 42
2462
 
2462
 
2463
 
2463
 
2464
  60:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2464
  60:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2465
  61:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef   __PACKED
2465
  61:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef   __PACKED
2466
  62:Drivers/CMSIS/Include/cmsis_gcc.h ****   #define __PACKED                               __attribute__((packed, aligned(1)))
2466
  62:Drivers/CMSIS/Include/cmsis_gcc.h ****   #define __PACKED                               __attribute__((packed, aligned(1)))
Line 2516... Line 2516...
2516
 112:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2516
 112:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2517
 113:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef   __RESTRICT
2517
 113:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef   __RESTRICT
2518
 114:Drivers/CMSIS/Include/cmsis_gcc.h ****   #define __RESTRICT                             __restrict
2518
 114:Drivers/CMSIS/Include/cmsis_gcc.h ****   #define __RESTRICT                             __restrict
2519
 115:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2519
 115:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2520
 116:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2520
 116:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2521
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 43
2521
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 43
2522
 
2522
 
2523
 
2523
 
2524
 117:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2524
 117:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2525
 118:Drivers/CMSIS/Include/cmsis_gcc.h **** /* ###########################  Core Function Access  ########################### */
2525
 118:Drivers/CMSIS/Include/cmsis_gcc.h **** /* ###########################  Core Function Access  ########################### */
2526
 119:Drivers/CMSIS/Include/cmsis_gcc.h **** /** \ingroup  CMSIS_Core_FunctionInterface
2526
 119:Drivers/CMSIS/Include/cmsis_gcc.h **** /** \ingroup  CMSIS_Core_FunctionInterface
Line 2576... Line 2576...
2576
 169:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2576
 169:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2577
 170:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MRS %0, control_ns" : "=r" (result) );
2577
 170:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MRS %0, control_ns" : "=r" (result) );
2578
 171:Drivers/CMSIS/Include/cmsis_gcc.h ****   return(result);
2578
 171:Drivers/CMSIS/Include/cmsis_gcc.h ****   return(result);
2579
 172:Drivers/CMSIS/Include/cmsis_gcc.h **** }
2579
 172:Drivers/CMSIS/Include/cmsis_gcc.h **** }
2580
 173:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2580
 173:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2581
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 44
2581
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 44
2582
 
2582
 
2583
 
2583
 
2584
 174:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2584
 174:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2585
 175:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2585
 175:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2586
 176:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
2586
 176:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
Line 2636... Line 2636...
2636
 226:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2636
 226:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2637
 227:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2637
 227:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2638
 228:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
2638
 228:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
2639
 229:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Get xPSR Register
2639
 229:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Get xPSR Register
2640
 230:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Returns the content of the xPSR Register.
2640
 230:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Returns the content of the xPSR Register.
2641
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 45
2641
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 45
2642
 
2642
 
2643
 
2643
 
2644
 231:Drivers/CMSIS/Include/cmsis_gcc.h ****   \return               xPSR Register value
2644
 231:Drivers/CMSIS/Include/cmsis_gcc.h ****   \return               xPSR Register value
2645
 232:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2645
 232:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2646
 233:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __get_xPSR(void)
2646
 233:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __get_xPSR(void)
Line 2696... Line 2696...
2696
 283:Drivers/CMSIS/Include/cmsis_gcc.h **** #if (defined (__ARM_FEATURE_CMSE ) && (__ARM_FEATURE_CMSE == 3))
2696
 283:Drivers/CMSIS/Include/cmsis_gcc.h **** #if (defined (__ARM_FEATURE_CMSE ) && (__ARM_FEATURE_CMSE == 3))
2697
 284:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
2697
 284:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
2698
 285:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Set Process Stack Pointer (non-secure)
2698
 285:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Set Process Stack Pointer (non-secure)
2699
 286:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure sta
2699
 286:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure sta
2700
 287:Drivers/CMSIS/Include/cmsis_gcc.h ****   \param [in]    topOfProcStack  Process Stack Pointer value to set
2700
 287:Drivers/CMSIS/Include/cmsis_gcc.h ****   \param [in]    topOfProcStack  Process Stack Pointer value to set
2701
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 46
2701
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 46
2702
 
2702
 
2703
 
2703
 
2704
 288:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2704
 288:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2705
 289:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_PSP_NS(uint32_t topOfProcStack)
2705
 289:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_PSP_NS(uint32_t topOfProcStack)
2706
 290:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2706
 290:Drivers/CMSIS/Include/cmsis_gcc.h **** {
Line 2756... Line 2756...
2756
 340:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Assigns the given value to the non-secure Main Stack Pointer (MSP) when in secure state.
2756
 340:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Assigns the given value to the non-secure Main Stack Pointer (MSP) when in secure state.
2757
 341:Drivers/CMSIS/Include/cmsis_gcc.h ****   \param [in]    topOfMainStack  Main Stack Pointer value to set
2757
 341:Drivers/CMSIS/Include/cmsis_gcc.h ****   \param [in]    topOfMainStack  Main Stack Pointer value to set
2758
 342:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2758
 342:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2759
 343:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack)
2759
 343:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack)
2760
 344:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2760
 344:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2761
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 47
2761
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 47
2762
 
2762
 
2763
 
2763
 
2764
 345:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : );
2764
 345:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : );
2765
 346:Drivers/CMSIS/Include/cmsis_gcc.h **** }
2765
 346:Drivers/CMSIS/Include/cmsis_gcc.h **** }
2766
 347:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2766
 347:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
Line 2816... Line 2816...
2816
 397:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __TZ_get_PRIMASK_NS(void)
2816
 397:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __TZ_get_PRIMASK_NS(void)
2817
 398:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2817
 398:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2818
 399:Drivers/CMSIS/Include/cmsis_gcc.h ****   uint32_t result;
2818
 399:Drivers/CMSIS/Include/cmsis_gcc.h ****   uint32_t result;
2819
 400:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2819
 400:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2820
 401:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MRS %0, primask_ns" : "=r" (result) :: "memory");
2820
 401:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MRS %0, primask_ns" : "=r" (result) :: "memory");
2821
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 48
2821
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 48
2822
 
2822
 
2823
 
2823
 
2824
 402:Drivers/CMSIS/Include/cmsis_gcc.h ****   return(result);
2824
 402:Drivers/CMSIS/Include/cmsis_gcc.h ****   return(result);
2825
 403:Drivers/CMSIS/Include/cmsis_gcc.h **** }
2825
 403:Drivers/CMSIS/Include/cmsis_gcc.h **** }
2826
 404:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
2826
 404:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
Line 2876... Line 2876...
2876
 454:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2876
 454:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2877
 455:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2877
 455:Drivers/CMSIS/Include/cmsis_gcc.h **** 
2878
 456:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
2878
 456:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
2879
 457:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Get Base Priority
2879
 457:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Get Base Priority
2880
 458:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Returns the current value of the Base Priority register.
2880
 458:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Returns the current value of the Base Priority register.
2881
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 49
2881
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 49
2882
 
2882
 
2883
 
2883
 
2884
 459:Drivers/CMSIS/Include/cmsis_gcc.h ****   \return               Base Priority register value
2884
 459:Drivers/CMSIS/Include/cmsis_gcc.h ****   \return               Base Priority register value
2885
 460:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2885
 460:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2886
 461:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __get_BASEPRI(void)
2886
 461:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __get_BASEPRI(void)
Line 2936... Line 2936...
2936
 511:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Set Base Priority with condition
2936
 511:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Set Base Priority with condition
2937
 512:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Assigns the given value to the Base Priority register only if BASEPRI masking is disable
2937
 512:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Assigns the given value to the Base Priority register only if BASEPRI masking is disable
2938
 513:Drivers/CMSIS/Include/cmsis_gcc.h ****            or the new value increases the BASEPRI priority level.
2938
 513:Drivers/CMSIS/Include/cmsis_gcc.h ****            or the new value increases the BASEPRI priority level.
2939
 514:Drivers/CMSIS/Include/cmsis_gcc.h ****   \param [in]    basePri  Base Priority value to set
2939
 514:Drivers/CMSIS/Include/cmsis_gcc.h ****   \param [in]    basePri  Base Priority value to set
2940
 515:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2940
 515:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2941
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 50
2941
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 50
2942
 
2942
 
2943
 
2943
 
2944
 516:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __set_BASEPRI_MAX(uint32_t basePri)
2944
 516:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __set_BASEPRI_MAX(uint32_t basePri)
2945
 517:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2945
 517:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2946
 518:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MSR basepri_max, %0" : : "r" (basePri) : "memory");
2946
 518:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MSR basepri_max, %0" : : "r" (basePri) : "memory");
Line 2996... Line 2996...
2996
 568:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2996
 568:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
2997
 569:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_FAULTMASK_NS(uint32_t faultMask)
2997
 569:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_FAULTMASK_NS(uint32_t faultMask)
2998
 570:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2998
 570:Drivers/CMSIS/Include/cmsis_gcc.h **** {
2999
 571:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MSR faultmask_ns, %0" : : "r" (faultMask) : "memory");
2999
 571:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MSR faultmask_ns, %0" : : "r" (faultMask) : "memory");
3000
 572:Drivers/CMSIS/Include/cmsis_gcc.h **** }
3000
 572:Drivers/CMSIS/Include/cmsis_gcc.h **** }
3001
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 51
3001
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 51
3002
 
3002
 
3003
 
3003
 
3004
 573:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
3004
 573:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
3005
 574:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3005
 574:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3006
 575:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif /* ((defined (__ARM_ARCH_7M__      ) && (__ARM_ARCH_7M__      == 1)) || \
3006
 575:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif /* ((defined (__ARM_ARCH_7M__      ) && (__ARM_ARCH_7M__      == 1)) || \
Line 3056... Line 3056...
3056
 625:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
3056
 625:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
3057
 626:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3057
 626:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3058
 627:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3058
 627:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3059
 628:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
3059
 628:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
3060
 629:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Set Process Stack Pointer Limit
3060
 629:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Set Process Stack Pointer Limit
3061
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 52
3061
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 52
3062
 
3062
 
3063
 
3063
 
3064
 630:Drivers/CMSIS/Include/cmsis_gcc.h ****   Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure
3064
 630:Drivers/CMSIS/Include/cmsis_gcc.h ****   Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure
3065
 631:Drivers/CMSIS/Include/cmsis_gcc.h ****   Stack Pointer Limit register hence the write is silently ignored in non-secure
3065
 631:Drivers/CMSIS/Include/cmsis_gcc.h ****   Stack Pointer Limit register hence the write is silently ignored in non-secure
3066
 632:Drivers/CMSIS/Include/cmsis_gcc.h ****   mode.
3066
 632:Drivers/CMSIS/Include/cmsis_gcc.h ****   mode.
Line 3116... Line 3116...
3116
 682:Drivers/CMSIS/Include/cmsis_gcc.h ****     (!defined (__ARM_FEATURE_CMSE) || (__ARM_FEATURE_CMSE < 3)))
3116
 682:Drivers/CMSIS/Include/cmsis_gcc.h ****     (!defined (__ARM_FEATURE_CMSE) || (__ARM_FEATURE_CMSE < 3)))
3117
 683:Drivers/CMSIS/Include/cmsis_gcc.h ****   // without main extensions, the non-secure MSPLIM is RAZ/WI
3117
 683:Drivers/CMSIS/Include/cmsis_gcc.h ****   // without main extensions, the non-secure MSPLIM is RAZ/WI
3118
 684:Drivers/CMSIS/Include/cmsis_gcc.h ****   return 0U;
3118
 684:Drivers/CMSIS/Include/cmsis_gcc.h ****   return 0U;
3119
 685:Drivers/CMSIS/Include/cmsis_gcc.h **** #else
3119
 685:Drivers/CMSIS/Include/cmsis_gcc.h **** #else
3120
 686:Drivers/CMSIS/Include/cmsis_gcc.h ****   uint32_t result;
3120
 686:Drivers/CMSIS/Include/cmsis_gcc.h ****   uint32_t result;
3121
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 53
3121
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 53
3122
 
3122
 
3123
 
3123
 
3124
 687:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MRS %0, msplim" : "=r" (result) );
3124
 687:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("MRS %0, msplim" : "=r" (result) );
3125
 688:Drivers/CMSIS/Include/cmsis_gcc.h ****   return result;
3125
 688:Drivers/CMSIS/Include/cmsis_gcc.h ****   return result;
3126
 689:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
3126
 689:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
Line 3176... Line 3176...
3176
 739:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Set Main Stack Pointer Limit (non-secure)
3176
 739:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Set Main Stack Pointer Limit (non-secure)
3177
 740:Drivers/CMSIS/Include/cmsis_gcc.h ****   Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure
3177
 740:Drivers/CMSIS/Include/cmsis_gcc.h ****   Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure
3178
 741:Drivers/CMSIS/Include/cmsis_gcc.h ****   Stack Pointer Limit register hence the write is silently ignored.
3178
 741:Drivers/CMSIS/Include/cmsis_gcc.h ****   Stack Pointer Limit register hence the write is silently ignored.
3179
 742:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3179
 742:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3180
 743:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Assigns the given value to the non-secure Main Stack Pointer Limit (MSPLIM) when in secu
3180
 743:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Assigns the given value to the non-secure Main Stack Pointer Limit (MSPLIM) when in secu
3181
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 54
3181
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 54
3182
 
3182
 
3183
 
3183
 
3184
 744:Drivers/CMSIS/Include/cmsis_gcc.h ****   \param [in]    MainStackPtrLimit  Main Stack Pointer value to set
3184
 744:Drivers/CMSIS/Include/cmsis_gcc.h ****   \param [in]    MainStackPtrLimit  Main Stack Pointer value to set
3185
 745:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
3185
 745:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
3186
 746:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_MSPLIM_NS(uint32_t MainStackPtrLimit)
3186
 746:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_MSPLIM_NS(uint32_t MainStackPtrLimit)
Line 3236... Line 3236...
3236
 796:Drivers/CMSIS/Include/cmsis_gcc.h **** #if __has_builtin(__builtin_arm_set_fpscr)
3236
 796:Drivers/CMSIS/Include/cmsis_gcc.h **** #if __has_builtin(__builtin_arm_set_fpscr)
3237
 797:Drivers/CMSIS/Include/cmsis_gcc.h **** // Re-enable using built-in when GCC has been fixed
3237
 797:Drivers/CMSIS/Include/cmsis_gcc.h **** // Re-enable using built-in when GCC has been fixed
3238
 798:Drivers/CMSIS/Include/cmsis_gcc.h **** // || (__GNUC__ > 7) || (__GNUC__ == 7 && __GNUC_MINOR__ >= 2)
3238
 798:Drivers/CMSIS/Include/cmsis_gcc.h **** // || (__GNUC__ > 7) || (__GNUC__ == 7 && __GNUC_MINOR__ >= 2)
3239
 799:Drivers/CMSIS/Include/cmsis_gcc.h ****   /* see https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00443.html */
3239
 799:Drivers/CMSIS/Include/cmsis_gcc.h ****   /* see https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00443.html */
3240
 800:Drivers/CMSIS/Include/cmsis_gcc.h ****   __builtin_arm_set_fpscr(fpscr);
3240
 800:Drivers/CMSIS/Include/cmsis_gcc.h ****   __builtin_arm_set_fpscr(fpscr);
3241
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 55
3241
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 55
3242
 
3242
 
3243
 
3243
 
3244
 801:Drivers/CMSIS/Include/cmsis_gcc.h **** #else
3244
 801:Drivers/CMSIS/Include/cmsis_gcc.h **** #else
3245
 802:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("VMSR fpscr, %0" : : "r" (fpscr) : "vfpcc", "memory");
3245
 802:Drivers/CMSIS/Include/cmsis_gcc.h ****   __ASM volatile ("VMSR fpscr, %0" : : "r" (fpscr) : "vfpcc", "memory");
3246
 803:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
3246
 803:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
Line 3296... Line 3296...
3296
 853:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
3296
 853:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
3297
 854:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Send Event
3297
 854:Drivers/CMSIS/Include/cmsis_gcc.h ****   \brief   Send Event
3298
 855:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Send Event is a hint instruction. It causes an event to be signaled to the CPU.
3298
 855:Drivers/CMSIS/Include/cmsis_gcc.h ****   \details Send Event is a hint instruction. It causes an event to be signaled to the CPU.
3299
 856:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
3299
 856:Drivers/CMSIS/Include/cmsis_gcc.h ****  */
3300
 857:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __SEV()                             __ASM volatile ("sev")
3300
 857:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __SEV()                             __ASM volatile ("sev")
3301
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 56
3301
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 56
3302
 
3302
 
3303
 
3303
 
3304
 858:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3304
 858:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3305
 859:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3305
 859:Drivers/CMSIS/Include/cmsis_gcc.h **** 
3306
 860:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
3306
 860:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
Line 3356... Line 3356...
3356
 367              	.LBE63:
3356
 367              	.LBE63:
3357
 368              	.LBE62:
3357
 368              	.LBE62:
3358
 369              	.LBE59:
3358
 369              	.LBE59:
3359
 370              	.LBE58:
3359
 370              	.LBE58:
3360
 210:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** }
3360
 210:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** }
3361
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 57
3361
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 57
3362
 
3362
 
3363
 
3363
 
3364
 371              		.loc 1 210 1 view .LVU103
3364
 371              		.loc 1 210 1 view .LVU103
3365
 372 001e 7047     		bx	lr
3365
 372 001e 7047     		bx	lr
3366
 373              	.L19:
3366
 373              	.L19:
Line 3416... Line 3416...
3416
1715:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t PriorityGroupTmp = (PriorityGroup & (uint32_t)0x07UL);   /* only values 0..7 are used   
3416
1715:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t PriorityGroupTmp = (PriorityGroup & (uint32_t)0x07UL);   /* only values 0..7 are used   
3417
1716:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t PreemptPriorityBits;
3417
1716:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t PreemptPriorityBits;
3418
1717:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t SubPriorityBits;
3418
1717:Drivers/CMSIS/Include/core_cm3.h ****   uint32_t SubPriorityBits;
3419
1718:Drivers/CMSIS/Include/core_cm3.h **** 
3419
1718:Drivers/CMSIS/Include/core_cm3.h **** 
3420
1719:Drivers/CMSIS/Include/core_cm3.h ****   PreemptPriorityBits = ((7UL - PriorityGroupTmp) > (uint32_t)(__NVIC_PRIO_BITS)) ? (uint32_t)(__NV
3420
1719:Drivers/CMSIS/Include/core_cm3.h ****   PreemptPriorityBits = ((7UL - PriorityGroupTmp) > (uint32_t)(__NVIC_PRIO_BITS)) ? (uint32_t)(__NV
3421
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 58
3421
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 58
3422
 
3422
 
3423
 
3423
 
3424
1720:Drivers/CMSIS/Include/core_cm3.h ****   SubPriorityBits     = ((PriorityGroupTmp + (uint32_t)(__NVIC_PRIO_BITS)) < (uint32_t)7UL) ? (uint
3424
1720:Drivers/CMSIS/Include/core_cm3.h ****   SubPriorityBits     = ((PriorityGroupTmp + (uint32_t)(__NVIC_PRIO_BITS)) < (uint32_t)7UL) ? (uint
3425
1721:Drivers/CMSIS/Include/core_cm3.h **** 
3425
1721:Drivers/CMSIS/Include/core_cm3.h **** 
3426
1722:Drivers/CMSIS/Include/core_cm3.h ****   *pPreemptPriority = (Priority >> SubPriorityBits) & (uint32_t)((1UL << (PreemptPriorityBits)) - 1
3426
1722:Drivers/CMSIS/Include/core_cm3.h ****   *pPreemptPriority = (Priority >> SubPriorityBits) & (uint32_t)((1UL << (PreemptPriorityBits)) - 1
Line 3476... Line 3476...
3476
 405              	.LBB73:
3476
 405              	.LBB73:
3477
 406              		.loc 3 879 3 view .LVU109
3477
 406              		.loc 3 879 3 view .LVU109
3478
 407              		.syntax unified
3478
 407              		.syntax unified
3479
 408              	@ 879 "Drivers/CMSIS/Include/cmsis_gcc.h" 1
3479
 408              	@ 879 "Drivers/CMSIS/Include/cmsis_gcc.h" 1
3480
 409 0000 BFF34F8F 		dsb 0xF
3480
 409 0000 BFF34F8F 		dsb 0xF
3481
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 59
3481
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 59
3482
 
3482
 
3483
 
3483
 
3484
 410              	@ 0 "" 2
3484
 410              	@ 0 "" 2
3485
 411              		.thumb
3485
 411              		.thumb
3486
 412              		.syntax unified
3486
 412              		.syntax unified
Line 3536... Line 3536...
3536
 450              	.L23:
3536
 450              	.L23:
3537
 451 001a 00BF     		.align	2
3537
 451 001a 00BF     		.align	2
3538
 452              	.L22:
3538
 452              	.L22:
3539
 453 001c 00ED00E0 		.word	-536810240
3539
 453 001c 00ED00E0 		.word	-536810240
3540
 454 0020 0400FA05 		.word	100270084
3540
 454 0020 0400FA05 		.word	100270084
3541
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 60
3541
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 60
3542
 
3542
 
3543
 
3543
 
3544
 455              	.LBE71:
3544
 455              	.LBE71:
3545
 456              	.LBE70:
3545
 456              	.LBE70:
3546
 457              		.cfi_endproc
3546
 457              		.cfi_endproc
Line 3596... Line 3596...
3596
1792:Drivers/CMSIS/Include/core_cm3.h ****   @{
3596
1792:Drivers/CMSIS/Include/core_cm3.h ****   @{
3597
1793:Drivers/CMSIS/Include/core_cm3.h ****  */
3597
1793:Drivers/CMSIS/Include/core_cm3.h ****  */
3598
1794:Drivers/CMSIS/Include/core_cm3.h **** 
3598
1794:Drivers/CMSIS/Include/core_cm3.h **** 
3599
1795:Drivers/CMSIS/Include/core_cm3.h **** /**
3599
1795:Drivers/CMSIS/Include/core_cm3.h **** /**
3600
1796:Drivers/CMSIS/Include/core_cm3.h ****   \brief   get FPU type
3600
1796:Drivers/CMSIS/Include/core_cm3.h ****   \brief   get FPU type
3601
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 61
3601
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 61
3602
 
3602
 
3603
 
3603
 
3604
1797:Drivers/CMSIS/Include/core_cm3.h ****   \details returns the FPU type
3604
1797:Drivers/CMSIS/Include/core_cm3.h ****   \details returns the FPU type
3605
1798:Drivers/CMSIS/Include/core_cm3.h ****   \returns
3605
1798:Drivers/CMSIS/Include/core_cm3.h ****   \returns
3606
1799:Drivers/CMSIS/Include/core_cm3.h ****    - \b  0: No FPU
3606
1799:Drivers/CMSIS/Include/core_cm3.h ****    - \b  0: No FPU
Line 3656... Line 3656...
3656
1840:Drivers/CMSIS/Include/core_cm3.h **** 
3656
1840:Drivers/CMSIS/Include/core_cm3.h **** 
3657
1841:Drivers/CMSIS/Include/core_cm3.h ****   SysTick->LOAD  = (uint32_t)(ticks - 1UL);                         /* set reload register */
3657
1841:Drivers/CMSIS/Include/core_cm3.h ****   SysTick->LOAD  = (uint32_t)(ticks - 1UL);                         /* set reload register */
3658
 488              		.loc 2 1841 3 is_stmt 1 view .LVU126
3658
 488              		.loc 2 1841 3 is_stmt 1 view .LVU126
3659
 489              		.loc 2 1841 18 is_stmt 0 view .LVU127
3659
 489              		.loc 2 1841 18 is_stmt 0 view .LVU127
3660
 490 0008 064B     		ldr	r3, .L27
3660
 490 0008 064B     		ldr	r3, .L27
3661
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 62
3661
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 62
3662
 
3662
 
3663
 
3663
 
3664
 491 000a 5860     		str	r0, [r3, #4]
3664
 491 000a 5860     		str	r0, [r3, #4]
3665
1842:Drivers/CMSIS/Include/core_cm3.h ****   NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Int
3665
1842:Drivers/CMSIS/Include/core_cm3.h ****   NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Int
3666
 492              		.loc 2 1842 3 is_stmt 1 view .LVU128
3666
 492              		.loc 2 1842 3 is_stmt 1 view .LVU128
Line 3716... Line 3716...
3716
 529              	.L28:
3716
 529              	.L28:
3717
 530 0022 00BF     		.align	2
3717
 530 0022 00BF     		.align	2
3718
 531              	.L27:
3718
 531              	.L27:
3719
 532 0024 10E000E0 		.word	-536813552
3719
 532 0024 10E000E0 		.word	-536813552
3720
 533 0028 00ED00E0 		.word	-536810240
3720
 533 0028 00ED00E0 		.word	-536810240
3721
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 63
3721
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 63
3722
 
3722
 
3723
 
3723
 
3724
 534              		.cfi_endproc
3724
 534              		.cfi_endproc
3725
 535              	.LFE70:
3725
 535              	.LFE70:
3726
 537              		.section	.text.HAL_NVIC_GetPriorityGrouping,"ax",%progbits
3726
 537              		.section	.text.HAL_NVIC_GetPriorityGrouping,"ax",%progbits
Line 3776... Line 3776...
3776
 274:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *          This parameter can be one of the following values:
3776
 274:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *          This parameter can be one of the following values:
3777
 275:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *            @arg MPU_HFNMI_PRIVDEF_NONE
3777
 275:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *            @arg MPU_HFNMI_PRIVDEF_NONE
3778
 276:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *            @arg MPU_HARDFAULT_NMI
3778
 276:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *            @arg MPU_HARDFAULT_NMI
3779
 277:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *            @arg MPU_PRIVILEGED_DEFAULT
3779
 277:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *            @arg MPU_PRIVILEGED_DEFAULT
3780
 278:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *            @arg MPU_HFNMI_PRIVDEF
3780
 278:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *            @arg MPU_HFNMI_PRIVDEF
3781
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 64
3781
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 64
3782
 
3782
 
3783
 
3783
 
3784
 279:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @retval None
3784
 279:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @retval None
3785
 280:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   */
3785
 280:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   */
3786
 281:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** void HAL_MPU_Enable(uint32_t MPU_Control)
3786
 281:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** void HAL_MPU_Enable(uint32_t MPU_Control)
Line 3836... Line 3836...
3836
 331:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   }
3836
 331:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   }
3837
 332:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   else
3837
 332:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   else
3838
 333:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   {
3838
 333:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   {
3839
 334:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****     MPU->RBAR = 0x00U;
3839
 334:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****     MPU->RBAR = 0x00U;
3840
 335:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****     MPU->RASR = 0x00U;
3840
 335:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****     MPU->RASR = 0x00U;
3841
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 65
3841
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 65
3842
 
3842
 
3843
 
3843
 
3844
 336:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   }
3844
 336:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   }
3845
 337:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** }
3845
 337:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** }
3846
 338:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** #endif /* __MPU_PRESENT */
3846
 338:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** #endif /* __MPU_PRESENT */
Line 3896... Line 3896...
3896
 350:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /**
3896
 350:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /**
3897
 351:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @brief  Gets the priority of an interrupt.
3897
 351:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @brief  Gets the priority of an interrupt.
3898
 352:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @param  IRQn: External interrupt number.
3898
 352:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @param  IRQn: External interrupt number.
3899
 353:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         This parameter can be an enumerator of IRQn_Type enumeration
3899
 353:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         This parameter can be an enumerator of IRQn_Type enumeration
3900
 354:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         (For the complete STM32 Devices IRQ Channels list, please refer to the appropriate CMSI
3900
 354:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         (For the complete STM32 Devices IRQ Channels list, please refer to the appropriate CMSI
3901
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 66
3901
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 66
3902
 
3902
 
3903
 
3903
 
3904
 355:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @param   PriorityGroup: the priority grouping bits length.
3904
 355:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @param   PriorityGroup: the priority grouping bits length.
3905
 356:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         This parameter can be one of the following values:
3905
 356:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         This parameter can be one of the following values:
3906
 357:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *           @arg NVIC_PRIORITYGROUP_0: 0 bits for preemption priority
3906
 357:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *           @arg NVIC_PRIORITYGROUP_0: 0 bits for preemption priority
Line 3956... Line 3956...
3956
 609              		.loc 2 1666 5 is_stmt 1 view .LVU157
3956
 609              		.loc 2 1666 5 is_stmt 1 view .LVU157
3957
1666:Drivers/CMSIS/Include/core_cm3.h ****   }
3957
1666:Drivers/CMSIS/Include/core_cm3.h ****   }
3958
 610              		.loc 2 1666 31 is_stmt 0 view .LVU158
3958
 610              		.loc 2 1666 31 is_stmt 0 view .LVU158
3959
 611 0006 00F16040 		add	r0, r0, #-536870912
3959
 611 0006 00F16040 		add	r0, r0, #-536870912
3960
 612 000a 00F56140 		add	r0, r0, #57600
3960
 612 000a 00F56140 		add	r0, r0, #57600
3961
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 67
3961
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 67
3962
 
3962
 
3963
 
3963
 
3964
 613 000e 90F80003 		ldrb	r0, [r0, #768]	@ zero_extendqisi2
3964
 613 000e 90F80003 		ldrb	r0, [r0, #768]	@ zero_extendqisi2
3965
1666:Drivers/CMSIS/Include/core_cm3.h ****   }
3965
1666:Drivers/CMSIS/Include/core_cm3.h ****   }
3966
 614              		.loc 2 1666 64 view .LVU159
3966
 614              		.loc 2 1666 64 view .LVU159
Line 4016... Line 4016...
4016
 650 002a 20FA01F6 		lsr	r6, r0, r1
4016
 650 002a 20FA01F6 		lsr	r6, r0, r1
4017
1722:Drivers/CMSIS/Include/core_cm3.h ****   *pSubPriority     = (Priority                   ) & (uint32_t)((1UL << (SubPriorityBits    )) - 1
4017
1722:Drivers/CMSIS/Include/core_cm3.h ****   *pSubPriority     = (Priority                   ) & (uint32_t)((1UL << (SubPriorityBits    )) - 1
4018
 651              		.loc 2 1722 53 view .LVU174
4018
 651              		.loc 2 1722 53 view .LVU174
4019
 652 002e 4FF0FF35 		mov	r5, #-1
4019
 652 002e 4FF0FF35 		mov	r5, #-1
4020
 653              	.LVL45:
4020
 653              	.LVL45:
4021
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 68
4021
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 68
4022
 
4022
 
4023
 
4023
 
4024
1722:Drivers/CMSIS/Include/core_cm3.h ****   *pSubPriority     = (Priority                   ) & (uint32_t)((1UL << (SubPriorityBits    )) - 1
4024
1722:Drivers/CMSIS/Include/core_cm3.h ****   *pSubPriority     = (Priority                   ) & (uint32_t)((1UL << (SubPriorityBits    )) - 1
4025
 654              		.loc 2 1722 53 view .LVU175
4025
 654              		.loc 2 1722 53 view .LVU175
4026
 655 0032 05FA04F4 		lsl	r4, r5, r4
4026
 655 0032 05FA04F4 		lsl	r4, r5, r4
Line 4076... Line 4076...
4076
 694 0050 205C     		ldrb	r0, [r4, r0]	@ zero_extendqisi2
4076
 694 0050 205C     		ldrb	r0, [r4, r0]	@ zero_extendqisi2
4077
1670:Drivers/CMSIS/Include/core_cm3.h ****   }
4077
1670:Drivers/CMSIS/Include/core_cm3.h ****   }
4078
 695              		.loc 2 1670 64 view .LVU187
4078
 695              		.loc 2 1670 64 view .LVU187
4079
 696 0052 0009     		lsrs	r0, r0, #4
4079
 696 0052 0009     		lsrs	r0, r0, #4
4080
 697 0054 DEE7     		b	.L34
4080
 697 0054 DEE7     		b	.L34
4081
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 69
4081
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 69
4082
 
4082
 
4083
 
4083
 
4084
 698              	.LVL51:
4084
 698              	.LVL51:
4085
 699              	.L36:
4085
 699              	.L36:
4086
1670:Drivers/CMSIS/Include/core_cm3.h ****   }
4086
1670:Drivers/CMSIS/Include/core_cm3.h ****   }
Line 4136... Line 4136...
4136
 391:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   /* Set interrupt pending */
4136
 391:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   /* Set interrupt pending */
4137
 392:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   NVIC_SetPendingIRQ(IRQn);
4137
 392:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   NVIC_SetPendingIRQ(IRQn);
4138
 736              		.loc 1 392 3 view .LVU193
4138
 736              		.loc 1 392 3 view .LVU193
4139
 737              	.LBB90:
4139
 737              	.LBB90:
4140
 738              	.LBI90:
4140
 738              	.LBI90:
4141
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 70
4141
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 70
4142
 
4142
 
4143
 
4143
 
4144
1585:Drivers/CMSIS/Include/core_cm3.h **** {
4144
1585:Drivers/CMSIS/Include/core_cm3.h **** {
4145
 739              		.loc 2 1585 22 view .LVU194
4145
 739              		.loc 2 1585 22 view .LVU194
4146
 740              	.LBB91:
4146
 740              	.LBB91:
Line 4196... Line 4196...
4196
 782              	.LVL56:
4196
 782              	.LVL56:
4197
 783              	.LFB74:
4197
 783              	.LFB74:
4198
 394:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
4198
 394:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** 
4199
 395:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /**
4199
 395:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** /**
4200
 396:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @brief  Gets Pending Interrupt (reads the pending register in the NVIC 
4200
 396:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @brief  Gets Pending Interrupt (reads the pending register in the NVIC 
4201
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 71
4201
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 71
4202
 
4202
 
4203
 
4203
 
4204
 397:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         and returns the pending bit for the specified interrupt).
4204
 397:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         and returns the pending bit for the specified interrupt).
4205
 398:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @param  IRQn External interrupt number.
4205
 398:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @param  IRQn External interrupt number.
4206
 399:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         This parameter can be an enumerator of IRQn_Type enumeration
4206
 399:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         This parameter can be an enumerator of IRQn_Type enumeration
Line 4256... Line 4256...
4256
 812              		.loc 2 1570 12 view .LVU217
4256
 812              		.loc 2 1570 12 view .LVU217
4257
 813 0016 00F00100 		and	r0, r0, #1
4257
 813 0016 00F00100 		and	r0, r0, #1
4258
 814 001a 7047     		bx	lr
4258
 814 001a 7047     		bx	lr
4259
 815              	.L46:
4259
 815              	.L46:
4260
1574:Drivers/CMSIS/Include/core_cm3.h ****   }
4260
1574:Drivers/CMSIS/Include/core_cm3.h ****   }
4261
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 72
4261
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 72
4262
 
4262
 
4263
 
4263
 
4264
 816              		.loc 2 1574 11 view .LVU218
4264
 816              		.loc 2 1574 11 view .LVU218
4265
 817 001c 0020     		movs	r0, #0
4265
 817 001c 0020     		movs	r0, #0
4266
 818              	.LVL58:
4266
 818              	.LVL58:
Line 4316... Line 4316...
4316
 852              	.LBB95:
4316
 852              	.LBB95:
4317
1602:Drivers/CMSIS/Include/core_cm3.h ****   {
4317
1602:Drivers/CMSIS/Include/core_cm3.h ****   {
4318
 853              		.loc 2 1602 3 view .LVU225
4318
 853              		.loc 2 1602 3 view .LVU225
4319
1602:Drivers/CMSIS/Include/core_cm3.h ****   {
4319
1602:Drivers/CMSIS/Include/core_cm3.h ****   {
4320
 854              		.loc 2 1602 6 is_stmt 0 view .LVU226
4320
 854              		.loc 2 1602 6 is_stmt 0 view .LVU226
4321
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 73
4321
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 73
4322
 
4322
 
4323
 
4323
 
4324
 855 0000 0028     		cmp	r0, #0
4324
 855 0000 0028     		cmp	r0, #0
4325
 856              	.LVL60:
4325
 856              	.LVL60:
4326
1602:Drivers/CMSIS/Include/core_cm3.h ****   {
4326
1602:Drivers/CMSIS/Include/core_cm3.h ****   {
Line 4376... Line 4376...
4376
 433:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         (For the complete STM32 Devices IRQ Channels list, please refer to the appropriate CMSI
4376
 433:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *         (For the complete STM32 Devices IRQ Channels list, please refer to the appropriate CMSI
4377
 434:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @retval status: - 0  Interrupt status is not pending.
4377
 434:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   * @retval status: - 0  Interrupt status is not pending.
4378
 435:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *                 - 1  Interrupt status is pending.
4378
 435:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   *                 - 1  Interrupt status is pending.
4379
 436:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   */
4379
 436:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   */
4380
 437:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** uint32_t HAL_NVIC_GetActive(IRQn_Type IRQn)
4380
 437:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** uint32_t HAL_NVIC_GetActive(IRQn_Type IRQn)
4381
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 74
4381
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 74
4382
 
4382
 
4383
 
4383
 
4384
 438:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** {
4384
 438:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** {
4385
 896              		.loc 1 438 1 is_stmt 1 view -0
4385
 896              		.loc 1 438 1 is_stmt 1 view -0
4386
 897              		.cfi_startproc
4386
 897              		.cfi_startproc
Line 4436... Line 4436...
4436
1625:Drivers/CMSIS/Include/core_cm3.h ****   }
4436
1625:Drivers/CMSIS/Include/core_cm3.h ****   }
4437
 931              		.loc 2 1625 11 view .LVU249
4437
 931              		.loc 2 1625 11 view .LVU249
4438
 932              	.LBE97:
4438
 932              	.LBE97:
4439
 933              	.LBE96:
4439
 933              	.LBE96:
4440
 444:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** }
4440
 444:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** }
4441
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 75
4441
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 75
4442
 
4442
 
4443
 
4443
 
4444
 934              		.loc 1 444 1 view .LVU250
4444
 934              		.loc 1 444 1 view .LVU250
4445
 935 001e 7047     		bx	lr
4445
 935 001e 7047     		bx	lr
4446
 936              	.L57:
4446
 936              	.L57:
Line 4496... Line 4496...
4496
 968 0008 23F00403 		bic	r3, r3, #4
4496
 968 0008 23F00403 		bic	r3, r3, #4
4497
 969 000c 1360     		str	r3, [r2]
4497
 969 000c 1360     		str	r3, [r2]
4498
 465:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   }
4498
 465:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   }
4499
 466:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** }
4499
 466:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c **** }
4500
 970              		.loc 1 466 1 view .LVU257
4500
 970              		.loc 1 466 1 view .LVU257
4501
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 76
4501
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 76
4502
 
4502
 
4503
 
4503
 
4504
 971 000e 7047     		bx	lr
4504
 971 000e 7047     		bx	lr
4505
 972              	.L61:
4505
 972              	.L61:
4506
 460:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   }
4506
 460:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c ****   }
Line 4556... Line 4556...
4556
 1003 0000 7047     		bx	lr
4556
 1003 0000 7047     		bx	lr
4557
 1004              		.cfi_endproc
4557
 1004              		.cfi_endproc
4558
 1005              	.LFE79:
4558
 1005              	.LFE79:
4559
 1007              		.section	.text.HAL_SYSTICK_IRQHandler,"ax",%progbits
4559
 1007              		.section	.text.HAL_SYSTICK_IRQHandler,"ax",%progbits
4560
 1008              		.align	1
4560
 1008              		.align	1
4561
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 77
4561
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 77
4562
 
4562
 
4563
 
4563
 
4564
 1009              		.global	HAL_SYSTICK_IRQHandler
4564
 1009              		.global	HAL_SYSTICK_IRQHandler
4565
 1010              		.syntax unified
4565
 1010              		.syntax unified
4566
 1011              		.thumb
4566
 1011              		.thumb
Line 4592... Line 4592...
4592
 1036              		.file 4 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h"
4592
 1036              		.file 4 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h"
4593
 1037              		.file 5 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7
4593
 1037              		.file 5 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7
4594
 1038              		.file 6 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7
4594
 1038              		.file 6 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7
4595
 1039              		.file 7 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h"
4595
 1039              		.file 7 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h"
4596
 1040              		.file 8 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h"
4596
 1040              		.file 8 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h"
4597
ARM GAS  C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s 			page 78
4597
ARM GAS  C:\Users\mike\AppData\Local\Temp\cceKOE1J.s 			page 78
4598
 
4598
 
4599
 
4599
 
4600
DEFINED SYMBOLS
4600
DEFINED SYMBOLS
4601
                            *ABS*:0000000000000000 stm32f1xx_hal_cortex.c
4601
                            *ABS*:0000000000000000 stm32f1xx_hal_cortex.c
4602
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:16     .text.HAL_NVIC_SetPriorityGrouping:0000000000000000 $t
4602
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:16     .text.HAL_NVIC_SetPriorityGrouping:0000000000000000 $t
4603
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:24     .text.HAL_NVIC_SetPriorityGrouping:0000000000000000 HAL_NVIC_SetPriorityGrouping
4603
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:24     .text.HAL_NVIC_SetPriorityGrouping:0000000000000000 HAL_NVIC_SetPriorityGrouping
4604
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:79     .text.HAL_NVIC_SetPriorityGrouping:0000000000000020 $d
4604
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:79     .text.HAL_NVIC_SetPriorityGrouping:0000000000000020 $d
4605
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:84     .text.HAL_NVIC_SetPriority:0000000000000000 $t
4605
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:84     .text.HAL_NVIC_SetPriority:0000000000000000 $t
4606
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:91     .text.HAL_NVIC_SetPriority:0000000000000000 HAL_NVIC_SetPriority
4606
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:91     .text.HAL_NVIC_SetPriority:0000000000000000 HAL_NVIC_SetPriority
4607
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:239    .text.HAL_NVIC_SetPriority:0000000000000060 $d
4607
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:239    .text.HAL_NVIC_SetPriority:0000000000000060 $d
4608
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:245    .text.HAL_NVIC_EnableIRQ:0000000000000000 $t
4608
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:245    .text.HAL_NVIC_EnableIRQ:0000000000000000 $t
4609
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:252    .text.HAL_NVIC_EnableIRQ:0000000000000000 HAL_NVIC_EnableIRQ
4609
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:252    .text.HAL_NVIC_EnableIRQ:0000000000000000 HAL_NVIC_EnableIRQ
4610
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:293    .text.HAL_NVIC_EnableIRQ:0000000000000018 $d
4610
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:293    .text.HAL_NVIC_EnableIRQ:0000000000000018 $d
4611
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:298    .text.HAL_NVIC_DisableIRQ:0000000000000000 $t
4611
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:298    .text.HAL_NVIC_DisableIRQ:0000000000000000 $t
4612
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:305    .text.HAL_NVIC_DisableIRQ:0000000000000000 HAL_NVIC_DisableIRQ
4612
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:305    .text.HAL_NVIC_DisableIRQ:0000000000000000 HAL_NVIC_DisableIRQ
4613
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:376    .text.HAL_NVIC_DisableIRQ:0000000000000020 $d
4613
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:376    .text.HAL_NVIC_DisableIRQ:0000000000000020 $d
4614
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:381    .text.HAL_NVIC_SystemReset:0000000000000000 $t
4614
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:381    .text.HAL_NVIC_SystemReset:0000000000000000 $t
4615
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:388    .text.HAL_NVIC_SystemReset:0000000000000000 HAL_NVIC_SystemReset
4615
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:388    .text.HAL_NVIC_SystemReset:0000000000000000 HAL_NVIC_SystemReset
4616
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:453    .text.HAL_NVIC_SystemReset:000000000000001c $d
4616
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:453    .text.HAL_NVIC_SystemReset:000000000000001c $d
4617
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:461    .text.HAL_SYSTICK_Config:0000000000000000 $t
4617
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:461    .text.HAL_SYSTICK_Config:0000000000000000 $t
4618
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:468    .text.HAL_SYSTICK_Config:0000000000000000 HAL_SYSTICK_Config
4618
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:468    .text.HAL_SYSTICK_Config:0000000000000000 HAL_SYSTICK_Config
4619
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:532    .text.HAL_SYSTICK_Config:0000000000000024 $d
4619
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:532    .text.HAL_SYSTICK_Config:0000000000000024 $d
4620
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:538    .text.HAL_NVIC_GetPriorityGrouping:0000000000000000 $t
4620
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:538    .text.HAL_NVIC_GetPriorityGrouping:0000000000000000 $t
4621
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:545    .text.HAL_NVIC_GetPriorityGrouping:0000000000000000 HAL_NVIC_GetPriorityGrouping
4621
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:545    .text.HAL_NVIC_GetPriorityGrouping:0000000000000000 HAL_NVIC_GetPriorityGrouping
4622
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:569    .text.HAL_NVIC_GetPriorityGrouping:000000000000000c $d
4622
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:569    .text.HAL_NVIC_GetPriorityGrouping:000000000000000c $d
4623
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:574    .text.HAL_NVIC_GetPriority:0000000000000000 $t
4623
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:574    .text.HAL_NVIC_GetPriority:0000000000000000 $t
4624
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:581    .text.HAL_NVIC_GetPriority:0000000000000000 HAL_NVIC_GetPriority
4624
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:581    .text.HAL_NVIC_GetPriority:0000000000000000 HAL_NVIC_GetPriority
4625
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:713    .text.HAL_NVIC_GetPriority:000000000000005c $d
4625
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:713    .text.HAL_NVIC_GetPriority:000000000000005c $d
4626
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:720    .text.HAL_NVIC_SetPendingIRQ:0000000000000000 $t
4626
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:720    .text.HAL_NVIC_SetPendingIRQ:0000000000000000 $t
4627
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:727    .text.HAL_NVIC_SetPendingIRQ:0000000000000000 HAL_NVIC_SetPendingIRQ
4627
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:727    .text.HAL_NVIC_SetPendingIRQ:0000000000000000 HAL_NVIC_SetPendingIRQ
4628
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:769    .text.HAL_NVIC_SetPendingIRQ:0000000000000018 $d
4628
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:769    .text.HAL_NVIC_SetPendingIRQ:0000000000000018 $d
4629
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:774    .text.HAL_NVIC_GetPendingIRQ:0000000000000000 $t
4629
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:774    .text.HAL_NVIC_GetPendingIRQ:0000000000000000 $t
4630
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:781    .text.HAL_NVIC_GetPendingIRQ:0000000000000000 HAL_NVIC_GetPendingIRQ
4630
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:781    .text.HAL_NVIC_GetPendingIRQ:0000000000000000 HAL_NVIC_GetPendingIRQ
4631
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:827    .text.HAL_NVIC_GetPendingIRQ:0000000000000020 $d
4631
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:827    .text.HAL_NVIC_GetPendingIRQ:0000000000000020 $d
4632
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:832    .text.HAL_NVIC_ClearPendingIRQ:0000000000000000 $t
4632
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:832    .text.HAL_NVIC_ClearPendingIRQ:0000000000000000 $t
4633
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:839    .text.HAL_NVIC_ClearPendingIRQ:0000000000000000 HAL_NVIC_ClearPendingIRQ
4633
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:839    .text.HAL_NVIC_ClearPendingIRQ:0000000000000000 HAL_NVIC_ClearPendingIRQ
4634
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:881    .text.HAL_NVIC_ClearPendingIRQ:0000000000000018 $d
4634
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:881    .text.HAL_NVIC_ClearPendingIRQ:0000000000000018 $d
4635
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:886    .text.HAL_NVIC_GetActive:0000000000000000 $t
4635
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:886    .text.HAL_NVIC_GetActive:0000000000000000 $t
4636
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:893    .text.HAL_NVIC_GetActive:0000000000000000 HAL_NVIC_GetActive
4636
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:893    .text.HAL_NVIC_GetActive:0000000000000000 HAL_NVIC_GetActive
4637
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:939    .text.HAL_NVIC_GetActive:0000000000000020 $d
4637
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:939    .text.HAL_NVIC_GetActive:0000000000000020 $d
4638
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:944    .text.HAL_SYSTICK_CLKSourceConfig:0000000000000000 $t
4638
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:944    .text.HAL_SYSTICK_CLKSourceConfig:0000000000000000 $t
4639
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:951    .text.HAL_SYSTICK_CLKSourceConfig:0000000000000000 HAL_SYSTICK_CLKSourceConfig
4639
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:951    .text.HAL_SYSTICK_CLKSourceConfig:0000000000000000 HAL_SYSTICK_CLKSourceConfig
4640
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:983    .text.HAL_SYSTICK_CLKSourceConfig:000000000000001c $d
4640
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:983    .text.HAL_SYSTICK_CLKSourceConfig:000000000000001c $d
4641
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:988    .text.HAL_SYSTICK_Callback:0000000000000000 $t
4641
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:988    .text.HAL_SYSTICK_Callback:0000000000000000 $t
4642
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:995    .text.HAL_SYSTICK_Callback:0000000000000000 HAL_SYSTICK_Callback
4642
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:995    .text.HAL_SYSTICK_Callback:0000000000000000 HAL_SYSTICK_Callback
4643
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:1008   .text.HAL_SYSTICK_IRQHandler:0000000000000000 $t
4643
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:1008   .text.HAL_SYSTICK_IRQHandler:0000000000000000 $t
4644
C:\Users\mike\AppData\Local\Temp\cc4oRr9x.s:1015   .text.HAL_SYSTICK_IRQHandler:0000000000000000 HAL_SYSTICK_IRQHandler
4644
C:\Users\mike\AppData\Local\Temp\cceKOE1J.s:1015   .text.HAL_SYSTICK_IRQHandler:0000000000000000 HAL_SYSTICK_IRQHandler
4645
 
4645
 
4646
NO UNDEFINED SYMBOLS
4646
NO UNDEFINED SYMBOLS