diff --git a/Inc/targets.h b/Inc/targets.h index bf31b5c1..0f50fa67 100644 --- a/Inc/targets.h +++ b/Inc/targets.h @@ -199,6 +199,26 @@ #define USE_SERIAL_TELEMETRY #endif +#ifdef NEUTRON_4IN1_F421 +#define FIRMWARE_NAME "NEUTRON_4IN1" +#define FILE_NAME "NEUTRON_4IN1_F421" +#define DEAD_TIME 50 +#define HARDWARE_GROUP_AT_C +#define HARDWARE_GROUP_AT_045 +#define USE_SERIAL_TELEMETRY +#endif + +#ifdef RR_ROBOT_DUAL_ESC_F421 +#define FIRMWARE_NAME "RR DUAL ESC " +#define FILE_NAME "RR_ROBOT_DUAL_ESC_F421" +#define DEAD_TIME 50 +#define HARDWARE_GROUP_AT_C +#define HARDWARE_GROUP_AT_045 +#define USE_SERIAL_TELEMETRY +#define VOLTAGE_BASED_RAMP +#define MILLIVOLT_PER_AMP 12 +#endif + #ifdef DARWIN_F421 #define FIRMWARE_NAME "DARWIN F421 " #define FILE_NAME "DARWIN_F421" @@ -219,7 +239,7 @@ #ifdef AT32F421_PB4_054 #define FIRMWARE_NAME "AT32PB4_054 " -#define FILE_NAME "AT32F421_PB4_054" +#define FILE_NAME "AT32PB4_054_F421" #define DEAD_TIME 80 #define HARDWARE_GROUP_AT_B #define HARDWARE_GROUP_AT_054 @@ -228,7 +248,7 @@ #ifdef AT32F421_PB4_405 #define FIRMWARE_NAME "AT32PB4_405 " -#define FILE_NAME "AT32F421_PB4_405" +#define FILE_NAME "AT32PB4_405_F421" #define DEAD_TIME 80 #define HARDWARE_GROUP_AT_B #define HARDWARE_GROUP_AT_405 @@ -237,7 +257,7 @@ #ifdef AT32F421_PB4_540 #define FIRMWARE_NAME "AT32PB4_540 " -#define FILE_NAME "AT32F421_PB4_540" +#define FILE_NAME "AT32PB4_540_F421" #define DEAD_TIME 80 #define HARDWARE_GROUP_AT_B #define HARDWARE_GROUP_AT_540 @@ -393,6 +413,34 @@ /*****************************************************AT32F415 targets ************************************************/ +#ifdef PB450_F051 +#define FILE_NAME "PB450_F051" +#define FIRMWARE_NAME "PB450_F051 " +#define DEAD_TIME 45 +#define HARDWARE_GROUP_F0_U +#define USE_SERIAL_TELEMETRY +#define HARDWARE_GROUP_F0_450 +#endif + +#ifdef PB054_F051 +#define FILE_NAME "PB054_F051" +#define FIRMWARE_NAME "PB054_F051 " +#define DEAD_TIME 45 +#define HARDWARE_GROUP_F0_U +#define USE_SERIAL_TELEMETRY +#define HARDWARE_GROUP_F0_054 +#endif + +#ifdef PB405_F051 +#define FILE_NAME "PB405_F051" +#define FIRMWARE_NAME "PB405_F051 " +#define DEAD_TIME 45 +#define HARDWARE_GROUP_F0_U +#define USE_SERIAL_TELEMETRY +#define HARDWARE_GROUP_F0_405 +#endif + + #ifdef FD6288_F051 #define FILE_NAME "FD6288_F051" #define FIRMWARE_NAME "FD6288_PA2 " @@ -692,6 +740,23 @@ #define USE_LED_STRIP #endif + +#ifdef SEQURE_12S_G071 +#define FILE_NAME "SEQURE_12S_G071" +#define FIRMWARE_NAME "SEQURE PRO " +#define DEAD_TIME 60 +#define MILLIVOLT_PER_AMP 10 +#define CURRENT_OFFSET 0 +#define TARGET_STALL_PROTECTION_INTERVAL 9000 +#define TARGET_VOLTAGE_DIVIDER 210 +#define HARDWARE_GROUP_G0_A +#define USE_SERIAL_TELEMETRY +#define SIXTY_FOUR_KB_MEMORY +#define CURRENT_ADC_CHANNEL LL_ADC_CHANNEL_4 +#define CURRENT_ADC_PIN LL_GPIO_PIN_4 +#define USE_LED_STRIP +#endif + #ifdef HAKRC_2023_G071 #define FILE_NAME "HAKRC_2023_G071" #define FIRMWARE_NAME "HAKRC G0_23 " @@ -1101,12 +1166,73 @@ #define PHASE_C_GPIO_HIGH LL_GPIO_PIN_8 #define PHASE_C_GPIO_PORT_HIGH GPIOA -#define PHASE_A_COMP COMP_PA5 -#define PHASE_B_COMP COMP_PA4 -#define PHASE_C_COMP COMP_PA0 +#define HARDWARE_GROUP_F0_540 + +#endif + + +#ifdef HARDWARE_GROUP_F0_U + +#define MCU_F051 +#define USE_TIMER_3_CHANNEL_1 +#define INPUT_PIN LL_GPIO_PIN_4 +#define INPUT_PIN_PORT GPIOB +#define IC_TIMER_CHANNEL LL_TIM_CHANNEL_CH1 +#define IC_TIMER_REGISTER TIM3 +#define IC_TIMER_POINTER htim3 +#define INPUT_DMA_CHANNEL LL_DMA_CHANNEL_4 +#define DMA_HANDLE_TYPE_DEF hdma_tim3_ch1 +#define IC_DMA_IRQ_NAME DMA1_Channel4_5_IRQn + +#define PHASE_A_GPIO_LOW LL_GPIO_PIN_1 +#define PHASE_A_GPIO_PORT_LOW GPIOB +#define PHASE_A_GPIO_HIGH LL_GPIO_PIN_10 +#define PHASE_A_GPIO_PORT_HIGH GPIOA + +#define PHASE_B_GPIO_LOW LL_GPIO_PIN_0 +#define PHASE_B_GPIO_PORT_LOW GPIOB +#define PHASE_B_GPIO_HIGH LL_GPIO_PIN_9 +#define PHASE_B_GPIO_PORT_HIGH GPIOA + +#define PHASE_C_GPIO_LOW LL_GPIO_PIN_7 +#define PHASE_C_GPIO_PORT_LOW GPIOA +#define PHASE_C_GPIO_HIGH LL_GPIO_PIN_8 +#define PHASE_C_GPIO_PORT_HIGH GPIOA + +#endif +#ifdef HARDWARE_GROUP_F0_045 // tried B +#define PHASE_A_COMP COMP_PA0 // pa0 // works for polling mode +#define PHASE_B_COMP COMP_PA4 // pa4 +#define PHASE_C_COMP COMP_PA5 // pa5 +#endif +#ifdef HARDWARE_GROUP_F0_504 // tried F +#define PHASE_A_COMP COMP_PA5 // pa5 // works for polling mode +#define PHASE_B_COMP COMP_PA0 // pa0 +#define PHASE_C_COMP COMP_PA4 // pa4 +#endif +#ifdef HARDWARE_GROUP_F0_450 +#define PHASE_A_COMP COMP_PA4 // pa4 // works for polling mode +#define PHASE_B_COMP COMP_PA5 // pa5 +#define PHASE_C_COMP COMP_PA0 // pa0 +#endif +#ifdef HARDWARE_GROUP_F0_054 +#define PHASE_A_COMP COMP_PA0 // pa0 // works for polling mode +#define PHASE_B_COMP COMP_PA5 // pa5 +#define PHASE_C_COMP COMP_PA4 // pa4 +#endif +#ifdef HARDWARE_GROUP_F0_405 +#define PHASE_A_COMP COMP_PA4 // pa4 // works for polling mode +#define PHASE_B_COMP COMP_PA0 // pa0 +#define PHASE_C_COMP COMP_PA5 // pa5 +#endif +#ifdef HARDWARE_GROUP_F0_540 // tried H +#define PHASE_A_COMP COMP_PA5 // pa5 // works for polling mode +#define PHASE_B_COMP COMP_PA4 // pa4 +#define PHASE_C_COMP COMP_PA0 // pa0 #endif + /************************************* G071 Hardware Groups **********************************/ #ifdef HARDWARE_GROUP_G0_A @@ -1787,7 +1913,7 @@ #define MCU_AT421 #define USE_TIMER_15_CHANNEL_1 -#define USE_PA14_TELEMETRY +//#define USE_PA14_TELEMETRY #define USE_PA6_TEMP #define INPUT_PIN GPIO_PINS_2 #define INPUT_PIN_SOURCE GPIO_PINS_SOURCE2 diff --git a/Keil_Projects/AM32_MultiProject.uvmpw b/Keil_Projects/AM32_MultiProject.uvmpw index 34f5bba3..cb330e85 100644 --- a/Keil_Projects/AM32_MultiProject.uvmpw +++ b/Keil_Projects/AM32_MultiProject.uvmpw @@ -9,6 +9,7 @@ .\Am32e230.uvprojx + 1 1 @@ -19,6 +20,7 @@ .\Am32F051.uvprojx + 1 1 @@ -35,7 +37,6 @@ .\Am32G071.uvprojx - 1 1 diff --git a/Keil_Projects/AM32_MultiProject.uvmpw.uvgui.alkaz b/Keil_Projects/AM32_MultiProject.uvmpw.uvgui.alkaz index a80079be..ee88b0d4 100644 --- a/Keil_Projects/AM32_MultiProject.uvmpw.uvgui.alkaz +++ b/Keil_Projects/AM32_MultiProject.uvmpw.uvgui.alkaz @@ -20,17 +20,17 @@ -1 - 96 - 182 - 1507 - 946 + 84 + -92 + 1175 + 827 0 - 862 - 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000700000004000000010000003D433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C7369676E616C2E6300000000087369676E616C2E6300000000C5D4F200FFFFFFFF6F433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663035315C447269766572735C53544D3332463078785F48414C5F4472697665725C5372635C73746D3332663078785F6C6C5F7574696C732E63000000001473746D3332663078785F6C6C5F7574696C732E6300000000FFDC7800FFFFFFFF3B433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000BECEA100FFFFFFFF3C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6473686F742E6300000000076473686F742E6300000000F0A0A100FFFFFFFF2D473A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C696E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF5C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C447269766572735C647269766572735C7372635C61743332663432315F746D722E63000000000E61743332663432315F746D722E63000000009CC1B600FFFFFFFF43433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C5372635C4144432E6300000000054144432E6300000000F7B88600FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000000701000070000000800700006C030000 + 617 + 01000000040000000100000001000000010000000100000000000000020000000000000001000000010000000000000028000000280000000100000005000000000000000100000036433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000C5D4F200FFFFFFFF3E433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C463033315C5372635C4144432E6300000000054144432E6300000000FFDC7800FFFFFFFF46433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C673037315C5372635C7065726970686572616C732E63000000000D7065726970686572616C732E6300000000BECEA100FFFFFFFF44433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C653233305C5372635C70686173656F7574732E63000000000B70686173656F7574732E6300000000F0A0A100FFFFFFFF39433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C496E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000000000002000000B50100006600000056050000F9010000 @@ -53,7 +53,7 @@ 16 - AE0000006C000000F1030000D0000000 + AE00000066000000F1030000CA000000 @@ -69,7 +69,7 @@ 0 16 - 03000000730000000001000030030000 + 0300000066000000AE010000C9010000 16 @@ -89,7 +89,7 @@ 0 16 - 03000000730000000001000030030000 + 0300000066000000AE010000C9010000 16 @@ -105,15 +105,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -125,15 +125,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -145,15 +145,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -165,15 +165,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -189,7 +189,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -209,7 +209,7 @@ 0 16 - B10000006F000000EE03000094000000 + B100000066000000EE0300009A000000 16 @@ -225,15 +225,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -245,15 +245,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -265,15 +265,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -285,15 +285,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -305,15 +305,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -325,15 +325,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -345,15 +345,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -369,7 +369,7 @@ 0 16 - 03000000730000000001000030030000 + 0300000066000000AE010000C9010000 16 @@ -389,7 +389,7 @@ 0 16 - 03000000730000000001000030030000 + 0300000066000000AE010000C9010000 16 @@ -409,7 +409,7 @@ 0 16 - 00000000AB0300008007000061040000 + 00000000E20100005605000098020000 16 @@ -449,7 +449,7 @@ 0 16 - 000000007003000080070000AB030000 + 00000000FA0100005605000098020000 16 @@ -469,7 +469,7 @@ 0 16 - B10000006F000000EE03000094000000 + B100000066000000EE0300009A000000 16 @@ -489,7 +489,7 @@ 0 16 - B10000006F000000EE03000094000000 + B100000066000000EE0300009A000000 16 @@ -529,7 +529,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -545,15 +545,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -569,7 +569,7 @@ 0 16 - B10000006F000000EE03000094000000 + B100000066000000EE0300009A000000 16 @@ -589,7 +589,7 @@ 0 16 - B10000006F000000EE03000094000000 + B100000066000000EE0300009A000000 16 @@ -609,7 +609,7 @@ 0 16 - B10000006F000000EE03000094000000 + B100000066000000EE0300009A000000 16 @@ -629,7 +629,7 @@ 0 16 - B10000006F000000EE03000094000000 + B100000066000000EE0300009A000000 16 @@ -649,7 +649,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -669,7 +669,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -689,7 +689,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -709,7 +709,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -729,7 +729,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -749,7 +749,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -769,7 +769,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -789,7 +789,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -809,7 +809,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -829,7 +829,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -849,7 +849,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -869,7 +869,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -889,7 +889,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -909,7 +909,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -929,7 +929,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -949,7 +949,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -969,7 +969,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -989,7 +989,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1009,7 +1009,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1029,7 +1029,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1049,7 +1049,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1069,7 +1069,7 @@ 0 16 - 03000000730000000001000030030000 + 0300000066000000AE010000D8020000 16 @@ -1089,7 +1089,7 @@ 0 16 - 03000000730300007D0700008C030000 + 03000000FD0100007D0700007F020000 16 @@ -1109,7 +1109,7 @@ 0 16 - 03000000730300007D0700008C030000 + 03000000FD0100007D0700007F020000 16 @@ -1125,15 +1125,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -1145,15 +1145,15 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 @@ -1169,7 +1169,7 @@ 0 16 - 03000000730300007D0700008C030000 + 03000000FD0100007D0700007F020000 16 @@ -1189,7 +1189,7 @@ 0 16 - 03000000730300007D0700008C030000 + 03000000FD0100007D0700007F020000 16 @@ -1209,7 +1209,7 @@ 0 16 - B10000006F000000EE03000094000000 + B100000066000000EE0300009A000000 16 @@ -1229,7 +1229,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1249,7 +1249,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1269,7 +1269,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1289,7 +1289,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1309,7 +1309,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1329,7 +1329,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1349,7 +1349,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1369,7 +1369,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1389,7 +1389,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1409,7 +1409,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1429,7 +1429,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1449,7 +1449,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1469,7 +1469,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1489,7 +1489,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1509,7 +1509,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1529,7 +1529,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1549,7 +1549,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1569,7 +1569,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1589,7 +1589,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1609,7 +1609,7 @@ 0 16 - 4A0300006F000000EE0300004C010000 + 4A03000066000000EE03000052010000 16 @@ -1629,7 +1629,7 @@ 0 16 - 0000000000000000D70300001C000000 + 0000000000000000D10300001C000000 16 @@ -1649,7 +1649,7 @@ 0 16 - 00000000C603000080070000DF030000 + 00000000AE02000056050000C1020000 16 @@ -1669,7 +1669,7 @@ 1 16 - 000000001C000000E901000038000000 + 000000001C000000E701000038000000 16 @@ -1689,7 +1689,7 @@ 2 16 - 00000000380000007D02000054000000 + 00000000380000006F02000054000000 16 @@ -1705,27 +1705,27 @@ 0 32767 0 - 32768 + 16384 0 16 - 0300000073000000530500000B020000 + 030000006A0000005305000011020000 16 - C8000000E5000000A403000053020000 + 8900000052010000300300005B020000 3315 - 000000000B000000000000000020000000000000FFFFFFFFFFFFFFFFAE000000B3000000F1030000B7000000000000000100000004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E650020000000000000AE0000006C000000F1030000D0000000AE0000004F000000F1030000B30000000000000040280046080000000B446973617373656D626C7900000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF430300004F000000470300006B010000000000000200000004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000000000000470300006C000000F103000088010000470300004F000000F10300006B01000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFF0301000053000000070100004F03000001000000020000100400000001000000ABFEFFFFF6030000FFFFFFFF05000000ED0300006D000000C3000000C400000073940000018000100000010000000000000070000000030100006C0300000000000053000000030100004F0300000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73010000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7301000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657301000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273000000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000000000000FFFFFFFFFFFFFFFF000000004F000000560500005300000000000000010000000400000001000000000000000000000000000000000000000000000001000000C6000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800080000000000000000000007000000056050000470200000000000053000000560500002A02000000000000404100460F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031000000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFFFFFFFFFF0000000001000000000000000000000001000000FFFFFFFFF90100005E010000FD010000D301000000000000020000000400000000000000000000000000000000000000000000000000000002000000C6000000FFFFFFFF8F07000001000000FFFFFFFF8F07000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000004F030000800700005303000001000000010000100400000001000000AAFEFFFFE8000000FFFFFFFF05000000C7000000B4010000D2010000CF0100007794000001800080000001000000000000007003000080070000C8030000000000005303000080070000AB0300000000000040820056050000000D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0742726F77736572000000007794000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFC700000001000000FFFFFFFFC70000000000000001000000C5000000008000000100000000000000C8030000800700007E04000001000000010000000100000000000000 + 000000000B000000000000000020000000000000FFFFFFFFFFFFFFFFAE000000B3000000F1030000B7000000000000000100000004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E650020000000000000AE00000066000000F1030000CA000000AE0000004F000000F1030000B30000000000000040280046080000000B446973617373656D626C7900000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF430300004F000000470300006B010000000000000200000004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C30000018000400000000000004703000066000000F103000082010000470300004F000000F10300006B01000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFFB10100004F000000B5010000E201000001000000020000100400000001000000A1FEFFFFEC030000FFFFFFFF05000000ED0300006D000000C3000000C40000007394000001800010000001000000000000006A000000B10100000C030000000000004F000000B1010000E20100000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73010000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7301000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657301000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273000000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000000000000FFFFFFFFFFFFFFFF000000004F000000560500005300000000000000010000000400000001000000000000000000000000000000000000000000000001000000C6000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800080000000000000000000006A00000056050000410200000000000053000000560500002A02000000000000404100460F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031000000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFFFFFFFFFF0000000001000000000000000000000001000000FFFFFFFFF90100005E010000FD010000D301000000000000020000000400000000000000000000000000000000000000000000000000000002000000C6000000FFFFFFFF8F07000001000000FFFFFFFF8F07000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF00000000E201000056050000E60100000100000001000010040000000100000018FEFFFF56000000FFFFFFFF05000000C7000000B4010000D2010000CF0100007794000001800080000001000000000000001003000080070000C203000000000000E601000056050000980200000000000040820056050000000D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0742726F77736572000000007794000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFC700000001000000FFFFFFFFC70000000000000001000000C5000000008000000100000000000000F901000056050000AF02000001000000010000000100000000000000 59392 File - 2609 - 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050000000000A53797374656D496E6974960000000000000004000A53797374656D496E69740F5554494C4954595F54494D45522D3E046D6170280D4144435F7261775F766F6C747300000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000400160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C6559010000 + 2701 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050000000001345585449345F31355F49525148616E646C6572960000000000000008001345585449345F31355F49525148616E646C65720D45585449345F31355F4952516E125345545F445554595F4359434C455F414C4C155345545F445554595F4359434C455F414C4C2830290A647574795F6379636C650E647574795F6379636C65203D203005656E6469660561726D65640000000000000000000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C6559010000 1423 @@ -1740,8 +1740,8 @@ 59399 Build - 1351 - 00200000010000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000004001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0100000000000000000000000100000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000004002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA0000000000000000000000000000000000000000000000000100000001000000960000000300205005000000085752414954483332960000000000000017000C415433324445565F463432310C54454B4B4F33325F463432310C41494B4F4E5F53494E474C4506464F584545520941494B4F4E5F3535410857524149544833320848414B52435F4B420848414B52435F47420C535741505F50574D5F50494E1041543332463432315F5042345F3035341041543332463432315F5042345F3430351041543332463432315F5042345F353430074634415F41494F084634415F34494E3109534C4F544341525F470B4634415F455854434F4D500948414B52435F473233144E455554524F4E5F315F32535F4D494E4941494F114E455554524F4E5F325F36535F463432310F464C415348484F4242595F463432310C44414B454650565F463432310D5442535F4D494E495F46343231114E455554524F4E5F34494E315F4634323100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000000240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C642F010000 + 1373 + 00200000010000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000000001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0100000000000000000000000100000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000004002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA0000000000000000000000000000000000000000000000000100000001000000960000000300205005000000085752414954483332960000000000000018000C415433324445565F463432310C54454B4B4F33325F463432310C41494B4F4E5F53494E474C4506464F584545520941494B4F4E5F3535410857524149544833320848414B52435F4B420848414B52435F47420C535741505F50574D5F50494E1041543332463432315F5042345F3035341041543332463432315F5042345F3430351041543332463432315F5042345F353430074634415F41494F084634415F34494E3109534C4F544341525F470B4634415F455854434F4D500948414B52435F473233144E455554524F4E5F315F32535F4D494E4941494F114E455554524F4E5F325F36535F463432310F464C415348484F4242595F463432310C44414B454650565F463432310D5442535F4D494E495F46343231114E455554524F4E5F34494E315F463432311152525F524F424F545F4455414C5F4553430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000000240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C642F010000 583 @@ -1770,8 +1770,8 @@ 0 - 1920 - 1080 + 1366 + 768 @@ -1781,66 +1781,48 @@ 0 100 - 4 - - <1>..\Src\signal.c - 8 - 141 - 156 - 1 - - 0 - - - <2>..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_utils.c - 0 - 161 - 162 - 1 - - 0 - + 0 <1>..\Src\main.c - 2 - 408 - 1690 + 22 + 1574 + 1594 1 0 - <1>..\Src\dshot.c - 29 - 61 - 62 + <2>..\Mcu\F031\Src\ADC.c + 0 + 1 + 1 1 0 - G:\My Drive\AM32\AM32_MULTI_MCU\inc\targets.h - 0 - 688 - 1 + <6>..\Mcu\g071\Src\peripherals.c + 48 + 328 + 342 1 0 - <5>..\Mcu\f421\Drivers\drivers\src\at32f421_tmr.c - 0 - 92 - 100 + <1>..\Mcu\e230\Src\phaseouts.c + 1 + 370 + 390 1 0 - <5>..\Mcu\f421\Src\ADC.c - 0 - 1 - 1 + <1>..\inc\targets.h + 20 + 146 + 164 1 0 diff --git a/Keil_Projects/Am32F031.uvguix.alkaz b/Keil_Projects/Am32F031.uvguix.alkaz index be9f75a9..b85109f3 100644 --- a/Keil_Projects/Am32F031.uvguix.alkaz +++ b/Keil_Projects/Am32F031.uvguix.alkaz @@ -15,17 +15,17 @@ 38003 Registers - 140 109 + 211 212 346 Code Coverage - 669 160 + 665 160 204 Performance Analyzer - 829 + 825 @@ -40,7 +40,7 @@ 1506 Symbols - 80 80 80 + 56 56 56 1936 @@ -101,17 +101,17 @@ -1 - 96 - 182 - 1507 - 946 + 84 + -92 + 1175 + 827 0 - 862 - 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000700000004000000010000003D433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C7369676E616C2E6300000000087369676E616C2E6300000000C5D4F200FFFFFFFF6F433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663035315C447269766572735C53544D3332463078785F48414C5F4472697665725C5372635C73746D3332663078785F6C6C5F7574696C732E63000000001473746D3332663078785F6C6C5F7574696C732E6300000000FFDC7800FFFFFFFF3B433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000BECEA100FFFFFFFF3C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6473686F742E6300000000076473686F742E6300000000F0A0A100FFFFFFFF2D473A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C696E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF5C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C447269766572735C647269766572735C7372635C61743332663432315F746D722E63000000000E61743332663432315F746D722E63000000009CC1B600FFFFFFFF43433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C5372635C4144432E6300000000054144432E6300000000F7B88600FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000000701000070000000800700006C030000 + 617 + 01000000040000000100000001000000010000000100000000000000020000000000000001000000010000000000000028000000280000000100000005000000000000000100000036433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000C5D4F200FFFFFFFF3E433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C463033315C5372635C4144432E6300000000054144432E6300000000FFDC7800FFFFFFFF46433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C673037315C5372635C7065726970686572616C732E63000000000D7065726970686572616C732E6300000000BECEA100FFFFFFFF44433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C653233305C5372635C70686173656F7574732E63000000000B70686173656F7574732E6300000000F0A0A100FFFFFFFF39433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C496E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000000000002000000B50100006600000056050000F9010000 @@ -3605,7 +3605,7 @@ 100 1 - G:\My Drive\AM32\AM32_MULTI_MCU\inc\targets.h + <1>..\inc\targets.h 19 648 654 diff --git a/Keil_Projects/Am32F031.uvoptx b/Keil_Projects/Am32F031.uvoptx index d4531f63..8534db7e 100644 --- a/Keil_Projects/Am32F031.uvoptx +++ b/Keil_Projects/Am32F031.uvoptx @@ -73,7 +73,7 @@ 0 - 0 + 1 0 1 @@ -293,7 +293,7 @@ Src - 1 + 0 0 0 0 diff --git a/Keil_Projects/Am32F031.uvprojx b/Keil_Projects/Am32F031.uvprojx index 7eb9a2fc..d361f7b4 100644 --- a/Keil_Projects/Am32F031.uvprojx +++ b/Keil_Projects/Am32F031.uvprojx @@ -186,7 +186,6 @@ 0 0 0 - 0 0 0 8 diff --git a/Keil_Projects/Am32F051.uvguix.alkaz b/Keil_Projects/Am32F051.uvguix.alkaz index 6b84f12f..006a0dde 100644 --- a/Keil_Projects/Am32F051.uvguix.alkaz +++ b/Keil_Projects/Am32F051.uvguix.alkaz @@ -15,17 +15,17 @@ 38003 Registers - 140 109 + 211 212 346 Code Coverage - 669 160 + 665 160 204 Performance Analyzer - 829 + 825 @@ -40,7 +40,7 @@ 1506 Symbols - 80 80 80 + 56 56 56 1936 @@ -101,17 +101,17 @@ -1 - 96 - 182 - 1507 - 946 + 84 + -92 + 1175 + 827 0 - 862 - 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000700000004000000010000003D433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C7369676E616C2E6300000000087369676E616C2E6300000000C5D4F200FFFFFFFF6F433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663035315C447269766572735C53544D3332463078785F48414C5F4472697665725C5372635C73746D3332663078785F6C6C5F7574696C732E63000000001473746D3332663078785F6C6C5F7574696C732E6300000000FFDC7800FFFFFFFF3B433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000BECEA100FFFFFFFF3C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6473686F742E6300000000076473686F742E6300000000F0A0A100FFFFFFFF2D473A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C696E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF5C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C447269766572735C647269766572735C7372635C61743332663432315F746D722E63000000000E61743332663432315F746D722E63000000009CC1B600FFFFFFFF43433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C5372635C4144432E6300000000054144432E6300000000F7B88600FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000000701000070000000800700006C030000 + 617 + 01000000040000000100000001000000010000000100000000000000020000000000000001000000010000000000000028000000280000000100000005000000000000000100000036433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000C5D4F200FFFFFFFF3E433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C463033315C5372635C4144432E6300000000054144432E6300000000FFDC7800FFFFFFFF46433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C673037315C5372635C7065726970686572616C732E63000000000D7065726970686572616C732E6300000000BECEA100FFFFFFFF44433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C653233305C5372635C70686173656F7574732E63000000000B70686173656F7574732E6300000000F0A0A100FFFFFFFF39433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C496E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000000000002000000B50100006600000056050000F9010000 diff --git a/Keil_Projects/Am32F051.uvoptx b/Keil_Projects/Am32F051.uvoptx index 6b1079b9..0dcb835c 100644 --- a/Keil_Projects/Am32F051.uvoptx +++ b/Keil_Projects/Am32F051.uvoptx @@ -75,7 +75,656 @@ 1 0 - 1 + 0 + + 18 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 6 + + + + + + + + + + + STLink\ST-LINKIII-KEIL_SWO.dll + + + + 0 + ST-LINKIII-KEIL_SWO + -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8000 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0STM32F0xx_32 -FL08000 -FS08000000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + + + 0 + ARMRTXEVENTFLAGS + -L70 -Z18 -C0 -M0 -T1 + + + 0 + DLGTARM + (1010=75,104,486,533,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0) + + + 0 + ARMDBGFLAGS + + + + 0 + DLGUARM + (105=-1,-1,-1,-1,0) + + + + + + 0 + 1 + dshot_frametime_high,0x0A + + + 1 + 1 + dshot_frametime_low,0x0A + + + 2 + 1 + dshot_frametime,0x0A + + + 3 + 1 + duty_cycle,0x0A + + + 4 + 1 + minimum_duty_cycle,0x0A + + + 5 + 1 + smallestnumber,0x0A + + + 6 + 1 + zero_input_count + + + + + 1 + 0 + 40015804 + 0 + + + + 0 + + + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + 0 + 0 + 0 + + + + + + + + + + 1 + 0 + 0 + 2 + 10000000 + + + + + + FD6288_F051 + 0x4 + ARM-ADS + + 12000000 + + 1 + 1 + 0 + 1 + 0 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + + + 1 + 0 + 0 + + 18 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 6 + + + + + + + + + + + STLink\ST-LINKIII-KEIL_SWO.dll + + + + 0 + ST-LINKIII-KEIL_SWO + -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0STM32F0xx_32 -FL08000 -FS08000000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + + + 0 + ARMRTXEVENTFLAGS + -L70 -Z18 -C0 -M0 -T1 + + + 0 + DLGTARM + (1010=75,104,486,533,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0) + + + 0 + ARMDBGFLAGS + + + + 0 + DLGUARM + (105=-1,-1,-1,-1,0) + + + + + + 0 + 1 + duty_cycle,0x0A + + + 1 + 1 + adjusted_duty_cycle,0x0A + + + 2 + 1 + degrees_celsius,0x0A + + + 3 + 1 + battery_voltage,0x0A + + + 4 + 1 + actual_current,0x0A + + + 5 + 1 + ADC_raw_temp,0x0A + + + + 0 + + + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + 0 + 0 + 0 + + + + + + + + + + 1 + 0 + 0 + 2 + 10000000 + + + + + + IFLIGHT_F051 + 0x4 + ARM-ADS + + 12000000 + + 1 + 1 + 0 + 1 + 0 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + + + 1 + 0 + 0 + + 18 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 6 + + + + + + + + + + + STLink\ST-LINKIII-KEIL_SWO.dll + + + + 0 + ST-LINKIII-KEIL_SWO + -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0STM32F0xx_32 -FL08000 -FS08000000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + + + 0 + ARMRTXEVENTFLAGS + -L70 -Z18 -C0 -M0 -T1 + + + 0 + DLGTARM + (1010=75,104,486,533,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0) + + + 0 + ARMDBGFLAGS + + + + 0 + DLGUARM + (105=-1,-1,-1,-1,0) + + + + + + 0 + 1 + duty_cycle,0x0A + + + 1 + 1 + adjusted_duty_cycle,0x0A + + + 2 + 1 + degrees_celsius,0x0A + + + 3 + 1 + battery_voltage,0x0A + + + 4 + 1 + actual_current,0x0A + + + 5 + 1 + ADC_raw_temp,0x0A + + + + 0 + + + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + 0 + 0 + 0 + + + + + + + + + + 1 + 0 + 0 + 2 + 10000000 + + + + + + AGFRC_V2_F051 + 0x4 + ARM-ADS + + 12000000 + + 1 + 1 + 0 + 1 + 0 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + + + 1 + 0 + 0 18 @@ -120,7 +769,7 @@ 0 ST-LINKIII-KEIL_SWO - -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8000 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) 0 @@ -153,47 +802,34 @@ 0 1 - dshot_frametime_high,0x0A + duty_cycle,0x0A 1 1 - dshot_frametime_low,0x0A + adjusted_duty_cycle,0x0A 2 1 - dshot_frametime,0x0A + degrees_celsius,0x0A 3 1 - duty_cycle,0x0A + battery_voltage,0x0A 4 1 - minimum_duty_cycle,0x0A + actual_current,0x0A 5 1 - smallestnumber,0x0A - - - 6 - 1 - zero_input_count + ADC_raw_temp,0x0A - - - 1 - 0 - 40015804 - 0 - - 0 @@ -247,7 +883,7 @@ - FD6288_F051 + MP6531_F051 0x4 ARM-ADS @@ -459,7 +1095,7 @@ - IFLIGHT_F051 + REPEAT_DRIVE_F051 0x4 ARM-ADS @@ -671,7 +1307,7 @@ - AGFRC_V2_F051 + RAZOR32_F051 0x4 ARM-ADS @@ -883,7 +1519,7 @@ - MP6531_F051 + TMOTOR45_F051 0x4 ARM-ADS @@ -1095,7 +1731,7 @@ - REPEAT_DRIVE_F051 + HGLRC_F051 0x4 ARM-ADS @@ -1307,7 +1943,7 @@ - RAZOR32_F051 + SISKIN_F051 0x4 ARM-ADS @@ -1519,7 +2155,7 @@ - TMOTOR45_F051 + DIATONE_F051 0x4 ARM-ADS @@ -1731,7 +2367,7 @@ - HGLRC_F051 + MAMBA_F40PRO_F051 0x4 ARM-ADS @@ -1943,7 +2579,7 @@ - SISKIN_F051 + MAMBA_F50PRO_F051 0x4 ARM-ADS @@ -2155,7 +2791,7 @@ - DIATONE_F051 + MAMBA_F60PRO_F051 0x4 ARM-ADS @@ -2367,7 +3003,7 @@ - MAMBA_F40PRO_F051 + WRAITH32V1_F051 0x4 ARM-ADS @@ -2579,7 +3215,7 @@ - MAMBA_F50PRO_F051 + WRAITH32V2_F051 0x4 ARM-ADS @@ -2791,7 +3427,7 @@ - MAMBA_F60PRO_F051 + FLASHHOBBY_F051 0x4 ARM-ADS @@ -3003,7 +3639,7 @@ - WRAITH32V1_F051 + AIKON20X20_F051 0x4 ARM-ADS @@ -3215,7 +3851,7 @@ - WRAITH32V2_F051 + AIKONSINGLE_F051 0x4 ARM-ADS @@ -3427,7 +4063,7 @@ - FLASHHOBBY_F051 + CRTEENSY_HILARIESC_F051 0x4 ARM-ADS @@ -3639,7 +4275,7 @@ - AIKON20X20_F051 + FLYCOLOR_F051 0x4 ARM-ADS @@ -3851,7 +4487,7 @@ - AIKONSINGLE_F051 + HVFLYCOLOR_F051 0x4 ARM-ADS @@ -4063,7 +4699,7 @@ - CRTEENSY_HILARIESC_F051 + SKYSTARS_F051 0x4 ARM-ADS @@ -4275,7 +4911,7 @@ - FLYCOLOR_F051 + BLPWR_F051 0x4 ARM-ADS @@ -4487,7 +5123,7 @@ - HVFLYCOLOR_F051 + NEUTRONRC_F051 0x4 ARM-ADS @@ -4699,7 +5335,7 @@ - SKYSTARS_F051 + RHINO80A_F051 0x4 ARM-ADS @@ -4911,7 +5547,7 @@ - BLPWR_F051 + WOLFE 0x4 ARM-ADS @@ -5123,7 +5759,7 @@ - NEUTRONRC_F051 + PB450_F051 0x4 ARM-ADS @@ -5221,7 +5857,7 @@ 0 ST-LINKIII-KEIL_SWO - -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8000 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) 0 @@ -5254,34 +5890,47 @@ 0 1 - duty_cycle,0x0A + dshot_frametime_high,0x0A 1 1 - adjusted_duty_cycle,0x0A + dshot_frametime_low,0x0A 2 1 - degrees_celsius,0x0A + dshot_frametime,0x0A 3 1 - battery_voltage,0x0A + duty_cycle,0x0A 4 1 - actual_current,0x0A + minimum_duty_cycle,0x0A 5 1 - ADC_raw_temp,0x0A + smallestnumber,0x0A + + + 6 + 1 + zero_input_count + + + 1 + 0 + 40015804 + 0 + + 0 @@ -5335,7 +5984,7 @@ - RHINO80A_F051 + PB054_F051 0x4 ARM-ADS @@ -5433,7 +6082,7 @@ 0 ST-LINKIII-KEIL_SWO - -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8000 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) 0 @@ -5466,34 +6115,47 @@ 0 1 - duty_cycle,0x0A + dshot_frametime_high,0x0A 1 1 - adjusted_duty_cycle,0x0A + dshot_frametime_low,0x0A 2 1 - degrees_celsius,0x0A + dshot_frametime,0x0A 3 1 - battery_voltage,0x0A + duty_cycle,0x0A 4 1 - actual_current,0x0A + minimum_duty_cycle,0x0A 5 1 - ADC_raw_temp,0x0A + smallestnumber,0x0A + + + 6 + 1 + zero_input_count + + + 1 + 0 + 40015804 + 0 + + 0 @@ -5547,7 +6209,7 @@ - WOLFE + PB405_F051 0x4 ARM-ADS @@ -5600,7 +6262,7 @@ 1 0 - 0 + 1 18 @@ -5645,7 +6307,7 @@ 0 ST-LINKIII-KEIL_SWO - -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) + -U066DFF313736504157094132 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BB11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8000 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32.FLM -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM) 0 @@ -5678,34 +6340,47 @@ 0 1 - duty_cycle,0x0A + dshot_frametime_high,0x0A 1 1 - adjusted_duty_cycle,0x0A + dshot_frametime_low,0x0A 2 1 - degrees_celsius,0x0A + dshot_frametime,0x0A 3 1 - battery_voltage,0x0A + duty_cycle,0x0A 4 1 - actual_current,0x0A + minimum_duty_cycle,0x0A 5 1 - ADC_raw_temp,0x0A + smallestnumber,0x0A + + + 6 + 1 + zero_input_count + + + 1 + 0 + 40015804 + 0 + + 0 @@ -5760,7 +6435,7 @@ startup - 1 + 0 0 0 0 @@ -5780,7 +6455,7 @@ Src - 1 + 0 0 0 0 @@ -5860,7 +6535,7 @@ f051 - 1 + 0 0 0 0 @@ -5984,7 +6659,7 @@ Drivers/STM32F0xx_LL_Driver - 0 + 1 0 0 0 diff --git a/Keil_Projects/Am32F051.uvprojx b/Keil_Projects/Am32F051.uvprojx index 9eb61094..d76a0426 100644 --- a/Keil_Projects/Am32F051.uvprojx +++ b/Keil_Projects/Am32F051.uvprojx @@ -10,7 +10,7 @@ AM32REF_F051 0x4 ARM-ADS - 6160000::V6.16::ARMCLANG + 6190000::V6.19::ARMCLANG 1 @@ -186,7 +186,6 @@ 0 0 0 - 0 0 0 8 @@ -719,7 +718,6 @@ 0 0 0 - 0 0 0 8 @@ -1321,7 +1319,6 @@ 0 0 0 - 0 0 0 8 @@ -1923,7 +1920,6 @@ 0 0 0 - 0 0 0 8 @@ -2525,7 +2521,6 @@ 0 0 0 - 0 0 0 8 @@ -3127,7 +3122,6 @@ 0 0 0 - 0 0 0 8 @@ -3729,7 +3723,6 @@ 0 0 0 - 0 0 0 8 @@ -4331,7 +4324,6 @@ 0 0 0 - 0 0 0 8 @@ -4933,7 +4925,6 @@ 0 0 0 - 0 0 0 8 @@ -5535,7 +5526,6 @@ 0 0 0 - 0 0 0 8 @@ -6137,7 +6127,6 @@ 0 0 0 - 0 0 0 8 @@ -6739,7 +6728,6 @@ 0 0 0 - 0 0 0 8 @@ -7341,7 +7329,6 @@ 0 0 0 - 0 0 0 8 @@ -7943,7 +7930,6 @@ 0 0 0 - 0 0 0 8 @@ -8545,7 +8531,6 @@ 0 0 0 - 0 0 0 8 @@ -9147,7 +9132,6 @@ 0 0 0 - 0 0 0 8 @@ -9749,7 +9733,6 @@ 0 0 0 - 0 0 0 8 @@ -10351,7 +10334,6 @@ 0 0 0 - 0 0 0 8 @@ -10953,7 +10935,6 @@ 0 0 0 - 0 0 0 8 @@ -11555,7 +11536,6 @@ 0 0 0 - 0 0 0 8 @@ -12157,7 +12137,6 @@ 0 0 0 - 0 0 0 8 @@ -12759,7 +12738,6 @@ 0 0 0 - 0 0 0 8 @@ -13361,7 +13339,6 @@ 0 0 0 - 0 0 0 8 @@ -13963,7 +13940,6 @@ 0 0 0 - 0 0 0 8 @@ -14565,7 +14541,6 @@ 0 0 0 - 0 0 0 8 @@ -15167,7 +15142,6 @@ 0 0 0 - 0 0 0 8 @@ -15603,7 +15577,7 @@ 0 0 - 1 + 0 @@ -15700,7 +15674,6 @@ 0 0 0 - 0 0 0 8 @@ -16122,6 +16095,1602 @@ + + PB450_F051 + 0x4 + ARM-ADS + 6190000::V6.19::ARMCLANG + 1 + + + STM32F051K6Ux + STMicroelectronics + Keil.STM32F0xx_DFP.2.1.1 + https://www.keil.com/pack/ + IRAM(0x20000000,0x00002000) IROM(0x08000000,0x00008000) CPUTYPE("Cortex-M0") CLOCK(12000000) ELITTLE + + + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32 -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM)) + 0 + $$Device:STM32F051K6Ux$Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h + + + + + + + + + + $$Device:STM32F051K6Ux$CMSIS\SVD\STM32F0x1.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\Objects\ + AM32_PB450_F051 + 1 + 0 + 1 + 1 + 1 + + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 1 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 0 + + + SARMCM3.DLL + -REMAP + DARMCM1.DLL + -pCM0 + SARMCM3.DLL + + TARMCM1.DLL + -pCM0 + + + + 1 + 0 + 0 + 0 + 16 + + + + + 1 + 0 + 0 + 1 + 1 + 4096 + + 1 + BIN\UL2CM3.DLL + "" () + + + + + 0 + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M0" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x2000 + + + 1 + 0x8000000 + 0x8000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x8000000 + 0x8000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x2000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 3 + 3 + 1 + 1 + 0 + 0 + 0 + + + STM32F051x8,USE_FULL_LL_DRIVER, PB450_F051 + + ..\mcu\f051\Drivers\CMSIS\Include;..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include;..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc;..\mcu\f051\Inc;..\inc + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + + + + + + + + + 0 + 0 + 0 + 0 + 1 + 0 + 0x08000000 + 0x20000000 + + ..\Mcu\f051\Am32 32kb_f051.sct + + + + + + + + + + + startup + + + startup_stm32f051k8.s + 2 + ..\Mcu\f051\Startup\mdk\startup_stm32f051k8.s + + + + + Src + + + dshot.c + 1 + ..\Src\dshot.c + + + functions.c + 1 + ..\Src\functions.c + + + main.c + 1 + ..\Src\main.c + + + signal.c + 1 + ..\Src\signal.c + + + sounds.c + 1 + ..\Src\sounds.c + + + firmwareversion.c + 1 + ..\Src\firmwareversion.c + + + + + f051 + + + ADC.c + 1 + ..\Mcu\f051\Src\ADC.c + + + comparator.c + 1 + ..\Mcu\f051\Src\comparator.c + + + eeprom.c + 1 + ..\Mcu\f051\Src\eeprom.c + + + IO.c + 1 + ..\Mcu\f051\Src\IO.c + + + peripherals.c + 1 + ..\Mcu\f051\Src\peripherals.c + + + phaseouts.c + 1 + ..\Mcu\f051\Src\phaseouts.c + + + serial_telemetry.c + 1 + ..\Mcu\f051\Src\serial_telemetry.c + + + stm32f0xx_it.c + 1 + ..\Mcu\f051\Src\stm32f0xx_it.c + + + system_stm32f0xx.c + 1 + ..\Mcu\f051\Src\system_stm32f0xx.c + + + + + Drivers/CMSIS + + + Drivers/STM32F0xx_LL_Driver + + + stm32f0xx_ll_adc.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_adc.c + + + stm32f0xx_ll_comp.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_comp.c + + + stm32f0xx_ll_dma.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_dma.c + + + stm32f0xx_ll_exti.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_exti.c + + + stm32f0xx_ll_gpio.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_gpio.c + + + stm32f0xx_ll_pwr.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_pwr.c + + + stm32f0xx_ll_rcc.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rcc.c + + + stm32f0xx_ll_tim.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_tim.c + + + stm32f0xx_ll_usart.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_usart.c + + + stm32f0xx_ll_utils.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_utils.c + + + + + ::CMSIS + + + + + PB054_F051 + 0x4 + ARM-ADS + 6190000::V6.19::ARMCLANG + 1 + + + STM32F051K6Ux + STMicroelectronics + Keil.STM32F0xx_DFP.2.1.1 + https://www.keil.com/pack/ + IRAM(0x20000000,0x00002000) IROM(0x08000000,0x00008000) CPUTYPE("Cortex-M0") CLOCK(12000000) ELITTLE + + + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32 -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM)) + 0 + $$Device:STM32F051K6Ux$Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h + + + + + + + + + + $$Device:STM32F051K6Ux$CMSIS\SVD\STM32F0x1.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\Objects\ + AM32_PB054_F051 + 1 + 0 + 1 + 1 + 1 + + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 1 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 0 + + + SARMCM3.DLL + -REMAP + DARMCM1.DLL + -pCM0 + SARMCM3.DLL + + TARMCM1.DLL + -pCM0 + + + + 1 + 0 + 0 + 0 + 16 + + + + + 1 + 0 + 0 + 1 + 1 + 4096 + + 1 + BIN\UL2CM3.DLL + "" () + + + + + 0 + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M0" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x2000 + + + 1 + 0x8000000 + 0x8000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x8000000 + 0x8000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x2000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 3 + 3 + 1 + 1 + 0 + 0 + 0 + + + STM32F051x8,USE_FULL_LL_DRIVER, PB054_F051 + + ..\mcu\f051\Drivers\CMSIS\Include;..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include;..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc;..\mcu\f051\Inc;..\inc + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + + + + + + + + + 0 + 0 + 0 + 0 + 1 + 0 + 0x08000000 + 0x20000000 + + ..\Mcu\f051\Am32 32kb_f051.sct + + + + + + + + + + + startup + + + startup_stm32f051k8.s + 2 + ..\Mcu\f051\Startup\mdk\startup_stm32f051k8.s + + + + + Src + + + dshot.c + 1 + ..\Src\dshot.c + + + functions.c + 1 + ..\Src\functions.c + + + main.c + 1 + ..\Src\main.c + + + signal.c + 1 + ..\Src\signal.c + + + sounds.c + 1 + ..\Src\sounds.c + + + firmwareversion.c + 1 + ..\Src\firmwareversion.c + + + + + f051 + + + ADC.c + 1 + ..\Mcu\f051\Src\ADC.c + + + comparator.c + 1 + ..\Mcu\f051\Src\comparator.c + + + eeprom.c + 1 + ..\Mcu\f051\Src\eeprom.c + + + IO.c + 1 + ..\Mcu\f051\Src\IO.c + + + peripherals.c + 1 + ..\Mcu\f051\Src\peripherals.c + + + phaseouts.c + 1 + ..\Mcu\f051\Src\phaseouts.c + + + serial_telemetry.c + 1 + ..\Mcu\f051\Src\serial_telemetry.c + + + stm32f0xx_it.c + 1 + ..\Mcu\f051\Src\stm32f0xx_it.c + + + system_stm32f0xx.c + 1 + ..\Mcu\f051\Src\system_stm32f0xx.c + + + + + Drivers/CMSIS + + + Drivers/STM32F0xx_LL_Driver + + + stm32f0xx_ll_adc.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_adc.c + + + stm32f0xx_ll_comp.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_comp.c + + + stm32f0xx_ll_dma.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_dma.c + + + stm32f0xx_ll_exti.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_exti.c + + + stm32f0xx_ll_gpio.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_gpio.c + + + stm32f0xx_ll_pwr.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_pwr.c + + + stm32f0xx_ll_rcc.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rcc.c + + + stm32f0xx_ll_tim.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_tim.c + + + stm32f0xx_ll_usart.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_usart.c + + + stm32f0xx_ll_utils.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_utils.c + + + + + ::CMSIS + + + + + PB405_F051 + 0x4 + ARM-ADS + 6190000::V6.19::ARMCLANG + 1 + + + STM32F051K6Ux + STMicroelectronics + Keil.STM32F0xx_DFP.2.1.1 + https://www.keil.com/pack/ + IRAM(0x20000000,0x00002000) IROM(0x08000000,0x00008000) CPUTYPE("Cortex-M0") CLOCK(12000000) ELITTLE + + + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_32 -FS08000000 -FL08000 -FP0($$Device:STM32F051K6Ux$CMSIS\Flash\STM32F0xx_32.FLM)) + 0 + $$Device:STM32F051K6Ux$Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h + + + + + + + + + + $$Device:STM32F051K6Ux$CMSIS\SVD\STM32F0x1.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\Objects\ + AM32_PB405_F051 + 1 + 0 + 1 + 1 + 1 + + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 1 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 0 + + + SARMCM3.DLL + -REMAP + DARMCM1.DLL + -pCM0 + SARMCM3.DLL + + TARMCM1.DLL + -pCM0 + + + + 1 + 0 + 0 + 0 + 16 + + + + + 1 + 0 + 0 + 1 + 1 + 4096 + + 1 + BIN\UL2CM3.DLL + "" () + + + + + 0 + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M0" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x2000 + + + 1 + 0x8000000 + 0x8000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x8000000 + 0x8000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x2000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 3 + 3 + 1 + 1 + 0 + 0 + 0 + + + STM32F051x8,USE_FULL_LL_DRIVER, PB405_F051 + + ..\mcu\f051\Drivers\CMSIS\Include;..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include;..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc;..\mcu\f051\Inc;..\inc + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + + + + + + + + + 0 + 0 + 0 + 0 + 1 + 0 + 0x08000000 + 0x20000000 + + ..\Mcu\f051\Am32 32kb_f051.sct + + + + + + + + + + + startup + + + startup_stm32f051k8.s + 2 + ..\Mcu\f051\Startup\mdk\startup_stm32f051k8.s + + + + + Src + + + dshot.c + 1 + ..\Src\dshot.c + + + functions.c + 1 + ..\Src\functions.c + + + main.c + 1 + ..\Src\main.c + + + signal.c + 1 + ..\Src\signal.c + + + sounds.c + 1 + ..\Src\sounds.c + + + firmwareversion.c + 1 + ..\Src\firmwareversion.c + + + + + f051 + + + ADC.c + 1 + ..\Mcu\f051\Src\ADC.c + + + comparator.c + 1 + ..\Mcu\f051\Src\comparator.c + + + eeprom.c + 1 + ..\Mcu\f051\Src\eeprom.c + + + IO.c + 1 + ..\Mcu\f051\Src\IO.c + + + peripherals.c + 1 + ..\Mcu\f051\Src\peripherals.c + + + phaseouts.c + 1 + ..\Mcu\f051\Src\phaseouts.c + + + serial_telemetry.c + 1 + ..\Mcu\f051\Src\serial_telemetry.c + + + stm32f0xx_it.c + 1 + ..\Mcu\f051\Src\stm32f0xx_it.c + + + system_stm32f0xx.c + 1 + ..\Mcu\f051\Src\system_stm32f0xx.c + + + + + Drivers/CMSIS + + + Drivers/STM32F0xx_LL_Driver + + + stm32f0xx_ll_adc.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_adc.c + + + stm32f0xx_ll_comp.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_comp.c + + + stm32f0xx_ll_dma.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_dma.c + + + stm32f0xx_ll_exti.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_exti.c + + + stm32f0xx_ll_gpio.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_gpio.c + + + stm32f0xx_ll_pwr.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_pwr.c + + + stm32f0xx_ll_rcc.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rcc.c + + + stm32f0xx_ll_tim.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_tim.c + + + stm32f0xx_ll_usart.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_usart.c + + + stm32f0xx_ll_utils.c + 1 + ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_utils.c + + + + + ::CMSIS + + + @@ -16131,6 +17700,9 @@ + + + diff --git a/Keil_Projects/Am32F415.uvguix.alkaz b/Keil_Projects/Am32F415.uvguix.alkaz index d5b07a6d..dd57e9d4 100644 --- a/Keil_Projects/Am32F415.uvguix.alkaz +++ b/Keil_Projects/Am32F415.uvguix.alkaz @@ -154,17 +154,17 @@ 38003 Registers - 140 109 + 211 212 346 Code Coverage - 669 160 + 665 160 204 Performance Analyzer - 829 + 825 @@ -179,7 +179,7 @@ 1506 Symbols - 80 80 80 + 56 56 56 1936 @@ -240,17 +240,17 @@ -1 - 96 - 182 - 1507 - 946 + 84 + -92 + 1175 + 827 0 - 862 - 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000700000004000000010000003D433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C7369676E616C2E6300000000087369676E616C2E6300000000C5D4F200FFFFFFFF6F433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663035315C447269766572735C53544D3332463078785F48414C5F4472697665725C5372635C73746D3332663078785F6C6C5F7574696C732E63000000001473746D3332663078785F6C6C5F7574696C732E6300000000FFDC7800FFFFFFFF3B433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000BECEA100FFFFFFFF3C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6473686F742E6300000000076473686F742E6300000000F0A0A100FFFFFFFF2D473A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C696E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF5C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C447269766572735C647269766572735C7372635C61743332663432315F746D722E63000000000E61743332663432315F746D722E63000000009CC1B600FFFFFFFF43433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C5372635C4144432E6300000000054144432E6300000000F7B88600FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000000701000070000000800700006C030000 + 617 + 01000000040000000100000001000000010000000100000000000000020000000000000001000000010000000000000028000000280000000100000005000000000000000100000036433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000C5D4F200FFFFFFFF3E433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C463033315C5372635C4144432E6300000000054144432E6300000000FFDC7800FFFFFFFF46433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C673037315C5372635C7065726970686572616C732E63000000000D7065726970686572616C732E6300000000BECEA100FFFFFFFF44433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C653233305C5372635C70686173656F7574732E63000000000B70686173656F7574732E6300000000F0A0A100FFFFFFFF39433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C496E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000000000002000000B50100006600000056050000F9010000 diff --git a/Keil_Projects/Am32F415.uvprojx b/Keil_Projects/Am32F415.uvprojx index 1acbc341..b870fe50 100644 --- a/Keil_Projects/Am32F415.uvprojx +++ b/Keil_Projects/Am32F415.uvprojx @@ -185,7 +185,6 @@ 0 0 0 - 0 0 0 8 @@ -766,7 +765,6 @@ 0 0 0 - 0 0 0 8 @@ -1347,7 +1345,6 @@ 0 0 0 - 0 0 0 8 diff --git a/Keil_Projects/Am32F421.uvguix.alkaz b/Keil_Projects/Am32F421.uvguix.alkaz index 8135b2a8..5d8bbd0c 100644 --- a/Keil_Projects/Am32F421.uvguix.alkaz +++ b/Keil_Projects/Am32F421.uvguix.alkaz @@ -496,23 +496,29 @@ 116 + + System Viewer\TMR17 + 35905 + + 116 + 38003 Registers - 140 109 + 211 212 346 Code Coverage - 669 160 + 665 160 204 Performance Analyzer - 829 + 825 @@ -527,7 +533,7 @@ 1506 Symbols - 80 80 80 + 56 56 56 1936 @@ -588,17 +594,17 @@ -1 - 96 - 182 - 1507 - 946 + 84 + -92 + 1175 + 827 0 - 862 - 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000700000004000000010000003D433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C7369676E616C2E6300000000087369676E616C2E6300000000C5D4F200FFFFFFFF6F433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663035315C447269766572735C53544D3332463078785F48414C5F4472697665725C5372635C73746D3332663078785F6C6C5F7574696C732E63000000001473746D3332663078785F6C6C5F7574696C732E6300000000FFDC7800FFFFFFFF3B433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000BECEA100FFFFFFFF3C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6473686F742E6300000000076473686F742E6300000000F0A0A100FFFFFFFF2D473A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C696E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF5C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C447269766572735C647269766572735C7372635C61743332663432315F746D722E63000000000E61743332663432315F746D722E63000000009CC1B600FFFFFFFF43433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C5372635C4144432E6300000000054144432E6300000000F7B88600FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000000701000070000000800700006C030000 + 617 + 01000000040000000100000001000000010000000100000000000000020000000000000001000000010000000000000028000000280000000100000005000000000000000100000036433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000C5D4F200FFFFFFFF3E433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C463033315C5372635C4144432E6300000000054144432E6300000000FFDC7800FFFFFFFF46433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C673037315C5372635C7065726970686572616C732E63000000000D7065726970686572616C732E6300000000BECEA100FFFFFFFF44433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C653233305C5372635C70686173656F7574732E63000000000B70686173656F7574732E6300000000F0A0A100FFFFFFFF39433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C496E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000000000002000000B50100006600000056050000F9010000 diff --git a/Keil_Projects/Am32F421.uvoptx b/Keil_Projects/Am32F421.uvoptx index f7270b9b..e7423880 100644 --- a/Keil_Projects/Am32F421.uvoptx +++ b/Keil_Projects/Am32F421.uvoptx @@ -4485,7 +4485,7 @@ 0 - 1 + 0 0 0 @@ -5621,6 +5621,242 @@ + + RR_ROBOT_DUAL_ESC + 0x4 + ARM-ADS + + 12000000 + + 1 + 1 + 0 + 1 + 0 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\Listings\ + + + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + + + 1 + 0 + 0 + + 255 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 6 + + + + + + + + + + + STLink\ST-LINKIII-KEIL_SWO.dll + + + + 0 + ST-LINKIII-KEIL_SWO + -U-O206 -O206 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0AT32F421_64.FLM -FS08000000 -FL010000 -FP0($$Device:-AT32F421K8U7$Flash\AT32F421_64.FLM) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0AT32F421_64 -FL010000 -FS08000000 -FP0($$Device:-AT32F421K8U7$Flash\AT32F421_64.FLM) + + + 0 + CMSIS_AGDI + -X"Any" -UAny -O206 -S0 -C0 -P00000000 -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0AT32F421_64.FLM -FS08000000 -FL010000 -FP0($$Device:-AT32F421K8U7$Flash\AT32F421_64.FLM) + + + 0 + ARMRTXEVENTFLAGS + -L70 -Z18 -C0 -M0 -T1 + + + 0 + DLGTARM + (1010=75,104,525,661,0)(1007=105,137,292,412,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0) + + + 0 + ARMDBGFLAGS + + + + 0 + DLGUARM + (105=-1,-1,-1,-1,0) + + + + + + 0 + 1 + ADC_raw_volts,0x0A + + + 1 + 1 + ADC_raw_current,0x0A + + + 2 + 1 + cmd + + + 3 + 1 + low_pin_count + + + 4 + 1 + receviedByte + + + 5 + 1 + rxBuffer[16] + + + 6 + 1 + running + + + + + 0 + 2 + cmd + + + + + 1 + 0 + newcount + 0 + + + + 0 + + + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + 0 + 0 + 0 + + + + + + + + + + + System Viewer\TMR17 + 35903 + + + + + Src 1 @@ -5655,7 +5891,7 @@ 1 3 1 - 0 + 1 0 0 ..\Src\main.c diff --git a/Keil_Projects/Am32F421.uvprojx b/Keil_Projects/Am32F421.uvprojx index 889f1a40..6bd1240f 100644 --- a/Keil_Projects/Am32F421.uvprojx +++ b/Keil_Projects/Am32F421.uvprojx @@ -10,7 +10,7 @@ AT32DEV_F421 0x4 ARM-ADS - 6160000::V6.16::ARMCLANG + 6190000::V6.19::ARMCLANG 1 @@ -185,7 +185,6 @@ 0 0 0 - 0 0 0 8 @@ -764,7 +763,6 @@ 0 0 0 - 0 0 0 8 @@ -1343,7 +1341,6 @@ 0 0 0 - 0 0 0 8 @@ -1922,7 +1919,6 @@ 0 0 0 - 0 0 0 8 @@ -2501,7 +2497,6 @@ 0 0 0 - 0 0 0 8 @@ -3080,7 +3075,6 @@ 0 0 0 - 0 0 0 8 @@ -3659,7 +3653,6 @@ 0 0 0 - 0 0 0 8 @@ -4238,7 +4231,6 @@ 0 0 0 - 0 0 0 8 @@ -4817,7 +4809,6 @@ 0 0 0 - 0 0 0 8 @@ -5259,7 +5250,7 @@ 1 .\Objects\ - AM32_AT32F421_PB4_054 + AM32_AT32PB4_054_F421 1 0 1 @@ -5396,7 +5387,6 @@ 0 0 0 - 0 0 0 8 @@ -5838,7 +5828,7 @@ 1 .\Objects\ - AM32_AT32F421_PB4_405 + AM32_AT32PB4_405_F421 1 0 1 @@ -5975,7 +5965,6 @@ 0 0 0 - 0 0 0 8 @@ -6417,7 +6406,7 @@ 1 .\Objects\ - AM32_AT32F421_PB4_540 + AM32_AT32PB4_540_F421 1 0 1 @@ -6554,7 +6543,6 @@ 0 0 0 - 0 0 0 8 @@ -7133,7 +7121,6 @@ 0 0 0 - 0 0 0 8 @@ -7712,7 +7699,6 @@ 0 0 0 - 0 0 0 8 @@ -8291,7 +8277,6 @@ 0 0 0 - 0 0 0 8 @@ -8870,7 +8855,6 @@ 0 0 0 - 0 0 0 8 @@ -9449,7 +9433,6 @@ 0 0 0 - 0 0 0 8 @@ -10028,7 +10011,6 @@ 0 0 0 - 0 0 0 8 @@ -10607,7 +10589,6 @@ 0 0 0 - 0 0 0 8 @@ -11186,7 +11167,6 @@ 0 0 0 - 0 0 0 8 @@ -11765,7 +11745,6 @@ 0 0 0 - 0 0 0 8 @@ -12169,7 +12148,7 @@ TBS_MINI_F421 0x4 ARM-ADS - 6160000::V6.16::ARMCLANG + 6190000::V6.19::ARMCLANG 1 @@ -12247,7 +12226,7 @@ 0 0 - 1 + 0 @@ -12344,7 +12323,6 @@ 0 0 0 - 0 0 0 8 @@ -12748,7 +12726,7 @@ NEUTRON_4IN1_F421 0x4 ARM-ADS - 6160000::V6.16::ARMCLANG + 6190000::V6.19::ARMCLANG 1 @@ -12923,7 +12901,6 @@ 0 0 0 - 0 0 0 8 @@ -13323,6 +13300,584 @@ + + RR_ROBOT_DUAL_ESC + 0x4 + ARM-ADS + 6190000::V6.19::ARMCLANG + 1 + + + -AT32F421K8U7 + ArteryTek + ArteryTek.AT32F421_DFP.2.0.5 + IRAM(0x20000000,0x4000) IROM(0x08000000,0x10000) CPUTYPE("Cortex-M4") CLOCK(12000000) ELITTLE + + + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0AT32F421_64 -FS08000000 -FL010000 -FP0($$Device:-AT32F421K8U7$Flash\AT32F421_64.FLM)) + 0 + $$Device:-AT32F421K8U7$Device\Include\at32f421.h + + + + + + + + + + $$Device:-AT32F421K8U7$SVD\AT32F421xx_v2.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\Objects\ + AM32_RR_ROBOT_DUAL_ESC_F421 + 1 + 0 + 1 + 1 + 1 + .\Listings\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + fromelf.exe --text -a -c --output=@L_asm.txt + + 0 + 0 + 0 + 0 + + 1 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + SARMCM3.DLL + -REMAP -MPU + DCM.DLL + -pCM4 + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + + + 1 + 0 + 0 + 1 + 1 + 4096 + + 1 + BIN\UL2CM3.DLL + + + + + + 0 + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x4000 + + + 1 + 0x8000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x8000000 + 0x10000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x4000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + + + AT32F421K8U7,USE_STDPERIPH_DRIVER, RR_ROBOT_DUAL_ESC_F421 + + ..\Inc;..\mcu\f421\Inc;..\Mcu\f421\Drivers\drivers\inc;..\Mcu\f421\Drivers\CMSIS\cm4\device_support;..\Mcu\f421\Drivers\CMSIS\cm4\core_support + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + + + + + + + 0 + 0 + 0 + 0 + 1 + 0 + 0x08001000 + 0x20000000 + + ..\Mcu\f421\Am32.sct + + + + + + + + + + + Src + + + dshot.c + 1 + ..\Src\dshot.c + + + functions.c + 1 + ..\Src\functions.c + + + main.c + 1 + ..\Src\main.c + + + signal.c + 1 + ..\Src\signal.c + + + sounds.c + 1 + ..\Src\sounds.c + + + firmwareversion.c + 1 + ..\Src\firmwareversion.c + + + + + Drivers + + + at32f421_adc.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_adc.c + + + at32f421_cmp.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_cmp.c + + + at32f421_crc.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_crc.c + + + at32f421_crm.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_crm.c + + + at32f421_debug.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_debug.c + + + at32f421_dma.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_dma.c + + + at32f421_ertc.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_ertc.c + + + at32f421_exint.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_exint.c + + + at32f421_flash.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_flash.c + + + at32f421_gpio.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_gpio.c + + + at32f421_i2c.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_i2c.c + + + at32f421_misc.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_misc.c + + + at32f421_pwc.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_pwc.c + + + at32f421_scfg.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_scfg.c + + + at32f421_spi.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_spi.c + + + at32f421_tmr.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_tmr.c + + + at32f421_usart.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_usart.c + + + at32f421_wdt.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_wdt.c + + + at32f421_wwdt.c + 1 + ..\Mcu\f421\Drivers\drivers\src\at32f421_wwdt.c + + + + + F421 + + + ADC.c + 1 + ..\Mcu\f421\Src\ADC.c + + + at32f421_it.c + 1 + ..\Mcu\f421\Src\at32f421_it.c + + + comparator.c + 1 + ..\Mcu\f421\Src\comparator.c + + + eeprom.c + 1 + ..\Mcu\f421\Src\eeprom.c + + + IO.c + 1 + ..\Mcu\f421\Src\IO.c + + + peripherals.c + 1 + ..\Mcu\f421\Src\peripherals.c + + + phaseouts.c + 1 + ..\Mcu\f421\Src\phaseouts.c + + + serial_telemetry.c + 1 + ..\Mcu\f421\Src\serial_telemetry.c + + + system_at32f421.c + 1 + ..\Mcu\f421\Src\system_at32f421.c + + + WS2812.c + 1 + ..\Mcu\f421\Src\WS2812.c + + + + + Startup + + + startup_at32f421.s + 2 + ..\Mcu\f421\Startup\mdk\startup_at32f421.s + + + + + CMSIS + + + diff --git a/Keil_Projects/Am32G071.uvguix.alkaz b/Keil_Projects/Am32G071.uvguix.alkaz index 57192887..96bce14a 100644 --- a/Keil_Projects/Am32G071.uvguix.alkaz +++ b/Keil_Projects/Am32G071.uvguix.alkaz @@ -64,17 +64,17 @@ 38003 Registers - 140 109 + 211 212 346 Code Coverage - 669 160 + 665 160 204 Performance Analyzer - 829 + 825 @@ -89,7 +89,7 @@ 1506 Symbols - 80 80 80 + 56 56 56 1936 @@ -150,17 +150,17 @@ -1 - 96 - 182 - 1507 - 946 + 84 + -92 + 1175 + 827 0 - 862 - 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000700000004000000010000003D433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C7369676E616C2E6300000000087369676E616C2E6300000000C5D4F200FFFFFFFF6F433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663035315C447269766572735C53544D3332463078785F48414C5F4472697665725C5372635C73746D3332663078785F6C6C5F7574696C732E63000000001473746D3332663078785F6C6C5F7574696C732E6300000000FFDC7800FFFFFFFF3B433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000BECEA100FFFFFFFF3C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6473686F742E6300000000076473686F742E6300000000F0A0A100FFFFFFFF2D473A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C696E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF5C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C447269766572735C647269766572735C7372635C61743332663432315F746D722E63000000000E61743332663432315F746D722E63000000009CC1B600FFFFFFFF43433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C5372635C4144432E6300000000054144432E6300000000F7B88600FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000000701000070000000800700006C030000 + 617 + 01000000040000000100000001000000010000000100000000000000020000000000000001000000010000000000000028000000280000000100000005000000000000000100000036433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000C5D4F200FFFFFFFF3E433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C463033315C5372635C4144432E6300000000054144432E6300000000FFDC7800FFFFFFFF46433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C673037315C5372635C7065726970686572616C732E63000000000D7065726970686572616C732E6300000000BECEA100FFFFFFFF44433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C653233305C5372635C70686173656F7574732E63000000000B70686173656F7574732E6300000000F0A0A100FFFFFFFF39433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C496E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000000000002000000B50100006600000056050000F9010000 @@ -1924,7 +1924,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -1940,7 +1940,7 @@ 0 16 - 0300000073000000A700000004020000 + 0300000066000000A7000000F2000000 16 @@ -1960,7 +1960,7 @@ 0 16 - 0300000073000000A700000004020000 + 0300000066000000A7000000F2000000 16 @@ -1984,7 +1984,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2004,7 +2004,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2024,7 +2024,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2044,7 +2044,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2060,7 +2060,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2080,7 +2080,7 @@ 0 16 - B100000073000000F405000098000000 + B100000066000000530500009A000000 16 @@ -2104,7 +2104,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2124,7 +2124,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2144,7 +2144,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2164,7 +2164,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2184,7 +2184,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2204,7 +2204,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2224,7 +2224,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2240,7 +2240,7 @@ 0 16 - 0300000073000000A700000004020000 + 0300000066000000A7000000F2000000 16 @@ -2260,7 +2260,7 @@ 0 16 - 0300000073000000A700000004020000 + 0300000066000000A7000000F2000000 16 @@ -2280,7 +2280,7 @@ 0 16 - 03000000C00200007D070000A7030000 + 030000009F0100005305000095020000 16 @@ -2300,7 +2300,7 @@ 0 16 - 0000000027020000800700009C020000 + 000000000F0100005605000084010000 16 @@ -2320,7 +2320,7 @@ 0 16 - 00000000BD02000080070000C6030000 + 000000009C01000056050000AE020000 16 @@ -2340,7 +2340,7 @@ 0 16 - AE00000070000000F7050000B7000000 + AE0000006300000056050000B3000000 16 @@ -2360,7 +2360,7 @@ 0 16 - B100000073000000F405000098000000 + B100000066000000530500009A000000 16 @@ -2400,7 +2400,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2424,7 +2424,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -2440,7 +2440,7 @@ 0 16 - B100000073000000F405000098000000 + B100000066000000530500009A000000 16 @@ -2460,7 +2460,7 @@ 0 16 - B100000073000000F405000098000000 + B100000066000000530500009A000000 16 @@ -2480,7 +2480,7 @@ 0 16 - B100000073000000F405000098000000 + B100000066000000530500009A000000 16 @@ -2500,7 +2500,7 @@ 0 16 - B100000073000000F405000098000000 + B100000066000000530500009A000000 16 @@ -2520,7 +2520,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2540,7 +2540,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2560,7 +2560,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2580,7 +2580,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2600,7 +2600,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2620,7 +2620,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2640,7 +2640,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2660,7 +2660,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2680,7 +2680,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2700,7 +2700,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2720,7 +2720,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2740,7 +2740,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2760,7 +2760,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2780,7 +2780,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2800,7 +2800,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2820,7 +2820,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2840,7 +2840,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2860,7 +2860,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2880,7 +2880,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2890,7 +2890,7 @@ 35904 35904 - 1 + 0 0 0 0 @@ -2900,7 +2900,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2910,7 +2910,7 @@ 35905 35905 - 1 + 0 0 0 0 @@ -2920,7 +2920,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -2940,7 +2940,7 @@ 0 16 - 0300000073000000A700000004020000 + 0300000066000000A7000000F2000000 16 @@ -2960,7 +2960,7 @@ 0 16 - 03000000C00200007D070000A7030000 + 030000009F0100005305000095020000 16 @@ -2980,7 +2980,7 @@ 0 16 - 03000000C00200007D070000A7030000 + 030000009F0100005305000095020000 16 @@ -3004,7 +3004,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -3024,7 +3024,7 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 @@ -3040,7 +3040,7 @@ 0 16 - 03000000C00200007D070000A7030000 + 030000009F0100005305000095020000 16 @@ -3060,7 +3060,7 @@ 0 16 - 03000000C00200007D070000A7030000 + 030000009F0100005305000095020000 16 @@ -3080,7 +3080,7 @@ 0 16 - B100000073000000F405000098000000 + B100000066000000530500009A000000 16 @@ -3100,7 +3100,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3120,7 +3120,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3140,7 +3140,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3160,7 +3160,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3180,7 +3180,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3200,7 +3200,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3220,7 +3220,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3240,7 +3240,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3260,7 +3260,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3280,7 +3280,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3300,7 +3300,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3320,7 +3320,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3340,7 +3340,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3360,7 +3360,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3380,7 +3380,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3400,7 +3400,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3420,7 +3420,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3440,7 +3440,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3460,7 +3460,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3480,7 +3480,7 @@ 0 16 - FE050000730000007D07000004020000 + D40300006600000053050000F2000000 16 @@ -3494,13 +3494,13 @@ 0 0 0 - 497 + 494 0 8192 0 16 - 0000000000000000D70300001C000000 + 0000000000000000D10300001C000000 16 @@ -3520,7 +3520,7 @@ 0 16 - 00000000C603000080070000DF030000 + 00000000AE02000056050000C1020000 16 @@ -3540,7 +3540,7 @@ 1 16 - 000000001C000000E901000038000000 + 000000001C000000E701000038000000 16 @@ -3554,13 +3554,13 @@ 0 0 0 - 321 + 316 0 8192 2 16 - 000000001C0000007D02000038000000 + 000000001C0000006F02000038000000 16 @@ -3584,19 +3584,19 @@ 16 - 2100000074020000C80200007D030000 + 8900000052010000300300005B020000 3401 - 000000000A000000000000000020000001000000FFFFFFFFFFFFFFFFAE000000B7000000F7050000BB000000010000000100001004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E650020000001000000AE00000070000000F7050000D4000000AE00000053000000F7050000B70000000000000040280056080000000B446973617373656D626C7901000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000001000000FFFFFFFFFFFFFFFFF705000053000000FB05000023020000010000000200001004000000010000000BFCFFFFA8000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000001000000FB050000700000008007000040020000FB05000053000000800700002302000000000000404100562B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF04434F4D50000000003E8C000001000000FFFFFFFFFFFFFFFF0554494D3137000000003F8C000001000000FFFFFFFFFFFFFFFF0554494D313701000000408C000001000000FFFFFFFFFFFFFFFF04434F4D5001000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFF15000000000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFFAA00000053000000AE00000023020000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C400000073940000018000100000010000000000000070000000AA000000400200000000000053000000AA000000230200000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73000000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7300000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657300000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273010000007394000001000000FFFFFFFFFFFFFFFF04000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000001000000FFFFFFFFFFFFFFFF0000000023020000800700002702000001000000010000100400000001000000000000000000000000000000000000000000000001000000C60000000000000001000000000000000000000001000000FFFFFFFFAB02000039020000AF020000AE02000000000000020000000400000000000000000000000000000000000000000000000000000001000000C600000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000009C02000080070000A00200000100000001000010040000000100000076FEFFFF62000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF010000779400000180008000000100000000000000BD02000080070000E303000000000000A002000080070000C60300000000000040820056060000000C4275696C64204F757470757400000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0642726F777365000000007794000001000000FFFFFFFFFFFFFFFF01000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC500000001000000FFFF02001200434D756C746950616E654672616D65576E64000100942100000074020000C80200007D03000001000000000000000200000000000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB090000018000400000010000002100000074020000C80200007D0300003E020000B7000000CD0300003502000000000000404100560F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031010000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFF05000000000000000000000000000000000000000000000001000000FFFFFFFF8F0700000000000000000000 + 000000000A000000000000000020000001000000FFFFFFFFFFFFFFFFAE000000B300000056050000B7000000010000000100001004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E650020000001000000AE0000006600000056050000CA000000AE0000004F00000056050000B30000000000000040280056080000000B446973617373656D626C7901000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFFCD0300004F000000D10300000B010000000000000200000004000000010000000BFCFFFFA8000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000000000000D1030000660000005605000022010000D10300004F000000560500000B01000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF04434F4D50000000003E8C000001000000FFFFFFFFFFFFFFFF0554494D3137000000003F8C000001000000FFFFFFFFFFFFFFFF0554494D313700000000408C000001000000FFFFFFFFFFFFFFFF04434F4D5000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFFAA0000004F000000AE0000000B010000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C400000073940000018000100000010000000000000066000000AA00000022010000000000004F000000AA0000000B0100000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73000000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7300000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657300000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273010000007394000001000000FFFFFFFFFFFFFFFF04000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000001000000FFFFFFFFFFFFFFFF000000000B010000560500000F01000001000000010000100400000001000000000000000000000000000000000000000000000001000000C60000000000000001000000000000000000000001000000FFFFFFFFAB02000039020000AF020000AE02000000000000020000000400000000000000000000000000000000000000000000000000000001000000C600000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000008401000056050000880100000100000001000010040000000100000076FEFFFF62000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF0100007794000001800080000001000000000000009F01000056050000C5020000000000008801000056050000AE0200000000000040820056060000000C4275696C64204F757470757400000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0642726F777365000000007794000001000000FFFFFFFFFFFFFFFF01000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC500000001000000FFFF02001200434D756C746950616E654672616D65576E64000100948900000052010000300300005B02000001000000000000000200000000000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB090000018000400000010000008900000052010000300300005B0200003E020000B7000000CD0300003502000000000000404100560F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031010000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFF05000000000000000000000000000000000000000000000001000000FFFFFFFF8F0700000000000000000000 59392 File - 2599 - 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050000000000F5554494C4954595F54494D45522D3E960000000000000003000F5554494C4954595F54494D45522D3E046D6170280D4144435F7261775F766F6C7473000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000100150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65F1010000 + 2911 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050000000001570726F705F6272616B655F616374697665203D2030960000000000000014001570726F705F6272616B655F616374697665203D20301170726F705F6272616B655F61637469766512647574795F6379636C655F6D6178696D756D0874696D315F6172720E54494D4552315F4D41585F4152520674696D6572310A647574795F6379636C6513647574795F6379636C655F736574706F696E740A736574496E70757428290C70726F636573734473686F740763757272656E74067365717572650334303016737461727475705F6D61785F647574795F6379636C650D736D6F6F74686564696E7075740D43524D5F4144435F4449565F36134144435F53414D504C4554494D455F32385F350D736574426563566F6C746167650E5553455F4245435F41444A555354087472616E736665720000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000100150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65EE010000 1423 @@ -3628,7 +3628,7 @@ Debug 2362 - 00200000010000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000004002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000020001002D0000000000000000000000000000000001000000010000000180F07F0000020001002E0000000000000000000000000000000001000000010000000180E8880000020000003700000000000000000000000000000000010000000100000001803B010000020001002F0000000000000000000000000000000001000000010000000180BB8A00000200000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000002000100310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720100000000000000010000000000000001000000000000000000000001000000000013800F0100000200000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000002000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7201000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000002000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72010000000000000001000000000000000100000000000000000000000100000000000000000005446562756741010000 + 00200000010000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000004002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000020001002D0000000000000000000000000000000001000000010000000180F07F0000020001002E0000000000000000000000000000000001000000010000000180E8880000020000003700000000000000000000000000000000010000000100000001803B010000020001002F0000000000000000000000000000000001000000010000000180BB8A00000200000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000002000100310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720100000000000000010000000000000001000000000000000000000001000000000013800F0100000200000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000002000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7201000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000002000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F7201000000000000000100000000000000010000000000000000000000010000000000000000000544656275673C010000 898 @@ -3641,8 +3641,8 @@ 0 - 1920 - 1080 + 1366 + 768 @@ -3654,7 +3654,7 @@ 100 0 - G:\My Drive\AM32\AM32_MULTI_MCU\inc\targets.h + <1>..\inc\targets.h 2 13 18 diff --git a/Keil_Projects/Am32G071.uvoptx b/Keil_Projects/Am32G071.uvoptx index 6c5c4434..94e7eede 100644 --- a/Keil_Projects/Am32G071.uvoptx +++ b/Keil_Projects/Am32G071.uvoptx @@ -75,7 +75,7 @@ 1 0 - 0 + 1 18 @@ -500,7 +500,7 @@ 1 0 0 - 0 + 6 @@ -511,7 +511,7 @@ - BIN\UL2CM3.DLL + STLink\ST-LINKIII-KEIL_SWO.dll @@ -522,7 +522,7 @@ 0 ST-LINKIII-KEIL_SWO - UL2CM3(-S0 -C0 -P0 ) -FN1 -FC8000 -FD20000000 -FF0STM32G0xx_64 -FL010000 -FS08000000 -FP0($$Device:STM32G071K8Ux$CMSIS\Flash\STM32G0xx_64.FLM) + -U066DFF313736504157094132 -O206 -SF1000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(0BC11477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC8000 -FN1 -FF0STM32G0xx_64.FLM -FS08000000 -FL010000 -FP0($$Device:STM32G071K8Ux$CMSIS\Flash\STM32G0xx_64.FLM) 0 @@ -532,7 +532,7 @@ 0 DLGTARM - (1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0) + (1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0) 0 @@ -546,6 +546,38 @@ + + + 0 + 1 + smallestnumber,0x0A + + + 1 + 1 + input,0x0A + + + 2 + 1 + newinput,0x0A + + + 3 + 1 + servorawinput,0x0A + + + 4 + 1 + dma_buffer,0x0A + + + 5 + 1 + servo_low_threshold,0x0A + + 0 @@ -590,10 +622,10 @@ 1 - 1 + 0 0 2 - 10000000 + 1000000 @@ -1660,7 +1692,7 @@ 1 0 - 1 + 0 18 @@ -1845,7 +1877,7 @@ g071 - 1 + 0 0 0 0 diff --git a/Keil_Projects/Am32G071.uvprojx b/Keil_Projects/Am32G071.uvprojx index dd1a1a53..b9cf7220 100644 --- a/Keil_Projects/Am32G071.uvprojx +++ b/Keil_Projects/Am32G071.uvprojx @@ -186,7 +186,6 @@ 0 0 0 - 0 0 0 8 @@ -790,7 +789,6 @@ 0 0 0 - 0 0 0 8 @@ -1394,7 +1392,6 @@ 0 0 0 - 0 0 0 8 @@ -1998,7 +1995,6 @@ 0 0 0 - 0 0 0 8 @@ -2602,7 +2598,6 @@ 0 0 0 - 0 0 0 8 @@ -3206,7 +3201,6 @@ 0 0 0 - 0 0 0 8 @@ -3810,7 +3804,6 @@ 0 0 0 - 0 0 0 8 @@ -4414,7 +4407,6 @@ 0 0 0 - 0 0 0 8 @@ -4773,7 +4765,7 @@ SEQURE_12S_G071 0x4 ARM-ADS - 6160000::V6.16::ARMCLANG + 6190000::V6.19::ARMCLANG 1 @@ -4949,7 +4941,6 @@ 0 0 0 - 0 0 0 8 diff --git a/Keil_Projects/Am32e230.uvguix.alkaz b/Keil_Projects/Am32e230.uvguix.alkaz index 6138f303..0b73dd6b 100644 --- a/Keil_Projects/Am32e230.uvguix.alkaz +++ b/Keil_Projects/Am32e230.uvguix.alkaz @@ -76,17 +76,17 @@ 38003 Registers - 140 109 + 211 212 346 Code Coverage - 669 160 + 665 160 204 Performance Analyzer - 829 + 825 @@ -101,7 +101,7 @@ 1506 Symbols - 80 80 80 + 56 56 56 1936 @@ -162,17 +162,17 @@ -1 - 96 - 182 - 1507 - 946 + 84 + -92 + 1175 + 827 0 - 862 - 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000700000004000000010000003D433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C7369676E616C2E6300000000087369676E616C2E6300000000C5D4F200FFFFFFFF6F433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663035315C447269766572735C53544D3332463078785F48414C5F4472697665725C5372635C73746D3332663078785F6C6C5F7574696C732E63000000001473746D3332663078785F6C6C5F7574696C732E6300000000FFDC7800FFFFFFFF3B433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000BECEA100FFFFFFFF3C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C5372635C6473686F742E6300000000076473686F742E6300000000F0A0A100FFFFFFFF2D473A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C696E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF5C433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C447269766572735C647269766572735C7372635C61743332663432315F746D722E63000000000E61743332663432315F746D722E63000000009CC1B600FFFFFFFF43433A5C55736572735C616C6B617A5C4F6E6544726976655C446F63756D656E74735C414D33325F4D554C54495F4D43555C4D63755C663432315C5372635C4144432E6300000000054144432E6300000000F7B88600FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000000701000070000000800700006C030000 + 617 + 01000000040000000100000001000000010000000100000000000000020000000000000001000000010000000000000028000000280000000100000005000000000000000100000036433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C5372635C6D61696E2E6300000000066D61696E2E6300000000C5D4F200FFFFFFFF3E433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C463033315C5372635C4144432E6300000000054144432E6300000000FFDC7800FFFFFFFF46433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C673037315C5372635C7065726970686572616C732E63000000000D7065726970686572616C732E6300000000BECEA100FFFFFFFF44433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C4D63755C653233305C5372635C70686173656F7574732E63000000000B70686173656F7574732E6300000000F0A0A100FFFFFFFF39433A5C55736572735C616C6B617A5C4D792044726976655C414D33325C414D33325F4D554C54495F4D43555C496E635C746172676574732E680000000009746172676574732E6800000000BCA8E100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000000000002000000B50100006600000056050000F9010000 diff --git a/Keil_Projects/Am32e230.uvoptx b/Keil_Projects/Am32e230.uvoptx index 36e76c6c..7edd6f31 100644 --- a/Keil_Projects/Am32e230.uvoptx +++ b/Keil_Projects/Am32e230.uvoptx @@ -1266,9 +1266,9 @@ 0 - 1 + 0 0 - 0 + 1 255 @@ -1743,7 +1743,7 @@ 1 0 - 1 + 0 255 diff --git a/Keil_Projects/Am32e230.uvprojx b/Keil_Projects/Am32e230.uvprojx index 2879b4aa..0575a2c3 100644 --- a/Keil_Projects/Am32e230.uvprojx +++ b/Keil_Projects/Am32e230.uvprojx @@ -10,7 +10,7 @@ GD32DEV_A_E230 0x4 ARM-ADS - 6190000::V6.19::ARMCLANG + 6160000::V6.16::ARMCLANG 1 @@ -48,7 +48,7 @@ 0 1 - .\output\ + .\Objects\ AM32_GD32DEV_A_E230 1 0 @@ -186,7 +186,6 @@ 0 0 0 - 0 0 0 8 @@ -830,7 +829,6 @@ 0 0 0 - 0 0 0 8 @@ -1474,7 +1472,6 @@ 0 0 0 - 0 0 0 8 @@ -1942,7 +1939,7 @@ SKYSTARS_KM55_E230 0x4 ARM-ADS - 6190000::V6.19::ARMCLANG + 6160000::V6.16::ARMCLANG 1 @@ -1980,7 +1977,7 @@ 0 1 - .\output\ + .\Objects\ AM32_SKYSTARS_KM55_E230 1 0 @@ -2118,7 +2115,6 @@ 0 0 0 - 0 0 0 8 @@ -2555,7 +2551,7 @@ 0 1 - .\output\ + .\Objects\ AM32_SKYSTARS_AM60_E230 1 0 @@ -2693,7 +2689,6 @@ 0 0 0 - 0 0 0 8 @@ -3161,7 +3156,7 @@ CM_MINI_E230 0x4 ARM-ADS - 6190000::V6.19::ARMCLANG + 6160000::V6.16::ARMCLANG 1 @@ -3199,7 +3194,7 @@ 0 1 - .\output\ + .\Objects\ AM32_CM_MINI_E230 1 0 @@ -3337,7 +3332,6 @@ 0 0 0 - 0 0 0 8 @@ -3774,7 +3768,7 @@ 0 1 - .\output\ + .\Objects\ AM32_SKYSTARS_AM45_E230 1 0 @@ -3912,7 +3906,6 @@ 0 0 0 - 0 0 0 8 diff --git a/Keil_Projects/DebugConfig/PB405_F051_STM32F051K6Ux.dbgconf b/Keil_Projects/DebugConfig/PB405_F051_STM32F051K6Ux.dbgconf new file mode 100644 index 00000000..003699ff --- /dev/null +++ b/Keil_Projects/DebugConfig/PB405_F051_STM32F051K6Ux.dbgconf @@ -0,0 +1,45 @@ +// File: STM32F0x1_0x2_0x8.dbgconf +// Version: 1.0.0 +// Note: refer to STM32F0x1/STM32F0x2/STM32F0x8 Reference manual (RM0091) +// refer to STM32F031x4/x6, STM32F051x4/x6/x8, STM32F071x8/xB datasheets +// STM32F091xB/xC, STM32F042x4/x6, STM32F072x8/xB, STM32F038x6 datasheets +// STM32F048x6, STM32F058x8, STM32F078xB, STM32F098xC datasheets + +// <<< Use Configuration Wizard in Context Menu >>> + +// Debug MCU configuration register (DBGMCU_CR) +// DBG_STANDBY Debug standby mode +// DBG_STOP Debug stop mode +// +DbgMCU_CR = 0x00000006; + +// Debug MCU APB1 freeze register (DBGMCU_APB1_FZ) +// Reserved bits must be kept at reset value +// DBG_CAN_STOP CAN stopped when core is halted +// DBG_I2C1_TIMEOUT I2C1 SMBUS timeout mode stopped when core is halted +// DBG_IWDG_STOP Independent watchdog stopped when core is halted +// DBG_WWDG_STOP Window watchdog stopped when core is halted +// DBG_RTC_STOP RTC stopped when core is halted +// DBG_TIM14_STOP TIM14 counter stopped when core is halted +// DBG_TIM7_STOP TIM7 counter stopped when core is halted +// DBG_TIM6_STOP TIM6 counter stopped when core is halted +// DBG_TIM3_STOP TIM3 counter stopped when core is halted +// DBG_TIM2_STOP TIM2 counter stopped when core is halted +// +DbgMCU_APB1_Fz = 0x00000000; + +// Debug MCU APB2 freeze register (DBGMCU_APB2_FZ) +// Reserved bits must be kept at reset value +// DBG_TIM17_STOP TIM17 counter stopped when core is halted +// DBG_TIM16_STOP TIM16 counter stopped when core is halted +// DBG_TIM15_STOP TIM15 counter stopped when core is halted +// DBG_TIM1_STOP TIM1 counter stopped when core is halted +// +DbgMCU_APB2_Fz = 0x00000000; + +// Flash Download Options +// Option Byte Loading Launch the Option Byte Loading after a Flash Download by setting the OBL_LAUNCH bit (causes a reset) +// +DoOptionByteLoading = 0x00000000; + +// <<< end of configuration section >>> diff --git a/Keil_Projects/Listings/AM32_WRAITH32_F421.map b/Keil_Projects/Listings/AM32_WRAITH32_F421.map index 3e719501..76050b40 100644 --- a/Keil_Projects/Listings/AM32_WRAITH32_F421.map +++ b/Keil_Projects/Listings/AM32_WRAITH32_F421.map @@ -1,12 +1,13 @@ -Component: Arm Compiler for Embedded 6.19 Tool: armlink [5e73cb00] +Component: ARM Compiler 6.16 Tool: armlink [5dfeaa00] ============================================================================== Section Cross References dshot.o(.text.computeDshotDMA) refers to io.o(.bss.dma_buffer) for dma_buffer - dshot.o(.text.computeDshotDMA) refers to dshot.o(.bss..L_MergedGlobals) for .L_MergedGlobals dshot.o(.text.computeDshotDMA) refers to signal.o(.bss..L_MergedGlobals.1) for dshot_frametime_low + dshot.o(.text.computeDshotDMA) refers to dshot.o(.bss..L_MergedGlobals) for .L_MergedGlobals + dshot.o(.text.computeDshotDMA) refers to signal.o(.data.dshot_frametime_high) for dshot_frametime_high dshot.o(.text.computeDshotDMA) refers to main.o(.bss..L_MergedGlobals.2) for armed dshot.o(.text.computeDshotDMA) refers to io.o(.text.getInputPinState) for getInputPinState dshot.o(.text.computeDshotDMA) refers to main.o(.bss.dshotcommand) for dshotcommand @@ -93,12 +94,12 @@ Section Cross References main.o(.text.setInput) refers to functions.o(.text.getAbsDif) for getAbsDif main.o(.ARM.exidx.text.setInput) refers to main.o(.text.setInput) for [Anonymous Symbol] main.o(.text.tenKhzRoutine) refers to main.o(.bss..L_MergedGlobals.2) for .L_MergedGlobals.2 - main.o(.text.tenKhzRoutine) refers to sounds.o(.text.playInputTune) for playInputTune - main.o(.text.tenKhzRoutine) refers to functions.o(.text.delayMillis) for delayMillis main.o(.text.tenKhzRoutine) refers to main.o(.data..L_MergedGlobals) for .L_MergedGlobals main.o(.text.tenKhzRoutine) refers to comparator.o(.text.maskPhaseInterrupts) for maskPhaseInterrupts main.o(.text.tenKhzRoutine) refers to comparator.o(.text.getCompOutputLevel) for getCompOutputLevel main.o(.text.tenKhzRoutine) refers to main.o(.text.zcfoundroutine) for zcfoundroutine + main.o(.text.tenKhzRoutine) refers to sounds.o(.text.playInputTune) for playInputTune + main.o(.text.tenKhzRoutine) refers to functions.o(.text.delayMillis) for delayMillis main.o(.text.tenKhzRoutine) refers to main.o(.data..L_MergedGlobals.1) for .L_MergedGlobals.1 main.o(.text.tenKhzRoutine) refers to fflt_clz.o(x$fpl$fflt) for __aeabi_i2f main.o(.text.tenKhzRoutine) refers to fdiv.o(x$fpl$fdiv) for __aeabi_fdiv @@ -139,12 +140,8 @@ Section Cross References main.o(.text.main) refers to peripherals.o(.text.MX_IWDG_Init) for MX_IWDG_Init main.o(.text.main) refers to io.o(.text.receiveDshotDma) for receiveDshotDma main.o(.text.main) refers to main.o(.bss..L_MergedGlobals.3) for .L_MergedGlobals.3 - main.o(.text.main) refers to main.o(.data.pwmSin) for pwmSin - main.o(.text.main) refers to peripherals.o(.text.setPWMCompare1) for setPWMCompare1 - main.o(.text.main) refers to peripherals.o(.text.setPWMCompare2) for setPWMCompare2 - main.o(.text.main) refers to peripherals.o(.text.setPWMCompare3) for setPWMCompare3 + main.o(.text.main) refers to phaseouts.o(.text.allOff) for allOff main.o(.text.main) refers to functions.o(.text.map) for map - main.o(.text.main) refers to functions.o(.text.delayMicros) for delayMicros main.o(.text.main) refers to fflt_clz.o(x$fpl$fflt) for __aeabi_i2f main.o(.text.main) refers to fdiv.o(x$fpl$fdiv) for __aeabi_fdiv main.o(.text.main) refers to faddsub_clz.o(x$fpl$fadd) for __aeabi_fadd @@ -157,14 +154,15 @@ Section Cross References main.o(.text.main) refers to at32f421_adc.o(.text.adc_ordinary_software_trigger_enable) for adc_ordinary_software_trigger_enable main.o(.text.main) refers to adc.o(.text.getConvertedDegrees) for getConvertedDegrees main.o(.text.main) refers to main.o(.bss.readings) for readings - main.o(.text.main) refers to phaseouts.o(.text.allOff) for allOff main.o(.text.main) refers to comparator.o(.text.maskPhaseInterrupts) for maskPhaseInterrupts + main.o(.text.main) refers to phaseouts.o(.text.allpwm) for allpwm + main.o(.text.main) refers to main.o(.text.advanceincrement) for advanceincrement + main.o(.text.main) refers to functions.o(.text.delayMicros) for delayMicros + main.o(.text.main) refers to main.o(.text.zcfoundroutine) for zcfoundroutine main.o(.text.main) refers to phaseouts.o(.text.proportionalBrake) for proportionalBrake main.o(.text.main) refers to phaseouts.o(.text.comStep) for comStep main.o(.text.main) refers to comparator.o(.text.changeCompInput) for changeCompInput - main.o(.text.main) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts main.o(.text.main) refers to peripherals.o(.text.generatePwmTimerEvent) for generatePwmTimerEvent - main.o(.text.main) refers to phaseouts.o(.text.allpwm) for allpwm main.o(.text.main) refers to peripherals.o(.text.resetInputCaptureTimer) for resetInputCaptureTimer main.o(.text.main) refers to io.o(.bss.dma_buffer) for dma_buffer main.o(.text.main) refers to rt_memclr_w.o(.text) for __aeabi_memclr4 @@ -200,6 +198,7 @@ Section Cross References signal.o(.text.transfercomplete) refers to io.o(.text.enableHalfTransferInt) for enableHalfTransferInt signal.o(.text.transfercomplete) refers to signal.o(.bss..L_MergedGlobals.1) for .L_MergedGlobals.1 signal.o(.text.transfercomplete) refers to io.o(.bss.dma_buffer) for dma_buffer + signal.o(.text.transfercomplete) refers to signal.o(.data.dshot_frametime_high) for dshot_frametime_high signal.o(.text.transfercomplete) refers to functions.o(.text.getAbsDif) for getAbsDif signal.o(.text.transfercomplete) refers to sounds.o(.text.playBeaconTune3) for playBeaconTune3 signal.o(.ARM.exidx.text.transfercomplete) refers to signal.o(.text.transfercomplete) for [Anonymous Symbol] @@ -481,6 +480,7 @@ Section Cross References at32f421_flash.o(.ARM.exidx.text.flash_extension_memory_slib_state_get) refers to at32f421_flash.o(.text.flash_extension_memory_slib_state_get) for [Anonymous Symbol] at32f421_flash.o(.ARM.exidx.text.flash_em_slib_inststart_sector_get) refers to at32f421_flash.o(.text.flash_em_slib_inststart_sector_get) for [Anonymous Symbol] at32f421_flash.o(.ARM.exidx.text.flash_low_power_mode_enable) refers to at32f421_flash.o(.text.flash_low_power_mode_enable) for [Anonymous Symbol] + at32f421_gpio.o(.text.gpio_reset) refers to at32f421_gpio.o(.rodata..Lswitch.table.gpio_reset.1) for .Lswitch.table.gpio_reset.1 at32f421_gpio.o(.text.gpio_reset) refers to at32f421_crm.o(.text.crm_periph_reset) for crm_periph_reset at32f421_gpio.o(.ARM.exidx.text.gpio_reset) refers to at32f421_gpio.o(.text.gpio_reset) for [Anonymous Symbol] at32f421_gpio.o(.ARM.exidx.text.gpio_init) refers to at32f421_gpio.o(.text.gpio_init) for [Anonymous Symbol] @@ -943,13 +943,15 @@ Section Cross References __main.o(!!!main) refers to __rtentry.o(.ARM.Collect$$rtentry$$00000000) for __rt_entry faddsub_clz.o(x$fpl$fadd) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp faddsub_clz.o(x$fpl$fadd) refers to faddsub_clz.o(x$fpl$fsub) for _fsub1 - faddsub_clz.o(x$fpl$fadd) refers to fretinf.o(x$fpl$fretinf) for __fpl_fretinf + faddsub_clz.o(x$fpl$fadd) refers to except.o(x$fpl$exception) for __fpl_exception + faddsub_clz.o(x$fpl$fadd) refers to funder_clz.o(x$fpl$funder) for __funder_d faddsub_clz.o(x$fpl$fadd) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf faddsub_clz.o(x$fpl$frsb) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp faddsub_clz.o(x$fpl$frsb) refers to faddsub_clz.o(x$fpl$fadd) for _fadd1 faddsub_clz.o(x$fpl$frsb) refers to faddsub_clz.o(x$fpl$fsub) for _fsub1 faddsub_clz.o(x$fpl$fsub) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp faddsub_clz.o(x$fpl$fsub) refers to faddsub_clz.o(x$fpl$fadd) for _fadd1 + faddsub_clz.o(x$fpl$fsub) refers to funder_clz.o(x$fpl$funder) for __funder_d faddsub_clz.o(x$fpl$fsub) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf fcmp.o(x$fpl$fcmp) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp fcmp.o(x$fpl$fcmp) refers to feqf.o(x$fpl$feqf) for _fcmpeq @@ -958,12 +960,17 @@ Section Cross References fdiv.o(x$fpl$frdiv) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp fdiv.o(x$fpl$frdiv) refers to fdiv.o(x$fpl$fdiv) for _fdiv1 fdiv.o(x$fpl$fdiv) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp - fdiv.o(x$fpl$fdiv) refers to fretinf.o(x$fpl$fretinf) for __fpl_fretinf + fdiv.o(x$fpl$fdiv) refers to funder_clz.o(x$fpl$funder) for __funder + fdiv.o(x$fpl$fdiv) refers to except.o(x$fpl$exception) for __fpl_exception + fdiv.o(x$fpl$fdiv) refers to fnorm2_clz.o(x$fpl$fnorm2) for __fpl_normalise2 fdiv.o(x$fpl$fdiv) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf + fdiv.o(x$fpl$fdiv) refers to fretinf.o(x$fpl$fretinf) for __fpl_fretinf ffix.o(x$fpl$ffix) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp ffix.o(x$fpl$ffix) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf + ffix.o(x$fpl$ffix) refers to except.o(x$fpl$exception) for __fpl_exception ffix.o(x$fpl$ffixr) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp ffix.o(x$fpl$ffixr) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf + ffix.o(x$fpl$ffixr) refers to except.o(x$fpl$exception) for __fpl_exception fflt_clz.o(x$fpl$ffltu) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp fflt_clz.o(x$fpl$fflt) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp fflt_clz.o(x$fpl$ffltn) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp @@ -973,6 +980,10 @@ Section Cross References __rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$00000009) for __rt_entry_postsh_1 __rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$00000002) for __rt_entry_presh_1 __rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry4.o(.ARM.Collect$$rtentry$$00000004) for __rt_entry_sh + except.o(x$fpl$exception) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + except.o(x$fpl$exception) refers to rt_fp_status_addr_intlibspace.o(.text) for __rt_fp_status_addr + except.o(x$fpl$exception) refers to trapv.o(x$fpl$trapveneer) for _fp_trapveneer + except.o(x$fpl$exception) refers to retnan.o(x$fpl$retnan) for __fpl_return_NaN feqf.o(x$fpl$feqf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp feqf.o(x$fpl$feqf) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf feqf.o(x$fpl$feqf) refers to fcmpi.o(x$fpl$fcmpinf) for __fpl_fcmp_Inf @@ -983,7 +994,13 @@ Section Cross References fleqf.o(x$fpl$fleqf) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf fleqf.o(x$fpl$fleqf) refers to fcmpi.o(x$fpl$fcmpinf) for __fpl_fcmp_Inf fnaninf.o(x$fpl$fnaninf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + fnaninf.o(x$fpl$fnaninf) refers to except.o(x$fpl$exception) for __fpl_exception + fnaninf.o(x$fpl$fnaninf) refers to funder_clz.o(x$fpl$funder) for __funder_d + fnorm2_clz.o(x$fpl$fnorm2) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp fretinf.o(x$fpl$fretinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + funder_clz.o(x$fpl$funder) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + funder_clz.o(x$fpl$funder) refers to rt_fp_status_addr_intlibspace.o(.text) for __rt_fp_status_addr + funder_clz.o(x$fpl$funder) refers to trapv.o(x$fpl$trapveneer) for _fp_trapveneer __rtentry2.o(.ARM.Collect$$rtentry$$00000008) refers to boardinit2.o(.text) for _platform_post_stackheap_init __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) refers to libinit.o(.ARM.Collect$$libinit$$00000000) for __rt_lib_init __rtentry2.o(.ARM.Collect$$rtentry$$0000000B) refers to boardinit3.o(.text) for _platform_post_lib_init @@ -996,33 +1013,40 @@ Section Cross References __rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) for .ARM.Collect$$rtentry$$0000000D __rtentry4.o(.ARM.Collect$$rtentry$$00000004) refers to sys_stackheap_outer.o(.text) for __user_setup_stackheap __rtentry4.o(.ARM.exidx) refers to __rtentry4.o(.ARM.Collect$$rtentry$$00000004) for .ARM.Collect$$rtentry$$00000004 + rt_fp_status_addr.o(.text) refers to rt_fp_status_addr.o(.bss) for __rt_fp_status_addr_data + rt_fp_status_addr_intlibspace.o(.text) refers to libspace.o(.bss) for __libspace_start fcmpi.o(x$fpl$fcmpinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + retnan.o(x$fpl$retnan) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + retnan.o(x$fpl$retnan) refers to trapv.o(x$fpl$trapveneer) for __fpl_cmpreturn + trapv.o(x$fpl$trapveneer) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + trapv.o(x$fpl$trapveneer) refers to _fptrap.o(.text) for _fp_trap + trapv.o(x$fpl$trapveneer) refers to rt_fp_status_addr_intlibspace.o(.text) for __rt_fp_status_addr + libspace.o(.text) refers to libspace.o(.bss) for __libspace_start sys_stackheap_outer.o(.text) refers to libspace.o(.text) for __user_perproc_libspace sys_stackheap_outer.o(.text) refers to startup_at32f421.o(.text) for __user_initial_stackheap + _fptrap.o(.text) refers to defsig_fpe_outer.o(.text) for __rt_SIGFPE exit.o(.text) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for __rt_exit - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000030) for __rt_lib_init_alloca_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002E) for __rt_lib_init_argv_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001D) for __rt_lib_init_atexit_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000023) for __rt_lib_init_clock_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000034) for __rt_lib_init_cpp_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000032) for __rt_lib_init_exceptions_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000002) for __rt_lib_init_fp_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000021) for __rt_lib_init_fp_trap_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000025) for __rt_lib_init_getenv_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000C) for __rt_lib_init_heap_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000013) for __rt_lib_init_lc_collate_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000015) for __rt_lib_init_lc_ctype_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000017) for __rt_lib_init_lc_monetary_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000019) for __rt_lib_init_lc_numeric_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001B) for __rt_lib_init_lc_time_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000006) for __rt_lib_init_preinit_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000010) for __rt_lib_init_rand_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000004) for __rt_lib_init_relocate_pie_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000035) for __rt_lib_init_return - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001F) for __rt_lib_init_signal_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000027) for __rt_lib_init_stdio_1 - libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000E) for __rt_lib_init_user_alloc_1 - libspace.o(.text) refers to libspace.o(.bss) for __libspace_start + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002E) for __rt_lib_init_alloca_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002C) for __rt_lib_init_argv_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001B) for __rt_lib_init_atexit_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000021) for __rt_lib_init_clock_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000032) for __rt_lib_init_cpp_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000030) for __rt_lib_init_exceptions_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000001) for __rt_lib_init_fp_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001F) for __rt_lib_init_fp_trap_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000023) for __rt_lib_init_getenv_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000A) for __rt_lib_init_heap_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000011) for __rt_lib_init_lc_collate_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000013) for __rt_lib_init_lc_ctype_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000015) for __rt_lib_init_lc_monetary_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000017) for __rt_lib_init_lc_numeric_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000019) for __rt_lib_init_lc_time_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000004) for __rt_lib_init_preinit_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000E) for __rt_lib_init_rand_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000033) for __rt_lib_init_return + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001D) for __rt_lib_init_signal_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000025) for __rt_lib_init_stdio_1 + libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000C) for __rt_lib_init_user_alloc_1 rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for __rt_exit_exit rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for __rt_exit_ls rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000002) for __rt_exit_prels_1 @@ -1030,23 +1054,34 @@ Section Cross References rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for __rt_exit_ls rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000002) for __rt_exit_prels_1 rtexit.o(.ARM.exidx) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for .ARM.Collect$$rtexit$$00000000 - libinit2.o(.ARM.Collect$$libinit$$00000012) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011 - libinit2.o(.ARM.Collect$$libinit$$00000014) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011 - libinit2.o(.ARM.Collect$$libinit$$00000016) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011 - libinit2.o(.ARM.Collect$$libinit$$00000018) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011 - libinit2.o(.ARM.Collect$$libinit$$0000001A) refers to libinit2.o(.ARM.Collect$$libinit$$00000011) for .ARM.Collect$$libinit$$00000011 - libinit2.o(.ARM.Collect$$libinit$$00000028) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer - libinit2.o(.ARM.Collect$$libinit$$00000029) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer + defsig_fpe_outer.o(.text) refers to defsig_fpe_inner.o(.text) for __rt_SIGFPE_inner + defsig_fpe_outer.o(.text) refers to defsig_exit.o(.text) for __sig_exit + defsig_fpe_formal.o(.text) refers to rt_raise.o(.text) for __rt_raise + libinit2.o(.ARM.Collect$$libinit$$00000001) refers to fpinit.o(x$fpl$fpinit) for _fp_init + libinit2.o(.ARM.Collect$$libinit$$00000010) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F + libinit2.o(.ARM.Collect$$libinit$$00000012) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F + libinit2.o(.ARM.Collect$$libinit$$00000014) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F + libinit2.o(.ARM.Collect$$libinit$$00000016) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F + libinit2.o(.ARM.Collect$$libinit$$00000018) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F + libinit2.o(.ARM.Collect$$libinit$$00000026) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer + libinit2.o(.ARM.Collect$$libinit$$00000027) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer rtexit2.o(.ARM.Collect$$rtexit$$00000003) refers to libshutdown.o(.ARM.Collect$$libshutdown$$00000000) for __rt_lib_shutdown rtexit2.o(.ARM.Collect$$rtexit$$00000004) refers to sys_exit.o(.text) for _sys_exit rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000001) for .ARM.Collect$$rtexit$$00000001 rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for .ARM.Collect$$rtexit$$00000003 rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for .ARM.Collect$$rtexit$$00000004 + rt_raise.o(.text) refers to __raise.o(.text) for __raise + rt_raise.o(.text) refers to sys_exit.o(.text) for _sys_exit + defsig_exit.o(.text) refers to sys_exit.o(.text) for _sys_exit + defsig_fpe_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display argv_veneer.o(.emb_text) refers to no_argv.o(.text) for __ARM_get_argv + fpinit.o(x$fpl$fpinit) refers to rt_fp_status_addr_intlibspace.o(.text) for __rt_fp_status_addr sys_exit.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting sys_exit.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function sys_exit_hlt.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting sys_exit_hlt.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function + __raise.o(.text) refers to defsig.o(CL$$defsig) for __default_signal_handler + defsig_general.o(.text) refers to sys_wrch.o(.text) for _ttywrch _get_argv_nomalloc.o(.text) refers (Special) to hrguard.o(.text) for __heap_region$guard _get_argv_nomalloc.o(.text) refers to defsig_rtmem_outer.o(.text) for __rt_SIGRTMEM _get_argv_nomalloc.o(.text) refers to sys_command.o(.text) for _sys_command_string @@ -1057,27 +1092,22 @@ Section Cross References libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) for __rt_lib_shutdown_signal_1 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) for __rt_lib_shutdown_stdio_1 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) for __rt_lib_shutdown_user_alloc_1 + sys_wrch.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting + sys_wrch.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function sys_command.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting sys_command.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function + sys_wrch_hlt.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting + sys_wrch_hlt.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function sys_command_hlt.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting sys_command_hlt.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function defsig_rtmem_outer.o(.text) refers to defsig_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner defsig_rtmem_outer.o(.text) refers to defsig_exit.o(.text) for __sig_exit defsig_rtmem_formal.o(.text) refers to rt_raise.o(.text) for __rt_raise - rt_raise.o(.text) refers to __raise.o(.text) for __raise - rt_raise.o(.text) refers to sys_exit.o(.text) for _sys_exit - defsig_exit.o(.text) refers to sys_exit.o(.text) for _sys_exit - defsig_rtmem_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display - __raise.o(.text) refers to defsig.o(CL$$defsig) for __default_signal_handler - defsig_general.o(.text) refers to sys_wrch.o(.text) for _ttywrch - sys_wrch.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting - sys_wrch.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function - sys_wrch_hlt.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting - sys_wrch_hlt.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function + defsig.o(CL$$defsig) refers to defsig_fpe_inner.o(.text) for __rt_SIGFPE_inner defsig.o(CL$$defsig) refers to defsig_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner defsig_abrt_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display - defsig_fpe_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display defsig_rtred_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display + defsig_rtmem_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display defsig_stak_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display defsig_pvfn_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display defsig_cppl_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display @@ -1106,9 +1136,9 @@ Removing Unused input sections from the image. Removing main.o(.ARM.exidx.text.saveEEpromSettings), (8 bytes). Removing main.o(.text.getSmoothedCurrent), (86 bytes). Removing main.o(.ARM.exidx.text.getSmoothedCurrent), (8 bytes). - Removing main.o(.text.getBemfState), (72 bytes). + Removing main.o(.text.getBemfState), (106 bytes). Removing main.o(.ARM.exidx.text.getBemfState), (8 bytes). - Removing main.o(.text.commutate), (140 bytes). + Removing main.o(.text.commutate), (142 bytes). Removing main.o(.ARM.exidx.text.commutate), (8 bytes). Removing main.o(.ARM.exidx.text.PeriodElapsedCallback), (8 bytes). Removing main.o(.ARM.exidx.text.interruptRoutine), (8 bytes). @@ -1117,10 +1147,10 @@ Removing Unused input sections from the image. Removing main.o(.ARM.exidx.text.tenKhzRoutine), (8 bytes). Removing main.o(.ARM.exidx.text.zcfoundroutine), (8 bytes). Removing main.o(.ARM.exidx.text.processDshot), (8 bytes). - Removing main.o(.text.advanceincrement), (316 bytes). Removing main.o(.ARM.exidx.text.advanceincrement), (8 bytes). Removing main.o(.ARM.exidx.text.main), (8 bytes). Removing main.o(.ARM.exidx.text.__NVIC_SystemReset), (8 bytes). + Removing main.o(.bss.pwm_frequency_conversion_factor), (4 bytes). Removing main.o(.bss.process_time), (4 bytes). Removing main.o(.bss.start_process), (4 bytes). Removing main.o(.data.crsf_input_channel), (1 bytes). @@ -1157,7 +1187,7 @@ Removing Unused input sections from the image. Removing signal.o(.ARM.exidx.text.computeMSInput), (8 bytes). Removing signal.o(.ARM.exidx.text.computeServoInput), (8 bytes). Removing signal.o(.ARM.exidx.text.transfercomplete), (8 bytes). - Removing signal.o(.text.checkDshot), (134 bytes). + Removing signal.o(.text.checkDshot), (158 bytes). Removing signal.o(.ARM.exidx.text.checkDshot), (8 bytes). Removing signal.o(.text.checkServo), (62 bytes). Removing signal.o(.ARM.exidx.text.checkServo), (8 bytes). @@ -1206,7 +1236,7 @@ Removing Unused input sections from the image. Removing at32f421_adc.o(.ARM.exidx.text.adc_ordinary_channel_set), (8 bytes). Removing at32f421_adc.o(.text.adc_preempt_channel_length_set), (20 bytes). Removing at32f421_adc.o(.ARM.exidx.text.adc_preempt_channel_length_set), (8 bytes). - Removing at32f421_adc.o(.text.adc_preempt_channel_set), (462 bytes). + Removing at32f421_adc.o(.text.adc_preempt_channel_set), (420 bytes). Removing at32f421_adc.o(.ARM.exidx.text.adc_preempt_channel_set), (8 bytes). Removing at32f421_adc.o(.ARM.exidx.text.adc_ordinary_conversion_trigger_set), (8 bytes). Removing at32f421_adc.o(.text.adc_preempt_conversion_trigger_set), (42 bytes). @@ -1255,14 +1285,14 @@ Removing Unused input sections from the image. Removing at32f421_cmp.o(.ARM.exidx.text.cmp_filter_config), (8 bytes). Removing at32f421_cmp.o(.text.cmp_blanking_config), (24 bytes). Removing at32f421_cmp.o(.ARM.exidx.text.cmp_blanking_config), (8 bytes). - Removing at32f421_cmp.o(.text.cmp_scal_brg_config), (26 bytes). + Removing at32f421_cmp.o(.text.cmp_scal_brg_config), (28 bytes). Removing at32f421_cmp.o(.ARM.exidx.text.cmp_scal_brg_config), (8 bytes). Removing at32f421_crc.o(.text), (0 bytes). Removing at32f421_crc.o(.text.crc_data_reset), (18 bytes). Removing at32f421_crc.o(.ARM.exidx.text.crc_data_reset), (8 bytes). Removing at32f421_crc.o(.text.crc_one_word_calculate), (14 bytes). Removing at32f421_crc.o(.ARM.exidx.text.crc_one_word_calculate), (8 bytes). - Removing at32f421_crc.o(.text.crc_block_calculate), (118 bytes). + Removing at32f421_crc.o(.text.crc_block_calculate), (104 bytes). Removing at32f421_crc.o(.ARM.exidx.text.crc_block_calculate), (8 bytes). Removing at32f421_crc.o(.text.crc_data_get), (12 bytes). Removing at32f421_crc.o(.ARM.exidx.text.crc_data_get), (8 bytes). @@ -1283,7 +1313,7 @@ Removing Unused input sections from the image. Removing at32f421_crm.o(.text.crm_hext_bypass), (26 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_hext_bypass), (8 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_flag_get), (8 bytes). - Removing at32f421_crm.o(.text.crm_hext_stable_wait), (74 bytes). + Removing at32f421_crm.o(.text.crm_hext_stable_wait), (86 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_hext_stable_wait), (8 bytes). Removing at32f421_crm.o(.text.crm_hick_clock_trimming_set), (26 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_hick_clock_trimming_set), (8 bytes). @@ -1294,7 +1324,7 @@ Removing Unused input sections from the image. Removing at32f421_crm.o(.text.crm_periph_sleep_mode_clock_enable), (40 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_periph_sleep_mode_clock_enable), (8 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_clock_source_enable), (8 bytes). - Removing at32f421_crm.o(.text.crm_flag_clear), (152 bytes). + Removing at32f421_crm.o(.text.crm_flag_clear), (202 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_flag_clear), (8 bytes). Removing at32f421_crm.o(.text.crm_ertc_clock_select), (26 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_ertc_clock_select), (8 bytes). @@ -1314,7 +1344,7 @@ Removing Unused input sections from the image. Removing at32f421_crm.o(.ARM.exidx.text.crm_sysclk_switch), (8 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_sysclk_switch_status_get), (8 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_clocks_freq_get), (8 bytes). - Removing at32f421_crm.o(.text.crm_clock_out_set), (28 bytes). + Removing at32f421_crm.o(.text.crm_clock_out_set), (30 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_clock_out_set), (8 bytes). Removing at32f421_crm.o(.text.crm_interrupt_enable), (24 bytes). Removing at32f421_crm.o(.ARM.exidx.text.crm_interrupt_enable), (8 bytes). @@ -1345,7 +1375,7 @@ Removing Unused input sections from the image. Removing at32f421_dma.o(.ARM.exidx.text.dma_default_para_init), (8 bytes). Removing at32f421_dma.o(.ARM.exidx.text.dma_init), (8 bytes). Removing at32f421_ertc.o(.text), (0 bytes). - Removing at32f421_ertc.o(.text.ertc_num_to_bcd), (22 bytes). + Removing at32f421_ertc.o(.text.ertc_num_to_bcd), (32 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_num_to_bcd), (8 bytes). Removing at32f421_ertc.o(.text.ertc_bcd_to_num), (18 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_bcd_to_num), (8 bytes). @@ -1353,27 +1383,27 @@ Removing Unused input sections from the image. Removing at32f421_ertc.o(.ARM.exidx.text.ertc_write_protect_enable), (8 bytes). Removing at32f421_ertc.o(.text.ertc_write_protect_disable), (18 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_write_protect_disable), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_wait_update), (152 bytes). + Removing at32f421_ertc.o(.text.ertc_wait_update), (92 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_wait_update), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_wait_flag), (130 bytes). + Removing at32f421_ertc.o(.text.ertc_wait_flag), (114 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_wait_flag), (8 bytes). Removing at32f421_ertc.o(.text.ertc_flag_get), (18 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_flag_get), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_init_mode_enter), (156 bytes). + Removing at32f421_ertc.o(.text.ertc_init_mode_enter), (92 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_init_mode_enter), (8 bytes). Removing at32f421_ertc.o(.text.ertc_init_mode_exit), (16 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_init_mode_exit), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_reset), (336 bytes). + Removing at32f421_ertc.o(.text.ertc_reset), (216 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_reset), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_divider_set), (188 bytes). + Removing at32f421_ertc.o(.text.ertc_divider_set), (162 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_divider_set), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_hour_mode_set), (176 bytes). + Removing at32f421_ertc.o(.text.ertc_hour_mode_set), (120 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_hour_mode_set), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_date_set), (532 bytes). + Removing at32f421_ertc.o(.text.ertc_date_set), (376 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_date_set), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_time_set), (536 bytes). + Removing at32f421_ertc.o(.text.ertc_time_set), (380 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_time_set), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_calendar_get), (156 bytes). + Removing at32f421_ertc.o(.text.ertc_calendar_get), (160 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_calendar_get), (8 bytes). Removing at32f421_ertc.o(.text.ertc_sub_second_get), (14 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_sub_second_get), (8 bytes). @@ -1381,7 +1411,7 @@ Removing Unused input sections from the image. Removing at32f421_ertc.o(.ARM.exidx.text.ertc_alarm_mask_set), (8 bytes). Removing at32f421_ertc.o(.text.ertc_alarm_week_date_select), (50 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_alarm_week_date_select), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_alarm_set), (226 bytes). + Removing at32f421_ertc.o(.text.ertc_alarm_set), (250 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_alarm_set), (8 bytes). Removing at32f421_ertc.o(.text.ertc_alarm_sub_second_set), (72 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_alarm_sub_second_set), (8 bytes). @@ -1391,19 +1421,19 @@ Removing Unused input sections from the image. Removing at32f421_ertc.o(.ARM.exidx.text.ertc_alarm_get), (8 bytes). Removing at32f421_ertc.o(.text.ertc_alarm_sub_second_get), (16 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_alarm_sub_second_get), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_smooth_calibration_config), (172 bytes). + Removing at32f421_ertc.o(.text.ertc_smooth_calibration_config), (168 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_smooth_calibration_config), (8 bytes). Removing at32f421_ertc.o(.text.ertc_cal_output_select), (42 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_cal_output_select), (8 bytes). Removing at32f421_ertc.o(.text.ertc_cal_output_enable), (42 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_cal_output_enable), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_time_adjust), (324 bytes). + Removing at32f421_ertc.o(.text.ertc_time_adjust), (232 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_time_adjust), (8 bytes). Removing at32f421_ertc.o(.text.ertc_daylight_set), (60 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_daylight_set), (8 bytes). Removing at32f421_ertc.o(.text.ertc_daylight_bpr_get), (16 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_daylight_bpr_get), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_refer_clock_detect_enable), (176 bytes). + Removing at32f421_ertc.o(.text.ertc_refer_clock_detect_enable), (120 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_refer_clock_detect_enable), (8 bytes). Removing at32f421_ertc.o(.text.ertc_direct_read_enable), (42 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_direct_read_enable), (8 bytes). @@ -1413,7 +1443,7 @@ Removing Unused input sections from the image. Removing at32f421_ertc.o(.ARM.exidx.text.ertc_timestamp_valid_edge_set), (8 bytes). Removing at32f421_ertc.o(.text.ertc_timestamp_enable), (42 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_timestamp_enable), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_timestamp_get), (138 bytes). + Removing at32f421_ertc.o(.text.ertc_timestamp_get), (142 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_timestamp_get), (8 bytes). Removing at32f421_ertc.o(.text.ertc_timestamp_sub_second_get), (14 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_timestamp_sub_second_get), (8 bytes). @@ -1435,7 +1465,7 @@ Removing Unused input sections from the image. Removing at32f421_ertc.o(.ARM.exidx.text.ertc_interrupt_enable), (8 bytes). Removing at32f421_ertc.o(.text.ertc_interrupt_get), (32 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_interrupt_get), (8 bytes). - Removing at32f421_ertc.o(.text.ertc_flag_clear), (26 bytes). + Removing at32f421_ertc.o(.text.ertc_flag_clear), (22 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_flag_clear), (8 bytes). Removing at32f421_ertc.o(.text.ertc_bpr_data_write), (42 bytes). Removing at32f421_ertc.o(.ARM.exidx.text.ertc_bpr_data_write), (8 bytes). @@ -1459,7 +1489,7 @@ Removing Unused input sections from the image. Removing at32f421_exint.o(.text.exint_event_enable), (24 bytes). Removing at32f421_exint.o(.ARM.exidx.text.exint_event_enable), (8 bytes). Removing at32f421_flash.o(.text), (0 bytes). - Removing at32f421_flash.o(.text.flash_flag_get), (40 bytes). + Removing at32f421_flash.o(.text.flash_flag_get), (58 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_flag_get), (8 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_flag_clear), (8 bytes). Removing at32f421_flash.o(.text.flash_operation_status_get), (42 bytes). @@ -1471,7 +1501,7 @@ Removing Unused input sections from the image. Removing at32f421_flash.o(.ARM.exidx.text.flash_sector_erase), (8 bytes). Removing at32f421_flash.o(.text.flash_internal_all_erase), (398 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_internal_all_erase), (8 bytes). - Removing at32f421_flash.o(.text.flash_user_system_data_erase), (716 bytes). + Removing at32f421_flash.o(.text.flash_user_system_data_erase), (720 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_user_system_data_erase), (8 bytes). Removing at32f421_flash.o(.text.flash_fap_status_get), (16 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_fap_status_get), (8 bytes). @@ -1488,7 +1518,7 @@ Removing Unused input sections from the image. Removing at32f421_flash.o(.ARM.exidx.text.flash_epp_status_get), (8 bytes). Removing at32f421_flash.o(.text.flash_fap_enable), (702 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_fap_enable), (8 bytes). - Removing at32f421_flash.o(.text.flash_fap_high_level_enable), (1292 bytes). + Removing at32f421_flash.o(.text.flash_fap_high_level_enable), (1370 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_fap_high_level_enable), (8 bytes). Removing at32f421_flash.o(.text.flash_fap_high_level_status_get), (16 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_fap_high_level_status_get), (8 bytes). @@ -1498,9 +1528,9 @@ Removing Unused input sections from the image. Removing at32f421_flash.o(.ARM.exidx.text.flash_ssb_status_get), (8 bytes). Removing at32f421_flash.o(.text.flash_interrupt_enable), (60 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_interrupt_enable), (8 bytes). - Removing at32f421_flash.o(.text.flash_slib_enable), (734 bytes). + Removing at32f421_flash.o(.text.flash_slib_enable), (742 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_slib_enable), (8 bytes). - Removing at32f421_flash.o(.text.flash_slib_disable), (352 bytes). + Removing at32f421_flash.o(.text.flash_slib_disable), (340 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_slib_disable), (8 bytes). Removing at32f421_flash.o(.text.flash_slib_state_get), (16 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_slib_state_get), (8 bytes). @@ -1510,9 +1540,9 @@ Removing Unused input sections from the image. Removing at32f421_flash.o(.ARM.exidx.text.flash_slib_inststart_sector_get), (8 bytes). Removing at32f421_flash.o(.text.flash_slib_end_sector_get), (14 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_slib_end_sector_get), (8 bytes). - Removing at32f421_flash.o(.text.flash_crc_calibrate), (162 bytes). + Removing at32f421_flash.o(.text.flash_crc_calibrate), (174 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_crc_calibrate), (8 bytes). - Removing at32f421_flash.o(.text.flash_boot_memory_extension_mode_enable), (202 bytes). + Removing at32f421_flash.o(.text.flash_boot_memory_extension_mode_enable), (216 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_boot_memory_extension_mode_enable), (8 bytes). Removing at32f421_flash.o(.text.flash_extension_memory_slib_enable), (638 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_extension_memory_slib_enable), (8 bytes). @@ -1523,7 +1553,7 @@ Removing Unused input sections from the image. Removing at32f421_flash.o(.text.flash_low_power_mode_enable), (26 bytes). Removing at32f421_flash.o(.ARM.exidx.text.flash_low_power_mode_enable), (8 bytes). Removing at32f421_gpio.o(.text), (0 bytes). - Removing at32f421_gpio.o(.text.gpio_reset), (80 bytes). + Removing at32f421_gpio.o(.text.gpio_reset), (62 bytes). Removing at32f421_gpio.o(.ARM.exidx.text.gpio_reset), (8 bytes). Removing at32f421_gpio.o(.ARM.exidx.text.gpio_init), (8 bytes). Removing at32f421_gpio.o(.text.gpio_default_para_init), (14 bytes). @@ -1549,12 +1579,13 @@ Removing Unused input sections from the image. Removing at32f421_gpio.o(.text.gpio_pins_huge_driven_config), (16 bytes). Removing at32f421_gpio.o(.ARM.exidx.text.gpio_pins_huge_driven_config), (8 bytes). Removing at32f421_gpio.o(.ARM.exidx.text.gpio_pin_mux_config), (8 bytes). + Removing at32f421_gpio.o(.rodata..Lswitch.table.gpio_reset.1), (24 bytes). Removing at32f421_i2c.o(.text), (0 bytes). Removing at32f421_i2c.o(.text.i2c_reset), (56 bytes). Removing at32f421_i2c.o(.ARM.exidx.text.i2c_reset), (8 bytes). Removing at32f421_i2c.o(.text.i2c_software_reset), (18 bytes). Removing at32f421_i2c.o(.ARM.exidx.text.i2c_software_reset), (8 bytes). - Removing at32f421_i2c.o(.text.i2c_init), (266 bytes). + Removing at32f421_i2c.o(.text.i2c_init), (272 bytes). Removing at32f421_i2c.o(.ARM.exidx.text.i2c_init), (8 bytes). Removing at32f421_i2c.o(.text.i2c_own_address1_set), (26 bytes). Removing at32f421_i2c.o(.ARM.exidx.text.i2c_own_address1_set), (8 bytes). @@ -1616,7 +1647,7 @@ Removing Unused input sections from the image. Removing at32f421_misc.o(.text.__NVIC_SystemReset), (42 bytes). Removing at32f421_misc.o(.ARM.exidx.text.__NVIC_SystemReset), (8 bytes). Removing at32f421_misc.o(.ARM.exidx.text.nvic_irq_enable), (8 bytes). - Removing at32f421_misc.o(.text.nvic_irq_disable), (46 bytes). + Removing at32f421_misc.o(.text.nvic_irq_disable), (40 bytes). Removing at32f421_misc.o(.ARM.exidx.text.nvic_irq_disable), (8 bytes). Removing at32f421_misc.o(.text.nvic_priority_group_config), (32 bytes). Removing at32f421_misc.o(.ARM.exidx.text.nvic_priority_group_config), (8 bytes). @@ -1699,7 +1730,7 @@ Removing Unused input sections from the image. Removing at32f421_spi.o(.ARM.exidx.text.spi_enable), (8 bytes). Removing at32f421_spi.o(.text.i2s_default_para_init), (16 bytes). Removing at32f421_spi.o(.ARM.exidx.text.i2s_default_para_init), (8 bytes). - Removing at32f421_spi.o(.text.i2s_init), (424 bytes). + Removing at32f421_spi.o(.text.i2s_init), (416 bytes). Removing at32f421_spi.o(.ARM.exidx.text.i2s_init), (8 bytes). Removing at32f421_spi.o(.text.i2s_enable), (18 bytes). Removing at32f421_spi.o(.ARM.exidx.text.i2s_enable), (8 bytes). @@ -1743,9 +1774,9 @@ Removing Unused input sections from the image. Removing at32f421_tmr.o(.ARM.exidx.text.tmr_div_value_set), (8 bytes). Removing at32f421_tmr.o(.text.tmr_div_value_get), (4 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_div_value_get), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_output_channel_config), (252 bytes). + Removing at32f421_tmr.o(.text.tmr_output_channel_config), (260 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_output_channel_config), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_output_channel_mode_select), (98 bytes). + Removing at32f421_tmr.o(.text.tmr_output_channel_mode_select), (72 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_output_channel_mode_select), (8 bytes). Removing at32f421_tmr.o(.text.tmr_period_value_set), (4 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_period_value_set), (8 bytes). @@ -1757,9 +1788,9 @@ Removing Unused input sections from the image. Removing at32f421_tmr.o(.ARM.exidx.text.tmr_channel_value_get), (8 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_period_buffer_enable), (8 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_output_channel_buffer_enable), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_output_channel_immediately_set), (98 bytes). + Removing at32f421_tmr.o(.text.tmr_output_channel_immediately_set), (72 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_output_channel_immediately_set), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_output_channel_switch_set), (98 bytes). + Removing at32f421_tmr.o(.text.tmr_output_channel_switch_set), (72 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_output_channel_switch_set), (8 bytes). Removing at32f421_tmr.o(.text.tmr_one_cycle_mode_enable), (18 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_one_cycle_mode_enable), (8 bytes). @@ -1767,16 +1798,16 @@ Removing Unused input sections from the image. Removing at32f421_tmr.o(.ARM.exidx.text.tmr_overflow_request_source_set), (8 bytes). Removing at32f421_tmr.o(.text.tmr_overflow_event_disable), (18 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_overflow_event_disable), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_input_channel_init), (466 bytes). + Removing at32f421_tmr.o(.text.tmr_input_channel_init), (442 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_input_channel_init), (8 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_channel_enable), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_input_channel_filter_set), (98 bytes). + Removing at32f421_tmr.o(.text.tmr_input_channel_filter_set), (70 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_input_channel_filter_set), (8 bytes). Removing at32f421_tmr.o(.text.tmr_pwm_input_config), (282 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_pwm_input_config), (8 bytes). Removing at32f421_tmr.o(.text.tmr_channel1_input_select), (18 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_channel1_input_select), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_input_channel_divider_set), (98 bytes). + Removing at32f421_tmr.o(.text.tmr_input_channel_divider_set), (72 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_input_channel_divider_set), (8 bytes). Removing at32f421_tmr.o(.text.tmr_primary_mode_select), (18 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_primary_mode_select), (8 bytes). @@ -1806,7 +1837,7 @@ Removing Unused input sections from the image. Removing at32f421_tmr.o(.ARM.exidx.text.tmr_output_enable), (8 bytes). Removing at32f421_tmr.o(.text.tmr_internal_clock_set), (10 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_internal_clock_set), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_output_channel_polarity_set), (158 bytes). + Removing at32f421_tmr.o(.text.tmr_output_channel_polarity_set), (160 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_output_channel_polarity_set), (8 bytes). Removing at32f421_tmr.o(.text.tmr_external_clock_config), (54 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_external_clock_config), (8 bytes). @@ -1814,9 +1845,9 @@ Removing Unused input sections from the image. Removing at32f421_tmr.o(.ARM.exidx.text.tmr_external_clock_mode1_config), (8 bytes). Removing at32f421_tmr.o(.text.tmr_external_clock_mode2_config), (62 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_external_clock_mode2_config), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_encoder_mode_config), (68 bytes). + Removing at32f421_tmr.o(.text.tmr_encoder_mode_config), (72 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_encoder_mode_config), (8 bytes). - Removing at32f421_tmr.o(.text.tmr_force_output_set), (98 bytes). + Removing at32f421_tmr.o(.text.tmr_force_output_set), (72 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_force_output_set), (8 bytes). Removing at32f421_tmr.o(.text.tmr_dma_control_config), (26 bytes). Removing at32f421_tmr.o(.ARM.exidx.text.tmr_dma_control_config), (8 bytes). @@ -2033,9 +2064,9 @@ Removing Unused input sections from the image. Removing phaseouts.o(.ARM.exidx.text.twoChannelReverse), (8 bytes). Removing serial_telemetry.o(.text), (0 bytes). Removing serial_telemetry.o(.ARM.exidx.text.send_telem_DMA), (8 bytes). - Removing serial_telemetry.o(.text.update_crc8), (90 bytes). + Removing serial_telemetry.o(.text.update_crc8), (88 bytes). Removing serial_telemetry.o(.ARM.exidx.text.update_crc8), (8 bytes). - Removing serial_telemetry.o(.text.get_crc8), (346 bytes). + Removing serial_telemetry.o(.text.get_crc8), (342 bytes). Removing serial_telemetry.o(.ARM.exidx.text.get_crc8), (8 bytes). Removing serial_telemetry.o(.ARM.exidx.text.makeTelemPackage), (8 bytes). Removing serial_telemetry.o(.ARM.exidx.text.telem_UART_Init), (8 bytes). @@ -2044,7 +2075,7 @@ Removing Unused input sections from the image. Removing system_at32f421.o(.ARM.exidx.text.system_core_clock_update), (8 bytes). Removing ws2812.o(.text), (0 bytes). -954 unused section(s) (total 30064 bytes) removed from the image. +955 unused section(s) (total 29000 bytes) removed from the image. ============================================================================== @@ -2066,23 +2097,26 @@ Image Symbol Table ../clib/angel/kernel.s 0x00000000 Number 0 __rtentry4.o ABSOLUTE ../clib/angel/kernel.s 0x00000000 Number 0 rtexit.o ABSOLUTE ../clib/angel/kernel.s 0x00000000 Number 0 rtexit2.o ABSOLUTE + ../clib/angel/rt.s 0x00000000 Number 0 rt_fp_status_addr.o ABSOLUTE + ../clib/angel/rt.s 0x00000000 Number 0 rt_fp_status_addr_intlibspace.o ABSOLUTE ../clib/angel/rt.s 0x00000000 Number 0 rt_raise.o ABSOLUTE ../clib/angel/scatter.s 0x00000000 Number 0 __scatter.o ABSOLUTE ../clib/angel/startup.s 0x00000000 Number 0 __main.o ABSOLUTE - ../clib/angel/sys.s 0x00000000 Number 0 sys_stackheap_outer.o ABSOLUTE ../clib/angel/sys.s 0x00000000 Number 0 libspace.o ABSOLUTE + ../clib/angel/sys.s 0x00000000 Number 0 sys_stackheap_outer.o ABSOLUTE ../clib/angel/sys.s 0x00000000 Number 0 use_no_semi.o ABSOLUTE ../clib/angel/sys.s 0x00000000 Number 0 indicate_semi.o ABSOLUTE ../clib/angel/sysapp.c 0x00000000 Number 0 sys_exit.o ABSOLUTE ../clib/angel/sysapp.c 0x00000000 Number 0 sys_exit_hlt.o ABSOLUTE - ../clib/angel/sysapp.c 0x00000000 Number 0 sys_command.o ABSOLUTE - ../clib/angel/sysapp.c 0x00000000 Number 0 sys_command_hlt.o ABSOLUTE ../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch.o ABSOLUTE + ../clib/angel/sysapp.c 0x00000000 Number 0 sys_command.o ABSOLUTE ../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch_hlt.o ABSOLUTE + ../clib/angel/sysapp.c 0x00000000 Number 0 sys_command_hlt.o ABSOLUTE ../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE ../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE ../clib/armsys.c 0x00000000 Number 0 _get_argv_nomalloc.o ABSOLUTE ../clib/armsys.c 0x00000000 Number 0 no_argv.o ABSOLUTE + ../clib/fenv.c 0x00000000 Number 0 _fptrap.o ABSOLUTE ../clib/heapalloc.c 0x00000000 Number 0 hrguard.o ABSOLUTE ../clib/heapaux.c 0x00000000 Number 0 heapauxi.o ABSOLUTE ../clib/libinit.s 0x00000000 Number 0 libinit.o ABSOLUTE @@ -2090,15 +2124,17 @@ Image Symbol Table ../clib/libinit.s 0x00000000 Number 0 libshutdown.o ABSOLUTE ../clib/libinit.s 0x00000000 Number 0 libshutdown2.o ABSOLUTE ../clib/memcpset.s 0x00000000 Number 0 rt_memclr_w.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_outer.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_formal.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_fpe_outer.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_fpe_formal.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_exit.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_inner.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_fpe_inner.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 __raise.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_general.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_outer.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_formal.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_abrt_inner.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_fpe_inner.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_rtred_inner.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_inner.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_stak_inner.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_pvfn_inner.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_cppl_inner.o ABSOLUTE @@ -2106,6 +2142,7 @@ Image Symbol Table ../clib/signal.c 0x00000000 Number 0 defsig_other.o ABSOLUTE ../clib/signal.s 0x00000000 Number 0 defsig.o ABSOLUTE ../clib/stdlib.c 0x00000000 Number 0 exit.o ABSOLUTE + ../fplib/except.s 0x00000000 Number 0 except.o ABSOLUTE ../fplib/faddsub.s 0x00000000 Number 0 faddsub_clz.o ABSOLUTE ../fplib/fcmp.s 0x00000000 Number 0 fcmp.o ABSOLUTE ../fplib/fcmpi.s 0x00000000 Number 0 fcmpi.o ABSOLUTE @@ -2116,9 +2153,12 @@ Image Symbol Table ../fplib/fgeqf.s 0x00000000 Number 0 fgeqf.o ABSOLUTE ../fplib/fleqf.s 0x00000000 Number 0 fleqf.o ABSOLUTE ../fplib/fnaninf.s 0x00000000 Number 0 fnaninf.o ABSOLUTE + ../fplib/fnorm2.s 0x00000000 Number 0 fnorm2_clz.o ABSOLUTE ../fplib/fpinit.s 0x00000000 Number 0 fpinit.o ABSOLUTE - ../fplib/fpinit_empty.s 0x00000000 Number 0 fpinit_empty.o ABSOLUTE ../fplib/fretinf.s 0x00000000 Number 0 fretinf.o ABSOLUTE + ../fplib/funder.s 0x00000000 Number 0 funder_clz.o ABSOLUTE + ../fplib/retnan.s 0x00000000 Number 0 retnan.o ABSOLUTE + ../fplib/trapv.s 0x00000000 Number 0 trapv.o ABSOLUTE ../fplib/usenofp.s 0x00000000 Number 0 usenofp.o ABSOLUTE ADC.c 0x00000000 Number 0 adc.o ABSOLUTE IO.c 0x00000000 Number 0 io.o ABSOLUTE @@ -2162,211 +2202,228 @@ Image Symbol Table !!dczerorl2 0x08001108 Section 90 __dczerorl2.o(!!dczerorl2) !!handler_zi 0x08001164 Section 28 __scatter_zi.o(!!handler_zi) .ARM.Collect$$libinit$$00000000 0x08001180 Section 2 libinit.o(.ARM.Collect$$libinit$$00000000) - .ARM.Collect$$libinit$$00000002 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000002) - .ARM.Collect$$libinit$$00000004 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000004) - .ARM.Collect$$libinit$$00000006 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000006) - .ARM.Collect$$libinit$$0000000C 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000C) - .ARM.Collect$$libinit$$0000000E 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000E) - .ARM.Collect$$libinit$$00000010 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000010) - .ARM.Collect$$libinit$$00000013 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000013) - .ARM.Collect$$libinit$$00000015 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000015) - .ARM.Collect$$libinit$$00000017 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000017) - .ARM.Collect$$libinit$$00000019 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000019) - .ARM.Collect$$libinit$$0000001B 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001B) - .ARM.Collect$$libinit$$0000001D 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001D) - .ARM.Collect$$libinit$$0000001F 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001F) - .ARM.Collect$$libinit$$00000021 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000021) - .ARM.Collect$$libinit$$00000023 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000023) - .ARM.Collect$$libinit$$00000025 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000025) - .ARM.Collect$$libinit$$00000027 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000027) - .ARM.Collect$$libinit$$0000002E 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002E) - .ARM.Collect$$libinit$$00000030 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000030) - .ARM.Collect$$libinit$$00000032 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000032) - .ARM.Collect$$libinit$$00000034 0x08001182 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000034) - .ARM.Collect$$libinit$$00000035 0x08001182 Section 2 libinit2.o(.ARM.Collect$$libinit$$00000035) - .ARM.Collect$$libshutdown$$00000000 0x08001184 Section 2 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) - .ARM.Collect$$libshutdown$$00000002 0x08001186 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) - .ARM.Collect$$libshutdown$$00000004 0x08001186 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) - .ARM.Collect$$libshutdown$$00000007 0x08001186 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) - .ARM.Collect$$libshutdown$$0000000A 0x08001186 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) - .ARM.Collect$$libshutdown$$0000000C 0x08001186 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) - .ARM.Collect$$libshutdown$$0000000F 0x08001186 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) - .ARM.Collect$$libshutdown$$00000010 0x08001186 Section 2 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) - .ARM.Collect$$rtentry$$00000000 0x08001188 Section 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000) - .ARM.Collect$$rtentry$$00000002 0x08001188 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002) - .ARM.Collect$$rtentry$$00000004 0x08001188 Section 6 __rtentry4.o(.ARM.Collect$$rtentry$$00000004) - .ARM.Collect$$rtentry$$00000009 0x0800118e Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009) - .ARM.Collect$$rtentry$$0000000A 0x0800118e Section 4 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) - .ARM.Collect$$rtentry$$0000000C 0x08001192 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) - .ARM.Collect$$rtentry$$0000000D 0x08001192 Section 8 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) - .ARM.Collect$$rtexit$$00000000 0x0800119a Section 2 rtexit.o(.ARM.Collect$$rtexit$$00000000) - .ARM.Collect$$rtexit$$00000002 0x0800119c Section 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002) - .ARM.Collect$$rtexit$$00000003 0x0800119c Section 4 rtexit2.o(.ARM.Collect$$rtexit$$00000003) - .ARM.Collect$$rtexit$$00000004 0x080011a0 Section 6 rtexit2.o(.ARM.Collect$$rtexit$$00000004) - .text 0x080011a8 Section 64 startup_at32f421.o(.text) - .text 0x080011e8 Section 78 rt_memclr_w.o(.text) - .text 0x08001236 Section 0 heapauxi.o(.text) - .text 0x0800123c Section 74 sys_stackheap_outer.o(.text) - .text 0x08001286 Section 0 exit.o(.text) - .text 0x08001298 Section 8 libspace.o(.text) - .text 0x080012a0 Section 0 sys_exit.o(.text) - .text 0x080012ac Section 2 use_no_semi.o(.text) - .text 0x080012ae Section 0 indicate_semi.o(.text) - [Anonymous Symbol] 0x080012b0 Section 0 at32f421_it.o(.text.ADC1_CMP_IRQHandler) - [Anonymous Symbol] 0x080012cc Section 0 adc.o(.text.ADC_DMA_Callback) - [Anonymous Symbol] 0x080012fc Section 0 adc.o(.text.ADC_Init) - [Anonymous Symbol] 0x08001414 Section 0 at32f421_it.o(.text.BusFault_Handler) - [Anonymous Symbol] 0x08001418 Section 0 at32f421_it.o(.text.DMA1_Channel1_IRQHandler) - [Anonymous Symbol] 0x08001444 Section 0 at32f421_it.o(.text.DMA1_Channel3_2_IRQHandler) - [Anonymous Symbol] 0x08001480 Section 0 at32f421_it.o(.text.DMA1_Channel5_4_IRQHandler) - [Anonymous Symbol] 0x0800152c Section 0 at32f421_it.o(.text.DebugMon_Handler) - [Anonymous Symbol] 0x08001530 Section 0 at32f421_it.o(.text.EXINT15_4_IRQHandler) - [Anonymous Symbol] 0x08001558 Section 0 at32f421_it.o(.text.HardFault_Handler) - [Anonymous Symbol] 0x0800155c Section 0 peripherals.o(.text.MX_IWDG_Init) - [Anonymous Symbol] 0x08001584 Section 0 at32f421_it.o(.text.MemManage_Handler) - [Anonymous Symbol] 0x08001588 Section 0 at32f421_it.o(.text.NMI_Handler) - [Anonymous Symbol] 0x0800158c Section 0 at32f421_it.o(.text.PendSV_Handler) - [Anonymous Symbol] 0x08001590 Section 0 main.o(.text.PeriodElapsedCallback) - [Anonymous Symbol] 0x08001678 Section 0 at32f421_it.o(.text.SVC_Handler) - [Anonymous Symbol] 0x0800167c Section 0 at32f421_it.o(.text.SysTick_Handler) - [Anonymous Symbol] 0x08001680 Section 0 system_at32f421.o(.text.SystemInit) - [Anonymous Symbol] 0x0800170c Section 0 peripherals.o(.text.TIM1_Init) - [Anonymous Symbol] 0x08001824 Section 0 at32f421_it.o(.text.TMR14_GLOBAL_IRQHandler) - [Anonymous Symbol] 0x08001838 Section 0 at32f421_it.o(.text.TMR15_GLOBAL_IRQHandler) - [Anonymous Symbol] 0x08001850 Section 0 at32f421_it.o(.text.TMR16_GLOBAL_IRQHandler) - [Anonymous Symbol] 0x08001860 Section 0 at32f421_it.o(.text.TMR3_GLOBAL_IRQHandler) - [Anonymous Symbol] 0x08001884 Section 0 at32f421_it.o(.text.USART1_IRQHandler) - [Anonymous Symbol] 0x08001888 Section 0 at32f421_it.o(.text.UsageFault_Handler) - __NVIC_SystemReset 0x0800188d Thumb Code 42 main.o(.text.__NVIC_SystemReset) - [Anonymous Symbol] 0x0800188c Section 0 main.o(.text.__NVIC_SystemReset) - [Anonymous Symbol] 0x080018b8 Section 0 at32f421_adc.o(.text.adc_base_config) - [Anonymous Symbol] 0x080018fc Section 0 at32f421_adc.o(.text.adc_base_default_para_init) - [Anonymous Symbol] 0x08001904 Section 0 at32f421_adc.o(.text.adc_calibration_init) - [Anonymous Symbol] 0x08001910 Section 0 at32f421_adc.o(.text.adc_calibration_init_status_get) - [Anonymous Symbol] 0x08001918 Section 0 at32f421_adc.o(.text.adc_calibration_start) - [Anonymous Symbol] 0x08001924 Section 0 at32f421_adc.o(.text.adc_calibration_status_get) - [Anonymous Symbol] 0x0800192c Section 0 at32f421_adc.o(.text.adc_dma_mode_enable) - [Anonymous Symbol] 0x08001940 Section 0 at32f421_adc.o(.text.adc_enable) - [Anonymous Symbol] 0x0800194c Section 0 at32f421_adc.o(.text.adc_ordinary_channel_set) - [Anonymous Symbol] 0x08001ba8 Section 0 at32f421_adc.o(.text.adc_ordinary_conversion_trigger_set) - [Anonymous Symbol] 0x08001bd4 Section 0 at32f421_adc.o(.text.adc_ordinary_software_trigger_enable) - [Anonymous Symbol] 0x08001be8 Section 0 at32f421_adc.o(.text.adc_tempersensor_vintrv_enable) - [Anonymous Symbol] 0x08001c04 Section 0 phaseouts.o(.text.allOff) - [Anonymous Symbol] 0x08001c90 Section 0 phaseouts.o(.text.allpwm) - [Anonymous Symbol] 0x08001d4c Section 0 comparator.o(.text.changeCompInput) - [Anonymous Symbol] 0x08001dd0 Section 0 at32f421_cmp.o(.text.cmp_enable) - [Anonymous Symbol] 0x08001de8 Section 0 phaseouts.o(.text.comStep) - [Anonymous Symbol] 0x080021a0 Section 0 dshot.o(.text.computeDshotDMA) - [Anonymous Symbol] 0x08002668 Section 0 signal.o(.text.computeServoInput) - [Anonymous Symbol] 0x0800284c Section 0 at32f421_crm.o(.text.crm_adc_clock_div_set) - [Anonymous Symbol] 0x08002868 Section 0 at32f421_crm.o(.text.crm_ahb_div_set) - [Anonymous Symbol] 0x08002884 Section 0 at32f421_crm.o(.text.crm_apb1_div_set) - [Anonymous Symbol] 0x080028a0 Section 0 at32f421_crm.o(.text.crm_apb2_div_set) - [Anonymous Symbol] 0x080028bc Section 0 at32f421_crm.o(.text.crm_auto_step_mode_enable) - [Anonymous Symbol] 0x080028d4 Section 0 at32f421_crm.o(.text.crm_clock_source_enable) - [Anonymous Symbol] 0x08002958 Section 0 at32f421_crm.o(.text.crm_clocks_freq_get) - crm_clocks_freq_get.sclk_ahb_div_table 0x08002a60 Number 0 at32f421_crm.o(.text.crm_clocks_freq_get) - crm_clocks_freq_get.adc_div_table 0x08002a70 Number 0 at32f421_crm.o(.text.crm_clocks_freq_get) - [Anonymous Symbol] 0x08002a78 Section 0 at32f421_crm.o(.text.crm_flag_get) - [Anonymous Symbol] 0x08002a94 Section 0 at32f421_crm.o(.text.crm_periph_clock_enable) - [Anonymous Symbol] 0x08002abc Section 0 at32f421_crm.o(.text.crm_periph_reset) - [Anonymous Symbol] 0x08002ae4 Section 0 at32f421_crm.o(.text.crm_pll_config) - [Anonymous Symbol] 0x08002b34 Section 0 at32f421_crm.o(.text.crm_reset) - [Anonymous Symbol] 0x08002bb0 Section 0 at32f421_crm.o(.text.crm_sysclk_switch) - [Anonymous Symbol] 0x08002bc4 Section 0 at32f421_crm.o(.text.crm_sysclk_switch_status_get) - [Anonymous Symbol] 0x08002bd4 Section 0 functions.o(.text.delayMicros) - [Anonymous Symbol] 0x08002c00 Section 0 functions.o(.text.delayMillis) - [Anonymous Symbol] 0x08002c50 Section 0 signal.o(.text.detectInput) - [Anonymous Symbol] 0x08002e88 Section 0 at32f421_dma.o(.text.dma_channel_enable) - [Anonymous Symbol] 0x08002e94 Section 0 at32f421_dma.o(.text.dma_default_para_init) - [Anonymous Symbol] 0x08002ea4 Section 0 at32f421_dma.o(.text.dma_flag_get) - [Anonymous Symbol] 0x08002eb4 Section 0 at32f421_dma.o(.text.dma_init) - [Anonymous Symbol] 0x08002f30 Section 0 at32f421_dma.o(.text.dma_reset) - [Anonymous Symbol] 0x08002f70 Section 0 comparator.o(.text.enableCompInterrupts) - [Anonymous Symbol] 0x08002f84 Section 0 peripherals.o(.text.enableCorePeripherals) - [Anonymous Symbol] 0x08003094 Section 0 io.o(.text.enableHalfTransferInt) - [Anonymous Symbol] 0x080030a4 Section 0 at32f421_flash.o(.text.flash_flag_clear) - [Anonymous Symbol] 0x080030b0 Section 0 at32f421_flash.o(.text.flash_lock) - [Anonymous Symbol] 0x080030c4 Section 0 at32f421_flash.o(.text.flash_sector_erase) - [Anonymous Symbol] 0x08003254 Section 0 at32f421_flash.o(.text.flash_unlock) - [Anonymous Symbol] 0x08003274 Section 0 at32f421_flash.o(.text.flash_word_program) - [Anonymous Symbol] 0x080033fc Section 0 phaseouts.o(.text.fullBrake) - [Anonymous Symbol] 0x08003488 Section 0 peripherals.o(.text.generatePwmTimerEvent) - [Anonymous Symbol] 0x0800349c Section 0 functions.o(.text.getAbsDif) - [Anonymous Symbol] 0x080034a4 Section 0 comparator.o(.text.getCompOutputLevel) - [Anonymous Symbol] 0x080034b4 Section 0 adc.o(.text.getConvertedDegrees) - [Anonymous Symbol] 0x080034dc Section 0 io.o(.text.getInputPinState) - [Anonymous Symbol] 0x080034ec Section 0 at32f421_gpio.o(.text.gpio_init) - [Anonymous Symbol] 0x08003564 Section 0 functions.o(.text.gpio_mode_QUICK) - [Anonymous Symbol] 0x0800357c Section 0 at32f421_gpio.o(.text.gpio_pin_mux_config) - [Anonymous Symbol] 0x080035a8 Section 0 peripherals.o(.text.initAfterJump) - [Anonymous Symbol] 0x080035ac Section 0 peripherals.o(.text.initCorePeripherals) - [Anonymous Symbol] 0x08003740 Section 0 main.o(.text.interruptRoutine) - [Anonymous Symbol] 0x08003834 Section 0 main.o(.text.loadEEpromSettings) - [Anonymous Symbol] 0x08003b74 Section 0 main.o(.text.main) - [Anonymous Symbol] 0x080047dc Section 0 serial_telemetry.o(.text.makeTelemPackage) - [Anonymous Symbol] 0x080048ec Section 0 dshot.o(.text.make_dshot_package) - [Anonymous Symbol] 0x08004ad0 Section 0 functions.o(.text.map) - [Anonymous Symbol] 0x08004af8 Section 0 comparator.o(.text.maskPhaseInterrupts) - [Anonymous Symbol] 0x08004b10 Section 0 at32f421_misc.o(.text.nvic_irq_enable) - [Anonymous Symbol] 0x08004b84 Section 0 sounds.o(.text.playBeaconTune3) - [Anonymous Symbol] 0x08004c18 Section 0 sounds.o(.text.playBlueJayTune) - [Anonymous Symbol] 0x08004d44 Section 0 sounds.o(.text.playChangedTone) - [Anonymous Symbol] 0x08004dac Section 0 sounds.o(.text.playDefaultTone) - [Anonymous Symbol] 0x08004e14 Section 0 sounds.o(.text.playInputTune) - [Anonymous Symbol] 0x08004e90 Section 0 sounds.o(.text.playInputTune2) - [Anonymous Symbol] 0x08004f0c Section 0 sounds.o(.text.playStartupTune) - [Anonymous Symbol] 0x08004f98 Section 0 main.o(.text.processDshot) - [Anonymous Symbol] 0x08004fd0 Section 0 phaseouts.o(.text.proportionalBrake) - [Anonymous Symbol] 0x08005048 Section 0 eeprom.o(.text.read_flash_bin) - [Anonymous Symbol] 0x080050ac Section 0 io.o(.text.receiveDshotDma) - [Anonymous Symbol] 0x0800512c Section 0 peripherals.o(.text.resetInputCaptureTimer) - [Anonymous Symbol] 0x0800513c Section 0 main.o(.text.saveEEpromSettings) - [Anonymous Symbol] 0x080051c0 Section 0 eeprom.o(.text.save_flash_nolib) - [Anonymous Symbol] 0x080052e4 Section 0 io.o(.text.sendDshotDma) - [Anonymous Symbol] 0x08005380 Section 0 serial_telemetry.o(.text.send_telem_DMA) - [Anonymous Symbol] 0x0800539c Section 0 main.o(.text.setInput) - [Anonymous Symbol] 0x08005a0c Section 0 io.o(.text.setInputPolarityRising) - [Anonymous Symbol] 0x08005a20 Section 0 peripherals.o(.text.setPWMCompare1) - [Anonymous Symbol] 0x08005a2c Section 0 peripherals.o(.text.setPWMCompare2) - [Anonymous Symbol] 0x08005a38 Section 0 peripherals.o(.text.setPWMCompare3) - [Anonymous Symbol] 0x08005a44 Section 0 sounds.o(.text.setVolume) - [Anonymous Symbol] 0x08005a58 Section 0 main.o(.text.startMotor) - [Anonymous Symbol] 0x08005b14 Section 0 peripherals.o(.text.system_clock_config) - [Anonymous Symbol] 0x08005b8c Section 0 system_at32f421.o(.text.system_core_clock_update) - system_core_clock_update.sys_ahb_div_table 0x08005c6c Number 0 system_at32f421.o(.text.system_core_clock_update) - [Anonymous Symbol] 0x08005c7c Section 0 serial_telemetry.o(.text.telem_UART_Init) - [Anonymous Symbol] 0x08005d70 Section 0 main.o(.text.tenKhzRoutine) - [Anonymous Symbol] 0x080061e4 Section 0 at32f421_tmr.o(.text.tmr_channel_enable) - [Anonymous Symbol] 0x0800627c Section 0 at32f421_tmr.o(.text.tmr_output_channel_buffer_enable) - [Anonymous Symbol] 0x080062e0 Section 0 at32f421_tmr.o(.text.tmr_period_buffer_enable) - [Anonymous Symbol] 0x080062f4 Section 0 at32f421_tmr.o(.text.tmr_reset) - [Anonymous Symbol] 0x080063b0 Section 0 signal.o(.text.transfercomplete) - [Anonymous Symbol] 0x08006530 Section 0 at32f421_usart.o(.text.usart_dma_transmitter_enable) - [Anonymous Symbol] 0x08006544 Section 0 at32f421_usart.o(.text.usart_enable) - [Anonymous Symbol] 0x08006558 Section 0 at32f421_usart.o(.text.usart_init) - [Anonymous Symbol] 0x080065e0 Section 0 at32f421_usart.o(.text.usart_receiver_enable) - [Anonymous Symbol] 0x080065f4 Section 0 at32f421_usart.o(.text.usart_single_line_halfduplex_select) - [Anonymous Symbol] 0x08006608 Section 0 at32f421_usart.o(.text.usart_transmitter_enable) - [Anonymous Symbol] 0x0800661c Section 0 main.o(.text.zcfoundroutine) - x$fpl$fadd 0x08006738 Section 196 faddsub_clz.o(x$fpl$fadd) - _fadd1 0x08006747 Thumb Code 0 faddsub_clz.o(x$fpl$fadd) - x$fpl$fcmp 0x080067fc Section 84 fcmp.o(x$fpl$fcmp) - x$fpl$fcmpinf 0x08006850 Section 24 fcmpi.o(x$fpl$fcmpinf) - _fdiv1 0x08006869 Thumb Code 0 fdiv.o(x$fpl$fdiv) - x$fpl$fdiv 0x08006868 Section 388 fdiv.o(x$fpl$fdiv) - x$fpl$feqf 0x080069ec Section 104 feqf.o(x$fpl$feqf) - x$fpl$ffix 0x08006a54 Section 54 ffix.o(x$fpl$ffix) - x$fpl$fflt 0x08006a8c Section 48 fflt_clz.o(x$fpl$fflt) - x$fpl$fgeqf 0x08006abc Section 104 fgeqf.o(x$fpl$fgeqf) - x$fpl$fleqf 0x08006b24 Section 104 fleqf.o(x$fpl$fleqf) - x$fpl$fnaninf 0x08006b8c Section 140 fnaninf.o(x$fpl$fnaninf) - x$fpl$fretinf 0x08006c18 Section 10 fretinf.o(x$fpl$fretinf) - x$fpl$fsub 0x08006c24 Section 234 faddsub_clz.o(x$fpl$fsub) - _fsub1 0x08006c33 Thumb Code 0 faddsub_clz.o(x$fpl$fsub) - crm_clocks_freq_get.ahb_apb2_div_table 0x08006d0e Data 8 at32f421_crm.o(.rodata.cst8) - [Anonymous Symbol] 0x08006d0e Section 0 at32f421_crm.o(.rodata.cst8) - x$fpl$usenofp 0x08006d0e Section 0 usenofp.o(x$fpl$usenofp) + .ARM.Collect$$libinit$$00000001 0x08001182 Section 4 libinit2.o(.ARM.Collect$$libinit$$00000001) + .ARM.Collect$$libinit$$00000004 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000004) + .ARM.Collect$$libinit$$0000000A 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000A) + .ARM.Collect$$libinit$$0000000C 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000C) + .ARM.Collect$$libinit$$0000000E 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000E) + .ARM.Collect$$libinit$$00000011 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000011) + .ARM.Collect$$libinit$$00000013 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000013) + .ARM.Collect$$libinit$$00000015 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000015) + .ARM.Collect$$libinit$$00000017 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000017) + .ARM.Collect$$libinit$$00000019 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000019) + .ARM.Collect$$libinit$$0000001B 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001B) + .ARM.Collect$$libinit$$0000001D 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001D) + .ARM.Collect$$libinit$$0000001F 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001F) + .ARM.Collect$$libinit$$00000021 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000021) + .ARM.Collect$$libinit$$00000023 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000023) + .ARM.Collect$$libinit$$00000025 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000025) + .ARM.Collect$$libinit$$0000002C 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002C) + .ARM.Collect$$libinit$$0000002E 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002E) + .ARM.Collect$$libinit$$00000030 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000030) + .ARM.Collect$$libinit$$00000032 0x08001186 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000032) + .ARM.Collect$$libinit$$00000033 0x08001186 Section 2 libinit2.o(.ARM.Collect$$libinit$$00000033) + .ARM.Collect$$libshutdown$$00000000 0x08001188 Section 2 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) + .ARM.Collect$$libshutdown$$00000002 0x0800118a Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) + .ARM.Collect$$libshutdown$$00000004 0x0800118a Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) + .ARM.Collect$$libshutdown$$00000007 0x0800118a Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) + .ARM.Collect$$libshutdown$$0000000A 0x0800118a Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) + .ARM.Collect$$libshutdown$$0000000C 0x0800118a Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) + .ARM.Collect$$libshutdown$$0000000F 0x0800118a Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) + .ARM.Collect$$libshutdown$$00000010 0x0800118a Section 2 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) + .ARM.Collect$$rtentry$$00000000 0x0800118c Section 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000) + .ARM.Collect$$rtentry$$00000002 0x0800118c Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002) + .ARM.Collect$$rtentry$$00000004 0x0800118c Section 6 __rtentry4.o(.ARM.Collect$$rtentry$$00000004) + .ARM.Collect$$rtentry$$00000009 0x08001192 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009) + .ARM.Collect$$rtentry$$0000000A 0x08001192 Section 4 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) + .ARM.Collect$$rtentry$$0000000C 0x08001196 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) + .ARM.Collect$$rtentry$$0000000D 0x08001196 Section 8 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) + .ARM.Collect$$rtexit$$00000000 0x0800119e Section 2 rtexit.o(.ARM.Collect$$rtexit$$00000000) + .ARM.Collect$$rtexit$$00000002 0x080011a0 Section 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002) + .ARM.Collect$$rtexit$$00000003 0x080011a0 Section 4 rtexit2.o(.ARM.Collect$$rtexit$$00000003) + .ARM.Collect$$rtexit$$00000004 0x080011a4 Section 6 rtexit2.o(.ARM.Collect$$rtexit$$00000004) + .text 0x080011ac Section 64 startup_at32f421.o(.text) + .text 0x080011ec Section 78 rt_memclr_w.o(.text) + .text 0x0800123a Section 0 heapauxi.o(.text) + .text 0x08001240 Section 8 rt_fp_status_addr_intlibspace.o(.text) + .text 0x08001248 Section 8 libspace.o(.text) + .text 0x08001250 Section 74 sys_stackheap_outer.o(.text) + .text 0x0800129c Section 0 _fptrap.o(.text) + .text 0x080012cc Section 0 exit.o(.text) + .text 0x080012de Section 0 defsig_fpe_outer.o(.text) + .text 0x080012ec Section 0 defsig_exit.o(.text) + .text 0x080012f8 Section 0 defsig_fpe_inner.o(.text) + .text 0x080013a4 Section 0 sys_exit.o(.text) + .text 0x080013b0 Section 0 defsig_general.o(.text) + .text 0x080013e2 Section 0 sys_wrch.o(.text) + .text 0x080013f0 Section 2 use_no_semi.o(.text) + .text 0x080013f2 Section 0 indicate_semi.o(.text) + [Anonymous Symbol] 0x080013f4 Section 0 at32f421_it.o(.text.ADC1_CMP_IRQHandler) + [Anonymous Symbol] 0x08001410 Section 0 adc.o(.text.ADC_DMA_Callback) + [Anonymous Symbol] 0x08001440 Section 0 adc.o(.text.ADC_Init) + [Anonymous Symbol] 0x08001558 Section 0 at32f421_it.o(.text.BusFault_Handler) + [Anonymous Symbol] 0x0800155c Section 0 at32f421_it.o(.text.DMA1_Channel1_IRQHandler) + [Anonymous Symbol] 0x08001588 Section 0 at32f421_it.o(.text.DMA1_Channel3_2_IRQHandler) + [Anonymous Symbol] 0x080015c4 Section 0 at32f421_it.o(.text.DMA1_Channel5_4_IRQHandler) + [Anonymous Symbol] 0x08001670 Section 0 at32f421_it.o(.text.DebugMon_Handler) + [Anonymous Symbol] 0x08001674 Section 0 at32f421_it.o(.text.EXINT15_4_IRQHandler) + [Anonymous Symbol] 0x0800169c Section 0 at32f421_it.o(.text.HardFault_Handler) + [Anonymous Symbol] 0x080016a0 Section 0 peripherals.o(.text.MX_IWDG_Init) + [Anonymous Symbol] 0x080016c8 Section 0 at32f421_it.o(.text.MemManage_Handler) + [Anonymous Symbol] 0x080016cc Section 0 at32f421_it.o(.text.NMI_Handler) + [Anonymous Symbol] 0x080016d0 Section 0 at32f421_it.o(.text.PendSV_Handler) + [Anonymous Symbol] 0x080016d4 Section 0 main.o(.text.PeriodElapsedCallback) + [Anonymous Symbol] 0x080017b8 Section 0 at32f421_it.o(.text.SVC_Handler) + [Anonymous Symbol] 0x080017bc Section 0 at32f421_it.o(.text.SysTick_Handler) + [Anonymous Symbol] 0x080017c0 Section 0 system_at32f421.o(.text.SystemInit) + [Anonymous Symbol] 0x0800184c Section 0 peripherals.o(.text.TIM1_Init) + [Anonymous Symbol] 0x08001964 Section 0 at32f421_it.o(.text.TMR14_GLOBAL_IRQHandler) + [Anonymous Symbol] 0x08001978 Section 0 at32f421_it.o(.text.TMR15_GLOBAL_IRQHandler) + [Anonymous Symbol] 0x08001990 Section 0 at32f421_it.o(.text.TMR16_GLOBAL_IRQHandler) + [Anonymous Symbol] 0x080019a0 Section 0 at32f421_it.o(.text.TMR3_GLOBAL_IRQHandler) + [Anonymous Symbol] 0x080019c4 Section 0 at32f421_it.o(.text.USART1_IRQHandler) + [Anonymous Symbol] 0x080019c8 Section 0 at32f421_it.o(.text.UsageFault_Handler) + __NVIC_SystemReset 0x080019cd Thumb Code 42 main.o(.text.__NVIC_SystemReset) + [Anonymous Symbol] 0x080019cc Section 0 main.o(.text.__NVIC_SystemReset) + [Anonymous Symbol] 0x080019f8 Section 0 at32f421_adc.o(.text.adc_base_config) + [Anonymous Symbol] 0x08001a3c Section 0 at32f421_adc.o(.text.adc_base_default_para_init) + [Anonymous Symbol] 0x08001a44 Section 0 at32f421_adc.o(.text.adc_calibration_init) + [Anonymous Symbol] 0x08001a50 Section 0 at32f421_adc.o(.text.adc_calibration_init_status_get) + [Anonymous Symbol] 0x08001a58 Section 0 at32f421_adc.o(.text.adc_calibration_start) + [Anonymous Symbol] 0x08001a64 Section 0 at32f421_adc.o(.text.adc_calibration_status_get) + [Anonymous Symbol] 0x08001a6c Section 0 at32f421_adc.o(.text.adc_dma_mode_enable) + [Anonymous Symbol] 0x08001a80 Section 0 at32f421_adc.o(.text.adc_enable) + [Anonymous Symbol] 0x08001a8c Section 0 at32f421_adc.o(.text.adc_ordinary_channel_set) + [Anonymous Symbol] 0x08001cbc Section 0 at32f421_adc.o(.text.adc_ordinary_conversion_trigger_set) + [Anonymous Symbol] 0x08001ce8 Section 0 at32f421_adc.o(.text.adc_ordinary_software_trigger_enable) + [Anonymous Symbol] 0x08001cfc Section 0 at32f421_adc.o(.text.adc_tempersensor_vintrv_enable) + [Anonymous Symbol] 0x08001d18 Section 0 main.o(.text.advanceincrement) + [Anonymous Symbol] 0x08001e54 Section 0 phaseouts.o(.text.allOff) + [Anonymous Symbol] 0x08001ee0 Section 0 phaseouts.o(.text.allpwm) + [Anonymous Symbol] 0x08001f9c Section 0 comparator.o(.text.changeCompInput) + [Anonymous Symbol] 0x08002020 Section 0 at32f421_cmp.o(.text.cmp_enable) + [Anonymous Symbol] 0x08002038 Section 0 phaseouts.o(.text.comStep) + [Anonymous Symbol] 0x080023f0 Section 0 dshot.o(.text.computeDshotDMA) + [Anonymous Symbol] 0x080028c8 Section 0 signal.o(.text.computeServoInput) + [Anonymous Symbol] 0x08002aac Section 0 at32f421_crm.o(.text.crm_adc_clock_div_set) + [Anonymous Symbol] 0x08002acc Section 0 at32f421_crm.o(.text.crm_ahb_div_set) + [Anonymous Symbol] 0x08002ae8 Section 0 at32f421_crm.o(.text.crm_apb1_div_set) + [Anonymous Symbol] 0x08002b04 Section 0 at32f421_crm.o(.text.crm_apb2_div_set) + [Anonymous Symbol] 0x08002b20 Section 0 at32f421_crm.o(.text.crm_auto_step_mode_enable) + [Anonymous Symbol] 0x08002b38 Section 0 at32f421_crm.o(.text.crm_clock_source_enable) + [Anonymous Symbol] 0x08002bbc Section 0 at32f421_crm.o(.text.crm_clocks_freq_get) + crm_clocks_freq_get.sclk_ahb_div_table 0x08002cc4 Number 0 at32f421_crm.o(.text.crm_clocks_freq_get) + crm_clocks_freq_get.adc_div_table 0x08002cd4 Number 0 at32f421_crm.o(.text.crm_clocks_freq_get) + [Anonymous Symbol] 0x08002cdc Section 0 at32f421_crm.o(.text.crm_flag_get) + [Anonymous Symbol] 0x08002cf8 Section 0 at32f421_crm.o(.text.crm_periph_clock_enable) + [Anonymous Symbol] 0x08002d20 Section 0 at32f421_crm.o(.text.crm_periph_reset) + [Anonymous Symbol] 0x08002d48 Section 0 at32f421_crm.o(.text.crm_pll_config) + [Anonymous Symbol] 0x08002d98 Section 0 at32f421_crm.o(.text.crm_reset) + [Anonymous Symbol] 0x08002e14 Section 0 at32f421_crm.o(.text.crm_sysclk_switch) + [Anonymous Symbol] 0x08002e28 Section 0 at32f421_crm.o(.text.crm_sysclk_switch_status_get) + [Anonymous Symbol] 0x08002e38 Section 0 functions.o(.text.delayMicros) + [Anonymous Symbol] 0x08002e64 Section 0 functions.o(.text.delayMillis) + [Anonymous Symbol] 0x08002eb4 Section 0 signal.o(.text.detectInput) + [Anonymous Symbol] 0x08003114 Section 0 at32f421_dma.o(.text.dma_channel_enable) + [Anonymous Symbol] 0x08003120 Section 0 at32f421_dma.o(.text.dma_default_para_init) + [Anonymous Symbol] 0x08003130 Section 0 at32f421_dma.o(.text.dma_flag_get) + [Anonymous Symbol] 0x08003140 Section 0 at32f421_dma.o(.text.dma_init) + [Anonymous Symbol] 0x080031bc Section 0 at32f421_dma.o(.text.dma_reset) + [Anonymous Symbol] 0x08003200 Section 0 comparator.o(.text.enableCompInterrupts) + [Anonymous Symbol] 0x08003214 Section 0 peripherals.o(.text.enableCorePeripherals) + [Anonymous Symbol] 0x08003324 Section 0 io.o(.text.enableHalfTransferInt) + [Anonymous Symbol] 0x08003334 Section 0 at32f421_flash.o(.text.flash_flag_clear) + [Anonymous Symbol] 0x08003340 Section 0 at32f421_flash.o(.text.flash_lock) + [Anonymous Symbol] 0x08003354 Section 0 at32f421_flash.o(.text.flash_sector_erase) + [Anonymous Symbol] 0x080034e4 Section 0 at32f421_flash.o(.text.flash_unlock) + [Anonymous Symbol] 0x08003504 Section 0 at32f421_flash.o(.text.flash_word_program) + [Anonymous Symbol] 0x0800368c Section 0 phaseouts.o(.text.fullBrake) + [Anonymous Symbol] 0x08003718 Section 0 peripherals.o(.text.generatePwmTimerEvent) + [Anonymous Symbol] 0x0800372c Section 0 functions.o(.text.getAbsDif) + [Anonymous Symbol] 0x08003734 Section 0 comparator.o(.text.getCompOutputLevel) + [Anonymous Symbol] 0x08003744 Section 0 adc.o(.text.getConvertedDegrees) + [Anonymous Symbol] 0x0800376c Section 0 io.o(.text.getInputPinState) + [Anonymous Symbol] 0x0800377c Section 0 at32f421_gpio.o(.text.gpio_init) + [Anonymous Symbol] 0x08003800 Section 0 functions.o(.text.gpio_mode_QUICK) + [Anonymous Symbol] 0x08003818 Section 0 at32f421_gpio.o(.text.gpio_pin_mux_config) + [Anonymous Symbol] 0x08003848 Section 0 peripherals.o(.text.initAfterJump) + [Anonymous Symbol] 0x0800384c Section 0 peripherals.o(.text.initCorePeripherals) + [Anonymous Symbol] 0x080039e0 Section 0 main.o(.text.interruptRoutine) + [Anonymous Symbol] 0x08003adc Section 0 main.o(.text.loadEEpromSettings) + [Anonymous Symbol] 0x08003e1c Section 0 main.o(.text.main) + [Anonymous Symbol] 0x08004704 Section 0 serial_telemetry.o(.text.makeTelemPackage) + [Anonymous Symbol] 0x0800480c Section 0 dshot.o(.text.make_dshot_package) + [Anonymous Symbol] 0x080049f8 Section 0 functions.o(.text.map) + [Anonymous Symbol] 0x08004a4c Section 0 comparator.o(.text.maskPhaseInterrupts) + [Anonymous Symbol] 0x08004a64 Section 0 at32f421_misc.o(.text.nvic_irq_enable) + [Anonymous Symbol] 0x08004ad4 Section 0 sounds.o(.text.playBeaconTune3) + [Anonymous Symbol] 0x08004b68 Section 0 sounds.o(.text.playBlueJayTune) + [Anonymous Symbol] 0x08004c94 Section 0 sounds.o(.text.playChangedTone) + [Anonymous Symbol] 0x08004cfc Section 0 sounds.o(.text.playDefaultTone) + [Anonymous Symbol] 0x08004d64 Section 0 sounds.o(.text.playInputTune) + [Anonymous Symbol] 0x08004de0 Section 0 sounds.o(.text.playInputTune2) + [Anonymous Symbol] 0x08004e5c Section 0 sounds.o(.text.playStartupTune) + [Anonymous Symbol] 0x08004ee8 Section 0 main.o(.text.processDshot) + [Anonymous Symbol] 0x08004f20 Section 0 phaseouts.o(.text.proportionalBrake) + [Anonymous Symbol] 0x08004f98 Section 0 eeprom.o(.text.read_flash_bin) + [Anonymous Symbol] 0x08004ffc Section 0 io.o(.text.receiveDshotDma) + [Anonymous Symbol] 0x0800507c Section 0 peripherals.o(.text.resetInputCaptureTimer) + [Anonymous Symbol] 0x0800508c Section 0 main.o(.text.saveEEpromSettings) + [Anonymous Symbol] 0x08005110 Section 0 eeprom.o(.text.save_flash_nolib) + [Anonymous Symbol] 0x0800528c Section 0 io.o(.text.sendDshotDma) + [Anonymous Symbol] 0x08005328 Section 0 serial_telemetry.o(.text.send_telem_DMA) + [Anonymous Symbol] 0x08005344 Section 0 main.o(.text.setInput) + [Anonymous Symbol] 0x080059a4 Section 0 io.o(.text.setInputPolarityRising) + [Anonymous Symbol] 0x080059b8 Section 0 peripherals.o(.text.setPWMCompare1) + [Anonymous Symbol] 0x080059c4 Section 0 peripherals.o(.text.setPWMCompare2) + [Anonymous Symbol] 0x080059d0 Section 0 peripherals.o(.text.setPWMCompare3) + [Anonymous Symbol] 0x080059dc Section 0 sounds.o(.text.setVolume) + [Anonymous Symbol] 0x080059f0 Section 0 main.o(.text.startMotor) + [Anonymous Symbol] 0x08005ab0 Section 0 peripherals.o(.text.system_clock_config) + [Anonymous Symbol] 0x08005b28 Section 0 system_at32f421.o(.text.system_core_clock_update) + system_core_clock_update.sys_ahb_div_table 0x08005c04 Number 0 system_at32f421.o(.text.system_core_clock_update) + [Anonymous Symbol] 0x08005c14 Section 0 serial_telemetry.o(.text.telem_UART_Init) + [Anonymous Symbol] 0x08005d08 Section 0 main.o(.text.tenKhzRoutine) + [Anonymous Symbol] 0x08006140 Section 0 at32f421_tmr.o(.text.tmr_channel_enable) + [Anonymous Symbol] 0x080061e0 Section 0 at32f421_tmr.o(.text.tmr_output_channel_buffer_enable) + [Anonymous Symbol] 0x08006228 Section 0 at32f421_tmr.o(.text.tmr_period_buffer_enable) + [Anonymous Symbol] 0x0800623c Section 0 at32f421_tmr.o(.text.tmr_reset) + [Anonymous Symbol] 0x080062f8 Section 0 signal.o(.text.transfercomplete) + [Anonymous Symbol] 0x0800647c Section 0 at32f421_usart.o(.text.usart_dma_transmitter_enable) + [Anonymous Symbol] 0x08006490 Section 0 at32f421_usart.o(.text.usart_enable) + [Anonymous Symbol] 0x080064a4 Section 0 at32f421_usart.o(.text.usart_init) + [Anonymous Symbol] 0x0800652c Section 0 at32f421_usart.o(.text.usart_receiver_enable) + [Anonymous Symbol] 0x08006540 Section 0 at32f421_usart.o(.text.usart_single_line_halfduplex_select) + [Anonymous Symbol] 0x08006554 Section 0 at32f421_usart.o(.text.usart_transmitter_enable) + [Anonymous Symbol] 0x08006568 Section 0 main.o(.text.zcfoundroutine) + x$fpl$exception 0x08006684 Section 440 except.o(x$fpl$exception) + x$fpl$fadd 0x0800683c Section 320 faddsub_clz.o(x$fpl$fadd) + _fadd1 0x08006861 Thumb Code 0 faddsub_clz.o(x$fpl$fadd) + fadd_zerodenorm 0x0800690d Thumb Code 0 faddsub_clz.o(x$fpl$fadd) + fsub_bzero 0x0800694d Thumb Code 0 faddsub_clz.o(x$fpl$fadd) + x$fpl$fcmp 0x0800697c Section 84 fcmp.o(x$fpl$fcmp) + x$fpl$fcmpinf 0x080069d0 Section 24 fcmpi.o(x$fpl$fcmpinf) + _fdiv1 0x080069e9 Thumb Code 0 fdiv.o(x$fpl$fdiv) + x$fpl$fdiv 0x080069e8 Section 444 fdiv.o(x$fpl$fdiv) + x$fpl$feqf 0x08006ba4 Section 96 feqf.o(x$fpl$feqf) + x$fpl$ffix 0x08006c04 Section 68 ffix.o(x$fpl$ffix) + x$fpl$fflt 0x08006c48 Section 48 fflt_clz.o(x$fpl$fflt) + x$fpl$fgeqf 0x08006c78 Section 100 fgeqf.o(x$fpl$fgeqf) + x$fpl$fleqf 0x08006cdc Section 100 fleqf.o(x$fpl$fleqf) + x$fpl$fnaninf 0x08006d40 Section 246 fnaninf.o(x$fpl$fnaninf) + x$fpl$fnorm2 0x08006e36 Section 74 fnorm2_clz.o(x$fpl$fnorm2) + x$fpl$fpinit 0x08006e80 Section 14 fpinit.o(x$fpl$fpinit) + x$fpl$fretinf 0x08006e8e Section 10 fretinf.o(x$fpl$fretinf) + x$fpl$fsub 0x08006e98 Section 322 faddsub_clz.o(x$fpl$fsub) + _fsub1 0x08006ebd Thumb Code 0 faddsub_clz.o(x$fpl$fsub) + fsub_uncommon_first 0x08006f77 Thumb Code 0 faddsub_clz.o(x$fpl$fsub) + fsub_zerodenorm 0x08006f95 Thumb Code 0 faddsub_clz.o(x$fpl$fsub) + x$fpl$funder 0x08006fda Section 298 funder_clz.o(x$fpl$funder) + x$fpl$retnan 0x08007104 Section 178 retnan.o(x$fpl$retnan) + x$fpl$trapveneer 0x080071b6 Section 144 trapv.o(x$fpl$trapveneer) + crm_clocks_freq_get.ahb_apb2_div_table 0x08007246 Data 8 at32f421_crm.o(.rodata.cst8) + [Anonymous Symbol] 0x08007246 Section 0 at32f421_crm.o(.rodata.cst8) + x$fpl$usenofp 0x08007246 Section 0 usenofp.o(x$fpl$usenofp) __tagsym$$used.0 0x08007be0 Number 0 firmwareversion.o(.rodata.test) .L_MergedGlobals 0x20000000 Data 92 main.o(.data..L_MergedGlobals) [Anonymous Symbol] 0x20000000 Section 0 main.o(.data..L_MergedGlobals) @@ -2374,31 +2431,29 @@ Image Symbol Table [Anonymous Symbol] 0x2000005c Section 0 signal.o(.data..L_MergedGlobals) .L_MergedGlobals.1 0x20000060 Data 120 main.o(.data..L_MergedGlobals.1) [Anonymous Symbol] 0x20000060 Section 0 main.o(.data..L_MergedGlobals.1) - .bss 0x200003b8 Section 96 libspace.o(.bss) - .L_MergedGlobals 0x20000418 Data 92 dshot.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x20000418 Section 0 dshot.o(.bss..L_MergedGlobals) - .L_MergedGlobals.1 0x20000474 Data 28 signal.o(.bss..L_MergedGlobals.1) - [Anonymous Symbol] 0x20000474 Section 0 signal.o(.bss..L_MergedGlobals.1) - .L_MergedGlobals.2 0x20000490 Data 124 main.o(.bss..L_MergedGlobals.2) - [Anonymous Symbol] 0x20000490 Section 0 main.o(.bss..L_MergedGlobals.2) - .L_MergedGlobals.3 0x2000050c Data 28 main.o(.bss..L_MergedGlobals.3) - [Anonymous Symbol] 0x2000050c Section 0 main.o(.bss..L_MergedGlobals.3) - Heap_Mem 0x20000858 Data 512 startup_at32f421.o(HEAP) - HEAP 0x20000858 Section 512 startup_at32f421.o(HEAP) - Stack_Mem 0x20000a58 Data 1024 startup_at32f421.o(STACK) - STACK 0x20000a58 Section 1024 startup_at32f421.o(STACK) - __initial_sp 0x20000e58 Data 0 startup_at32f421.o(STACK) + .bss 0x200003c0 Section 96 libspace.o(.bss) + .L_MergedGlobals 0x20000420 Data 92 dshot.o(.bss..L_MergedGlobals) + [Anonymous Symbol] 0x20000420 Section 0 dshot.o(.bss..L_MergedGlobals) + .L_MergedGlobals.1 0x2000047c Data 28 signal.o(.bss..L_MergedGlobals.1) + [Anonymous Symbol] 0x2000047c Section 0 signal.o(.bss..L_MergedGlobals.1) + .L_MergedGlobals.2 0x20000498 Data 124 main.o(.bss..L_MergedGlobals.2) + [Anonymous Symbol] 0x20000498 Section 0 main.o(.bss..L_MergedGlobals.2) + .L_MergedGlobals.3 0x20000514 Data 28 main.o(.bss..L_MergedGlobals.3) + [Anonymous Symbol] 0x20000514 Section 0 main.o(.bss..L_MergedGlobals.3) + Heap_Mem 0x20000860 Data 512 startup_at32f421.o(HEAP) + HEAP 0x20000860 Section 512 startup_at32f421.o(HEAP) + Stack_Mem 0x20000a60 Data 1024 startup_at32f421.o(STACK) + STACK 0x20000a60 Section 1024 startup_at32f421.o(STACK) + __initial_sp 0x20000e60 Data 0 startup_at32f421.o(STACK) Global Symbols Symbol Name Value Ov Type Size Object(Section) - BuildAttributes$$THM_ISAv4$E$P$D$K$B$S$7EM$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$~IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$EBA8$UX$STANDARDLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE - __fp_init_empty 0x00000000 Number 0 fpinit_empty.o ABSOLUTE + BuildAttributes$$THM_ISAv4$E$P$D$K$B$S$7EM$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$~IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEF$EBA8$UX$STANDARDLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE __ARM_exceptions_init - Undefined Weak Reference __alloca_initialize - Undefined Weak Reference __arm_preinit_ - Undefined Weak Reference - __arm_relocate_pie_ - Undefined Weak Reference __cpp_initialize__aeabi_ - Undefined Weak Reference __cxa_finalize - Undefined Weak Reference __rt_locale - Undefined Weak Reference @@ -2406,6 +2461,7 @@ Image Symbol Table _atexit_init - Undefined Weak Reference _call_atexit_fns - Undefined Weak Reference _clock_init - Undefined Weak Reference + _fp_trap_big - Undefined Weak Reference _fp_trap_init - Undefined Weak Reference _fp_trap_shutdown - Undefined Weak Reference _get_lc_collate - Undefined Weak Reference @@ -2436,249 +2492,265 @@ Image Symbol Table __decompress1 0x08001109 Thumb Code 0 __dczerorl2.o(!!dczerorl2) __scatterload_zeroinit 0x08001165 Thumb Code 28 __scatter_zi.o(!!handler_zi) __rt_lib_init 0x08001181 Thumb Code 0 libinit.o(.ARM.Collect$$libinit$$00000000) - __rt_lib_init_alloca_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000030) - __rt_lib_init_argv_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002E) - __rt_lib_init_atexit_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001D) - __rt_lib_init_clock_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000023) - __rt_lib_init_cpp_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000034) - __rt_lib_init_exceptions_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000032) - __rt_lib_init_fp_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000002) - __rt_lib_init_fp_trap_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000021) - __rt_lib_init_getenv_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000025) - __rt_lib_init_heap_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000C) - __rt_lib_init_lc_collate_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000013) - __rt_lib_init_lc_ctype_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000015) - __rt_lib_init_lc_monetary_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000017) - __rt_lib_init_lc_numeric_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000019) - __rt_lib_init_lc_time_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001B) - __rt_lib_init_preinit_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000006) - __rt_lib_init_rand_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000010) - __rt_lib_init_relocate_pie_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000004) - __rt_lib_init_return 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000035) - __rt_lib_init_signal_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001F) - __rt_lib_init_stdio_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000027) - __rt_lib_init_user_alloc_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000E) - __rt_lib_shutdown 0x08001185 Thumb Code 0 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) - __rt_lib_shutdown_cpp_1 0x08001187 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) - __rt_lib_shutdown_fp_trap_1 0x08001187 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) - __rt_lib_shutdown_heap_1 0x08001187 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) - __rt_lib_shutdown_return 0x08001187 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) - __rt_lib_shutdown_signal_1 0x08001187 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) - __rt_lib_shutdown_stdio_1 0x08001187 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) - __rt_lib_shutdown_user_alloc_1 0x08001187 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) - __rt_entry 0x08001189 Thumb Code 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000) - __rt_entry_presh_1 0x08001189 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002) - __rt_entry_sh 0x08001189 Thumb Code 0 __rtentry4.o(.ARM.Collect$$rtentry$$00000004) - __rt_entry_li 0x0800118f Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) - __rt_entry_postsh_1 0x0800118f Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009) - __rt_entry_main 0x08001193 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) - __rt_entry_postli_1 0x08001193 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) - __rt_exit 0x0800119b Thumb Code 0 rtexit.o(.ARM.Collect$$rtexit$$00000000) - __rt_exit_ls 0x0800119d Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000003) - __rt_exit_prels_1 0x0800119d Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002) - __rt_exit_exit 0x080011a1 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000004) - Reset_Handler 0x080011a9 Thumb Code 8 startup_at32f421.o(.text) - CRM_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - ERTC_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - EXINT1_0_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - EXINT3_2_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - FLASH_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - I2C1_ERR_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - I2C1_EVT_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - I2C2_ERR_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - I2C2_EVT_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - PVM_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - SPI1_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - SPI2_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - TMR17_GLOBAL_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - TMR1_BRK_OVF_TRG_HALL_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - TMR1_CH_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - TMR6_GLOBAL_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - USART2_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - WWDT_IRQHandler 0x080011c3 Thumb Code 0 startup_at32f421.o(.text) - __user_initial_stackheap 0x080011c5 Thumb Code 0 startup_at32f421.o(.text) - __aeabi_memclr4 0x080011e9 Thumb Code 0 rt_memclr_w.o(.text) - __aeabi_memclr8 0x080011e9 Thumb Code 0 rt_memclr_w.o(.text) - __rt_memclr_w 0x080011e9 Thumb Code 0 rt_memclr_w.o(.text) - _memset_w 0x080011ed Thumb Code 74 rt_memclr_w.o(.text) - __use_two_region_memory 0x08001237 Thumb Code 2 heapauxi.o(.text) - __rt_heap_escrow$2region 0x08001239 Thumb Code 2 heapauxi.o(.text) - __rt_heap_expand$2region 0x0800123b Thumb Code 2 heapauxi.o(.text) - __user_setup_stackheap 0x0800123d Thumb Code 74 sys_stackheap_outer.o(.text) - exit 0x08001287 Thumb Code 18 exit.o(.text) - __user_libspace 0x08001299 Thumb Code 8 libspace.o(.text) - __user_perproc_libspace 0x08001299 Thumb Code 0 libspace.o(.text) - __user_perthread_libspace 0x08001299 Thumb Code 0 libspace.o(.text) - _sys_exit 0x080012a1 Thumb Code 8 sys_exit.o(.text) - __I$use$semihosting 0x080012ad Thumb Code 0 use_no_semi.o(.text) - __use_no_semihosting_swi 0x080012ad Thumb Code 2 use_no_semi.o(.text) - __semihosting_library_function 0x080012af Thumb Code 0 indicate_semi.o(.text) - ADC1_CMP_IRQHandler 0x080012b1 Thumb Code 26 at32f421_it.o(.text.ADC1_CMP_IRQHandler) - ADC_DMA_Callback 0x080012cd Thumb Code 46 adc.o(.text.ADC_DMA_Callback) - ADC_Init 0x080012fd Thumb Code 278 adc.o(.text.ADC_Init) - BusFault_Handler 0x08001415 Thumb Code 2 at32f421_it.o(.text.BusFault_Handler) - DMA1_Channel1_IRQHandler 0x08001419 Thumb Code 42 at32f421_it.o(.text.DMA1_Channel1_IRQHandler) - DMA1_Channel3_2_IRQHandler 0x08001445 Thumb Code 60 at32f421_it.o(.text.DMA1_Channel3_2_IRQHandler) - DMA1_Channel5_4_IRQHandler 0x08001481 Thumb Code 172 at32f421_it.o(.text.DMA1_Channel5_4_IRQHandler) - DebugMon_Handler 0x0800152d Thumb Code 2 at32f421_it.o(.text.DebugMon_Handler) - EXINT15_4_IRQHandler 0x08001531 Thumb Code 40 at32f421_it.o(.text.EXINT15_4_IRQHandler) - HardFault_Handler 0x08001559 Thumb Code 2 at32f421_it.o(.text.HardFault_Handler) - MX_IWDG_Init 0x0800155d Thumb Code 38 peripherals.o(.text.MX_IWDG_Init) - MemManage_Handler 0x08001585 Thumb Code 2 at32f421_it.o(.text.MemManage_Handler) - NMI_Handler 0x08001589 Thumb Code 2 at32f421_it.o(.text.NMI_Handler) - PendSV_Handler 0x0800158d Thumb Code 2 at32f421_it.o(.text.PendSV_Handler) - PeriodElapsedCallback 0x08001591 Thumb Code 230 main.o(.text.PeriodElapsedCallback) - SVC_Handler 0x08001679 Thumb Code 2 at32f421_it.o(.text.SVC_Handler) - SysTick_Handler 0x0800167d Thumb Code 2 at32f421_it.o(.text.SysTick_Handler) - SystemInit 0x08001681 Thumb Code 140 system_at32f421.o(.text.SystemInit) - TIM1_Init 0x0800170d Thumb Code 278 peripherals.o(.text.TIM1_Init) - TMR14_GLOBAL_IRQHandler 0x08001825 Thumb Code 18 at32f421_it.o(.text.TMR14_GLOBAL_IRQHandler) - TMR15_GLOBAL_IRQHandler 0x08001839 Thumb Code 22 at32f421_it.o(.text.TMR15_GLOBAL_IRQHandler) - TMR16_GLOBAL_IRQHandler 0x08001851 Thumb Code 16 at32f421_it.o(.text.TMR16_GLOBAL_IRQHandler) - TMR3_GLOBAL_IRQHandler 0x08001861 Thumb Code 34 at32f421_it.o(.text.TMR3_GLOBAL_IRQHandler) - USART1_IRQHandler 0x08001885 Thumb Code 2 at32f421_it.o(.text.USART1_IRQHandler) - UsageFault_Handler 0x08001889 Thumb Code 2 at32f421_it.o(.text.UsageFault_Handler) - adc_base_config 0x080018b9 Thumb Code 68 at32f421_adc.o(.text.adc_base_config) - adc_base_default_para_init 0x080018fd Thumb Code 8 at32f421_adc.o(.text.adc_base_default_para_init) - adc_calibration_init 0x08001905 Thumb Code 10 at32f421_adc.o(.text.adc_calibration_init) - adc_calibration_init_status_get 0x08001911 Thumb Code 8 at32f421_adc.o(.text.adc_calibration_init_status_get) - adc_calibration_start 0x08001919 Thumb Code 10 at32f421_adc.o(.text.adc_calibration_start) - adc_calibration_status_get 0x08001925 Thumb Code 8 at32f421_adc.o(.text.adc_calibration_status_get) - adc_dma_mode_enable 0x0800192d Thumb Code 18 at32f421_adc.o(.text.adc_dma_mode_enable) - adc_enable 0x08001941 Thumb Code 10 at32f421_adc.o(.text.adc_enable) - adc_ordinary_channel_set 0x0800194d Thumb Code 602 at32f421_adc.o(.text.adc_ordinary_channel_set) - adc_ordinary_conversion_trigger_set 0x08001ba9 Thumb Code 42 at32f421_adc.o(.text.adc_ordinary_conversion_trigger_set) - adc_ordinary_software_trigger_enable 0x08001bd5 Thumb Code 18 at32f421_adc.o(.text.adc_ordinary_software_trigger_enable) - adc_tempersensor_vintrv_enable 0x08001be9 Thumb Code 26 at32f421_adc.o(.text.adc_tempersensor_vintrv_enable) - allOff 0x08001c05 Thumb Code 138 phaseouts.o(.text.allOff) - allpwm 0x08001c91 Thumb Code 186 phaseouts.o(.text.allpwm) - changeCompInput 0x08001d4d Thumb Code 130 comparator.o(.text.changeCompInput) - cmp_enable 0x08001dd1 Thumb Code 22 at32f421_cmp.o(.text.cmp_enable) - comStep 0x08001de9 Thumb Code 952 phaseouts.o(.text.comStep) - computeDshotDMA 0x080021a1 Thumb Code 1224 dshot.o(.text.computeDshotDMA) - computeServoInput 0x08002669 Thumb Code 484 signal.o(.text.computeServoInput) - crm_adc_clock_div_set 0x0800284d Thumb Code 28 at32f421_crm.o(.text.crm_adc_clock_div_set) - crm_ahb_div_set 0x08002869 Thumb Code 26 at32f421_crm.o(.text.crm_ahb_div_set) - crm_apb1_div_set 0x08002885 Thumb Code 26 at32f421_crm.o(.text.crm_apb1_div_set) - crm_apb2_div_set 0x080028a1 Thumb Code 26 at32f421_crm.o(.text.crm_apb2_div_set) - crm_auto_step_mode_enable 0x080028bd Thumb Code 24 at32f421_crm.o(.text.crm_auto_step_mode_enable) - crm_clock_source_enable 0x080028d5 Thumb Code 130 at32f421_crm.o(.text.crm_clock_source_enable) - crm_clocks_freq_get 0x08002959 Thumb Code 264 at32f421_crm.o(.text.crm_clocks_freq_get) - crm_flag_get 0x08002a79 Thumb Code 26 at32f421_crm.o(.text.crm_flag_get) - crm_periph_clock_enable 0x08002a95 Thumb Code 40 at32f421_crm.o(.text.crm_periph_clock_enable) - crm_periph_reset 0x08002abd Thumb Code 40 at32f421_crm.o(.text.crm_periph_reset) - crm_pll_config 0x08002ae5 Thumb Code 78 at32f421_crm.o(.text.crm_pll_config) - crm_reset 0x08002b35 Thumb Code 122 at32f421_crm.o(.text.crm_reset) - crm_sysclk_switch 0x08002bb1 Thumb Code 18 at32f421_crm.o(.text.crm_sysclk_switch) - crm_sysclk_switch_status_get 0x08002bc5 Thumb Code 16 at32f421_crm.o(.text.crm_sysclk_switch_status_get) - delayMicros 0x08002bd5 Thumb Code 44 functions.o(.text.delayMicros) - delayMillis 0x08002c01 Thumb Code 78 functions.o(.text.delayMillis) - detectInput 0x08002c51 Thumb Code 568 signal.o(.text.detectInput) - dma_channel_enable 0x08002e89 Thumb Code 10 at32f421_dma.o(.text.dma_channel_enable) - dma_default_para_init 0x08002e95 Thumb Code 14 at32f421_dma.o(.text.dma_default_para_init) - dma_flag_get 0x08002ea5 Thumb Code 16 at32f421_dma.o(.text.dma_flag_get) - dma_init 0x08002eb5 Thumb Code 124 at32f421_dma.o(.text.dma_init) - dma_reset 0x08002f31 Thumb Code 64 at32f421_dma.o(.text.dma_reset) - enableCompInterrupts 0x08002f71 Thumb Code 18 comparator.o(.text.enableCompInterrupts) - enableCorePeripherals 0x08002f85 Thumb Code 270 peripherals.o(.text.enableCorePeripherals) - enableHalfTransferInt 0x08003095 Thumb Code 16 io.o(.text.enableHalfTransferInt) - flash_flag_clear 0x080030a5 Thumb Code 12 at32f421_flash.o(.text.flash_flag_clear) - flash_lock 0x080030b1 Thumb Code 18 at32f421_flash.o(.text.flash_lock) - flash_sector_erase 0x080030c5 Thumb Code 398 at32f421_flash.o(.text.flash_sector_erase) - flash_unlock 0x08003255 Thumb Code 30 at32f421_flash.o(.text.flash_unlock) - flash_word_program 0x08003275 Thumb Code 390 at32f421_flash.o(.text.flash_word_program) - fullBrake 0x080033fd Thumb Code 140 phaseouts.o(.text.fullBrake) - generatePwmTimerEvent 0x08003489 Thumb Code 18 peripherals.o(.text.generatePwmTimerEvent) - getAbsDif 0x0800349d Thumb Code 8 functions.o(.text.getAbsDif) - getCompOutputLevel 0x080034a5 Thumb Code 14 comparator.o(.text.getCompOutputLevel) - getConvertedDegrees 0x080034b5 Thumb Code 38 adc.o(.text.getConvertedDegrees) - getInputPinState 0x080034dd Thumb Code 14 io.o(.text.getInputPinState) - gpio_init 0x080034ed Thumb Code 118 at32f421_gpio.o(.text.gpio_init) - gpio_mode_QUICK 0x08003565 Thumb Code 22 functions.o(.text.gpio_mode_QUICK) - gpio_pin_mux_config 0x0800357d Thumb Code 44 at32f421_gpio.o(.text.gpio_pin_mux_config) - initAfterJump 0x080035a9 Thumb Code 4 peripherals.o(.text.initAfterJump) - initCorePeripherals 0x080035ad Thumb Code 402 peripherals.o(.text.initCorePeripherals) - interruptRoutine 0x08003741 Thumb Code 244 main.o(.text.interruptRoutine) - loadEEpromSettings 0x08003835 Thumb Code 830 main.o(.text.loadEEpromSettings) - main 0x08003b75 Thumb Code 3176 main.o(.text.main) - makeTelemPackage 0x080047dd Thumb Code 270 serial_telemetry.o(.text.makeTelemPackage) - make_dshot_package 0x080048ed Thumb Code 484 dshot.o(.text.make_dshot_package) - map 0x08004ad1 Thumb Code 40 functions.o(.text.map) - maskPhaseInterrupts 0x08004af9 Thumb Code 24 comparator.o(.text.maskPhaseInterrupts) - nvic_irq_enable 0x08004b11 Thumb Code 114 at32f421_misc.o(.text.nvic_irq_enable) - playBeaconTune3 0x08004b85 Thumb Code 148 sounds.o(.text.playBeaconTune3) - playBlueJayTune 0x08004c19 Thumb Code 298 sounds.o(.text.playBlueJayTune) - playChangedTone 0x08004d45 Thumb Code 104 sounds.o(.text.playChangedTone) - playDefaultTone 0x08004dad Thumb Code 104 sounds.o(.text.playDefaultTone) - playInputTune 0x08004e15 Thumb Code 122 sounds.o(.text.playInputTune) - playInputTune2 0x08004e91 Thumb Code 124 sounds.o(.text.playInputTune2) - playStartupTune 0x08004f0d Thumb Code 140 sounds.o(.text.playStartupTune) - processDshot 0x08004f99 Thumb Code 56 main.o(.text.processDshot) - proportionalBrake 0x08004fd1 Thumb Code 120 phaseouts.o(.text.proportionalBrake) - read_flash_bin 0x08005049 Thumb Code 98 eeprom.o(.text.read_flash_bin) - receiveDshotDma 0x080050ad Thumb Code 128 io.o(.text.receiveDshotDma) - resetInputCaptureTimer 0x0800512d Thumb Code 16 peripherals.o(.text.resetInputCaptureTimer) - saveEEpromSettings 0x0800513d Thumb Code 132 main.o(.text.saveEEpromSettings) - save_flash_nolib 0x080051c1 Thumb Code 290 eeprom.o(.text.save_flash_nolib) - sendDshotDma 0x080052e5 Thumb Code 154 io.o(.text.sendDshotDma) - send_telem_DMA 0x08005381 Thumb Code 28 serial_telemetry.o(.text.send_telem_DMA) - setInput 0x0800539d Thumb Code 1646 main.o(.text.setInput) - setInputPolarityRising 0x08005a0d Thumb Code 18 io.o(.text.setInputPolarityRising) - setPWMCompare1 0x08005a21 Thumb Code 12 peripherals.o(.text.setPWMCompare1) - setPWMCompare2 0x08005a2d Thumb Code 12 peripherals.o(.text.setPWMCompare2) - setPWMCompare3 0x08005a39 Thumb Code 12 peripherals.o(.text.setPWMCompare3) - setVolume 0x08005a45 Thumb Code 20 sounds.o(.text.setVolume) - startMotor 0x08005a59 Thumb Code 188 main.o(.text.startMotor) - system_clock_config 0x08005b15 Thumb Code 118 peripherals.o(.text.system_clock_config) - system_core_clock_update 0x08005b8d Thumb Code 224 system_at32f421.o(.text.system_core_clock_update) - telem_UART_Init 0x08005c7d Thumb Code 244 serial_telemetry.o(.text.telem_UART_Init) - tenKhzRoutine 0x08005d71 Thumb Code 1140 main.o(.text.tenKhzRoutine) - tmr_channel_enable 0x080061e5 Thumb Code 150 at32f421_tmr.o(.text.tmr_channel_enable) - tmr_output_channel_buffer_enable 0x0800627d Thumb Code 98 at32f421_tmr.o(.text.tmr_output_channel_buffer_enable) - tmr_period_buffer_enable 0x080062e1 Thumb Code 18 at32f421_tmr.o(.text.tmr_period_buffer_enable) - tmr_reset 0x080062f5 Thumb Code 186 at32f421_tmr.o(.text.tmr_reset) - transfercomplete 0x080063b1 Thumb Code 382 signal.o(.text.transfercomplete) - usart_dma_transmitter_enable 0x08006531 Thumb Code 18 at32f421_usart.o(.text.usart_dma_transmitter_enable) - usart_enable 0x08006545 Thumb Code 18 at32f421_usart.o(.text.usart_enable) - usart_init 0x08006559 Thumb Code 134 at32f421_usart.o(.text.usart_init) - usart_receiver_enable 0x080065e1 Thumb Code 18 at32f421_usart.o(.text.usart_receiver_enable) - usart_single_line_halfduplex_select 0x080065f5 Thumb Code 18 at32f421_usart.o(.text.usart_single_line_halfduplex_select) - usart_transmitter_enable 0x08006609 Thumb Code 18 at32f421_usart.o(.text.usart_transmitter_enable) - zcfoundroutine 0x0800661d Thumb Code 282 main.o(.text.zcfoundroutine) - __aeabi_fadd 0x08006739 Thumb Code 0 faddsub_clz.o(x$fpl$fadd) - _fadd 0x08006739 Thumb Code 196 faddsub_clz.o(x$fpl$fadd) - __aeabi_fcmpeq 0x080067fd Thumb Code 0 fcmp.o(x$fpl$fcmp) - _feq 0x080067fd Thumb Code 14 fcmp.o(x$fpl$fcmp) - _fneq 0x0800680b Thumb Code 14 fcmp.o(x$fpl$fcmp) - __aeabi_fcmpgt 0x08006819 Thumb Code 0 fcmp.o(x$fpl$fcmp) - _fgr 0x08006819 Thumb Code 14 fcmp.o(x$fpl$fcmp) - __aeabi_fcmpge 0x08006827 Thumb Code 0 fcmp.o(x$fpl$fcmp) - _fgeq 0x08006827 Thumb Code 14 fcmp.o(x$fpl$fcmp) - __aeabi_fcmple 0x08006835 Thumb Code 0 fcmp.o(x$fpl$fcmp) - _fleq 0x08006835 Thumb Code 14 fcmp.o(x$fpl$fcmp) - __aeabi_fcmplt 0x08006843 Thumb Code 0 fcmp.o(x$fpl$fcmp) - _fls 0x08006843 Thumb Code 14 fcmp.o(x$fpl$fcmp) - __fpl_fcmp_Inf 0x08006851 Thumb Code 24 fcmpi.o(x$fpl$fcmpinf) - __aeabi_fdiv 0x08006869 Thumb Code 0 fdiv.o(x$fpl$fdiv) - _fdiv 0x08006869 Thumb Code 384 fdiv.o(x$fpl$fdiv) - __aeabi_cfcmpeq 0x080069ed Thumb Code 0 feqf.o(x$fpl$feqf) - _fcmpeq 0x080069ed Thumb Code 104 feqf.o(x$fpl$feqf) - __aeabi_f2iz 0x08006a55 Thumb Code 0 ffix.o(x$fpl$ffix) - _ffix 0x08006a55 Thumb Code 54 ffix.o(x$fpl$ffix) - __aeabi_i2f 0x08006a8d Thumb Code 0 fflt_clz.o(x$fpl$fflt) - _fflt 0x08006a8d Thumb Code 48 fflt_clz.o(x$fpl$fflt) - _fcmpge 0x08006abd Thumb Code 104 fgeqf.o(x$fpl$fgeqf) - __aeabi_cfcmple 0x08006b25 Thumb Code 0 fleqf.o(x$fpl$fleqf) - _fcmple 0x08006b25 Thumb Code 104 fleqf.o(x$fpl$fleqf) - __fpl_fcmple_InfNaN 0x08006b77 Thumb Code 0 fleqf.o(x$fpl$fleqf) - __fpl_fnaninf 0x08006b8d Thumb Code 140 fnaninf.o(x$fpl$fnaninf) - __fpl_fretinf 0x08006c19 Thumb Code 10 fretinf.o(x$fpl$fretinf) - __aeabi_fsub 0x08006c25 Thumb Code 0 faddsub_clz.o(x$fpl$fsub) - _fsub 0x08006c25 Thumb Code 234 faddsub_clz.o(x$fpl$fsub) - __I$use$fp 0x08006d0e Number 0 usenofp.o(x$fpl$usenofp) - gcr_encode_table 0x08006d16 Data 16 dshot.o(.rodata.gcr_encode_table) - Region$$Table$$Base 0x08006d28 Number 0 anon$$obj.o(Region$$Table) - Region$$Table$$Limit 0x08006d48 Number 0 anon$$obj.o(Region$$Table) + __rt_lib_init_fp_1 0x08001183 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000001) + __rt_lib_init_alloca_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002E) + __rt_lib_init_argv_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002C) + __rt_lib_init_atexit_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001B) + __rt_lib_init_clock_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000021) + __rt_lib_init_cpp_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000032) + __rt_lib_init_exceptions_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000030) + __rt_lib_init_fp_trap_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001F) + __rt_lib_init_getenv_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000023) + __rt_lib_init_heap_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000A) + __rt_lib_init_lc_collate_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000011) + __rt_lib_init_lc_ctype_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000013) + __rt_lib_init_lc_monetary_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000015) + __rt_lib_init_lc_numeric_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000017) + __rt_lib_init_lc_time_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000019) + __rt_lib_init_preinit_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000004) + __rt_lib_init_rand_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000E) + __rt_lib_init_return 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000033) + __rt_lib_init_signal_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001D) + __rt_lib_init_stdio_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000025) + __rt_lib_init_user_alloc_1 0x08001187 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000C) + __rt_lib_shutdown 0x08001189 Thumb Code 0 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) + __rt_lib_shutdown_cpp_1 0x0800118b Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) + __rt_lib_shutdown_fp_trap_1 0x0800118b Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) + __rt_lib_shutdown_heap_1 0x0800118b Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) + __rt_lib_shutdown_return 0x0800118b Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) + __rt_lib_shutdown_signal_1 0x0800118b Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) + __rt_lib_shutdown_stdio_1 0x0800118b Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) + __rt_lib_shutdown_user_alloc_1 0x0800118b Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) + __rt_entry 0x0800118d Thumb Code 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000) + __rt_entry_presh_1 0x0800118d Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002) + __rt_entry_sh 0x0800118d Thumb Code 0 __rtentry4.o(.ARM.Collect$$rtentry$$00000004) + __rt_entry_li 0x08001193 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) + __rt_entry_postsh_1 0x08001193 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009) + __rt_entry_main 0x08001197 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) + __rt_entry_postli_1 0x08001197 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) + __rt_exit 0x0800119f Thumb Code 0 rtexit.o(.ARM.Collect$$rtexit$$00000000) + __rt_exit_ls 0x080011a1 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000003) + __rt_exit_prels_1 0x080011a1 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002) + __rt_exit_exit 0x080011a5 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000004) + Reset_Handler 0x080011ad Thumb Code 8 startup_at32f421.o(.text) + CRM_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + ERTC_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + EXINT1_0_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + EXINT3_2_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + FLASH_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + I2C1_ERR_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + I2C1_EVT_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + I2C2_ERR_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + I2C2_EVT_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + PVM_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + SPI1_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + SPI2_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + TMR17_GLOBAL_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + TMR1_BRK_OVF_TRG_HALL_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + TMR1_CH_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + TMR6_GLOBAL_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + USART2_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + WWDT_IRQHandler 0x080011c7 Thumb Code 0 startup_at32f421.o(.text) + __user_initial_stackheap 0x080011c9 Thumb Code 0 startup_at32f421.o(.text) + __aeabi_memclr4 0x080011ed Thumb Code 0 rt_memclr_w.o(.text) + __aeabi_memclr8 0x080011ed Thumb Code 0 rt_memclr_w.o(.text) + __rt_memclr_w 0x080011ed Thumb Code 0 rt_memclr_w.o(.text) + _memset_w 0x080011f1 Thumb Code 74 rt_memclr_w.o(.text) + __use_two_region_memory 0x0800123b Thumb Code 2 heapauxi.o(.text) + __rt_heap_escrow$2region 0x0800123d Thumb Code 2 heapauxi.o(.text) + __rt_heap_expand$2region 0x0800123f Thumb Code 2 heapauxi.o(.text) + __rt_fp_status_addr 0x08001241 Thumb Code 8 rt_fp_status_addr_intlibspace.o(.text) + __user_libspace 0x08001249 Thumb Code 8 libspace.o(.text) + __user_perproc_libspace 0x08001249 Thumb Code 0 libspace.o(.text) + __user_perthread_libspace 0x08001249 Thumb Code 0 libspace.o(.text) + __user_setup_stackheap 0x08001251 Thumb Code 74 sys_stackheap_outer.o(.text) + _fp_trap 0x0800129d Thumb Code 44 _fptrap.o(.text) + exit 0x080012cd Thumb Code 18 exit.o(.text) + __rt_SIGFPE 0x080012df Thumb Code 14 defsig_fpe_outer.o(.text) + __sig_exit 0x080012ed Thumb Code 10 defsig_exit.o(.text) + __rt_SIGFPE_inner 0x080012f9 Thumb Code 62 defsig_fpe_inner.o(.text) + _sys_exit 0x080013a5 Thumb Code 8 sys_exit.o(.text) + __default_signal_display 0x080013b1 Thumb Code 50 defsig_general.o(.text) + _ttywrch 0x080013e3 Thumb Code 14 sys_wrch.o(.text) + __I$use$semihosting 0x080013f1 Thumb Code 0 use_no_semi.o(.text) + __use_no_semihosting_swi 0x080013f1 Thumb Code 2 use_no_semi.o(.text) + __semihosting_library_function 0x080013f3 Thumb Code 0 indicate_semi.o(.text) + ADC1_CMP_IRQHandler 0x080013f5 Thumb Code 26 at32f421_it.o(.text.ADC1_CMP_IRQHandler) + ADC_DMA_Callback 0x08001411 Thumb Code 46 adc.o(.text.ADC_DMA_Callback) + ADC_Init 0x08001441 Thumb Code 278 adc.o(.text.ADC_Init) + BusFault_Handler 0x08001559 Thumb Code 2 at32f421_it.o(.text.BusFault_Handler) + DMA1_Channel1_IRQHandler 0x0800155d Thumb Code 42 at32f421_it.o(.text.DMA1_Channel1_IRQHandler) + DMA1_Channel3_2_IRQHandler 0x08001589 Thumb Code 60 at32f421_it.o(.text.DMA1_Channel3_2_IRQHandler) + DMA1_Channel5_4_IRQHandler 0x080015c5 Thumb Code 172 at32f421_it.o(.text.DMA1_Channel5_4_IRQHandler) + DebugMon_Handler 0x08001671 Thumb Code 2 at32f421_it.o(.text.DebugMon_Handler) + EXINT15_4_IRQHandler 0x08001675 Thumb Code 40 at32f421_it.o(.text.EXINT15_4_IRQHandler) + HardFault_Handler 0x0800169d Thumb Code 2 at32f421_it.o(.text.HardFault_Handler) + MX_IWDG_Init 0x080016a1 Thumb Code 38 peripherals.o(.text.MX_IWDG_Init) + MemManage_Handler 0x080016c9 Thumb Code 2 at32f421_it.o(.text.MemManage_Handler) + NMI_Handler 0x080016cd Thumb Code 2 at32f421_it.o(.text.NMI_Handler) + PendSV_Handler 0x080016d1 Thumb Code 2 at32f421_it.o(.text.PendSV_Handler) + PeriodElapsedCallback 0x080016d5 Thumb Code 226 main.o(.text.PeriodElapsedCallback) + SVC_Handler 0x080017b9 Thumb Code 2 at32f421_it.o(.text.SVC_Handler) + SysTick_Handler 0x080017bd Thumb Code 2 at32f421_it.o(.text.SysTick_Handler) + SystemInit 0x080017c1 Thumb Code 140 system_at32f421.o(.text.SystemInit) + TIM1_Init 0x0800184d Thumb Code 278 peripherals.o(.text.TIM1_Init) + TMR14_GLOBAL_IRQHandler 0x08001965 Thumb Code 18 at32f421_it.o(.text.TMR14_GLOBAL_IRQHandler) + TMR15_GLOBAL_IRQHandler 0x08001979 Thumb Code 22 at32f421_it.o(.text.TMR15_GLOBAL_IRQHandler) + TMR16_GLOBAL_IRQHandler 0x08001991 Thumb Code 16 at32f421_it.o(.text.TMR16_GLOBAL_IRQHandler) + TMR3_GLOBAL_IRQHandler 0x080019a1 Thumb Code 34 at32f421_it.o(.text.TMR3_GLOBAL_IRQHandler) + USART1_IRQHandler 0x080019c5 Thumb Code 2 at32f421_it.o(.text.USART1_IRQHandler) + UsageFault_Handler 0x080019c9 Thumb Code 2 at32f421_it.o(.text.UsageFault_Handler) + adc_base_config 0x080019f9 Thumb Code 68 at32f421_adc.o(.text.adc_base_config) + adc_base_default_para_init 0x08001a3d Thumb Code 8 at32f421_adc.o(.text.adc_base_default_para_init) + adc_calibration_init 0x08001a45 Thumb Code 10 at32f421_adc.o(.text.adc_calibration_init) + adc_calibration_init_status_get 0x08001a51 Thumb Code 8 at32f421_adc.o(.text.adc_calibration_init_status_get) + adc_calibration_start 0x08001a59 Thumb Code 10 at32f421_adc.o(.text.adc_calibration_start) + adc_calibration_status_get 0x08001a65 Thumb Code 8 at32f421_adc.o(.text.adc_calibration_status_get) + adc_dma_mode_enable 0x08001a6d Thumb Code 18 at32f421_adc.o(.text.adc_dma_mode_enable) + adc_enable 0x08001a81 Thumb Code 10 at32f421_adc.o(.text.adc_enable) + adc_ordinary_channel_set 0x08001a8d Thumb Code 558 at32f421_adc.o(.text.adc_ordinary_channel_set) + adc_ordinary_conversion_trigger_set 0x08001cbd Thumb Code 42 at32f421_adc.o(.text.adc_ordinary_conversion_trigger_set) + adc_ordinary_software_trigger_enable 0x08001ce9 Thumb Code 18 at32f421_adc.o(.text.adc_ordinary_software_trigger_enable) + adc_tempersensor_vintrv_enable 0x08001cfd Thumb Code 26 at32f421_adc.o(.text.adc_tempersensor_vintrv_enable) + advanceincrement 0x08001d19 Thumb Code 316 main.o(.text.advanceincrement) + allOff 0x08001e55 Thumb Code 138 phaseouts.o(.text.allOff) + allpwm 0x08001ee1 Thumb Code 186 phaseouts.o(.text.allpwm) + changeCompInput 0x08001f9d Thumb Code 130 comparator.o(.text.changeCompInput) + cmp_enable 0x08002021 Thumb Code 22 at32f421_cmp.o(.text.cmp_enable) + comStep 0x08002039 Thumb Code 952 phaseouts.o(.text.comStep) + computeDshotDMA 0x080023f1 Thumb Code 1240 dshot.o(.text.computeDshotDMA) + computeServoInput 0x080028c9 Thumb Code 484 signal.o(.text.computeServoInput) + crm_adc_clock_div_set 0x08002aad Thumb Code 30 at32f421_crm.o(.text.crm_adc_clock_div_set) + crm_ahb_div_set 0x08002acd Thumb Code 26 at32f421_crm.o(.text.crm_ahb_div_set) + crm_apb1_div_set 0x08002ae9 Thumb Code 26 at32f421_crm.o(.text.crm_apb1_div_set) + crm_apb2_div_set 0x08002b05 Thumb Code 26 at32f421_crm.o(.text.crm_apb2_div_set) + crm_auto_step_mode_enable 0x08002b21 Thumb Code 24 at32f421_crm.o(.text.crm_auto_step_mode_enable) + crm_clock_source_enable 0x08002b39 Thumb Code 130 at32f421_crm.o(.text.crm_clock_source_enable) + crm_clocks_freq_get 0x08002bbd Thumb Code 264 at32f421_crm.o(.text.crm_clocks_freq_get) + crm_flag_get 0x08002cdd Thumb Code 26 at32f421_crm.o(.text.crm_flag_get) + crm_periph_clock_enable 0x08002cf9 Thumb Code 40 at32f421_crm.o(.text.crm_periph_clock_enable) + crm_periph_reset 0x08002d21 Thumb Code 40 at32f421_crm.o(.text.crm_periph_reset) + crm_pll_config 0x08002d49 Thumb Code 80 at32f421_crm.o(.text.crm_pll_config) + crm_reset 0x08002d99 Thumb Code 122 at32f421_crm.o(.text.crm_reset) + crm_sysclk_switch 0x08002e15 Thumb Code 18 at32f421_crm.o(.text.crm_sysclk_switch) + crm_sysclk_switch_status_get 0x08002e29 Thumb Code 16 at32f421_crm.o(.text.crm_sysclk_switch_status_get) + delayMicros 0x08002e39 Thumb Code 44 functions.o(.text.delayMicros) + delayMillis 0x08002e65 Thumb Code 78 functions.o(.text.delayMillis) + detectInput 0x08002eb5 Thumb Code 606 signal.o(.text.detectInput) + dma_channel_enable 0x08003115 Thumb Code 10 at32f421_dma.o(.text.dma_channel_enable) + dma_default_para_init 0x08003121 Thumb Code 14 at32f421_dma.o(.text.dma_default_para_init) + dma_flag_get 0x08003131 Thumb Code 16 at32f421_dma.o(.text.dma_flag_get) + dma_init 0x08003141 Thumb Code 124 at32f421_dma.o(.text.dma_init) + dma_reset 0x080031bd Thumb Code 66 at32f421_dma.o(.text.dma_reset) + enableCompInterrupts 0x08003201 Thumb Code 18 comparator.o(.text.enableCompInterrupts) + enableCorePeripherals 0x08003215 Thumb Code 270 peripherals.o(.text.enableCorePeripherals) + enableHalfTransferInt 0x08003325 Thumb Code 16 io.o(.text.enableHalfTransferInt) + flash_flag_clear 0x08003335 Thumb Code 12 at32f421_flash.o(.text.flash_flag_clear) + flash_lock 0x08003341 Thumb Code 18 at32f421_flash.o(.text.flash_lock) + flash_sector_erase 0x08003355 Thumb Code 398 at32f421_flash.o(.text.flash_sector_erase) + flash_unlock 0x080034e5 Thumb Code 30 at32f421_flash.o(.text.flash_unlock) + flash_word_program 0x08003505 Thumb Code 390 at32f421_flash.o(.text.flash_word_program) + fullBrake 0x0800368d Thumb Code 140 phaseouts.o(.text.fullBrake) + generatePwmTimerEvent 0x08003719 Thumb Code 18 peripherals.o(.text.generatePwmTimerEvent) + getAbsDif 0x0800372d Thumb Code 8 functions.o(.text.getAbsDif) + getCompOutputLevel 0x08003735 Thumb Code 14 comparator.o(.text.getCompOutputLevel) + getConvertedDegrees 0x08003745 Thumb Code 38 adc.o(.text.getConvertedDegrees) + getInputPinState 0x0800376d Thumb Code 14 io.o(.text.getInputPinState) + gpio_init 0x0800377d Thumb Code 132 at32f421_gpio.o(.text.gpio_init) + gpio_mode_QUICK 0x08003801 Thumb Code 22 functions.o(.text.gpio_mode_QUICK) + gpio_pin_mux_config 0x08003819 Thumb Code 46 at32f421_gpio.o(.text.gpio_pin_mux_config) + initAfterJump 0x08003849 Thumb Code 4 peripherals.o(.text.initAfterJump) + initCorePeripherals 0x0800384d Thumb Code 402 peripherals.o(.text.initCorePeripherals) + interruptRoutine 0x080039e1 Thumb Code 252 main.o(.text.interruptRoutine) + loadEEpromSettings 0x08003add Thumb Code 830 main.o(.text.loadEEpromSettings) + main 0x08003e1d Thumb Code 2280 main.o(.text.main) + makeTelemPackage 0x08004705 Thumb Code 262 serial_telemetry.o(.text.makeTelemPackage) + make_dshot_package 0x0800480d Thumb Code 492 dshot.o(.text.make_dshot_package) + map 0x080049f9 Thumb Code 84 functions.o(.text.map) + maskPhaseInterrupts 0x08004a4d Thumb Code 24 comparator.o(.text.maskPhaseInterrupts) + nvic_irq_enable 0x08004a65 Thumb Code 110 at32f421_misc.o(.text.nvic_irq_enable) + playBeaconTune3 0x08004ad5 Thumb Code 148 sounds.o(.text.playBeaconTune3) + playBlueJayTune 0x08004b69 Thumb Code 298 sounds.o(.text.playBlueJayTune) + playChangedTone 0x08004c95 Thumb Code 104 sounds.o(.text.playChangedTone) + playDefaultTone 0x08004cfd Thumb Code 104 sounds.o(.text.playDefaultTone) + playInputTune 0x08004d65 Thumb Code 122 sounds.o(.text.playInputTune) + playInputTune2 0x08004de1 Thumb Code 124 sounds.o(.text.playInputTune2) + playStartupTune 0x08004e5d Thumb Code 140 sounds.o(.text.playStartupTune) + processDshot 0x08004ee9 Thumb Code 56 main.o(.text.processDshot) + proportionalBrake 0x08004f21 Thumb Code 120 phaseouts.o(.text.proportionalBrake) + read_flash_bin 0x08004f99 Thumb Code 98 eeprom.o(.text.read_flash_bin) + receiveDshotDma 0x08004ffd Thumb Code 128 io.o(.text.receiveDshotDma) + resetInputCaptureTimer 0x0800507d Thumb Code 16 peripherals.o(.text.resetInputCaptureTimer) + saveEEpromSettings 0x0800508d Thumb Code 132 main.o(.text.saveEEpromSettings) + save_flash_nolib 0x08005111 Thumb Code 378 eeprom.o(.text.save_flash_nolib) + sendDshotDma 0x0800528d Thumb Code 154 io.o(.text.sendDshotDma) + send_telem_DMA 0x08005329 Thumb Code 28 serial_telemetry.o(.text.send_telem_DMA) + setInput 0x08005345 Thumb Code 1630 main.o(.text.setInput) + setInputPolarityRising 0x080059a5 Thumb Code 18 io.o(.text.setInputPolarityRising) + setPWMCompare1 0x080059b9 Thumb Code 12 peripherals.o(.text.setPWMCompare1) + setPWMCompare2 0x080059c5 Thumb Code 12 peripherals.o(.text.setPWMCompare2) + setPWMCompare3 0x080059d1 Thumb Code 12 peripherals.o(.text.setPWMCompare3) + setVolume 0x080059dd Thumb Code 20 sounds.o(.text.setVolume) + startMotor 0x080059f1 Thumb Code 190 main.o(.text.startMotor) + system_clock_config 0x08005ab1 Thumb Code 118 peripherals.o(.text.system_clock_config) + system_core_clock_update 0x08005b29 Thumb Code 220 system_at32f421.o(.text.system_core_clock_update) + telem_UART_Init 0x08005c15 Thumb Code 244 serial_telemetry.o(.text.telem_UART_Init) + tenKhzRoutine 0x08005d09 Thumb Code 1080 main.o(.text.tenKhzRoutine) + tmr_channel_enable 0x08006141 Thumb Code 160 at32f421_tmr.o(.text.tmr_channel_enable) + tmr_output_channel_buffer_enable 0x080061e1 Thumb Code 72 at32f421_tmr.o(.text.tmr_output_channel_buffer_enable) + tmr_period_buffer_enable 0x08006229 Thumb Code 18 at32f421_tmr.o(.text.tmr_period_buffer_enable) + tmr_reset 0x0800623d Thumb Code 186 at32f421_tmr.o(.text.tmr_reset) + transfercomplete 0x080062f9 Thumb Code 388 signal.o(.text.transfercomplete) + usart_dma_transmitter_enable 0x0800647d Thumb Code 18 at32f421_usart.o(.text.usart_dma_transmitter_enable) + usart_enable 0x08006491 Thumb Code 18 at32f421_usart.o(.text.usart_enable) + usart_init 0x080064a5 Thumb Code 134 at32f421_usart.o(.text.usart_init) + usart_receiver_enable 0x0800652d Thumb Code 18 at32f421_usart.o(.text.usart_receiver_enable) + usart_single_line_halfduplex_select 0x08006541 Thumb Code 18 at32f421_usart.o(.text.usart_single_line_halfduplex_select) + usart_transmitter_enable 0x08006555 Thumb Code 18 at32f421_usart.o(.text.usart_transmitter_enable) + zcfoundroutine 0x08006569 Thumb Code 282 main.o(.text.zcfoundroutine) + __fpl_exception 0x08006685 Thumb Code 414 except.o(x$fpl$exception) + __aeabi_fadd 0x0800683d Thumb Code 0 faddsub_clz.o(x$fpl$fadd) + _fadd 0x0800683d Thumb Code 320 faddsub_clz.o(x$fpl$fadd) + __aeabi_fcmpeq 0x0800697d Thumb Code 0 fcmp.o(x$fpl$fcmp) + _feq 0x0800697d Thumb Code 14 fcmp.o(x$fpl$fcmp) + _fneq 0x0800698b Thumb Code 14 fcmp.o(x$fpl$fcmp) + __aeabi_fcmpgt 0x08006999 Thumb Code 0 fcmp.o(x$fpl$fcmp) + _fgr 0x08006999 Thumb Code 14 fcmp.o(x$fpl$fcmp) + __aeabi_fcmpge 0x080069a7 Thumb Code 0 fcmp.o(x$fpl$fcmp) + _fgeq 0x080069a7 Thumb Code 14 fcmp.o(x$fpl$fcmp) + __aeabi_fcmple 0x080069b5 Thumb Code 0 fcmp.o(x$fpl$fcmp) + _fleq 0x080069b5 Thumb Code 14 fcmp.o(x$fpl$fcmp) + __aeabi_fcmplt 0x080069c3 Thumb Code 0 fcmp.o(x$fpl$fcmp) + _fls 0x080069c3 Thumb Code 14 fcmp.o(x$fpl$fcmp) + __fpl_fcmp_Inf 0x080069d1 Thumb Code 24 fcmpi.o(x$fpl$fcmpinf) + __aeabi_fdiv 0x080069e9 Thumb Code 0 fdiv.o(x$fpl$fdiv) + _fdiv 0x080069e9 Thumb Code 440 fdiv.o(x$fpl$fdiv) + __aeabi_cfcmpeq 0x08006ba5 Thumb Code 0 feqf.o(x$fpl$feqf) + _fcmpeq 0x08006ba5 Thumb Code 96 feqf.o(x$fpl$feqf) + __aeabi_f2iz 0x08006c05 Thumb Code 0 ffix.o(x$fpl$ffix) + _ffix 0x08006c05 Thumb Code 64 ffix.o(x$fpl$ffix) + __aeabi_i2f 0x08006c49 Thumb Code 0 fflt_clz.o(x$fpl$fflt) + _fflt 0x08006c49 Thumb Code 48 fflt_clz.o(x$fpl$fflt) + _fcmpge 0x08006c79 Thumb Code 100 fgeqf.o(x$fpl$fgeqf) + __aeabi_cfcmple 0x08006cdd Thumb Code 0 fleqf.o(x$fpl$fleqf) + _fcmple 0x08006cdd Thumb Code 100 fleqf.o(x$fpl$fleqf) + __fpl_fcmple_InfNaN 0x08006d23 Thumb Code 0 fleqf.o(x$fpl$fleqf) + __fpl_fnaninf 0x08006d41 Thumb Code 246 fnaninf.o(x$fpl$fnaninf) + __fpl_normalise2 0x08006e37 Thumb Code 74 fnorm2_clz.o(x$fpl$fnorm2) + _fp_init 0x08006e81 Thumb Code 14 fpinit.o(x$fpl$fpinit) + __fplib_config_pureend_doubles 0x08006e8d Thumb Code 0 fpinit.o(x$fpl$fpinit) + __fpl_fretinf 0x08006e8f Thumb Code 10 fretinf.o(x$fpl$fretinf) + __aeabi_fsub 0x08006e99 Thumb Code 0 faddsub_clz.o(x$fpl$fsub) + _fsub 0x08006e99 Thumb Code 322 faddsub_clz.o(x$fpl$fsub) + __funder 0x08006fdb Thumb Code 218 funder_clz.o(x$fpl$funder) + __funder_d 0x080070b5 Thumb Code 80 funder_clz.o(x$fpl$funder) + __fpl_return_NaN 0x08007105 Thumb Code 178 retnan.o(x$fpl$retnan) + _fp_trapveneer 0x080071b7 Thumb Code 36 trapv.o(x$fpl$trapveneer) + __fpl_cmpreturn 0x080071db Thumb Code 108 trapv.o(x$fpl$trapveneer) + __I$use$fp 0x08007246 Number 0 usenofp.o(x$fpl$usenofp) + gcr_encode_table 0x0800724e Data 16 dshot.o(.rodata.gcr_encode_table) + Region$$Table$$Base 0x08007260 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x08007280 Number 0 anon$$obj.o(Region$$Table) test 0x08007be0 Data 30 firmwareversion.o(.rodata.test) eeprom_layout_version 0x20000000 Data 1 main.o(.data..L_MergedGlobals) comp_pwm 0x20000001 Data 1 main.o(.data..L_MergedGlobals) @@ -2744,132 +2816,133 @@ Image Symbol Table currentPid 0x20000088 Data 40 main.o(.data..L_MergedGlobals.1) stallPid 0x200000b0 Data 40 main.o(.data..L_MergedGlobals.1) buffer_padding 0x200000d8 Data 1 io.o(.data.buffer_padding) - ic_timer_prescaler 0x200000d9 Data 1 io.o(.data.ic_timer_prescaler) - max_servo_deviation 0x200000dc Data 4 signal.o(.data.max_servo_deviation) - nbDataToTransmit 0x200000e0 Data 1 serial_telemetry.o(.data.nbDataToTransmit) - pwmSin 0x200000e2 Data 720 main.o(.data.pwmSin) - system_core_clock 0x200003b4 Data 4 system_at32f421.o(.data.system_core_clock) - __libspace_start 0x200003b8 Data 96 libspace.o(.bss) - EDT_ARM_ENABLE 0x20000418 Data 1 dshot.o(.bss..L_MergedGlobals) - __temporary_stack_top$libspace 0x20000418 Data 0 libspace.o(.bss) - EDT_ARMED 0x20000419 Data 1 dshot.o(.bss..L_MergedGlobals) - command_count 0x2000041a Data 1 dshot.o(.bss..L_MergedGlobals) - last_command 0x2000041b Data 1 dshot.o(.bss..L_MergedGlobals) - high_pin_count 0x2000041c Data 1 dshot.o(.bss..L_MergedGlobals) - dshot_extended_telemetry 0x2000041d Data 1 dshot.o(.bss..L_MergedGlobals) - send_extended_dshot 0x2000041e Data 2 dshot.o(.bss..L_MergedGlobals) - halfpulsetime 0x20000420 Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_frametime 0x20000422 Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_goodcounts 0x20000424 Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_badcounts 0x20000426 Data 2 dshot.o(.bss..L_MergedGlobals) - shift_amount 0x20000428 Data 4 dshot.o(.bss..L_MergedGlobals) - dshot_full_number 0x2000042c Data 4 dshot.o(.bss..L_MergedGlobals) - gcrnumber 0x20000430 Data 4 dshot.o(.bss..L_MergedGlobals) - dpulse 0x20000434 Data 64 dshot.o(.bss..L_MergedGlobals) - enter_calibration_count 0x20000474 Data 1 signal.o(.bss..L_MergedGlobals.1) - calibration_required 0x20000475 Data 1 signal.o(.bss..L_MergedGlobals.1) - high_calibration_counts 0x20000476 Data 1 signal.o(.bss..L_MergedGlobals.1) - high_calibration_set 0x20000477 Data 1 signal.o(.bss..L_MergedGlobals.1) - low_calibration_counts 0x20000478 Data 1 signal.o(.bss..L_MergedGlobals.1) - average_count 0x20000479 Data 1 signal.o(.bss..L_MergedGlobals.1) - output_timer_prescaler 0x2000047a Data 1 signal.o(.bss..L_MergedGlobals.1) - last_high_threshold 0x2000047c Data 2 signal.o(.bss..L_MergedGlobals.1) - last_input 0x2000047e Data 2 signal.o(.bss..L_MergedGlobals.1) - dshot_frametime_high 0x20000480 Data 2 signal.o(.bss..L_MergedGlobals.1) - dshot_frametime_low 0x20000482 Data 2 signal.o(.bss..L_MergedGlobals.1) - servorawinput 0x20000484 Data 4 signal.o(.bss..L_MergedGlobals.1) - average_packet_length 0x20000488 Data 4 signal.o(.bss..L_MergedGlobals.1) - average_signal_pulse 0x2000048c Data 4 signal.o(.bss..L_MergedGlobals.1) - drive_by_rpm 0x20000490 Data 1 main.o(.bss..L_MergedGlobals.2) - compute_dshot_flag 0x20000491 Data 1 main.o(.bss..L_MergedGlobals.2) - dir_reversed 0x20000492 Data 1 main.o(.bss..L_MergedGlobals.2) - bi_direction 0x20000493 Data 1 main.o(.bss..L_MergedGlobals.2) - brake_on_stop 0x20000494 Data 1 main.o(.bss..L_MergedGlobals.2) - stall_protection 0x20000495 Data 1 main.o(.bss..L_MergedGlobals.2) - use_sin_start 0x20000496 Data 1 main.o(.bss..L_MergedGlobals.2) - TLM_ON_INTERVAL 0x20000497 Data 1 main.o(.bss..L_MergedGlobals.2) - USE_HALL_SENSOR 0x20000498 Data 1 main.o(.bss..L_MergedGlobals.2) - do_once_sinemode 0x20000499 Data 1 main.o(.bss..L_MergedGlobals.2) - LOW_VOLTAGE_CUTOFF 0x2000049a Data 1 main.o(.bss..L_MergedGlobals.2) - RC_CAR_REVERSE 0x2000049b Data 1 main.o(.bss..L_MergedGlobals.2) - use_speed_control_loop 0x2000049c Data 1 main.o(.bss..L_MergedGlobals.2) - use_current_limit 0x2000049d Data 1 main.o(.bss..L_MergedGlobals.2) - desync_happened 0x2000049e Data 1 main.o(.bss..L_MergedGlobals.2) - crawler_mode 0x2000049f Data 1 main.o(.bss..L_MergedGlobals.2) - cell_count 0x200004a0 Data 1 main.o(.bss..L_MergedGlobals.2) - brushed_direction_set 0x200004a1 Data 1 main.o(.bss..L_MergedGlobals.2) - play_tone_flag 0x200004a2 Data 1 main.o(.bss..L_MergedGlobals.2) - desync_check 0x200004a3 Data 1 main.o(.bss..L_MergedGlobals.2) - adc_counter 0x200004a4 Data 1 main.o(.bss..L_MergedGlobals.2) - send_telemetry 0x200004a5 Data 1 main.o(.bss..L_MergedGlobals.2) - prop_brake_active 0x200004a6 Data 1 main.o(.bss..L_MergedGlobals.2) - dshot_telemetry 0x200004a7 Data 1 main.o(.bss..L_MergedGlobals.2) - readIndex 0x200004a8 Data 1 main.o(.bss..L_MergedGlobals.2) - bemf_timeout_happened 0x200004a9 Data 1 main.o(.bss..L_MergedGlobals.2) - running 0x200004aa Data 1 main.o(.bss..L_MergedGlobals.2) - stepper_sine 0x200004ab Data 1 main.o(.bss..L_MergedGlobals.2) - stuckcounter 0x200004ac Data 1 main.o(.bss..L_MergedGlobals.2) - bad_count 0x200004ad Data 1 main.o(.bss..L_MergedGlobals.2) - armed 0x200004ae Data 1 main.o(.bss..L_MergedGlobals.2) - inputSet 0x200004af Data 1 main.o(.bss..L_MergedGlobals.2) - dshot 0x200004b0 Data 1 main.o(.bss..L_MergedGlobals.2) - servoPwm 0x200004b1 Data 1 main.o(.bss..L_MergedGlobals.2) - zcfound 0x200004b2 Data 1 main.o(.bss..L_MergedGlobals.2) - bemfcounter 0x200004b3 Data 1 main.o(.bss..L_MergedGlobals.2) - EEPROM_VERSION 0x200004b4 Data 1 main.o(.bss..L_MergedGlobals.2) - degrees_celsius 0x200004b5 Data 1 main.o(.bss..L_MergedGlobals.2) - ledcounter 0x200004b6 Data 2 main.o(.bss..L_MergedGlobals.2) - one_khz_loop_counter 0x200004b8 Data 2 main.o(.bss..L_MergedGlobals.2) - target_e_com_time 0x200004ba Data 2 main.o(.bss..L_MergedGlobals.2) - low_voltage_count 0x200004bc Data 2 main.o(.bss..L_MergedGlobals.2) - tenkhzcounter 0x200004be Data 2 main.o(.bss..L_MergedGlobals.2) - actual_current 0x200004c0 Data 2 main.o(.bss..L_MergedGlobals.2) - last_duty_cycle 0x200004c2 Data 2 main.o(.bss..L_MergedGlobals.2) - adjusted_input 0x200004c4 Data 2 main.o(.bss..L_MergedGlobals.2) - smoothedcurrent 0x200004c6 Data 2 main.o(.bss..L_MergedGlobals.2) - advance 0x200004c8 Data 2 main.o(.bss..L_MergedGlobals.2) - zero_input_count 0x200004ca Data 2 main.o(.bss..L_MergedGlobals.2) - input 0x200004cc Data 2 main.o(.bss..L_MergedGlobals.2) - newinput 0x200004ce Data 2 main.o(.bss..L_MergedGlobals.2) - duty_cycle 0x200004d0 Data 2 main.o(.bss..L_MergedGlobals.2) - waitTime 0x200004d2 Data 2 main.o(.bss..L_MergedGlobals.2) - signaltimeout 0x200004d4 Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_current 0x200004d6 Data 2 main.o(.bss..L_MergedGlobals.2) - thiszctime 0x200004d8 Data 2 main.o(.bss..L_MergedGlobals.2) - phase_A_position 0x200004da Data 2 main.o(.bss..L_MergedGlobals.2) - phase_B_position 0x200004dc Data 2 main.o(.bss..L_MergedGlobals.2) - phase_C_position 0x200004de Data 2 main.o(.bss..L_MergedGlobals.2) - armed_timeout_count 0x200004e0 Data 2 main.o(.bss..L_MergedGlobals.2) - battery_voltage 0x200004e2 Data 2 main.o(.bss..L_MergedGlobals.2) - telem_ms_count 0x200004e4 Data 2 main.o(.bss..L_MergedGlobals.2) - adjusted_duty_cycle 0x200004e6 Data 2 main.o(.bss..L_MergedGlobals.2) - e_rpm 0x200004e8 Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_temp 0x200004ea Data 2 main.o(.bss..L_MergedGlobals.2) - converted_degrees 0x200004ec Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_volts 0x200004ee Data 2 main.o(.bss..L_MergedGlobals.2) - k_erpm 0x200004f0 Data 2 main.o(.bss..L_MergedGlobals.2) - pwm_frequency_conversion_factor 0x200004f4 Data 4 main.o(.bss..L_MergedGlobals.2) - input_override 0x200004f8 Data 4 main.o(.bss..L_MergedGlobals.2) - stall_protection_adjust 0x200004fc Data 4 main.o(.bss..L_MergedGlobals.2) - consumed_current 0x20000500 Data 4 main.o(.bss..L_MergedGlobals.2) - smoothed_raw_current 0x20000504 Data 4 main.o(.bss..L_MergedGlobals.2) - average_interval 0x20000508 Data 4 main.o(.bss..L_MergedGlobals.2) - total 0x2000050c Data 4 main.o(.bss..L_MergedGlobals.3) - zero_crosses 0x20000510 Data 4 main.o(.bss..L_MergedGlobals.3) - e_com_time 0x20000514 Data 4 main.o(.bss..L_MergedGlobals.3) - last_average_interval 0x20000518 Data 4 main.o(.bss..L_MergedGlobals.3) - commutation_intervals 0x2000051c Data 12 main.o(.bss..L_MergedGlobals.3) - ADCDataDMA 0x20000528 Data 6 adc.o(.bss.ADCDataDMA) - aTxBuffer 0x2000052e Data 10 serial_telemetry.o(.bss.aTxBuffer) - beep_volume 0x20000538 Data 1 sounds.o(.bss.beep_volume) - dma_buffer 0x2000053c Data 256 io.o(.bss.dma_buffer) - dshotcommand 0x2000063c Data 1 main.o(.bss.dshotcommand) - eepromBuffer 0x2000063d Data 176 main.o(.bss.eepromBuffer) - exti_int 0x200006f0 Data 4 at32f421_it.o(.bss.exti_int) - gcr 0x200006f4 Data 148 dshot.o(.bss.gcr) - last_dshot_command 0x20000788 Data 1 main.o(.bss.last_dshot_command) - out_put 0x20000789 Data 1 io.o(.bss.out_put) - readings 0x2000078a Data 200 main.o(.bss.readings) + dshot_frametime_high 0x200000da Data 2 signal.o(.data.dshot_frametime_high) + ic_timer_prescaler 0x200000dc Data 1 io.o(.data.ic_timer_prescaler) + max_servo_deviation 0x200000e0 Data 4 signal.o(.data.max_servo_deviation) + nbDataToTransmit 0x200000e4 Data 1 serial_telemetry.o(.data.nbDataToTransmit) + pwmSin 0x200000e6 Data 720 main.o(.data.pwmSin) + system_core_clock 0x200003b8 Data 4 system_at32f421.o(.data.system_core_clock) + __libspace_start 0x200003c0 Data 96 libspace.o(.bss) + EDT_ARM_ENABLE 0x20000420 Data 1 dshot.o(.bss..L_MergedGlobals) + __temporary_stack_top$libspace 0x20000420 Data 0 libspace.o(.bss) + EDT_ARMED 0x20000421 Data 1 dshot.o(.bss..L_MergedGlobals) + command_count 0x20000422 Data 1 dshot.o(.bss..L_MergedGlobals) + last_command 0x20000423 Data 1 dshot.o(.bss..L_MergedGlobals) + high_pin_count 0x20000424 Data 1 dshot.o(.bss..L_MergedGlobals) + dshot_extended_telemetry 0x20000425 Data 1 dshot.o(.bss..L_MergedGlobals) + send_extended_dshot 0x20000426 Data 2 dshot.o(.bss..L_MergedGlobals) + halfpulsetime 0x20000428 Data 2 dshot.o(.bss..L_MergedGlobals) + dshot_frametime 0x2000042a Data 2 dshot.o(.bss..L_MergedGlobals) + dshot_goodcounts 0x2000042c Data 2 dshot.o(.bss..L_MergedGlobals) + dshot_badcounts 0x2000042e Data 2 dshot.o(.bss..L_MergedGlobals) + shift_amount 0x20000430 Data 4 dshot.o(.bss..L_MergedGlobals) + dshot_full_number 0x20000434 Data 4 dshot.o(.bss..L_MergedGlobals) + gcrnumber 0x20000438 Data 4 dshot.o(.bss..L_MergedGlobals) + dpulse 0x2000043c Data 64 dshot.o(.bss..L_MergedGlobals) + enter_calibration_count 0x2000047c Data 1 signal.o(.bss..L_MergedGlobals.1) + calibration_required 0x2000047d Data 1 signal.o(.bss..L_MergedGlobals.1) + high_calibration_counts 0x2000047e Data 1 signal.o(.bss..L_MergedGlobals.1) + high_calibration_set 0x2000047f Data 1 signal.o(.bss..L_MergedGlobals.1) + low_calibration_counts 0x20000480 Data 1 signal.o(.bss..L_MergedGlobals.1) + average_count 0x20000481 Data 1 signal.o(.bss..L_MergedGlobals.1) + output_timer_prescaler 0x20000482 Data 1 signal.o(.bss..L_MergedGlobals.1) + last_high_threshold 0x20000484 Data 2 signal.o(.bss..L_MergedGlobals.1) + last_input 0x20000486 Data 2 signal.o(.bss..L_MergedGlobals.1) + dshot_frametime_low 0x20000488 Data 2 signal.o(.bss..L_MergedGlobals.1) + servorawinput 0x2000048c Data 4 signal.o(.bss..L_MergedGlobals.1) + average_packet_length 0x20000490 Data 4 signal.o(.bss..L_MergedGlobals.1) + average_signal_pulse 0x20000494 Data 4 signal.o(.bss..L_MergedGlobals.1) + drive_by_rpm 0x20000498 Data 1 main.o(.bss..L_MergedGlobals.2) + compute_dshot_flag 0x20000499 Data 1 main.o(.bss..L_MergedGlobals.2) + dir_reversed 0x2000049a Data 1 main.o(.bss..L_MergedGlobals.2) + bi_direction 0x2000049b Data 1 main.o(.bss..L_MergedGlobals.2) + brake_on_stop 0x2000049c Data 1 main.o(.bss..L_MergedGlobals.2) + stall_protection 0x2000049d Data 1 main.o(.bss..L_MergedGlobals.2) + use_sin_start 0x2000049e Data 1 main.o(.bss..L_MergedGlobals.2) + TLM_ON_INTERVAL 0x2000049f Data 1 main.o(.bss..L_MergedGlobals.2) + USE_HALL_SENSOR 0x200004a0 Data 1 main.o(.bss..L_MergedGlobals.2) + do_once_sinemode 0x200004a1 Data 1 main.o(.bss..L_MergedGlobals.2) + LOW_VOLTAGE_CUTOFF 0x200004a2 Data 1 main.o(.bss..L_MergedGlobals.2) + RC_CAR_REVERSE 0x200004a3 Data 1 main.o(.bss..L_MergedGlobals.2) + return_to_center 0x200004a4 Data 1 main.o(.bss..L_MergedGlobals.2) + use_speed_control_loop 0x200004a5 Data 1 main.o(.bss..L_MergedGlobals.2) + use_current_limit 0x200004a6 Data 1 main.o(.bss..L_MergedGlobals.2) + desync_happened 0x200004a7 Data 1 main.o(.bss..L_MergedGlobals.2) + crawler_mode 0x200004a8 Data 1 main.o(.bss..L_MergedGlobals.2) + cell_count 0x200004a9 Data 1 main.o(.bss..L_MergedGlobals.2) + brushed_direction_set 0x200004aa Data 1 main.o(.bss..L_MergedGlobals.2) + play_tone_flag 0x200004ab Data 1 main.o(.bss..L_MergedGlobals.2) + desync_check 0x200004ac Data 1 main.o(.bss..L_MergedGlobals.2) + adc_counter 0x200004ad Data 1 main.o(.bss..L_MergedGlobals.2) + send_telemetry 0x200004ae Data 1 main.o(.bss..L_MergedGlobals.2) + prop_brake_active 0x200004af Data 1 main.o(.bss..L_MergedGlobals.2) + dshot_telemetry 0x200004b0 Data 1 main.o(.bss..L_MergedGlobals.2) + readIndex 0x200004b1 Data 1 main.o(.bss..L_MergedGlobals.2) + bemf_timeout_happened 0x200004b2 Data 1 main.o(.bss..L_MergedGlobals.2) + running 0x200004b3 Data 1 main.o(.bss..L_MergedGlobals.2) + stepper_sine 0x200004b4 Data 1 main.o(.bss..L_MergedGlobals.2) + stuckcounter 0x200004b5 Data 1 main.o(.bss..L_MergedGlobals.2) + bad_count 0x200004b6 Data 1 main.o(.bss..L_MergedGlobals.2) + armed 0x200004b7 Data 1 main.o(.bss..L_MergedGlobals.2) + inputSet 0x200004b8 Data 1 main.o(.bss..L_MergedGlobals.2) + dshot 0x200004b9 Data 1 main.o(.bss..L_MergedGlobals.2) + servoPwm 0x200004ba Data 1 main.o(.bss..L_MergedGlobals.2) + zcfound 0x200004bb Data 1 main.o(.bss..L_MergedGlobals.2) + bemfcounter 0x200004bc Data 1 main.o(.bss..L_MergedGlobals.2) + EEPROM_VERSION 0x200004bd Data 1 main.o(.bss..L_MergedGlobals.2) + degrees_celsius 0x200004be Data 1 main.o(.bss..L_MergedGlobals.2) + ledcounter 0x200004c0 Data 2 main.o(.bss..L_MergedGlobals.2) + one_khz_loop_counter 0x200004c2 Data 2 main.o(.bss..L_MergedGlobals.2) + target_e_com_time 0x200004c4 Data 2 main.o(.bss..L_MergedGlobals.2) + low_voltage_count 0x200004c6 Data 2 main.o(.bss..L_MergedGlobals.2) + tenkhzcounter 0x200004c8 Data 2 main.o(.bss..L_MergedGlobals.2) + actual_current 0x200004ca Data 2 main.o(.bss..L_MergedGlobals.2) + last_duty_cycle 0x200004cc Data 2 main.o(.bss..L_MergedGlobals.2) + duty_cycle_setpoint 0x200004ce Data 2 main.o(.bss..L_MergedGlobals.2) + adjusted_input 0x200004d0 Data 2 main.o(.bss..L_MergedGlobals.2) + smoothedcurrent 0x200004d2 Data 2 main.o(.bss..L_MergedGlobals.2) + advance 0x200004d4 Data 2 main.o(.bss..L_MergedGlobals.2) + zero_input_count 0x200004d6 Data 2 main.o(.bss..L_MergedGlobals.2) + input 0x200004d8 Data 2 main.o(.bss..L_MergedGlobals.2) + newinput 0x200004da Data 2 main.o(.bss..L_MergedGlobals.2) + duty_cycle 0x200004dc Data 2 main.o(.bss..L_MergedGlobals.2) + waitTime 0x200004de Data 2 main.o(.bss..L_MergedGlobals.2) + signaltimeout 0x200004e0 Data 2 main.o(.bss..L_MergedGlobals.2) + ADC_raw_current 0x200004e2 Data 2 main.o(.bss..L_MergedGlobals.2) + thiszctime 0x200004e4 Data 2 main.o(.bss..L_MergedGlobals.2) + phase_A_position 0x200004e6 Data 2 main.o(.bss..L_MergedGlobals.2) + phase_B_position 0x200004e8 Data 2 main.o(.bss..L_MergedGlobals.2) + phase_C_position 0x200004ea Data 2 main.o(.bss..L_MergedGlobals.2) + armed_timeout_count 0x200004ec Data 2 main.o(.bss..L_MergedGlobals.2) + battery_voltage 0x200004ee Data 2 main.o(.bss..L_MergedGlobals.2) + telem_ms_count 0x200004f0 Data 2 main.o(.bss..L_MergedGlobals.2) + adjusted_duty_cycle 0x200004f2 Data 2 main.o(.bss..L_MergedGlobals.2) + e_rpm 0x200004f4 Data 2 main.o(.bss..L_MergedGlobals.2) + ADC_raw_temp 0x200004f6 Data 2 main.o(.bss..L_MergedGlobals.2) + converted_degrees 0x200004f8 Data 2 main.o(.bss..L_MergedGlobals.2) + ADC_raw_volts 0x200004fa Data 2 main.o(.bss..L_MergedGlobals.2) + k_erpm 0x200004fc Data 2 main.o(.bss..L_MergedGlobals.2) + input_override 0x20000500 Data 4 main.o(.bss..L_MergedGlobals.2) + stall_protection_adjust 0x20000504 Data 4 main.o(.bss..L_MergedGlobals.2) + consumed_current 0x20000508 Data 4 main.o(.bss..L_MergedGlobals.2) + smoothed_raw_current 0x2000050c Data 4 main.o(.bss..L_MergedGlobals.2) + average_interval 0x20000510 Data 4 main.o(.bss..L_MergedGlobals.2) + total 0x20000514 Data 4 main.o(.bss..L_MergedGlobals.3) + zero_crosses 0x20000518 Data 4 main.o(.bss..L_MergedGlobals.3) + e_com_time 0x2000051c Data 4 main.o(.bss..L_MergedGlobals.3) + last_average_interval 0x20000520 Data 4 main.o(.bss..L_MergedGlobals.3) + commutation_intervals 0x20000524 Data 12 main.o(.bss..L_MergedGlobals.3) + ADCDataDMA 0x20000530 Data 6 adc.o(.bss.ADCDataDMA) + aTxBuffer 0x20000536 Data 10 serial_telemetry.o(.bss.aTxBuffer) + beep_volume 0x20000540 Data 1 sounds.o(.bss.beep_volume) + dma_buffer 0x20000544 Data 256 io.o(.bss.dma_buffer) + dshotcommand 0x20000644 Data 1 main.o(.bss.dshotcommand) + eepromBuffer 0x20000645 Data 176 main.o(.bss.eepromBuffer) + exti_int 0x200006f8 Data 4 at32f421_it.o(.bss.exti_int) + gcr 0x200006fc Data 148 dshot.o(.bss.gcr) + last_dshot_command 0x20000790 Data 1 main.o(.bss.last_dshot_command) + out_put 0x20000791 Data 1 io.o(.bss.out_put) + readings 0x20000792 Data 200 main.o(.bss.readings) @@ -2879,342 +2952,358 @@ Memory Map of the image Image Entry point : 0x080010cd - Load Region LR_IROM1 (Base: 0x08001000, Size: 0x00006100, Max: 0x0000ffff, ABSOLUTE, COMPRESSED[0x00006028]) + Load Region LR_IROM1 (Base: 0x08001000, Size: 0x00006640, Max: 0x0000ffff, ABSOLUTE, COMPRESSED[0x00006568]) - Execution Region ER_IROM1 (Exec base: 0x08001000, Load base: 0x08001000, Size: 0x00005d48, Max: 0x0000ffff, ABSOLUTE) + Execution Region ER_IROM1 (Exec base: 0x08001000, Load base: 0x08001000, Size: 0x00006280, Max: 0x0000ffff, ABSOLUTE) Exec Addr Load Addr Size Type Attr Idx E Section Name Object - 0x08001000 0x08001000 0x000000cc Data RO 1349 RESET startup_at32f421.o - 0x080010cc 0x080010cc 0x00000008 Code RO 1362 * !!!main c_w.l(__main.o) - 0x080010d4 0x080010d4 0x00000034 Code RO 1564 !!!scatter c_w.l(__scatter.o) - 0x08001108 0x08001108 0x0000005a Code RO 1562 !!dczerorl2 c_w.l(__dczerorl2.o) + 0x08001000 0x08001000 0x000000cc Data RO 1352 RESET startup_at32f421.o + 0x080010cc 0x080010cc 0x00000008 Code RO 1365 * !!!main c_w.l(__main.o) + 0x080010d4 0x080010d4 0x00000034 Code RO 1586 !!!scatter c_w.l(__scatter.o) + 0x08001108 0x08001108 0x0000005a Code RO 1584 !!dczerorl2 c_w.l(__dczerorl2.o) 0x08001162 0x08001162 0x00000002 PAD - 0x08001164 0x08001164 0x0000001c Code RO 1566 !!handler_zi c_w.l(__scatter_zi.o) - 0x08001180 0x08001180 0x00000002 Code RO 1424 .ARM.Collect$$libinit$$00000000 c_w.l(libinit.o) - 0x08001182 0x08001182 0x00000000 Code RO 1431 .ARM.Collect$$libinit$$00000002 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1433 .ARM.Collect$$libinit$$00000004 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1435 .ARM.Collect$$libinit$$00000006 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1438 .ARM.Collect$$libinit$$0000000C c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1440 .ARM.Collect$$libinit$$0000000E c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1442 .ARM.Collect$$libinit$$00000010 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1445 .ARM.Collect$$libinit$$00000013 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1447 .ARM.Collect$$libinit$$00000015 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1449 .ARM.Collect$$libinit$$00000017 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1451 .ARM.Collect$$libinit$$00000019 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1453 .ARM.Collect$$libinit$$0000001B c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1455 .ARM.Collect$$libinit$$0000001D c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1457 .ARM.Collect$$libinit$$0000001F c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1459 .ARM.Collect$$libinit$$00000021 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1461 .ARM.Collect$$libinit$$00000023 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1463 .ARM.Collect$$libinit$$00000025 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1465 .ARM.Collect$$libinit$$00000027 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1469 .ARM.Collect$$libinit$$0000002E c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1471 .ARM.Collect$$libinit$$00000030 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1473 .ARM.Collect$$libinit$$00000032 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000000 Code RO 1475 .ARM.Collect$$libinit$$00000034 c_w.l(libinit2.o) - 0x08001182 0x08001182 0x00000002 Code RO 1476 .ARM.Collect$$libinit$$00000035 c_w.l(libinit2.o) - 0x08001184 0x08001184 0x00000002 Code RO 1498 .ARM.Collect$$libshutdown$$00000000 c_w.l(libshutdown.o) - 0x08001186 0x08001186 0x00000000 Code RO 1513 .ARM.Collect$$libshutdown$$00000002 c_w.l(libshutdown2.o) - 0x08001186 0x08001186 0x00000000 Code RO 1515 .ARM.Collect$$libshutdown$$00000004 c_w.l(libshutdown2.o) - 0x08001186 0x08001186 0x00000000 Code RO 1518 .ARM.Collect$$libshutdown$$00000007 c_w.l(libshutdown2.o) - 0x08001186 0x08001186 0x00000000 Code RO 1521 .ARM.Collect$$libshutdown$$0000000A c_w.l(libshutdown2.o) - 0x08001186 0x08001186 0x00000000 Code RO 1523 .ARM.Collect$$libshutdown$$0000000C c_w.l(libshutdown2.o) - 0x08001186 0x08001186 0x00000000 Code RO 1526 .ARM.Collect$$libshutdown$$0000000F c_w.l(libshutdown2.o) - 0x08001186 0x08001186 0x00000002 Code RO 1527 .ARM.Collect$$libshutdown$$00000010 c_w.l(libshutdown2.o) - 0x08001188 0x08001188 0x00000000 Code RO 1386 .ARM.Collect$$rtentry$$00000000 c_w.l(__rtentry.o) - 0x08001188 0x08001188 0x00000000 Code RO 1399 .ARM.Collect$$rtentry$$00000002 c_w.l(__rtentry2.o) - 0x08001188 0x08001188 0x00000006 Code RO 1411 .ARM.Collect$$rtentry$$00000004 c_w.l(__rtentry4.o) - 0x0800118e 0x0800118e 0x00000000 Code RO 1401 .ARM.Collect$$rtentry$$00000009 c_w.l(__rtentry2.o) - 0x0800118e 0x0800118e 0x00000004 Code RO 1402 .ARM.Collect$$rtentry$$0000000A c_w.l(__rtentry2.o) - 0x08001192 0x08001192 0x00000000 Code RO 1404 .ARM.Collect$$rtentry$$0000000C c_w.l(__rtentry2.o) - 0x08001192 0x08001192 0x00000008 Code RO 1405 .ARM.Collect$$rtentry$$0000000D c_w.l(__rtentry2.o) - 0x0800119a 0x0800119a 0x00000002 Code RO 1428 .ARM.Collect$$rtexit$$00000000 c_w.l(rtexit.o) - 0x0800119c 0x0800119c 0x00000000 Code RO 1478 .ARM.Collect$$rtexit$$00000002 c_w.l(rtexit2.o) - 0x0800119c 0x0800119c 0x00000004 Code RO 1479 .ARM.Collect$$rtexit$$00000003 c_w.l(rtexit2.o) - 0x080011a0 0x080011a0 0x00000006 Code RO 1480 .ARM.Collect$$rtexit$$00000004 c_w.l(rtexit2.o) - 0x080011a6 0x080011a6 0x00000002 PAD - 0x080011a8 0x080011a8 0x00000040 Code RO 1350 .text startup_at32f421.o - 0x080011e8 0x080011e8 0x0000004e Code RO 1358 .text c_w.l(rt_memclr_w.o) - 0x08001236 0x08001236 0x00000006 Code RO 1360 .text c_w.l(heapauxi.o) - 0x0800123c 0x0800123c 0x0000004a Code RO 1415 .text c_w.l(sys_stackheap_outer.o) - 0x08001286 0x08001286 0x00000012 Code RO 1417 .text c_w.l(exit.o) - 0x08001298 0x08001298 0x00000008 Code RO 1425 .text c_w.l(libspace.o) - 0x080012a0 0x080012a0 0x0000000c Code RO 1488 .text c_w.l(sys_exit.o) - 0x080012ac 0x080012ac 0x00000002 Code RO 1503 .text c_w.l(use_no_semi.o) - 0x080012ae 0x080012ae 0x00000000 Code RO 1505 .text c_w.l(indicate_semi.o) - 0x080012ae 0x080012ae 0x00000002 PAD - 0x080012b0 0x080012b0 0x0000001a Code RO 1130 .text.ADC1_CMP_IRQHandler at32f421_it.o - 0x080012ca 0x080012ca 0x00000002 PAD - 0x080012cc 0x080012cc 0x0000002e Code RO 1091 .text.ADC_DMA_Callback adc.o - 0x080012fa 0x080012fa 0x00000002 PAD - 0x080012fc 0x080012fc 0x00000116 Code RO 1093 .text.ADC_Init adc.o - 0x08001412 0x08001412 0x00000002 PAD - 0x08001414 0x08001414 0x00000002 Code RO 1112 .text.BusFault_Handler at32f421_it.o - 0x08001416 0x08001416 0x00000002 PAD - 0x08001418 0x08001418 0x0000002a Code RO 1124 .text.DMA1_Channel1_IRQHandler at32f421_it.o - 0x08001442 0x08001442 0x00000002 PAD - 0x08001444 0x08001444 0x0000003c Code RO 1126 .text.DMA1_Channel3_2_IRQHandler at32f421_it.o - 0x08001480 0x08001480 0x000000ac Code RO 1128 .text.DMA1_Channel5_4_IRQHandler at32f421_it.o - 0x0800152c 0x0800152c 0x00000002 Code RO 1118 .text.DebugMon_Handler at32f421_it.o - 0x0800152e 0x0800152e 0x00000002 PAD - 0x08001530 0x08001530 0x00000028 Code RO 1142 .text.EXINT15_4_IRQHandler at32f421_it.o - 0x08001558 0x08001558 0x00000002 Code RO 1108 .text.HardFault_Handler at32f421_it.o + 0x08001164 0x08001164 0x0000001c Code RO 1588 !!handler_zi c_w.l(__scatter_zi.o) + 0x08001180 0x08001180 0x00000002 Code RO 1447 .ARM.Collect$$libinit$$00000000 c_w.l(libinit.o) + 0x08001182 0x08001182 0x00000004 Code RO 1454 .ARM.Collect$$libinit$$00000001 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1457 .ARM.Collect$$libinit$$00000004 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1460 .ARM.Collect$$libinit$$0000000A c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1462 .ARM.Collect$$libinit$$0000000C c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1464 .ARM.Collect$$libinit$$0000000E c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1467 .ARM.Collect$$libinit$$00000011 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1469 .ARM.Collect$$libinit$$00000013 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1471 .ARM.Collect$$libinit$$00000015 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1473 .ARM.Collect$$libinit$$00000017 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1475 .ARM.Collect$$libinit$$00000019 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1477 .ARM.Collect$$libinit$$0000001B c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1479 .ARM.Collect$$libinit$$0000001D c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1481 .ARM.Collect$$libinit$$0000001F c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1483 .ARM.Collect$$libinit$$00000021 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1485 .ARM.Collect$$libinit$$00000023 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1487 .ARM.Collect$$libinit$$00000025 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1491 .ARM.Collect$$libinit$$0000002C c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1493 .ARM.Collect$$libinit$$0000002E c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1495 .ARM.Collect$$libinit$$00000030 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000000 Code RO 1497 .ARM.Collect$$libinit$$00000032 c_w.l(libinit2.o) + 0x08001186 0x08001186 0x00000002 Code RO 1498 .ARM.Collect$$libinit$$00000033 c_w.l(libinit2.o) + 0x08001188 0x08001188 0x00000002 Code RO 1530 .ARM.Collect$$libshutdown$$00000000 c_w.l(libshutdown.o) + 0x0800118a 0x0800118a 0x00000000 Code RO 1551 .ARM.Collect$$libshutdown$$00000002 c_w.l(libshutdown2.o) + 0x0800118a 0x0800118a 0x00000000 Code RO 1553 .ARM.Collect$$libshutdown$$00000004 c_w.l(libshutdown2.o) + 0x0800118a 0x0800118a 0x00000000 Code RO 1556 .ARM.Collect$$libshutdown$$00000007 c_w.l(libshutdown2.o) + 0x0800118a 0x0800118a 0x00000000 Code RO 1559 .ARM.Collect$$libshutdown$$0000000A c_w.l(libshutdown2.o) + 0x0800118a 0x0800118a 0x00000000 Code RO 1561 .ARM.Collect$$libshutdown$$0000000C c_w.l(libshutdown2.o) + 0x0800118a 0x0800118a 0x00000000 Code RO 1564 .ARM.Collect$$libshutdown$$0000000F c_w.l(libshutdown2.o) + 0x0800118a 0x0800118a 0x00000002 Code RO 1565 .ARM.Collect$$libshutdown$$00000010 c_w.l(libshutdown2.o) + 0x0800118c 0x0800118c 0x00000000 Code RO 1389 .ARM.Collect$$rtentry$$00000000 c_w.l(__rtentry.o) + 0x0800118c 0x0800118c 0x00000000 Code RO 1408 .ARM.Collect$$rtentry$$00000002 c_w.l(__rtentry2.o) + 0x0800118c 0x0800118c 0x00000006 Code RO 1420 .ARM.Collect$$rtentry$$00000004 c_w.l(__rtentry4.o) + 0x08001192 0x08001192 0x00000000 Code RO 1410 .ARM.Collect$$rtentry$$00000009 c_w.l(__rtentry2.o) + 0x08001192 0x08001192 0x00000004 Code RO 1411 .ARM.Collect$$rtentry$$0000000A c_w.l(__rtentry2.o) + 0x08001196 0x08001196 0x00000000 Code RO 1413 .ARM.Collect$$rtentry$$0000000C c_w.l(__rtentry2.o) + 0x08001196 0x08001196 0x00000008 Code RO 1414 .ARM.Collect$$rtentry$$0000000D c_w.l(__rtentry2.o) + 0x0800119e 0x0800119e 0x00000002 Code RO 1448 .ARM.Collect$$rtexit$$00000000 c_w.l(rtexit.o) + 0x080011a0 0x080011a0 0x00000000 Code RO 1500 .ARM.Collect$$rtexit$$00000002 c_w.l(rtexit2.o) + 0x080011a0 0x080011a0 0x00000004 Code RO 1501 .ARM.Collect$$rtexit$$00000003 c_w.l(rtexit2.o) + 0x080011a4 0x080011a4 0x00000006 Code RO 1502 .ARM.Collect$$rtexit$$00000004 c_w.l(rtexit2.o) + 0x080011aa 0x080011aa 0x00000002 PAD + 0x080011ac 0x080011ac 0x00000040 Code RO 1353 .text startup_at32f421.o + 0x080011ec 0x080011ec 0x0000004e Code RO 1361 .text c_w.l(rt_memclr_w.o) + 0x0800123a 0x0800123a 0x00000006 Code RO 1363 .text c_w.l(heapauxi.o) + 0x08001240 0x08001240 0x00000008 Code RO 1425 .text c_w.l(rt_fp_status_addr_intlibspace.o) + 0x08001248 0x08001248 0x00000008 Code RO 1433 .text c_w.l(libspace.o) + 0x08001250 0x08001250 0x0000004a Code RO 1436 .text c_w.l(sys_stackheap_outer.o) + 0x0800129a 0x0800129a 0x00000002 PAD + 0x0800129c 0x0800129c 0x00000030 Code RO 1438 .text c_w.l(_fptrap.o) + 0x080012cc 0x080012cc 0x00000012 Code RO 1440 .text c_w.l(exit.o) + 0x080012de 0x080012de 0x0000000e Code RO 1450 .text c_w.l(defsig_fpe_outer.o) + 0x080012ec 0x080012ec 0x0000000a Code RO 1508 .text c_w.l(defsig_exit.o) + 0x080012f6 0x080012f6 0x00000002 PAD + 0x080012f8 0x080012f8 0x000000ac Code RO 1510 .text c_w.l(defsig_fpe_inner.o) + 0x080013a4 0x080013a4 0x0000000c Code RO 1516 .text c_w.l(sys_exit.o) + 0x080013b0 0x080013b0 0x00000032 Code RO 1522 .text c_w.l(defsig_general.o) + 0x080013e2 0x080013e2 0x0000000e Code RO 1531 .text c_w.l(sys_wrch.o) + 0x080013f0 0x080013f0 0x00000002 Code RO 1539 .text c_w.l(use_no_semi.o) + 0x080013f2 0x080013f2 0x00000000 Code RO 1541 .text c_w.l(indicate_semi.o) + 0x080013f2 0x080013f2 0x00000002 PAD + 0x080013f4 0x080013f4 0x0000001a Code RO 1133 .text.ADC1_CMP_IRQHandler at32f421_it.o + 0x0800140e 0x0800140e 0x00000002 PAD + 0x08001410 0x08001410 0x0000002e Code RO 1094 .text.ADC_DMA_Callback adc.o + 0x0800143e 0x0800143e 0x00000002 PAD + 0x08001440 0x08001440 0x00000116 Code RO 1096 .text.ADC_Init adc.o + 0x08001556 0x08001556 0x00000002 PAD + 0x08001558 0x08001558 0x00000002 Code RO 1115 .text.BusFault_Handler at32f421_it.o 0x0800155a 0x0800155a 0x00000002 PAD - 0x0800155c 0x0800155c 0x00000026 Code RO 1234 .text.MX_IWDG_Init peripherals.o - 0x08001582 0x08001582 0x00000002 PAD - 0x08001584 0x08001584 0x00000002 Code RO 1110 .text.MemManage_Handler at32f421_it.o + 0x0800155c 0x0800155c 0x0000002a Code RO 1127 .text.DMA1_Channel1_IRQHandler at32f421_it.o 0x08001586 0x08001586 0x00000002 PAD - 0x08001588 0x08001588 0x00000002 Code RO 1106 .text.NMI_Handler at32f421_it.o - 0x0800158a 0x0800158a 0x00000002 PAD - 0x0800158c 0x0800158c 0x00000002 Code RO 1120 .text.PendSV_Handler at32f421_it.o - 0x0800158e 0x0800158e 0x00000002 PAD - 0x08001590 0x08001590 0x000000e6 Code RO 48 .text.PeriodElapsedCallback main.o - 0x08001676 0x08001676 0x00000002 PAD - 0x08001678 0x08001678 0x00000002 Code RO 1116 .text.SVC_Handler at32f421_it.o - 0x0800167a 0x0800167a 0x00000002 PAD - 0x0800167c 0x0800167c 0x00000002 Code RO 1122 .text.SysTick_Handler at32f421_it.o - 0x0800167e 0x0800167e 0x00000002 PAD - 0x08001680 0x08001680 0x0000008c Code RO 1334 .text.SystemInit system_at32f421.o - 0x0800170c 0x0800170c 0x00000116 Code RO 1218 .text.TIM1_Init peripherals.o - 0x08001822 0x08001822 0x00000002 PAD - 0x08001824 0x08001824 0x00000012 Code RO 1132 .text.TMR14_GLOBAL_IRQHandler at32f421_it.o - 0x08001836 0x08001836 0x00000002 PAD - 0x08001838 0x08001838 0x00000016 Code RO 1136 .text.TMR15_GLOBAL_IRQHandler at32f421_it.o - 0x0800184e 0x0800184e 0x00000002 PAD - 0x08001850 0x08001850 0x00000010 Code RO 1134 .text.TMR16_GLOBAL_IRQHandler at32f421_it.o - 0x08001860 0x08001860 0x00000022 Code RO 1140 .text.TMR3_GLOBAL_IRQHandler at32f421_it.o - 0x08001882 0x08001882 0x00000002 PAD - 0x08001884 0x08001884 0x00000002 Code RO 1138 .text.USART1_IRQHandler at32f421_it.o - 0x08001886 0x08001886 0x00000002 PAD - 0x08001888 0x08001888 0x00000002 Code RO 1114 .text.UsageFault_Handler at32f421_it.o - 0x0800188a 0x0800188a 0x00000002 PAD - 0x0800188c 0x0800188c 0x0000002a Code RO 66 .text.__NVIC_SystemReset main.o - 0x080018b6 0x080018b6 0x00000002 PAD - 0x080018b8 0x080018b8 0x00000044 Code RO 188 .text.adc_base_config at32f421_adc.o - 0x080018fc 0x080018fc 0x00000008 Code RO 186 .text.adc_base_default_para_init at32f421_adc.o - 0x08001904 0x08001904 0x0000000a Code RO 194 .text.adc_calibration_init at32f421_adc.o - 0x0800190e 0x0800190e 0x00000002 PAD - 0x08001910 0x08001910 0x00000008 Code RO 196 .text.adc_calibration_init_status_get at32f421_adc.o - 0x08001918 0x08001918 0x0000000a Code RO 198 .text.adc_calibration_start at32f421_adc.o - 0x08001922 0x08001922 0x00000002 PAD - 0x08001924 0x08001924 0x00000008 Code RO 200 .text.adc_calibration_status_get at32f421_adc.o - 0x0800192c 0x0800192c 0x00000012 Code RO 190 .text.adc_dma_mode_enable at32f421_adc.o - 0x0800193e 0x0800193e 0x00000002 PAD - 0x08001940 0x08001940 0x0000000a Code RO 184 .text.adc_enable at32f421_adc.o - 0x0800194a 0x0800194a 0x00000002 PAD - 0x0800194c 0x0800194c 0x0000025a Code RO 208 .text.adc_ordinary_channel_set at32f421_adc.o - 0x08001ba6 0x08001ba6 0x00000002 PAD - 0x08001ba8 0x08001ba8 0x0000002a Code RO 214 .text.adc_ordinary_conversion_trigger_set at32f421_adc.o - 0x08001bd2 0x08001bd2 0x00000002 PAD - 0x08001bd4 0x08001bd4 0x00000012 Code RO 230 .text.adc_ordinary_software_trigger_enable at32f421_adc.o - 0x08001be6 0x08001be6 0x00000002 PAD - 0x08001be8 0x08001be8 0x0000001a Code RO 228 .text.adc_tempersensor_vintrv_enable at32f421_adc.o - 0x08001c02 0x08001c02 0x00000002 PAD - 0x08001c04 0x08001c04 0x0000008a Code RO 1294 .text.allOff phaseouts.o - 0x08001c8e 0x08001c8e 0x00000002 PAD - 0x08001c90 0x08001c90 0x000000ba Code RO 1300 .text.allpwm phaseouts.o - 0x08001d4a 0x08001d4a 0x00000002 PAD - 0x08001d4c 0x08001d4c 0x00000082 Code RO 1158 .text.changeCompInput comparator.o - 0x08001dce 0x08001dce 0x00000002 PAD - 0x08001dd0 0x08001dd0 0x00000016 Code RO 260 .text.cmp_enable at32f421_cmp.o - 0x08001de6 0x08001de6 0x00000002 PAD - 0x08001de8 0x08001de8 0x000003b8 Code RO 1296 .text.comStep phaseouts.o - 0x080021a0 0x080021a0 0x000004c8 Code RO 2 .text.computeDshotDMA dshot.o - 0x08002668 0x08002668 0x000001e4 Code RO 118 .text.computeServoInput signal.o - 0x0800284c 0x0800284c 0x0000001c Code RO 342 .text.crm_adc_clock_div_set at32f421_crm.o - 0x08002868 0x08002868 0x0000001a Code RO 336 .text.crm_ahb_div_set at32f421_crm.o - 0x08002882 0x08002882 0x00000002 PAD - 0x08002884 0x08002884 0x0000001a Code RO 338 .text.crm_apb1_div_set at32f421_crm.o - 0x0800289e 0x0800289e 0x00000002 PAD - 0x080028a0 0x080028a0 0x0000001a Code RO 340 .text.crm_apb2_div_set at32f421_crm.o - 0x080028ba 0x080028ba 0x00000002 PAD - 0x080028bc 0x080028bc 0x00000018 Code RO 362 .text.crm_auto_step_mode_enable at32f421_crm.o - 0x080028d4 0x080028d4 0x00000082 Code RO 328 .text.crm_clock_source_enable at32f421_crm.o - 0x08002956 0x08002956 0x00000002 PAD - 0x08002958 0x08002958 0x00000120 Code RO 356 .text.crm_clocks_freq_get at32f421_crm.o - 0x08002a78 0x08002a78 0x0000001a Code RO 314 .text.crm_flag_get at32f421_crm.o - 0x08002a92 0x08002a92 0x00000002 PAD - 0x08002a94 0x08002a94 0x00000028 Code RO 322 .text.crm_periph_clock_enable at32f421_crm.o - 0x08002abc 0x08002abc 0x00000028 Code RO 324 .text.crm_periph_reset at32f421_crm.o - 0x08002ae4 0x08002ae4 0x0000004e Code RO 348 .text.crm_pll_config at32f421_crm.o - 0x08002b32 0x08002b32 0x00000002 PAD - 0x08002b34 0x08002b34 0x0000007a Code RO 308 .text.crm_reset at32f421_crm.o - 0x08002bae 0x08002bae 0x00000002 PAD - 0x08002bb0 0x08002bb0 0x00000012 Code RO 352 .text.crm_sysclk_switch at32f421_crm.o - 0x08002bc2 0x08002bc2 0x00000002 PAD - 0x08002bc4 0x08002bc4 0x00000010 Code RO 354 .text.crm_sysclk_switch_status_get at32f421_crm.o - 0x08002bd4 0x08002bd4 0x0000002c Code RO 22 .text.delayMicros functions.o - 0x08002c00 0x08002c00 0x0000004e Code RO 24 .text.delayMillis functions.o - 0x08002c4e 0x08002c4e 0x00000002 PAD - 0x08002c50 0x08002c50 0x00000238 Code RO 126 .text.detectInput signal.o - 0x08002e88 0x08002e88 0x0000000a Code RO 399 .text.dma_channel_enable at32f421_dma.o - 0x08002e92 0x08002e92 0x00000002 PAD - 0x08002e94 0x08002e94 0x0000000e Code RO 405 .text.dma_default_para_init at32f421_dma.o - 0x08002ea2 0x08002ea2 0x00000002 PAD - 0x08002ea4 0x08002ea4 0x00000010 Code RO 401 .text.dma_flag_get at32f421_dma.o - 0x08002eb4 0x08002eb4 0x0000007c Code RO 407 .text.dma_init at32f421_dma.o - 0x08002f30 0x08002f30 0x00000040 Code RO 391 .text.dma_reset at32f421_dma.o - 0x08002f70 0x08002f70 0x00000012 Code RO 1156 .text.enableCompInterrupts comparator.o - 0x08002f82 0x08002f82 0x00000002 PAD - 0x08002f84 0x08002f84 0x0000010e Code RO 1264 .text.enableCorePeripherals peripherals.o - 0x08003092 0x08003092 0x00000002 PAD - 0x08003094 0x08003094 0x00000010 Code RO 1195 .text.enableHalfTransferInt io.o - 0x080030a4 0x080030a4 0x0000000c Code RO 547 .text.flash_flag_clear at32f421_flash.o - 0x080030b0 0x080030b0 0x00000012 Code RO 555 .text.flash_lock at32f421_flash.o - 0x080030c2 0x080030c2 0x00000002 PAD - 0x080030c4 0x080030c4 0x0000018e Code RO 557 .text.flash_sector_erase at32f421_flash.o - 0x08003252 0x08003252 0x00000002 PAD - 0x08003254 0x08003254 0x0000001e Code RO 553 .text.flash_unlock at32f421_flash.o - 0x08003272 0x08003272 0x00000002 PAD - 0x08003274 0x08003274 0x00000186 Code RO 565 .text.flash_word_program at32f421_flash.o - 0x080033fa 0x080033fa 0x00000002 PAD - 0x080033fc 0x080033fc 0x0000008c Code RO 1298 .text.fullBrake phaseouts.o - 0x08003488 0x08003488 0x00000012 Code RO 1260 .text.generatePwmTimerEvent peripherals.o - 0x0800349a 0x0800349a 0x00000002 PAD - 0x0800349c 0x0800349c 0x00000008 Code RO 20 .text.getAbsDif functions.o - 0x080034a4 0x080034a4 0x0000000e Code RO 1152 .text.getCompOutputLevel comparator.o - 0x080034b2 0x080034b2 0x00000002 PAD - 0x080034b4 0x080034b4 0x00000026 Code RO 1095 .text.getConvertedDegrees adc.o - 0x080034da 0x080034da 0x00000002 PAD - 0x080034dc 0x080034dc 0x0000000e Code RO 1187 .text.getInputPinState io.o - 0x080034ea 0x080034ea 0x00000002 PAD - 0x080034ec 0x080034ec 0x00000076 Code RO 623 .text.gpio_init at32f421_gpio.o - 0x08003562 0x08003562 0x00000002 PAD - 0x08003564 0x08003564 0x00000016 Code RO 26 .text.gpio_mode_QUICK functions.o - 0x0800357a 0x0800357a 0x00000002 PAD - 0x0800357c 0x0800357c 0x0000002c Code RO 647 .text.gpio_pin_mux_config at32f421_gpio.o - 0x080035a8 0x080035a8 0x00000004 Code RO 1232 .text.initAfterJump peripherals.o - 0x080035ac 0x080035ac 0x00000192 Code RO 1210 .text.initCorePeripherals peripherals.o - 0x0800373e 0x0800373e 0x00000002 PAD - 0x08003740 0x08003740 0x000000f4 Code RO 50 .text.interruptRoutine main.o - 0x08003834 0x08003834 0x0000033e Code RO 38 .text.loadEEpromSettings main.o - 0x08003b72 0x08003b72 0x00000002 PAD - 0x08003b74 0x08003b74 0x00000c68 Code RO 64 .text.main main.o - 0x080047dc 0x080047dc 0x0000010e Code RO 1320 .text.makeTelemPackage serial_telemetry.o - 0x080048ea 0x080048ea 0x00000002 PAD - 0x080048ec 0x080048ec 0x000001e4 Code RO 4 .text.make_dshot_package dshot.o - 0x08004ad0 0x08004ad0 0x00000028 Code RO 18 .text.map functions.o - 0x08004af8 0x08004af8 0x00000018 Code RO 1154 .text.maskPhaseInterrupts comparator.o - 0x08004b10 0x08004b10 0x00000072 Code RO 729 .text.nvic_irq_enable at32f421_misc.o - 0x08004b82 0x08004b82 0x00000002 PAD - 0x08004b84 0x08004b84 0x00000094 Code RO 165 .text.playBeaconTune3 sounds.o - 0x08004c18 0x08004c18 0x0000012a Code RO 149 .text.playBlueJayTune sounds.o - 0x08004d42 0x08004d42 0x00000002 PAD - 0x08004d44 0x08004d44 0x00000068 Code RO 163 .text.playChangedTone sounds.o - 0x08004dac 0x08004dac 0x00000068 Code RO 161 .text.playDefaultTone sounds.o - 0x08004e14 0x08004e14 0x0000007a Code RO 159 .text.playInputTune sounds.o - 0x08004e8e 0x08004e8e 0x00000002 PAD - 0x08004e90 0x08004e90 0x0000007c Code RO 157 .text.playInputTune2 sounds.o - 0x08004f0c 0x08004f0c 0x0000008c Code RO 151 .text.playStartupTune sounds.o - 0x08004f98 0x08004f98 0x00000038 Code RO 60 .text.processDshot main.o - 0x08004fd0 0x08004fd0 0x00000078 Code RO 1274 .text.proportionalBrake phaseouts.o - 0x08005048 0x08005048 0x00000062 Code RO 1169 .text.read_flash_bin eeprom.o - 0x080050aa 0x080050aa 0x00000002 PAD - 0x080050ac 0x080050ac 0x00000080 Code RO 1183 .text.receiveDshotDma io.o - 0x0800512c 0x0800512c 0x00000010 Code RO 1262 .text.resetInputCaptureTimer peripherals.o - 0x0800513c 0x0800513c 0x00000084 Code RO 40 .text.saveEEpromSettings main.o - 0x080051c0 0x080051c0 0x00000122 Code RO 1167 .text.save_flash_nolib eeprom.o - 0x080052e2 0x080052e2 0x00000002 PAD - 0x080052e4 0x080052e4 0x0000009a Code RO 1185 .text.sendDshotDma io.o - 0x0800537e 0x0800537e 0x00000002 PAD - 0x08005380 0x08005380 0x0000001c Code RO 1314 .text.send_telem_DMA serial_telemetry.o - 0x0800539c 0x0800539c 0x0000066e Code RO 54 .text.setInput main.o - 0x08005a0a 0x08005a0a 0x00000002 PAD - 0x08005a0c 0x08005a0c 0x00000012 Code RO 1189 .text.setInputPolarityRising io.o - 0x08005a1e 0x08005a1e 0x00000002 PAD - 0x08005a20 0x08005a20 0x0000000c Code RO 1254 .text.setPWMCompare1 peripherals.o - 0x08005a2c 0x08005a2c 0x0000000c Code RO 1256 .text.setPWMCompare2 peripherals.o - 0x08005a38 0x08005a38 0x0000000c Code RO 1258 .text.setPWMCompare3 peripherals.o - 0x08005a44 0x08005a44 0x00000014 Code RO 141 .text.setVolume sounds.o - 0x08005a58 0x08005a58 0x000000bc Code RO 52 .text.startMotor main.o - 0x08005b14 0x08005b14 0x00000076 Code RO 1212 .text.system_clock_config peripherals.o - 0x08005b8a 0x08005b8a 0x00000002 PAD - 0x08005b8c 0x08005b8c 0x000000f0 Code RO 1336 .text.system_core_clock_update system_at32f421.o - 0x08005c7c 0x08005c7c 0x000000f4 Code RO 1322 .text.telem_UART_Init serial_telemetry.o - 0x08005d70 0x08005d70 0x00000474 Code RO 56 .text.tenKhzRoutine main.o - 0x080061e4 0x080061e4 0x00000096 Code RO 915 .text.tmr_channel_enable at32f421_tmr.o - 0x0800627a 0x0800627a 0x00000002 PAD - 0x0800627c 0x0800627c 0x00000062 Code RO 901 .text.tmr_output_channel_buffer_enable at32f421_tmr.o - 0x080062de 0x080062de 0x00000002 PAD - 0x080062e0 0x080062e0 0x00000012 Code RO 899 .text.tmr_period_buffer_enable at32f421_tmr.o - 0x080062f2 0x080062f2 0x00000002 PAD - 0x080062f4 0x080062f4 0x000000ba Code RO 861 .text.tmr_reset at32f421_tmr.o - 0x080063ae 0x080063ae 0x00000002 PAD - 0x080063b0 0x080063b0 0x0000017e Code RO 120 .text.transfercomplete signal.o - 0x0800652e 0x0800652e 0x00000002 PAD - 0x08006530 0x08006530 0x00000012 Code RO 997 .text.usart_dma_transmitter_enable at32f421_usart.o - 0x08006542 0x08006542 0x00000002 PAD - 0x08006544 0x08006544 0x00000012 Code RO 985 .text.usart_enable at32f421_usart.o - 0x08006556 0x08006556 0x00000002 PAD - 0x08006558 0x08006558 0x00000086 Code RO 981 .text.usart_init at32f421_usart.o - 0x080065de 0x080065de 0x00000002 PAD - 0x080065e0 0x080065e0 0x00000012 Code RO 989 .text.usart_receiver_enable at32f421_usart.o - 0x080065f2 0x080065f2 0x00000002 PAD - 0x080065f4 0x080065f4 0x00000012 Code RO 1025 .text.usart_single_line_halfduplex_select at32f421_usart.o - 0x08006606 0x08006606 0x00000002 PAD - 0x08006608 0x08006608 0x00000012 Code RO 987 .text.usart_transmitter_enable at32f421_usart.o - 0x0800661a 0x0800661a 0x00000002 PAD - 0x0800661c 0x0800661c 0x0000011a Code RO 58 .text.zcfoundroutine main.o - 0x08006736 0x08006736 0x00000002 PAD - 0x08006738 0x08006738 0x000000c4 Code RO 1364 x$fpl$fadd fz_ws.l(faddsub_clz.o) - 0x080067fc 0x080067fc 0x00000054 Code RO 1370 x$fpl$fcmp fz_ws.l(fcmp.o) - 0x08006850 0x08006850 0x00000018 Code RO 1413 x$fpl$fcmpinf fz_ws.l(fcmpi.o) - 0x08006868 0x08006868 0x00000184 Code RO 1373 x$fpl$fdiv fz_ws.l(fdiv.o) - 0x080069ec 0x080069ec 0x00000068 Code RO 1387 x$fpl$feqf fz_ws.l(feqf.o) - 0x08006a54 0x08006a54 0x00000036 Code RO 1376 x$fpl$ffix fz_ws.l(ffix.o) - 0x08006a8a 0x08006a8a 0x00000002 PAD - 0x08006a8c 0x08006a8c 0x00000030 Code RO 1381 x$fpl$fflt fz_ws.l(fflt_clz.o) - 0x08006abc 0x08006abc 0x00000068 Code RO 1389 x$fpl$fgeqf fz_ws.l(fgeqf.o) - 0x08006b24 0x08006b24 0x00000068 Code RO 1391 x$fpl$fleqf fz_ws.l(fleqf.o) - 0x08006b8c 0x08006b8c 0x0000008c Code RO 1393 x$fpl$fnaninf fz_ws.l(fnaninf.o) - 0x08006c18 0x08006c18 0x0000000a Code RO 1395 x$fpl$fretinf fz_ws.l(fretinf.o) - 0x08006c22 0x08006c22 0x00000002 PAD - 0x08006c24 0x08006c24 0x000000ea Code RO 1366 x$fpl$fsub fz_ws.l(faddsub_clz.o) - 0x08006d0e 0x08006d0e 0x00000000 Code RO 1397 x$fpl$usenofp fz_ws.l(usenofp.o) - 0x08006d0e 0x08006d0e 0x00000008 Data RO 370 .rodata.cst8 at32f421_crm.o - 0x08006d16 0x08006d16 0x00000010 Data RO 6 .rodata.gcr_encode_table dshot.o - 0x08006d26 0x08006d26 0x00000002 PAD - 0x08006d28 0x08006d28 0x00000020 Data RO 1561 Region$$Table anon$$obj.o + 0x08001588 0x08001588 0x0000003c Code RO 1129 .text.DMA1_Channel3_2_IRQHandler at32f421_it.o + 0x080015c4 0x080015c4 0x000000ac Code RO 1131 .text.DMA1_Channel5_4_IRQHandler at32f421_it.o + 0x08001670 0x08001670 0x00000002 Code RO 1121 .text.DebugMon_Handler at32f421_it.o + 0x08001672 0x08001672 0x00000002 PAD + 0x08001674 0x08001674 0x00000028 Code RO 1145 .text.EXINT15_4_IRQHandler at32f421_it.o + 0x0800169c 0x0800169c 0x00000002 Code RO 1111 .text.HardFault_Handler at32f421_it.o + 0x0800169e 0x0800169e 0x00000002 PAD + 0x080016a0 0x080016a0 0x00000026 Code RO 1237 .text.MX_IWDG_Init peripherals.o + 0x080016c6 0x080016c6 0x00000002 PAD + 0x080016c8 0x080016c8 0x00000002 Code RO 1113 .text.MemManage_Handler at32f421_it.o + 0x080016ca 0x080016ca 0x00000002 PAD + 0x080016cc 0x080016cc 0x00000002 Code RO 1109 .text.NMI_Handler at32f421_it.o + 0x080016ce 0x080016ce 0x00000002 PAD + 0x080016d0 0x080016d0 0x00000002 Code RO 1123 .text.PendSV_Handler at32f421_it.o + 0x080016d2 0x080016d2 0x00000002 PAD + 0x080016d4 0x080016d4 0x000000e2 Code RO 48 .text.PeriodElapsedCallback main.o + 0x080017b6 0x080017b6 0x00000002 PAD + 0x080017b8 0x080017b8 0x00000002 Code RO 1119 .text.SVC_Handler at32f421_it.o + 0x080017ba 0x080017ba 0x00000002 PAD + 0x080017bc 0x080017bc 0x00000002 Code RO 1125 .text.SysTick_Handler at32f421_it.o + 0x080017be 0x080017be 0x00000002 PAD + 0x080017c0 0x080017c0 0x0000008c Code RO 1337 .text.SystemInit system_at32f421.o + 0x0800184c 0x0800184c 0x00000116 Code RO 1221 .text.TIM1_Init peripherals.o + 0x08001962 0x08001962 0x00000002 PAD + 0x08001964 0x08001964 0x00000012 Code RO 1135 .text.TMR14_GLOBAL_IRQHandler at32f421_it.o + 0x08001976 0x08001976 0x00000002 PAD + 0x08001978 0x08001978 0x00000016 Code RO 1139 .text.TMR15_GLOBAL_IRQHandler at32f421_it.o + 0x0800198e 0x0800198e 0x00000002 PAD + 0x08001990 0x08001990 0x00000010 Code RO 1137 .text.TMR16_GLOBAL_IRQHandler at32f421_it.o + 0x080019a0 0x080019a0 0x00000022 Code RO 1143 .text.TMR3_GLOBAL_IRQHandler at32f421_it.o + 0x080019c2 0x080019c2 0x00000002 PAD + 0x080019c4 0x080019c4 0x00000002 Code RO 1141 .text.USART1_IRQHandler at32f421_it.o + 0x080019c6 0x080019c6 0x00000002 PAD + 0x080019c8 0x080019c8 0x00000002 Code RO 1117 .text.UsageFault_Handler at32f421_it.o + 0x080019ca 0x080019ca 0x00000002 PAD + 0x080019cc 0x080019cc 0x0000002a Code RO 66 .text.__NVIC_SystemReset main.o + 0x080019f6 0x080019f6 0x00000002 PAD + 0x080019f8 0x080019f8 0x00000044 Code RO 190 .text.adc_base_config at32f421_adc.o + 0x08001a3c 0x08001a3c 0x00000008 Code RO 188 .text.adc_base_default_para_init at32f421_adc.o + 0x08001a44 0x08001a44 0x0000000a Code RO 196 .text.adc_calibration_init at32f421_adc.o + 0x08001a4e 0x08001a4e 0x00000002 PAD + 0x08001a50 0x08001a50 0x00000008 Code RO 198 .text.adc_calibration_init_status_get at32f421_adc.o + 0x08001a58 0x08001a58 0x0000000a Code RO 200 .text.adc_calibration_start at32f421_adc.o + 0x08001a62 0x08001a62 0x00000002 PAD + 0x08001a64 0x08001a64 0x00000008 Code RO 202 .text.adc_calibration_status_get at32f421_adc.o + 0x08001a6c 0x08001a6c 0x00000012 Code RO 192 .text.adc_dma_mode_enable at32f421_adc.o + 0x08001a7e 0x08001a7e 0x00000002 PAD + 0x08001a80 0x08001a80 0x0000000a Code RO 186 .text.adc_enable at32f421_adc.o + 0x08001a8a 0x08001a8a 0x00000002 PAD + 0x08001a8c 0x08001a8c 0x0000022e Code RO 210 .text.adc_ordinary_channel_set at32f421_adc.o + 0x08001cba 0x08001cba 0x00000002 PAD + 0x08001cbc 0x08001cbc 0x0000002a Code RO 216 .text.adc_ordinary_conversion_trigger_set at32f421_adc.o + 0x08001ce6 0x08001ce6 0x00000002 PAD + 0x08001ce8 0x08001ce8 0x00000012 Code RO 232 .text.adc_ordinary_software_trigger_enable at32f421_adc.o + 0x08001cfa 0x08001cfa 0x00000002 PAD + 0x08001cfc 0x08001cfc 0x0000001a Code RO 230 .text.adc_tempersensor_vintrv_enable at32f421_adc.o + 0x08001d16 0x08001d16 0x00000002 PAD + 0x08001d18 0x08001d18 0x0000013c Code RO 62 .text.advanceincrement main.o + 0x08001e54 0x08001e54 0x0000008a Code RO 1297 .text.allOff phaseouts.o + 0x08001ede 0x08001ede 0x00000002 PAD + 0x08001ee0 0x08001ee0 0x000000ba Code RO 1303 .text.allpwm phaseouts.o + 0x08001f9a 0x08001f9a 0x00000002 PAD + 0x08001f9c 0x08001f9c 0x00000082 Code RO 1161 .text.changeCompInput comparator.o + 0x0800201e 0x0800201e 0x00000002 PAD + 0x08002020 0x08002020 0x00000016 Code RO 262 .text.cmp_enable at32f421_cmp.o + 0x08002036 0x08002036 0x00000002 PAD + 0x08002038 0x08002038 0x000003b8 Code RO 1299 .text.comStep phaseouts.o + 0x080023f0 0x080023f0 0x000004d8 Code RO 2 .text.computeDshotDMA dshot.o + 0x080028c8 0x080028c8 0x000001e4 Code RO 119 .text.computeServoInput signal.o + 0x08002aac 0x08002aac 0x0000001e Code RO 344 .text.crm_adc_clock_div_set at32f421_crm.o + 0x08002aca 0x08002aca 0x00000002 PAD + 0x08002acc 0x08002acc 0x0000001a Code RO 338 .text.crm_ahb_div_set at32f421_crm.o + 0x08002ae6 0x08002ae6 0x00000002 PAD + 0x08002ae8 0x08002ae8 0x0000001a Code RO 340 .text.crm_apb1_div_set at32f421_crm.o + 0x08002b02 0x08002b02 0x00000002 PAD + 0x08002b04 0x08002b04 0x0000001a Code RO 342 .text.crm_apb2_div_set at32f421_crm.o + 0x08002b1e 0x08002b1e 0x00000002 PAD + 0x08002b20 0x08002b20 0x00000018 Code RO 364 .text.crm_auto_step_mode_enable at32f421_crm.o + 0x08002b38 0x08002b38 0x00000082 Code RO 330 .text.crm_clock_source_enable at32f421_crm.o + 0x08002bba 0x08002bba 0x00000002 PAD + 0x08002bbc 0x08002bbc 0x00000120 Code RO 358 .text.crm_clocks_freq_get at32f421_crm.o + 0x08002cdc 0x08002cdc 0x0000001a Code RO 316 .text.crm_flag_get at32f421_crm.o + 0x08002cf6 0x08002cf6 0x00000002 PAD + 0x08002cf8 0x08002cf8 0x00000028 Code RO 324 .text.crm_periph_clock_enable at32f421_crm.o + 0x08002d20 0x08002d20 0x00000028 Code RO 326 .text.crm_periph_reset at32f421_crm.o + 0x08002d48 0x08002d48 0x00000050 Code RO 350 .text.crm_pll_config at32f421_crm.o + 0x08002d98 0x08002d98 0x0000007a Code RO 310 .text.crm_reset at32f421_crm.o + 0x08002e12 0x08002e12 0x00000002 PAD + 0x08002e14 0x08002e14 0x00000012 Code RO 354 .text.crm_sysclk_switch at32f421_crm.o + 0x08002e26 0x08002e26 0x00000002 PAD + 0x08002e28 0x08002e28 0x00000010 Code RO 356 .text.crm_sysclk_switch_status_get at32f421_crm.o + 0x08002e38 0x08002e38 0x0000002c Code RO 22 .text.delayMicros functions.o + 0x08002e64 0x08002e64 0x0000004e Code RO 24 .text.delayMillis functions.o + 0x08002eb2 0x08002eb2 0x00000002 PAD + 0x08002eb4 0x08002eb4 0x0000025e Code RO 127 .text.detectInput signal.o + 0x08003112 0x08003112 0x00000002 PAD + 0x08003114 0x08003114 0x0000000a Code RO 401 .text.dma_channel_enable at32f421_dma.o + 0x0800311e 0x0800311e 0x00000002 PAD + 0x08003120 0x08003120 0x0000000e Code RO 407 .text.dma_default_para_init at32f421_dma.o + 0x0800312e 0x0800312e 0x00000002 PAD + 0x08003130 0x08003130 0x00000010 Code RO 403 .text.dma_flag_get at32f421_dma.o + 0x08003140 0x08003140 0x0000007c Code RO 409 .text.dma_init at32f421_dma.o + 0x080031bc 0x080031bc 0x00000042 Code RO 393 .text.dma_reset at32f421_dma.o + 0x080031fe 0x080031fe 0x00000002 PAD + 0x08003200 0x08003200 0x00000012 Code RO 1159 .text.enableCompInterrupts comparator.o + 0x08003212 0x08003212 0x00000002 PAD + 0x08003214 0x08003214 0x0000010e Code RO 1267 .text.enableCorePeripherals peripherals.o + 0x08003322 0x08003322 0x00000002 PAD + 0x08003324 0x08003324 0x00000010 Code RO 1198 .text.enableHalfTransferInt io.o + 0x08003334 0x08003334 0x0000000c Code RO 549 .text.flash_flag_clear at32f421_flash.o + 0x08003340 0x08003340 0x00000012 Code RO 557 .text.flash_lock at32f421_flash.o + 0x08003352 0x08003352 0x00000002 PAD + 0x08003354 0x08003354 0x0000018e Code RO 559 .text.flash_sector_erase at32f421_flash.o + 0x080034e2 0x080034e2 0x00000002 PAD + 0x080034e4 0x080034e4 0x0000001e Code RO 555 .text.flash_unlock at32f421_flash.o + 0x08003502 0x08003502 0x00000002 PAD + 0x08003504 0x08003504 0x00000186 Code RO 567 .text.flash_word_program at32f421_flash.o + 0x0800368a 0x0800368a 0x00000002 PAD + 0x0800368c 0x0800368c 0x0000008c Code RO 1301 .text.fullBrake phaseouts.o + 0x08003718 0x08003718 0x00000012 Code RO 1263 .text.generatePwmTimerEvent peripherals.o + 0x0800372a 0x0800372a 0x00000002 PAD + 0x0800372c 0x0800372c 0x00000008 Code RO 20 .text.getAbsDif functions.o + 0x08003734 0x08003734 0x0000000e Code RO 1155 .text.getCompOutputLevel comparator.o + 0x08003742 0x08003742 0x00000002 PAD + 0x08003744 0x08003744 0x00000026 Code RO 1098 .text.getConvertedDegrees adc.o + 0x0800376a 0x0800376a 0x00000002 PAD + 0x0800376c 0x0800376c 0x0000000e Code RO 1190 .text.getInputPinState io.o + 0x0800377a 0x0800377a 0x00000002 PAD + 0x0800377c 0x0800377c 0x00000084 Code RO 625 .text.gpio_init at32f421_gpio.o + 0x08003800 0x08003800 0x00000016 Code RO 26 .text.gpio_mode_QUICK functions.o + 0x08003816 0x08003816 0x00000002 PAD + 0x08003818 0x08003818 0x0000002e Code RO 649 .text.gpio_pin_mux_config at32f421_gpio.o + 0x08003846 0x08003846 0x00000002 PAD + 0x08003848 0x08003848 0x00000004 Code RO 1235 .text.initAfterJump peripherals.o + 0x0800384c 0x0800384c 0x00000192 Code RO 1213 .text.initCorePeripherals peripherals.o + 0x080039de 0x080039de 0x00000002 PAD + 0x080039e0 0x080039e0 0x000000fc Code RO 50 .text.interruptRoutine main.o + 0x08003adc 0x08003adc 0x0000033e Code RO 38 .text.loadEEpromSettings main.o + 0x08003e1a 0x08003e1a 0x00000002 PAD + 0x08003e1c 0x08003e1c 0x000008e8 Code RO 64 .text.main main.o + 0x08004704 0x08004704 0x00000106 Code RO 1323 .text.makeTelemPackage serial_telemetry.o + 0x0800480a 0x0800480a 0x00000002 PAD + 0x0800480c 0x0800480c 0x000001ec Code RO 4 .text.make_dshot_package dshot.o + 0x080049f8 0x080049f8 0x00000054 Code RO 18 .text.map functions.o + 0x08004a4c 0x08004a4c 0x00000018 Code RO 1157 .text.maskPhaseInterrupts comparator.o + 0x08004a64 0x08004a64 0x0000006e Code RO 732 .text.nvic_irq_enable at32f421_misc.o + 0x08004ad2 0x08004ad2 0x00000002 PAD + 0x08004ad4 0x08004ad4 0x00000094 Code RO 167 .text.playBeaconTune3 sounds.o + 0x08004b68 0x08004b68 0x0000012a Code RO 151 .text.playBlueJayTune sounds.o + 0x08004c92 0x08004c92 0x00000002 PAD + 0x08004c94 0x08004c94 0x00000068 Code RO 165 .text.playChangedTone sounds.o + 0x08004cfc 0x08004cfc 0x00000068 Code RO 163 .text.playDefaultTone sounds.o + 0x08004d64 0x08004d64 0x0000007a Code RO 161 .text.playInputTune sounds.o + 0x08004dde 0x08004dde 0x00000002 PAD + 0x08004de0 0x08004de0 0x0000007c Code RO 159 .text.playInputTune2 sounds.o + 0x08004e5c 0x08004e5c 0x0000008c Code RO 153 .text.playStartupTune sounds.o + 0x08004ee8 0x08004ee8 0x00000038 Code RO 60 .text.processDshot main.o + 0x08004f20 0x08004f20 0x00000078 Code RO 1277 .text.proportionalBrake phaseouts.o + 0x08004f98 0x08004f98 0x00000062 Code RO 1172 .text.read_flash_bin eeprom.o + 0x08004ffa 0x08004ffa 0x00000002 PAD + 0x08004ffc 0x08004ffc 0x00000080 Code RO 1186 .text.receiveDshotDma io.o + 0x0800507c 0x0800507c 0x00000010 Code RO 1265 .text.resetInputCaptureTimer peripherals.o + 0x0800508c 0x0800508c 0x00000084 Code RO 40 .text.saveEEpromSettings main.o + 0x08005110 0x08005110 0x0000017a Code RO 1170 .text.save_flash_nolib eeprom.o + 0x0800528a 0x0800528a 0x00000002 PAD + 0x0800528c 0x0800528c 0x0000009a Code RO 1188 .text.sendDshotDma io.o + 0x08005326 0x08005326 0x00000002 PAD + 0x08005328 0x08005328 0x0000001c Code RO 1317 .text.send_telem_DMA serial_telemetry.o + 0x08005344 0x08005344 0x0000065e Code RO 54 .text.setInput main.o + 0x080059a2 0x080059a2 0x00000002 PAD + 0x080059a4 0x080059a4 0x00000012 Code RO 1192 .text.setInputPolarityRising io.o + 0x080059b6 0x080059b6 0x00000002 PAD + 0x080059b8 0x080059b8 0x0000000c Code RO 1257 .text.setPWMCompare1 peripherals.o + 0x080059c4 0x080059c4 0x0000000c Code RO 1259 .text.setPWMCompare2 peripherals.o + 0x080059d0 0x080059d0 0x0000000c Code RO 1261 .text.setPWMCompare3 peripherals.o + 0x080059dc 0x080059dc 0x00000014 Code RO 143 .text.setVolume sounds.o + 0x080059f0 0x080059f0 0x000000be Code RO 52 .text.startMotor main.o + 0x08005aae 0x08005aae 0x00000002 PAD + 0x08005ab0 0x08005ab0 0x00000076 Code RO 1215 .text.system_clock_config peripherals.o + 0x08005b26 0x08005b26 0x00000002 PAD + 0x08005b28 0x08005b28 0x000000ec Code RO 1339 .text.system_core_clock_update system_at32f421.o + 0x08005c14 0x08005c14 0x000000f4 Code RO 1325 .text.telem_UART_Init serial_telemetry.o + 0x08005d08 0x08005d08 0x00000438 Code RO 56 .text.tenKhzRoutine main.o + 0x08006140 0x08006140 0x000000a0 Code RO 918 .text.tmr_channel_enable at32f421_tmr.o + 0x080061e0 0x080061e0 0x00000048 Code RO 904 .text.tmr_output_channel_buffer_enable at32f421_tmr.o + 0x08006228 0x08006228 0x00000012 Code RO 902 .text.tmr_period_buffer_enable at32f421_tmr.o + 0x0800623a 0x0800623a 0x00000002 PAD + 0x0800623c 0x0800623c 0x000000ba Code RO 864 .text.tmr_reset at32f421_tmr.o + 0x080062f6 0x080062f6 0x00000002 PAD + 0x080062f8 0x080062f8 0x00000184 Code RO 121 .text.transfercomplete signal.o + 0x0800647c 0x0800647c 0x00000012 Code RO 1000 .text.usart_dma_transmitter_enable at32f421_usart.o + 0x0800648e 0x0800648e 0x00000002 PAD + 0x08006490 0x08006490 0x00000012 Code RO 988 .text.usart_enable at32f421_usart.o + 0x080064a2 0x080064a2 0x00000002 PAD + 0x080064a4 0x080064a4 0x00000086 Code RO 984 .text.usart_init at32f421_usart.o + 0x0800652a 0x0800652a 0x00000002 PAD + 0x0800652c 0x0800652c 0x00000012 Code RO 992 .text.usart_receiver_enable at32f421_usart.o + 0x0800653e 0x0800653e 0x00000002 PAD + 0x08006540 0x08006540 0x00000012 Code RO 1028 .text.usart_single_line_halfduplex_select at32f421_usart.o + 0x08006552 0x08006552 0x00000002 PAD + 0x08006554 0x08006554 0x00000012 Code RO 990 .text.usart_transmitter_enable at32f421_usart.o + 0x08006566 0x08006566 0x00000002 PAD + 0x08006568 0x08006568 0x0000011a Code RO 58 .text.zcfoundroutine main.o + 0x08006682 0x08006682 0x00000002 PAD + 0x08006684 0x08006684 0x000001b8 Code RO 1390 x$fpl$exception f_ws.l(except.o) + 0x0800683c 0x0800683c 0x00000140 Code RO 1367 x$fpl$fadd f_ws.l(faddsub_clz.o) + 0x0800697c 0x0800697c 0x00000054 Code RO 1373 x$fpl$fcmp f_ws.l(fcmp.o) + 0x080069d0 0x080069d0 0x00000018 Code RO 1427 x$fpl$fcmpinf f_ws.l(fcmpi.o) + 0x080069e8 0x080069e8 0x000001bc Code RO 1376 x$fpl$fdiv f_ws.l(fdiv.o) + 0x08006ba4 0x08006ba4 0x00000060 Code RO 1392 x$fpl$feqf f_ws.l(feqf.o) + 0x08006c04 0x08006c04 0x00000044 Code RO 1379 x$fpl$ffix f_ws.l(ffix.o) + 0x08006c48 0x08006c48 0x00000030 Code RO 1384 x$fpl$fflt f_ws.l(fflt_clz.o) + 0x08006c78 0x08006c78 0x00000064 Code RO 1394 x$fpl$fgeqf f_ws.l(fgeqf.o) + 0x08006cdc 0x08006cdc 0x00000064 Code RO 1396 x$fpl$fleqf f_ws.l(fleqf.o) + 0x08006d40 0x08006d40 0x000000f6 Code RO 1398 x$fpl$fnaninf f_ws.l(fnaninf.o) + 0x08006e36 0x08006e36 0x0000004a Code RO 1400 x$fpl$fnorm2 f_ws.l(fnorm2_clz.o) + 0x08006e80 0x08006e80 0x0000000e Code RO 1514 x$fpl$fpinit f_ws.l(fpinit.o) + 0x08006e8e 0x08006e8e 0x0000000a Code RO 1402 x$fpl$fretinf f_ws.l(fretinf.o) + 0x08006e98 0x08006e98 0x00000142 Code RO 1369 x$fpl$fsub f_ws.l(faddsub_clz.o) + 0x08006fda 0x08006fda 0x0000012a Code RO 1404 x$fpl$funder f_ws.l(funder_clz.o) + 0x08007104 0x08007104 0x000000b2 Code RO 1429 x$fpl$retnan f_ws.l(retnan.o) + 0x080071b6 0x080071b6 0x00000090 Code RO 1431 x$fpl$trapveneer f_ws.l(trapv.o) + 0x08007246 0x08007246 0x00000000 Code RO 1406 x$fpl$usenofp f_ws.l(usenofp.o) + 0x08007246 0x08007246 0x00000008 Data RO 372 .rodata.cst8 at32f421_crm.o + 0x0800724e 0x0800724e 0x00000010 Data RO 6 .rodata.gcr_encode_table dshot.o + 0x0800725e 0x0800725e 0x00000002 PAD + 0x08007260 0x08007260 0x00000020 Data RO 1583 Region$$Table anon$$obj.o - Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08006d48, Size: 0x00000e58, Max: 0x00004000, ABSOLUTE, COMPRESSED[0x000002e0]) + Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08007280, Size: 0x00000e60, Max: 0x00004000, ABSOLUTE, COMPRESSED[0x000002e8]) Exec Addr Load Addr Size Type Attr Idx E Section Name Object - 0x20000000 COMPRESSED 0x0000005c Data RW 104 .data..L_MergedGlobals main.o - 0x2000005c COMPRESSED 0x00000004 Data RW 129 .data..L_MergedGlobals signal.o - 0x20000060 COMPRESSED 0x00000078 Data RW 105 .data..L_MergedGlobals.1 main.o - 0x200000d8 COMPRESSED 0x00000001 Data RW 1202 .data.buffer_padding io.o - 0x200000d9 COMPRESSED 0x00000001 Data RW 1199 .data.ic_timer_prescaler io.o - 0x200000da COMPRESSED 0x00000002 PAD - 0x200000dc COMPRESSED 0x00000004 Data RW 128 .data.max_servo_deviation signal.o - 0x200000e0 COMPRESSED 0x00000001 Data RW 1324 .data.nbDataToTransmit serial_telemetry.o - 0x200000e1 COMPRESSED 0x00000001 PAD - 0x200000e2 COMPRESSED 0x000002d0 Data RW 90 .data.pwmSin main.o - 0x200003b2 COMPRESSED 0x00000002 PAD - 0x200003b4 COMPRESSED 0x00000004 Data RW 1338 .data.system_core_clock system_at32f421.o - 0x200003b8 - 0x00000060 Zero RW 1426 .bss c_w.l(libspace.o) - 0x20000418 - 0x0000005c Zero RW 9 .bss..L_MergedGlobals dshot.o - 0x20000474 - 0x0000001c Zero RW 130 .bss..L_MergedGlobals.1 signal.o - 0x20000490 - 0x0000007c Zero RW 106 .bss..L_MergedGlobals.2 main.o - 0x2000050c - 0x0000001c Zero RW 107 .bss..L_MergedGlobals.3 main.o - 0x20000528 - 0x00000006 Zero RW 1097 .bss.ADCDataDMA adc.o - 0x2000052e - 0x0000000a Zero RW 1325 .bss.aTxBuffer serial_telemetry.o - 0x20000538 - 0x00000001 Zero RW 167 .bss.beep_volume sounds.o - 0x20000539 COMPRESSED 0x00000003 PAD - 0x2000053c - 0x00000100 Zero RW 1200 .bss.dma_buffer io.o - 0x2000063c - 0x00000001 Zero RW 101 .bss.dshotcommand main.o - 0x2000063d - 0x000000b0 Zero RW 87 .bss.eepromBuffer main.o - 0x200006ed COMPRESSED 0x00000003 PAD - 0x200006f0 - 0x00000004 Zero RW 1144 .bss.exti_int at32f421_it.o - 0x200006f4 - 0x00000094 Zero RW 7 .bss.gcr dshot.o - 0x20000788 - 0x00000001 Zero RW 88 .bss.last_dshot_command main.o - 0x20000789 - 0x00000001 Zero RW 1201 .bss.out_put io.o - 0x2000078a - 0x000000c8 Zero RW 93 .bss.readings main.o - 0x20000852 COMPRESSED 0x00000006 PAD - 0x20000858 - 0x00000200 Zero RW 1348 HEAP startup_at32f421.o - 0x20000a58 - 0x00000400 Zero RW 1347 STACK startup_at32f421.o + 0x20000000 COMPRESSED 0x0000005c Data RW 105 .data..L_MergedGlobals main.o + 0x2000005c COMPRESSED 0x00000004 Data RW 131 .data..L_MergedGlobals signal.o + 0x20000060 COMPRESSED 0x00000078 Data RW 106 .data..L_MergedGlobals.1 main.o + 0x200000d8 COMPRESSED 0x00000001 Data RW 1205 .data.buffer_padding io.o + 0x200000d9 COMPRESSED 0x00000001 PAD + 0x200000da COMPRESSED 0x00000002 Data RW 130 .data.dshot_frametime_high signal.o + 0x200000dc COMPRESSED 0x00000001 Data RW 1202 .data.ic_timer_prescaler io.o + 0x200000dd COMPRESSED 0x00000003 PAD + 0x200000e0 COMPRESSED 0x00000004 Data RW 129 .data.max_servo_deviation signal.o + 0x200000e4 COMPRESSED 0x00000001 Data RW 1327 .data.nbDataToTransmit serial_telemetry.o + 0x200000e5 COMPRESSED 0x00000001 PAD + 0x200000e6 COMPRESSED 0x000002d0 Data RW 91 .data.pwmSin main.o + 0x200003b6 COMPRESSED 0x00000002 PAD + 0x200003b8 COMPRESSED 0x00000004 Data RW 1341 .data.system_core_clock system_at32f421.o + 0x200003bc COMPRESSED 0x00000004 PAD + 0x200003c0 - 0x00000060 Zero RW 1434 .bss c_w.l(libspace.o) + 0x20000420 - 0x0000005c Zero RW 9 .bss..L_MergedGlobals dshot.o + 0x2000047c - 0x0000001c Zero RW 132 .bss..L_MergedGlobals.1 signal.o + 0x20000498 - 0x0000007c Zero RW 107 .bss..L_MergedGlobals.2 main.o + 0x20000514 - 0x0000001c Zero RW 108 .bss..L_MergedGlobals.3 main.o + 0x20000530 - 0x00000006 Zero RW 1100 .bss.ADCDataDMA adc.o + 0x20000536 - 0x0000000a Zero RW 1328 .bss.aTxBuffer serial_telemetry.o + 0x20000540 - 0x00000001 Zero RW 169 .bss.beep_volume sounds.o + 0x20000541 COMPRESSED 0x00000003 PAD + 0x20000544 - 0x00000100 Zero RW 1203 .bss.dma_buffer io.o + 0x20000644 - 0x00000001 Zero RW 102 .bss.dshotcommand main.o + 0x20000645 - 0x000000b0 Zero RW 88 .bss.eepromBuffer main.o + 0x200006f5 COMPRESSED 0x00000003 PAD + 0x200006f8 - 0x00000004 Zero RW 1147 .bss.exti_int at32f421_it.o + 0x200006fc - 0x00000094 Zero RW 7 .bss.gcr dshot.o + 0x20000790 - 0x00000001 Zero RW 89 .bss.last_dshot_command main.o + 0x20000791 - 0x00000001 Zero RW 1204 .bss.out_put io.o + 0x20000792 - 0x000000c8 Zero RW 94 .bss.readings main.o + 0x2000085a COMPRESSED 0x00000006 PAD + 0x20000860 - 0x00000200 Zero RW 1351 HEAP startup_at32f421.o + 0x20000a60 - 0x00000400 Zero RW 1350 STACK startup_at32f421.o @@ -3224,7 +3313,7 @@ Memory Map of the image Exec Addr Load Addr Size Type Attr Idx E Section Name Object - 0x08007be0 0x08007be0 0x0000001e Data RO 176 .rodata.test firmwareversion.o + 0x08007be0 0x08007be0 0x0000001e Data RO 178 .rodata.test firmwareversion.o ============================================================================== @@ -3234,36 +3323,36 @@ Image component sizes Code (inc. data) RO Data RW Data ZI Data Debug Object Name - 362 0 0 0 6 13901 adc.o - 828 38 0 0 0 15461 at32f421_adc.o - 22 0 0 0 0 5748 at32f421_cmp.o - 888 30 8 0 0 19448 at32f421_crm.o - 228 0 0 0 0 5206 at32f421_dma.o - 848 0 0 0 0 39561 at32f421_flash.o - 162 0 0 0 0 11007 at32f421_gpio.o - 450 0 0 0 4 9701 at32f421_it.o - 114 0 0 0 0 6161 at32f421_misc.o - 452 20 0 0 0 28646 at32f421_tmr.o - 224 0 0 0 0 10632 at32f421_usart.o - 186 0 0 0 0 2513 comparator.o - 1708 22 16 0 240 3867 dshot.o - 388 0 0 0 0 2324 eeprom.o - 0 0 30 0 0 401 firmwareversion.o - 192 0 0 0 0 11619 functions.o - 330 0 0 2 257 13052 io.o - 7966 14 0 932 530 28767 main.o - 1180 0 0 0 0 26711 peripherals.o - 1536 8 0 0 0 9931 phaseouts.o - 542 0 0 1 10 15895 serial_telemetry.o - 1434 0 0 8 28 3955 signal.o - 1060 0 0 0 1 9146 sounds.o - 64 26 204 0 1536 848 startup_at32f421.o - 380 16 0 4 0 7646 system_at32f421.o + 362 0 0 0 6 13887 adc.o + 784 38 0 0 0 15989 at32f421_adc.o + 22 0 0 0 0 5707 at32f421_cmp.o + 892 30 8 0 0 19471 at32f421_crm.o + 230 0 0 0 0 5203 at32f421_dma.o + 848 0 0 0 0 38963 at32f421_flash.o + 178 0 0 0 0 10974 at32f421_gpio.o + 450 0 0 0 4 9614 at32f421_it.o + 110 0 0 0 0 6193 at32f421_misc.o + 436 20 0 0 0 28943 at32f421_tmr.o + 224 0 0 0 0 10591 at32f421_usart.o + 186 0 0 0 0 2510 comparator.o + 1732 22 16 0 240 3770 dshot.o + 476 0 0 0 0 2363 eeprom.o + 0 0 30 0 0 394 firmwareversion.o + 236 0 0 0 0 11808 functions.o + 330 0 0 2 257 13053 io.o + 7316 16 0 932 530 27733 main.o + 1180 0 0 0 0 26563 peripherals.o + 1536 8 0 0 0 9890 phaseouts.o + 534 0 0 1 10 15840 serial_telemetry.o + 1478 0 0 10 28 3498 signal.o + 1060 0 0 0 1 9131 sounds.o + 64 26 204 0 1536 840 startup_at32f421.o + 376 16 0 4 0 7649 system_at32f421.o ---------------------------------------------------------------------- - 21704 174 294 952 2624 302147 Object Totals + 21200 176 294 956 2628 300577 Object Totals 0 0 32 0 0 0 (incl. Generated) - 160 0 4 5 12 0 (incl. Padding) + 160 0 4 7 16 0 (incl. Padding) ---------------------------------------------------------------------- @@ -3276,46 +3365,59 @@ Image component sizes 6 0 0 0 0 0 __rtentry4.o 52 8 0 0 0 0 __scatter.o 28 0 0 0 0 0 __scatter_zi.o + 48 4 0 0 0 84 _fptrap.o + 10 0 0 0 0 68 defsig_exit.o + 172 110 0 0 0 76 defsig_fpe_inner.o + 14 0 0 0 0 80 defsig_fpe_outer.o + 50 0 0 0 0 88 defsig_general.o 18 0 0 0 0 80 exit.o 6 0 0 0 0 152 heapauxi.o 0 0 0 0 0 0 indicate_semi.o 2 0 0 0 0 0 libinit.o - 2 0 0 0 0 0 libinit2.o + 6 0 0 0 0 0 libinit2.o 2 0 0 0 0 0 libshutdown.o 2 0 0 0 0 0 libshutdown2.o 8 4 0 0 96 68 libspace.o + 8 4 0 0 0 68 rt_fp_status_addr_intlibspace.o 78 0 0 0 0 80 rt_memclr_w.o 2 0 0 0 0 0 rtexit.o 10 0 0 0 0 0 rtexit2.o 12 4 0 0 0 68 sys_exit.o 74 0 0 0 0 80 sys_stackheap_outer.o + 14 0 0 0 0 76 sys_wrch.o 2 0 0 0 0 68 use_no_semi.o - 430 8 0 0 0 168 faddsub_clz.o + 440 24 0 0 0 120 except.o + 642 16 0 0 0 168 faddsub_clz.o 84 0 0 0 0 196 fcmp.o 24 0 0 0 0 68 fcmpi.o - 388 76 0 0 0 96 fdiv.o - 104 4 0 0 0 84 feqf.o - 54 4 0 0 0 84 ffix.o + 444 78 0 0 0 96 fdiv.o + 96 8 0 0 0 84 feqf.o + 68 12 0 0 0 84 ffix.o 48 0 0 0 0 68 fflt_clz.o - 104 4 0 0 0 84 fgeqf.o - 104 4 0 0 0 84 fleqf.o - 140 4 0 0 0 84 fnaninf.o + 100 8 0 0 0 84 fgeqf.o + 100 8 0 0 0 84 fleqf.o + 246 4 0 0 0 100 fnaninf.o + 74 0 0 0 0 88 fnorm2_clz.o + 14 0 0 0 0 76 fpinit.o 10 0 0 0 0 68 fretinf.o + 298 0 0 0 0 116 funder_clz.o + 178 0 0 0 0 68 retnan.o + 144 0 0 0 0 116 trapv.o 0 0 0 0 0 0 usenofp.o ---------------------------------------------------------------------- - 1914 120 0 0 96 1748 Library Totals + 3754 292 0 0 96 2888 Library Totals 10 0 0 0 0 0 (incl. Padding) ---------------------------------------------------------------------- Code (inc. data) RO Data RW Data ZI Data Debug Library Name - 414 16 0 0 96 664 c_w.l - 1490 104 0 0 0 1084 fz_ws.l + 734 134 0 0 96 1204 c_w.l + 3010 158 0 0 0 1684 f_ws.l ---------------------------------------------------------------------- - 1914 120 0 0 96 1748 Library Totals + 3754 292 0 0 96 2888 Library Totals ---------------------------------------------------------------------- @@ -3324,15 +3426,15 @@ Image component sizes Code (inc. data) RO Data RW Data ZI Data Debug - 23618 294 294 952 2720 302671 Grand Totals - 23618 294 294 736 2720 302671 ELF Image Totals (compressed) - 23618 294 294 736 0 0 ROM Totals + 24954 468 294 956 2724 301565 Grand Totals + 24954 468 294 744 2724 301565 ELF Image Totals (compressed) + 24954 468 294 744 0 0 ROM Totals ============================================================================== - Total RO Size (Code + RO Data) 23912 ( 23.35kB) - Total RW Size (RW Data + ZI Data) 3672 ( 3.59kB) - Total ROM Size (Code + RO Data + RW Data) 24648 ( 24.07kB) + Total RO Size (Code + RO Data) 25248 ( 24.66kB) + Total RW Size (RW Data + ZI Data) 3680 ( 3.59kB) + Total ROM Size (Code + RO Data + RW Data) 25992 ( 25.38kB) ============================================================================== diff --git a/Keil_Projects/Objects/AM32REF_F051.axf b/Keil_Projects/Objects/AM32REF_F051.axf deleted file mode 100644 index 26e2f008..00000000 Binary files a/Keil_Projects/Objects/AM32REF_F051.axf and /dev/null differ diff --git a/Keil_Projects/Objects/AM32REF_F051.build_log.htm b/Keil_Projects/Objects/AM32REF_F051.build_log.htm deleted file mode 100644 index 8dc2be34..00000000 --- a/Keil_Projects/Objects/AM32REF_F051.build_log.htm +++ /dev/null @@ -1,99 +0,0 @@ - - -
-

µVision Build Log

-

Tool Versions:

-IDE-Version: µVision V5.36.0.0 -Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved. -License Information: P S, Here, LIC=---- - -Tool Versions: -Toolchain: MDK-Lite Version: 5.36.0.0 -Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin -C Compiler: ArmClang.exe V6.16 -Assembler: Armasm.exe V6.16 -Linker/Locator: ArmLink.exe V6.16 -Library Manager: ArmAr.exe V6.16 -Hex Converter: FromElf.exe V6.16 -CPU DLL: SARMCM3.DLL V5.36.0.0 -Dialog DLL: DARMCM1.DLL V1.19.4.0 -Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.9.0 -Dialog DLL: TARMCM1.DLL V1.14.4.0 - -

Project:

-C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Keil_Projects\Am32F051.uvprojx -Project File Date: 08/22/2023 - -

Output:

-*** Using Compiler 'V6.16', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' -Build Project 'Am32F051' - Target 'AM32REF_F051' -assembling startup_stm32f051k8.s... -compiling functions.c... -compiling dshot.c... -compiling signal.c... -compiling sounds.c... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(309): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_major: VERSION_MAJOR, - ^~~~~~~~~~~~~~ - .version_major = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(310): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_minor: VERSION_MINOR, - ^~~~~~~~~~~~~~ - .version_minor = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(311): warning: use of GNU old-style field designator extension [-Wgnu-designator] - device_name: FIRMWARE_NAME - ^~~~~~~~~~~~ - .device_name = -3 warnings generated. -compiling main.c... -compiling ADC.c... -compiling comparator.c... -compiling eeprom.c... -compiling IO.c... -compiling peripherals.c... -compiling phaseouts.c... -compiling serial_telemetry.c... -compiling system_stm32f0xx.c... -compiling stm32f0xx_it.c... -compiling stm32f0xx_ll_adc.c... -compiling stm32f0xx_ll_comp.c... -compiling stm32f0xx_ll_dma.c... -compiling stm32f0xx_ll_exti.c... -compiling stm32f0xx_ll_gpio.c... -compiling stm32f0xx_ll_pwr.c... -compiling stm32f0xx_ll_rcc.c... -compiling stm32f0xx_ll_usart.c... -compiling stm32f0xx_ll_tim.c... -compiling stm32f0xx_ll_utils.c... -linking... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Mcu\f051\Am32 32kb_f051.sct(18): warning: L6314W: No section matches pattern firmwareversion.o(RO). -Program Size: Code=19094 RO-data=262 RW-data=976 ZI-data=1960 -Finished: 0 information, 1 warning and 0 error messages. -FromELF: creating hex file... -".\Objects\AM32REF_F051.axf" - 0 Error(s), 4 Warning(s). - -

Software Packages used:

- -Package Vendor: ARM - http://www.keil.com/pack/ARM.CMSIS.5.8.0.pack - ARM.CMSIS.5.8.0 - CMSIS (Common Microcontroller Software Interface Standard) - * Component: CORE Version: 5.5.0 - -Package Vendor: Keil - https://www.keil.com/pack/Keil.STM32F0xx_DFP.2.1.1.pack - Keil.STM32F0xx_DFP.2.1.1 - STMicroelectronics STM32F0 Series Device Support, Drivers and Examples - -

Collection of Component include folders:

- .\RTE\_AM32REF_F051 - C:\Users\alkaz\AppData\Local\Arm\Packs\ARM\CMSIS\5.8.0\CMSIS\Core\Include - C:\Users\alkaz\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\CMSIS\Device\ST\STM32F0xx\Include - -

Collection of Component Files used:

- - * Component: ARM::CMSIS:CORE:5.5.0 -Build Time Elapsed: 00:00:21 -
- - diff --git a/Keil_Projects/Objects/AM32REF_F051.hex b/Keil_Projects/Objects/AM32REF_F051.hex deleted file mode 100644 index 5e64bec1..00000000 --- a/Keil_Projects/Objects/AM32REF_F051.hex +++ /dev/null @@ -1,1261 +0,0 @@ -:020000040800F2 -:10100000380C0020D1100008651F0008DD1600080C -:1010100000000000000000000000000000000000D0 -:10102000000000000000000000000000BD1F0008DC -:101030000000000000000000671F0008BF1F00083C -:10104000E3100008E3100008E3100008E3100008B4 -:10105000E3100008E3100008E3100008E3100008A4 -:10106000E310000839160008611600087D16000814 -:10107000A9140008C9200008E3100008E3100008C4 -:10108000F120000819210008000000008920000854 -:101090009D200008C5200008E3100008E3100008A8 -:1010A000E3100008E3100008E310000835210008F1 -:1010B000E310000800000000E31000080348854624 -:1010C00000F0B4F90048004725380008380C00202B -:1010D0000448804704480047FEE7FEE7FEE7FEE7D6 -:1010E000FEE7FEE785200008BD10000803460B431D -:1010F0009B0703D009E008C9121F08C0042AFAD2CE -:1011000003E00B780370401C491C521EF9D2704753 -:10111000D2B201E00270401C491EFBD2704700228F -:10112000F6E710B513460A4604461946FFF7F0FFE6 -:10113000204610BDF8B502464A40D40F42004B008D -:1011400052085B089A4202D20246084611464A00FB -:1011500023D0C30D4A00DDB2120EAD1A202D35DAB0 -:1011600049020126490AF6058A19002C00D052428C -:1011700020214F1B1146B9402A411018C20D9A4236 -:1011800021D0002C17D0012D08DCDA05801AD20FEF -:101190008019D207DBB200F00FF9F8BDDA05801A2A -:1011A000012340001B06C01880185A428018CA0F3D -:1011B0001043490007E04908C2071143DA05801AC5 -:1011C00080194008801800F0EFF8F8BD6100012296 -:1011D000511A001BF7E70122D2075140AAE701226A -:1011E000D2075040A6E770B502464A40D50F4000EE -:1011F0004A00ED0740085208002814D0002A12D0F7 -:10120000C40DD30D41020120C0055202490A520A01 -:10121000E41A091812187D34914201D3641C00E0CD -:101220004900002C01DA002070BD0023914201D357 -:10123000891A0343400849000028F7D100290AD041 -:10124000914202D10121C90705E0914201D2012159 -:1012500001E00121C943E005C018401900F0A4F8DD -:1012600070BD0122D207002800DB101A002900DB24 -:10127000511A814201D80120704700207047012295 -:10128000D207002800DB101A002900DB511A814226 -:1012900001D201207047002070470122D2070028A8 -:1012A00000DB101A002900DB511A814201D3012012 -:1012B0007047002070470122D207002800DB101A77 -:1012C000002900DB511A814201D90120704700201A -:1012D0007047C217C10F504010B54018CA07962377 -:1012E000002100F069F810BDC20F41004002012347 -:1012F000400ADB05D207090EC0187F2901DA002059 -:101300007047962903DC9623591AC84001E09639A4 -:101310008840002AF4D04042704770B50446002946 -:1013200003D000202022012310E0002801D000205B -:10133000C043C046C0460DE02546D5408D4205D38A -:101340000D469540641B1D46954040191546521E9A -:10135000002DF1DC214670BD70B5002504462E46F7 -:10136000002911D0002C01DA01254442002901DABC -:10137000012649422046FFF7D0FFB54200D0404247 -:10138000002D00D0494270BD002C02DA0121C907AE -:1013900002E0002C00DD03490846C046C046214655 -:1013A00070BD0000FFFFFF7F002904DA401C4900E8 -:1013B00001D140084000704770B40024050C05D1ED -:1013C0001024000402D1002921D01124050E01D1DE -:1013D00000020834050F01D10001241D850F01D141 -:1013E0008000A41C002801DB4000641C002908D0F8 -:1013F00020252E1B0D46F540A14000D00121294398 -:10140000084301061B1B000ADB1D02D5002070BC2F -:101410007047DB05181880180029F8DA401C4900CD -:10142000F5D170BC4008400070470000064C012513 -:10143000064E05E0E36807CC2B430C3C984710347C -:10144000B442F7D3FFF73EFE7C5B00089C5B0008CC -:1014500070B58C180578401C6B075B0F01D10378C1 -:10146000401C2A1106D10278401C03E006780E7059 -:10147000401C491C5B1EF9D12B0705D40023521ECA -:101480000DD40B70491CFAE70378401CCB1A921C50 -:1014900003E01D780D70491C5B1C521EF9D5A1425A -:1014A000D8D3002070BD000080B5054801688902CE -:1014B00004D501214905016001F0E8FF80BDC04667 -:1014C0001404014005488188054A11804188054A75 -:1014D00011800088044908807047C046D805002064 -:1014E0005A0500205E05002060050020F0B593B08D -:1014F0000027119710970F970E970D970C970B9742 -:101500000A970997089707970697059701214802B8 -:101510000B46019143494A6802434A604A680240C7 -:101520001292129858040A6802430A60096801403E -:101530001291032604961298082002900390092025 -:10154000C40603AD2046294600F0FAF80797049632 -:101550004020009003902046294600F0F1F83248E0 -:101560000168324A0A400260310302688A4302601D -:10157000016820220A4302600168009CA1430160C7 -:10158000016880220A430260310202688A43019B9B -:10159000190251180160B10202688A4399021E467D -:1015A00051180160224D2868029908432860286874 -:1015B000204328601804296801432960072080051A -:1015C0001C490A688243D80510180860D8070E9095 -:1015D000119710970F972C46283C0EA9204600F033 -:1015E0007FF80D970C960B970A97099709A9204643 -:1015F00000F090F80420C04329461C390A680240D4 -:101600000A60294614390A6806231343B3430B6062 -:10161000243D296801402960286802998843286090 -:1016200013B0F0BD1410024008000240EFBFFFFFEE -:10163000282401400827014010B5244C2068800769 -:1016400003D42068000707D410BD01206060FFF7B5 -:1016500039FF20680007F7D50820606010BDC0463C -:101660001A480168890602D40168090605D51021C7 -:101670004160C16901229143C1617047B0B5012148 -:101680001248026852040CD5114A1278002A08D078 -:101690008A03104B1C68022525430824A5431D60BE -:1016A00042600268920405D40268120401D509035D -:1016B0004160B0BD0A034260426C8A43426404F058 -:1016C000A7F905488168891E0160B0BD000002408D -:1016D000250500202004004024100040FEE7000003 -:1016E0008268D20712D1C268094B13404A681A4374 -:1016F0008B681343CA681A43C260032292070369C6 -:101700009343096819430161002070470120704725 -:10171000C73FFFFF70B58268D2070CD1C268074B84 -:10172000134074C909681A4322432A4332430A43C7 -:10173000C260002070BD012070BDC0463CC2FEFFEB -:10174000F0B582B00E460C68002C43D00022009603 -:101750000EE0190A494349434D430F234B43416A65 -:10176000994329434162521C34682346D34032D006 -:10177000012393402340F6D01C465C437168264603 -:101780004E43032767430568BD4335430560FE4369 -:1017900001914D1E012D06D8009DAD6865438768F7 -:1017A00037402F4387603146009E35696543C768DF -:1017B0000F402F43C76001990229D4D17569FF2BCF -:1017C000C7D8644365430F216143036A8B432B43AE -:1017D0000362C8E700247168491E012905D8F16831 -:1017E00061434268A2430A434260002002B0F0BD58 -:1017F00080B57D21C900FFF790FD401E0349486078 -:10180000002088600520086080BDC04610E000E030 -:10181000B0B504463E4D28680C2101403D480829DA -:101820000FD12968C90300D43B48A96A0F220A4096 -:10183000511CFFF772FD014628688002000F801CD2 -:101840004843206029680906090F354A515CC840A1 -:10185000606029684905490F304A515CC840A06062 -:10186000B0BDC04610B5002801D0002010BD284CE6 -:10187000E16A0320084003281AD002281FD001285B -:1018800023D120680C210140224808293FD121683A -:10189000C90300D42048A16A0F220A40511CFFF757 -:1018A0003CFD014620688002000F801C484310BDAB -:1018B000201F00688007C1171648084010BD01208E -:1018C000C103E0698003084010BD20680C2101407D -:1018D000104808290FD12168C90300D40E48A16A15 -:1018E0000F220A40511CFFF718FD014620688002B4 -:1018F000000F801C4843216822685205520F074B95 -:101900009A5C0906090F064B595CC840D04010BDCF -:101910000410024000127A0000093D00625B0008DA -:10192000525B0008014908607047C046A0010020D2 -:10193000B0B51F22D30234C99C433F239B029D4371 -:101940000B782B4323430F242403A2431A4303237E -:101950009B034C688D689C4314434988034A0A40A2 -:1019600022432A4342640020B0BDC046FF1F00004E -:10197000B0B5056801229407A04205D0234B9842D8 -:1019800002D0234B984217D170239D434B682B43C1 -:10199000204DA84214DD204CA04206DC1B4CA04286 -:1019A00016D0204CA04213D02EE01C4CA0420FD0E9 -:1019B0001B4CA0420CD027E02B46164DA842EADC77 -:1019C000A04205D0124CA04202D0174CA0421BD11D -:1019D00003242402A343CC681C4304608B68C362C5 -:1019E0000B8883629A4BC3180A24E341072B06D85D -:1019F00014469C40E1231C4201D0097C01634169EB -:101A0000114341610020B0BD1C46E6E7002C0140B7 -:101A100000040040FF2B0140FF430140004801400B -:101A2000004401400040014000200040F0B584B077 -:101A30000123FF2945DC01296CD0102967D1016AF7 -:101A4000102399430162016A3023994313695B08AB -:101A50005C010C4317685168090121437C4C06194D -:101A60000A24E64145688469072E1ED8039701279A -:101A7000B740E126374217D00326B602B543536973 -:101A800002939769D369BF002646744C3C402C43AF -:101A9000DD0025433446C0239943029B5B08DB01EC -:101AA0000B43916889011943039F456073231B020F -:101AB0009C433B0223438361D2688263016200231B -:101AC00025E001273D02A9425FD03D03A9421ED176 -:101AD000016AA94301625E4945180A21CD41016AA4 -:101AE0004368146801945468039414690294C669A5 -:101AF000072D00D98FE03C46AC40E1252C4200D1B7 -:101B000089E0BC03A3439469A4011C4384E0184604 -:101B100004B0F0BD0127F943036A0B400362136967 -:101B20000B40046A032102918C431C4316685168E0 -:101B30002143474BC3180A24E34145688469072BB6 -:101B40001BD803963E469E40E1231E4214D0029BC2 -:101B50001B029D437B02566902969769D6699F4393 -:101B60002F4375003D430C239943029B5B08DB0028 -:101B70000B43916889001943039E456073239C437E -:101B800034438461D26842635CE0016AA943016224 -:101B90003149491C13691B020B40032102910902C0 -:101BA000056A8D431D431168039151680B022B4355 -:101BB000274941180A25E9414668C56907291DD802 -:101BC0008F40E1210F4219D0029C21038E435169BD -:101BD00001919169D769009709011E4F0F40374362 -:101BE00000994E013E43A1028B431C49091D019CF3 -:101BF000A4020C401C4391688B022343466073216E -:101C00008D4303990D43C561D168C163036200230D -:101C1000184604B0F0BD1C46446073231B029E436B -:101C2000019B1B023343C361D26802640322120387 -:101C30009143084A1032029B1B0313400B43039944 -:101C40000903194301620023184604B0F0BDC046E1 -:101C500000D4FEBFF0DFFFFFFFFDFFFFFCF7FFFF3B -:101C600070B584B0044600680125C0073ED10E4619 -:101C700020682549014070680843F16801433069D4 -:101C80000843B169014321600320010362688A436C -:101C9000B168114361600002A16881437069084323 -:101CA000A0601A48844208D0194884421ED10020FE -:101CB000FFF7D8FD002806D118E001A8FFF7A8FD1E -:101CC0000398002812D0316800290FD00122D203D6 -:101CD000B36993420DD140004A081018FFF71DFB6D -:101CE0000C4901400007400F401807E0284604B0A7 -:101CF00070BD4A081018FFF710FB80B2E0600025A5 -:101D0000284604B070BDC046F369FFFF00440040A0 -:101D100000380140F0FF000006480749016007490C -:101D20000160022141607D21490181600449016017 -:101D30007047C04600300040CCCC00005555000034 -:101D4000AAAA0000F0B59FB000251D951C951B9513 -:101D50001A95199518951795169515951495139527 -:101D60001295119510950F950E950D950C950B9557 -:101D70000A95099508950795069505950124E202AF -:101D800003927149486810434860486810401E90AB -:101D90001E9819A90D740D801C95104631381B90A2 -:101DA0001A956A4E3046FFF7E3FD306880210491B2 -:101DB00008433060B06866490140B160B0690821ED -:101DC00001910843B06112951395149515951695D8 -:101DD000179518956020119011AF304621463A466C -:101DE000FFF724FE0420C1430091B0690840B061B0 -:101DF000B06903990843B0611395129510213046DC -:101E00003A46FFF713FEB06952490840B061F069E5 -:101E100001990843F0611395129521020191304612 -:101E20003A46FFF703FEF06900990840F061F06957 -:101E300003990843F06113951295210330463A4601 -:101E4000FFF7F4FDF06943490840F06170687021C4 -:101E5000884370600BA9CD812D200873B068049A67 -:101E60009043B0601095600300900F900D950C9515 -:101E70000B953046FFF75CFD27466004324B19682E -:101E800001431960196801401E911E98A004029434 -:101E9000196801431960196801401E9102240A94CF -:101EA000099508950795069405941E982A4805AE4D -:101EB0003146FFF745FC0A94099508950795069465 -:101EC0000597254831460396FFF73AFC0A94099591 -:101ED000089507950694049805900920C70638468A -:101EE0003146FFF72DFC0A9409950895079506944D -:101EF000029EB002059038460399FFF721FC0A9430 -:101F00000995089507950694700205903846039E3A -:101F10003146FFF715FC0A94099508950795069434 -:101F20000198059038463146FFF70AFCFF20000271 -:101F30000A490A6882430298C003101808600848DA -:101F4000009901601FB0F0BD14100240002C014048 -:101F5000F8BFFFFFFFFBFFFF000400480CE400E0B8 -:101F600000E100E07047704770B500F0ADFF44201D -:101F7000C94C205A5025C94E715B03224A431018A0 -:101F80008008705300F092FB705BC108B2794A433D -:101F90004008801A40216052E286E07D002801D18D -:101FA00000F0C8FF03488168034A914201D8491CE8 -:101FB000816070BD800500200F27000070477047CA -:101FC000B0B52D490A68012002430A6009682B4D0B -:101FD000291F0A6802430A600A689207FCD50C6848 -:101FE0008022144378239C430C602C6B04432C63A5 -:101FF0002C6BA407FCD52C6B14439C432C632A6ADE -:1020000002432A622A6A9207FCD53D2212042B68F9 -:1020100093430522D2049A182A60AA6A0F239A438E -:10202000AA6202060B6813430B600A689201FCD592 -:102030002968F02291432960072109022A688A430E -:102040002A60296802220A4382432A6028680C21F8 -:1020500001400829FAD10A4C2046FFF7C9FB204667 -:10206000FFF760FC286B042188432863E86A03219A -:102070008843E862B0BDC046002002400410024020 -:10208000006CDC027047000080B50120C0430249AB -:102090000860FFF769FF80BD102000400220C043A8 -:1020A00007490A68920703D40A68D20704D1704727 -:1020B00008600A68D207FAD0401C08607047C04622 -:1020C00010400140704700000220C04307490A68E1 -:1020D000920703D40A68D20704D1704708600A68DF -:1020E000D207FAD0401C08607047C046102C01404F -:1020F0000220C04307490A68920703D40A68D2073E -:1021000004D1704708600A68D207FAD0401C086002 -:102110007047C0461004004080B505480168C907F3 -:1021200004D00121C943016002F098FF80BDC04680 -:10213000101000407047000081B00020009010484F -:10214000026810490A405218183202600268002AD8 -:10215000FCD401220092009B002B05D0009B5B1E4B -:102160000093009B002BF9D103680B4013430360DD -:10217000014608390968C907FAD001B07047C0465E -:1021800008240140E8FFFF7FF0B583B04C23424EA6 -:10219000F15AFF206830414F7A7E002A18D04A1E3B -:1021A00011B20029014600D41146F1524E22B35A11 -:1021B0005B1E1CB2002C044600D41C46B4525022B4 -:1021C000B25A521E13B2002B00D41046024617E03A -:1021D0004C1C21B200228142114600DC2146F15202 -:1021E0004E23F45A641C25B28542154600DC254670 -:1021F000F5525023F35A5B1C1CB2844200DC1A4691 -:102200005020029032524E26B85B09B24900244A4F -:10221000515E41183D464024385B48437D21090109 -:102220000191FFF799F8397A48430A273946FFF7B1 -:1022300093F880B202F03CFEA85B1749895F490021 -:10224000174A515E4118285B4843019D2946FFF714 -:1022500083F81249097A48433946FFF77DF880B27E -:1022600002F02CFE0D4B985B02990B4A515E49001F -:102270000B4A515E4118185B1C4648432946FFF73C -:102280006BF8217A48433946FFF766F880B202F0CE -:102290001BFE03B0F0BDC04604050020C0000020B6 -:1022A000B201002070B53B4B18680421014308209F -:1022B0008143196002249C6203210A050920C0069B -:1022C0000568954301221605AD19056095028562E2 -:1022D0001D681543A5431D609A628B0404689C43E6 -:1022E0009304E3180360530283628B0304689C43E6 -:1022F0009303E318036080238362090403688B431C -:102300001104591801601102816270BD70B5E54970 -:102310000A78E54C20680C239843002A03D0082251 -:102320001043206004E00422104320600220A062D9 -:10233000032213050920C00605689D4301235E059D -:10234000AD1905600E7825689543002E03D002264E -:102350003543256002E01D432560A36294040568AF -:10236000A543DC042C1904600C7895030168A9438B -:10237000002C03D0DC032143016004E09C032143D3 -:10238000016080218162110402688A435904511856 -:10239000016070BD00040048124A117812480429F7 -:1023A00001D0012902D1512101601178052901D004 -:1023B000022902D1612101601178062901D0032987 -:1023C00001D1412101600120400508490A780849EE -:1023D000002A03D000220A604860704700224A6049 -:1023E00008607047DD0000201C000140D80000207C -:1023F0000804014070B5401E052800D950E1C046D0 -:102400007844007940008744020F3D6A88A6A548B9 -:102410000278A54908680C239843002A00D1A6E059 -:10242000082210430860A7E09F4B1868042101436D -:1024300008208143196002249C6203210A050920B7 -:10244000C0060568954301221605AD190560950281 -:1024500085621D681543A5431D609A618B0404685D -:102460009C439304E3180360530283628D4B1C78F2 -:102470008D030368AB43002C00D1A6E0D4032343B3 -:102480000360ADE0884B18680421014308208143B4 -:10249000196002249C6103210A050920C006056811 -:1024A000954301221605AD190560950285621D68E8 -:1024B0001543A5431D609A628B0404689C439304F2 -:1024C000E318036053028362764B1C788D03036824 -:1024D000AB43002C7FD0D4032343036080E0724BD6 -:1024E00018680421014308208143196002249C617B -:1024F00003210A050920C006056895430122160537 -:10250000AD19056095028562664D2E781D688D4374 -:10251000002E6CD025431D606CE0634B18680421CD -:10252000014308208143196002249C6203210A05AB -:102530000920C0060568954301221605AD190560FE -:1025400095028562574D2E781D688D43002E60D010 -:1025500025431D6060E053480278534908680C2306 -:102560009843002A6FD008221043086070E00422CC -:102570001043086002208862032213050920C00668 -:1025800004689C4301235D05641904600C681C43C6 -:102590000225AC430C608B61910404688C43990460 -:1025A0006118016059028162910304688C439903A8 -:1025B0006118016080218162110402688A43190454 -:1025C000511801601902816270BD940323430360B6 -:1025D0008023836204E094032343036080238362A7 -:1025E000090403688B4351045918016070BD1543F9 -:1025F0001D609A628B0404689C43D304E318036053 -:102600008B0304689C439303E31803608023836275 -:1026100010E015431D609A628B0404689C43D30448 -:10262000E31803608B0304689C439303E31803607F -:1026300080238361090403688B43110459180160E6 -:102640001102816270BD042210430860022088627A -:10265000032213050920C00604689C4301235D057D -:10266000641904600C681C430225AC430C608B6247 -:10267000910404688C4399046118016059028162D5 -:10268000910304688C439903611801608021816182 -:10269000110402688A431904511801601902816209 -:1026A00070BDC046C100002000040048F0B581B0F4 -:1026B00044204C4E325A4C4D2B4610334B48417FF0 -:1026C0004C00E3189B1E1A806A8A2B8A9A18AB8AE0 -:1026D000D218EB8AD2182B8BD2186B8BD218121D02 -:1026E00052106A60427E012A0ED1491C4177CAB25B -:1026F000072A02D30121F174417701220A400276B0 -:10270000B07D002811D10DE0491E41770A0603D1A2 -:102710000121F1740621417701228A430276B07DBE -:10272000002802D1C8B2FFF765FEFFF735FEB06F93 -:102730002F49884205D37079F17A014301D00120F5 -:10274000F07500247484307B002849D0B07E0028C6 -:1027500046D0308D6968081A264F3860B969421A28 -:10276000BB68F9683D6951437961B86143435D19BC -:102770003B6A9D421A4600DC2A465B429A4200DBD5 -:1027800013463B61C9187A6850430A18786A824236 -:10279000014600DC11464042814200DB0846F861F8 -:1027A000FEF797FD1449FEF71EFD0146306EFEF759 -:1027B000C1FC0646114D2946FEF77DFD002800D1DB -:1027C000354628462146FEF75AFD002800D12C4602 -:1027D0000448046604488068632801D800203861F2 -:1027E00001B0F0BD0405002080050020C0000020DD -:1027F000D10700002801002000401C4600E0FF44F3 -:10280000F0B58FB0D74806C8436F0D935B1AD64F0B -:102810007B811B045B0D3B81511A012500220E9226 -:1028200008389942294600D80E990C91F9618168BF -:10283000C268511A9942294600D80E990B91396203 -:1028400001694269511A9942294600D80E990A91A4 -:1028500079628169C269511A9942294600D80E9954 -:102860000991B962016A426A511A99422E4600D80A -:102870000E9EFE62816AC26A511A9942294600D8A8 -:102880000E993963026B446BA21A9A422A4600D809 -:102890000E9A7A63846BC76B3C1B9C422C4600D813 -:1028A0000E9C0894B04FBC63046C476C3C1B9C426C -:1028B0002F4600D80E9FAC4C0797E763846CC76C1B -:1028C0003C1B9C422F4600D80E9FA74C06972764BE -:1028D000046D476D3C1B9C422F4600D80E9FA24CB6 -:1028E00005976764846DC76D3C1B9C422F4600D8DA -:1028F0000E9F9D4C0497A764046E476E3C1B9C4240 -:102900002F4600D80E9F984C0397E764846EC76EDD -:102910003C1B9C422F4600D80E9F934C0297276584 -:10292000046F476F3C1B9C422F4600D80E9F0197B7 -:102930008D4C6765806F0D9F381A984200D80E9DA8 -:10294000A5650C98464007984640701E8641F000E9 -:102950000B9B5940069B59404B1E994189000143EE -:102960000A98424005984240501E824157000F434A -:102970000998089E4640049846400398C000029972 -:102980008900081801994900441878480078784A65 -:102990001178014346D06019B9191278002A01D084 -:1029A0000F225040704E884237D11C367CCE6E4884 -:1029B000076B6D48416B6C48806B92025B0213435E -:1029C00022021A43EB011343B2011A437B01664E04 -:1029D000134309011943C000084334463C341ECC5C -:1029E0008D000543510029431943C74A0020108038 -:1029F000B289521CB281012C02D15E4A01231370AC -:102A000030291EDB7278002A1BD05B48002202703E -:102A1000C1480180B2700FB0F0BDF089401CF08158 -:102A20000FB0F0BD00F07AFB514A0028B3D04E49F8 -:102A30000879401C0871C0B26528ACD30120107021 -:102A4000A9E74A1E2E2A08D84B480170B248002236 -:102A50000280C8B2002813D1E2E7002904D046481A -:102A6000007800280CD1DBE73178012901D1002161 -:102A7000717041490870A8490880B0700028CFD013 -:102A80003E4909780029CBD1384909780029C7D0B7 -:102A9000F178884202D00021B170F070052805D38A -:102AA000B178491CB170C9B20629B9D30024B470F9 -:102AB000401E14284FD8C04678440079400087440F -:102AC0000A0D104A134A161E272A4A3E412E4A4A28 -:102AD0004A4A4A34390001F069FF3CE001F098FFAE -:102AE00039E001F075FE36E001F0C6FF33E025481D -:102AF0000121017022480470234801702BE0214815 -:102B000004701F48012101701F480221017022E05A -:102B10007F4804701FE07E48012101701BE0747142 -:102B200007204002FF30F08015E0154800780121B1 -:102B3000081A01E012480078124908700BE002F010 -:102B400071F808E00120707107214902F1803178A5 -:102B5000012900D17070084801780C4A1170047086 -:102B60000FB0F0BDEC0500209004002022050020ED -:102B7000EC06002019050020ED0600201E050020AF -:102B800006050020D900002016050020340800208A -:102B9000F0B581B0C54E03CE081A554C0119564AFE -:102BA000083E91420BD8C24D6978002909D0E978D6 -:102BB00000295FD1A97800292DD0E8882CE04D4E5E -:102BC0007FE05349097800290DD052490A887D21B8 -:102BD000CB00904216D9494C248809010091511C20 -:102BE0005B1C224612E045490A88484909887D2332 -:102BF0001B012F3300932F2301F0CCFD2F2807D189 -:102C0000002005E0414909880093002301F0C2FD3E -:102C1000E8603D4E55E0E880491CA970374F39887F -:102C200080B200F05FFA332802DB002068701AE0FF -:102C300038880721414305CE101A4018C008388053 -:102C4000A978083E33290ED3193881B22C4A891845 -:102C5000CA0F8918490821222A4B99540121E97089 -:102C6000388001F07BFE3888E880E8780028D0D0F2 -:102C700003CE081A29797D22D200FA32904208D276 -:102C8000491C2971214A138807265E433018C00861 -:102C90001080C8B21C4E4C2813D31C48018819312F -:102CA0008AB2A2183332D30FD21852082023154CFF -:102CB000E25400246C70018001F0B4FF2C7101F02B -:102CC00025FE00203080144802887949C9688C1A92 -:102CD000124B1B689C4201DDD11806E0541A9C423D -:102CE00003DDD11A018001B0F0BD018001B0F0BD5B -:102CF000DFFCFFFF3C05002076050000E800002017 -:102D00002AF9FFFFEE06002046050020E60000201D -:102D100007050020EA00002040050020AC0100204B -:102D2000034900220A600A688242FCD37047C04609 -:102D300024480140084900220A61084A4A610B6898 -:102D4000012213430B600B698342FCD3302048619E -:102D500008681043086070471448014080BB0000B9 -:102D6000F0B581B04F4BC9334F4843804F490E688F -:102D70000022042404E09219241D7C2C2E4608D045 -:102D80000D59AE1BF8D09FB2BE42F4D246803346F6 -:102D9000F1E75109464E3161464D2F780F21C901A7 -:102DA0000091012F28D199B2012925D9009CA24276 -:102DB0000FD204290DD8002171713F4C21700121DF -:102DC00029703E4C0C252570202404703C4C217049 -:102DD00012E0052910D3D409182C0DD808290BD8D6 -:102DE000354901240C702C707471344907250D701D -:102DF0002021017032490C701C46C93C31490D78C4 -:102E0000012D0DD1A1B2274EB14209D22A492F2658 -:102E10000E7001212B4E317002260670284E317043 -:102E20003D433DD19BB2022B3AD300998A4212D244 -:102E3000042B10D800211E4A51711F4A1170012124 -:102E40001C4A11701D4A0C231370202202701C486A -:102E5000017001B0F0BD052B22D3D109182911D87A -:102E6000082B0FD8144901220A7012490A70104920 -:102E70004A71124907230B7020210170104802701B -:102E800001B0F0BDA1B2074A914209D20A492F22EE -:102E90000A7001210B4A1170022202700848017069 -:102EA00001B0F0BD574D00001C010020EC050020D2 -:102EB000F004002024050020A8010020ED040020DB -:102EC00023050020250500205F4801680122914369 -:102ED00001607047114A1046FF3011490B680340EA -:102EE0000320800318180860012041020D4B19606F -:102EF0000D490E4B8B600E4BCB604B681340DA1CB8 -:102F00004A600A68022313430B600A6808231343CC -:102F10000B600A6802430A607047C0460000FFFF6A -:102F200008E400E000E100E0080002404024014025 -:102F3000D80500200120400502490A6802430A60C2 -:102F40007047C0460004014010B582B03C4801689B -:102F5000012421430160016810220A43026021021A -:102F600002680A430260016804220A4302600168A1 -:102F700040220A430260A10202680A430260210360 -:102F800002680A43026064210162014620390A682E -:102F900022430A60E103426A0A4342620C38016834 -:102FA000214301602748016A2143016201682143EE -:102FB0000160254801460C390A6822430A6081688D -:102FC000214381600168214301600168A1430160E0 -:102FD0001E48016821430160416921434161A00706 -:102FE000016821430160416921434161184801683A -:102FF00021430160416921434161C1682143C160AE -:10300000FEF774FAFFF766FFFFF796F800200190CD -:103010004148016821430160954800680D49FEF769 -:103020007CF90621414301910198002805D00198BF -:10303000401E019001980028F9D102B010BDC04691 -:10304000202C0140000400400C20004000480140BA -:1030500000100040400D03000248016804220A43AA -:10306000026070474400024070B5194B1868042193 -:10307000014308208143196002249C6103210A0551 -:103080000920C0060568954301221605AD190560A3 -:10309000950285621D681543A5431D609A618B04E6 -:1030A00004689C439304E3180360530283628B0318 -:1030B00004689C439303E31803608023836109043D -:1030C00003688B431104591801601102816270BDBD -:1030D000000400480248016801220A430260704768 -:1030E000142C0140401AC117401848407047000096 -:1030F00007480068C0000749401801218903814042 -:10310000054A12680A400E30C240D0B27047C0462D -:10311000A401002020FFF7FF1C00014002480168C5 -:10312000102008407047C04610040048014800685D -:1031300080B270472400004010B582B047490B6848 -:103140000120420713604B6853608B689360CB6823 -:10315000D3600B6913614B6953618B699361CB69D0 -:10316000D3610B6A13624B6A53628B6A9362CB6AB8 -:10317000D3620B6B13634B6B53638B6B9363CB6BA0 -:10318000D3630B6C13644B6C53648B6C9364CB6C88 -:10319000D3640B6D13654B6D53658B6D9365CB6D70 -:1031A000D3650B6E13664B6E53668B6E9366CB6E58 -:1031B000D3660B6F13674B6F53678B6F9367C96F42 -:1031C000D16727490B68274A13604B6853608B68A7 -:1031D0009360CB68D3600B6913614B6953618B6952 -:1031E0009361CB69D3610B6A13624B6A53628B6A3A -:1031F0009362CB6AD3620B6B13634B6B53638B6B22 -:103200009363C96BD16318490A6802430A6009686D -:10321000014001910198154801680324A143016010 -:103220000168214301607D20C10011480068FEF75C -:1032300074F8401E010E00D0FEE78D490D4A506023 -:103240000D4803680B40A1075918016000209060E9 -:103250000720106062B602B010BDC0460010000822 -:10326000801000088000002018100240000001407B -:10327000A001002010E000E020ED00E0F0B593B0E8 -:10328000FEF79EFE764F7868012600963043786000 -:10329000786830400C900C983007B9680143B960E9 -:1032A000B96801400C910C986E4801681022079291 -:1032B0001143016075043868284338603868284035 -:1032C0000C900C98B104089138680843386038684D -:1032D00008400C900C980920C1060291F00305905B -:1032E0008862386830433860386830400C900C98F9 -:1032F000FF200A9000045C4A11688143B005081859 -:103300001060B002594908601068594B1840B40762 -:1033100000191060F00209900860FEF713FDB8680C -:103320003043B860B86830400C900C98172001907A -:103330000694A0624F48E06200200B90119010901C -:103340000F900E90386803952843386038682840FD -:10335000129003260D96022004900C9012980CAD4A -:10336000029C20462946FEF7EBF90B9810900D962B -:1033700020200C9020462946FEF7E2F93A4D686875 -:103380000A99884368607D20400101466031374BCF -:103390001960009E3102BA680A43BA60BA680A40EE -:1033A0000C920C993449019A8A62C862A868304A22 -:1033B0001040A860F00418600A68802002430A6088 -:1033C000B968079C2143B960B96821400C910C99F8 -:1033D0000A990902AA688A4305995118A9600399B4 -:1033E000196026492F220A6064234B607968089B84 -:1033F00019437960796819400C910C9920498A62C7 -:103400001C4ACA620A6882430A60B8680499084381 -:10341000B860B86808400C900C9838681843386059 -:1034200038681840129011960B9E10960F960E96C3 -:103430000D910C94129813480CA9FEF781F9286895 -:103440000B49084006994018286009980749086008 -:103450000D4806603F21416001F052FD13B0F0BD00 -:10346000141002400020024008E400E000E100E007 -:10347000FFFFFF00FFFF0000002000402810004079 -:1034800000480140000400482804004070B5D94CB1 -:10349000A06F7E2821D3FFF749FE7C2809D8E08F52 -:1034A000C0084A2805D82348806880087D2800D2B3 -:1034B00070BDFFF73BFE5021CF4A515A4908884260 -:1034C000F6D3207F401C2077C0B2652805D301F0D9 -:1034D00075F918480021816070BDFFF727FE44216F -:1034E0006052C54DA87D297E00290BD0002814D03C -:1034F0000026FFF7FDFD0028DAD1761CA87D864264 -:10350000F7D30AE0002808D00026FFF7F1FD0028D5 -:10351000CED0761CA87D8642F7D301F04FF900206B -:1035200001F0E8FC4021605A2A7DD040605201F051 -:103530009FFC70BD80050020F0B583B0AB4CAC495A -:10354000B022204601F010FB607C401E4142414108 -:10355000A84EB170A07C401E41424141F170E07C18 -:10356000012801D10120B071E07D042800D30220A0 -:10357000A14FB871207D401E414241417970607D6C -:10358000401E41424141B970A07D401E414241412F -:10359000F970207E01460839984D282913D818283B -:1035A00016D201460C390B2920D9FC2101400829EB -:1035B00029D19549009107211022944B01F0EAF896 -:1035C0004021785221E0FD87284601F05DFC25E08E -:1035D0008B490091182130222B4601F0DBF8402165 -:1035E0007852207E01460C390B29DED800950C213B -:1035F0001822844B01F0CEF840217852207EFC2125 -:1036000001400829D5D04020385A80B201F03CFC56 -:103610004020385A4A21785242217852607E014631 -:103620003239642908D841085A30B886084619301A -:10363000B8870F31798703E0552078879620B886C0 -:10364000E07EF871A07E282568431430F883207F3F -:10365000401E414241413171607F401E4142414123 -:1036600071710526304601F03BFC6078002800D1DE -:10367000A3E0A07F0B2800D80646304601F030FCBE -:1036800000205C4E30722321615C79732221615CE1 -:103690005F4A891879852521615CFA31B985202135 -:1036A0000291625C52005B4BD218FA84E27F521E98 -:1036B00053425341F3712122A25C52004F498A18B0 -:1036C000F93A3A852422A25C521E53425341B37206 -:1036D0002622A25C521E53425341F372625D531F75 -:1036E000142B00D83A732922A25C531E092B00D850 -:1036F0007A722A22A25C531EDBB2082B18D8482506 -:103700007E5B0923D94351433D39CBB2F6187E5332 -:10371000384EBA72F972617E4A08D2187A87C9188F -:10372000B986398FC91839873B490A681A430A6034 -:103730002B21625C11464639462900D87A712C212A -:10374000625C511E622903D80121717351003984D2 -:103750002D21625C511E092900D83A722E21635C2A -:10376000092B0AD8042B0CD8324621327B441B7912 -:103770005B009F44022E040632003084274A012158 -:103780001170FC8BA1084A2900D8F873F979202020 -:10379000FDF7C3FD054611212046FDF7BEFD294674 -:1037A000FDF7BBFD4621785264212046FDF7B5FDAB -:1037B0002946FDF7B2FD44217852C82078867878F2 -:1037C000002801D003B0F0BD00200A49C87003B042 -:1037D000F0BD0121029AB154D0E710490870104998 -:1037E00001220A7032462032C9E7C046EE060020A8 -:1037F000007C000804050020C0000020CF07000066 -:10380000E70300009E0F0000B50B00006D170000DD -:103810005E050000EE020000442C014091040020EF -:103820009004002000B58BB0FFF786FCFFF726FD63 -:10383000FFF78AFBFFF780FEF04800782521F04D66 -:103840006854F04CF0494A780878E378984202D1FD -:1038500023799A422ED02271E070601D891C0C22BF -:10386000FDF744FCE948017861708179E175A97838 -:10387000491E4A424A416274E978491E4A424A4115 -:10388000A274A979491E4A424A41E2744178491E0C -:103890004A424A4122758178491E4A424A4162752C -:1038A000C078401E41424141A175B021D84A20460E -:1038B00001F0ECF9A879002802D0D448C18E8186A5 -:1038C0004020D24F05903E5A4A2004903E52482450 -:1038D000385B70437D21069109010A91FDF71DFDBA -:1038E00003943853FE87A878401E411E884178769D -:1038F000388F70430A993C46FDF70FFDF97A40185E -:1039000038877878002800D13EE3E87AC14900285A -:1039100013D00846BE30039960520020A8710121DF -:10392000E970E17360806070608F32306087A08FD3 -:103930003230A087A08E3230A08601F09DF800249E -:103940002C87FEF7E9F901F05DF901F017F9287805 -:10395000002801D001202873AF480168AF4A0A400F -:103960000260AA660068010F01D11921CC4326210B -:103970006C54000CE8660698800009901FE0FEF782 -:1039800003FC2746E479A3482146FDF7C6FC06461A -:10399000A3482146FDF7C1FC0346688F00963021FD -:1039A000782200F0F7FE4C24385380B2FFF7B8F9C4 -:1039B000395B09986430FDF7B0FC54216852994F87 -:1039C000994E01F01FF9688E01210023C8280A468C -:1039D00000D31A46B468642C00D81946069BDB0055 -:1039E0009C4203D8002801D0114001D00021697603 -:1039F0009F2804D8A979002901D000216976E97BA4 -:103A0000002907D00999643989B2884209D2002077 -:103A1000687606E0952801D8642000E00A207B49FA -:103A20004874706803210891FDF796FCA8670B2C79 -:103A3000764C1BD30146E87C002817D0F068FFF7CE -:103A400051FBA96F0A097C2A0DD84A0890420AD96D -:103A50000020B060A8760120E875A87B401CA87300 -:103A6000A08E40082886F1600020E874FF2002063E -:103A70003968914350220792A25A972A05D3396098 -:103A8000796805980143BF2004E001229207891854 -:103A90003960796881437960687D002812D0286F89 -:103AA000FDF722FC03464620295A2420285C542294 -:103AB000AC5AEA8D0094554C00F07EFA01F0B8F94A -:103AC00000206875287D401C2875C0B2652874D315 -:103AD0005648006840000321FDF71FFC401C81B2DE -:103AE000E48FA14200D80446484EF4855049088826 -:103AF0004989091A5622AA5A121A50205043FDF732 -:103B00002BFC1E3058216852A1B2484A5160494AE4 -:103B10001168494B1940091D116024216A5C072373 -:103B20005A431018C00868544627EC5B5C435A207F -:103B3000285A424E70433949FDF7EFFB3349097C5F -:103B400048436421FDF7E9FB0019C408EC535C20ED -:103B5000285A696F3F224A431018801168677043E2 -:103B60003749FDF7F9FB010400D50020E885A87A64 -:103B700000282C4F2C4E1DD0287C2449898D414390 -:103B8000A0B2814214D9688D401C6885E97E2D4A17 -:103B900051432D4A891880B281420BDA00246C8788 -:103BA000FEF780FB00F00AFE2C87AC76AC7701E0D4 -:103BB0000020688500202875F74C00200A9028779F -:103BC000E87E002842D0688F312800D2A7E1A97F83 -:103BD000002900D1A3E1882800D8C5E101246C7236 -:103BE000FEF7D2FA688FC82800D899E04C20EA493D -:103BF000079A0A520A992952104694E0FC0F0008CD -:103C000004050020EE06002082040020C0000020F1 -:103C1000007C00082A03000000580140FF0F00004C -:103C2000581B000008E400E0800500203C2C014007 -:103C3000B8F7FF1F08240140E8FFFF7FE40C0000F5 -:103C4000690A00007CFCFFFF204E00007168D84824 -:103C5000FDF782FBA97E41435420295288B20A21F4 -:103C6000FDF75BFB5E216852E17B002910D00399D0 -:103C7000635A4621625A4421615AC74C049EA45B90 -:103C8000CA4E0094C44C80B200F084FD42216052C0 -:103C90002420285C627990420BD90499615A01234F -:103CA00000934B0811460A390A3200F073FD422195 -:103CB000605250200790215AB2680C20642A0CD31D -:103CC000099A914209D8A86F0C210091642103231D -:103CD000099A00F05FFD0799615A642900D2022019 -:103CE000A075E18B099A914201D24000A075E87D50 -:103CF000002844D0A87E002841D000F05FFDFFF7E7 -:103D0000F7F9217E002930D0002830D0687F401C90 -:103D10006877A27EC0B290422DD923200A9A29E06A -:103D20004C209D49085AFEF7FBFF4C20285A0028DA -:103D300000D046E698499B48079A88526C83EC75F8 -:103D40000C46A867F06001F0D5F80A98A8750A201B -:103D5000B060607D60776879002801D0A08F6087AF -:103D6000FEF7A4FCFFF7B6F92BE60028CED02320FF -:103D70002A5C521C2A5422202A5C002A51D0FFF7C8 -:103D8000D5F98C498842894E00D21AE6A87E0128CE -:103D900000D016E6687E401C687600F00FFD01201A -:103DA000E875688F2F2801D80A98A8760A9FB7600F -:103DB000FFF7BCF944242853384601F09BF8285BF0 -:103DC000754A079FD15B089B4B431C18A008D05332 -:103DD00080B2D17DFDF7A1FAE108091A059C2953AB -:103DE000E886FFF7A3F9295B884202D2B068092868 -:103DF000F7D8FEF75BFC23200A9929546977B0684D -:103E0000401CB0606979EA7A0A43674F36D01428BB -:103E100000D2D6E560480799405A6149884230D3BC -:103E2000CFE52326AA5D002930D0E17E8A42A6D9BB -:103E300001212954FFF77AF927464424285300200A -:103E4000029001F057F8285B079BF95A089A5143F2 -:103E50000C18A008F85280B2F97DFDF75EFAE1086F -:103E6000091A059C2953E886FFF760F9295B884207 -:103E700035D24E4880680928F6D830E01F2800D295 -:103E80009FE50A98E875FFF755F89AE5217F8A4281 -:103E900000D874E701212954FFF748F92746442444 -:103EA00028530020029001F025F8285B079BF95A5F -:103EB000089A51430C18A008F85280B2F97DFDF71A -:103EC0002CFAE108091A059C2953E886FFF72EF918 -:103ED000295B884203D2354880680928F6D8FEF766 -:103EE000E5FB029BAB556B7730498868401C8860C6 -:103EF0006979EA7A0A430AD0142827482A4F00D25F -:103F00003DE70799405A2649884204D337E71F28DE -:103F1000254F00D233E7EB75FFF70CF82FE70126AA -:103F20006E722879002819D022460598245A507AB2 -:103F300040002718133FB9B2D08F48432146FDF700 -:103F4000ECF9201A401C52242853EF87164F00F03A -:103F5000D9FD285B00F09EFFAE7531E5002000F032 -:103F600099FFFEF79FF92BE5687A002800D106E556 -:103F7000FEF7AAFF00F022FC0A9E304600F08AFFFE -:103F8000FEF7C4F96E72FAE40020A871E87A0349DA -:103F9000002800D0BDE4D0E4C00000202A030000C7 -:103FA000D10700002823000008E400E0800500207D -:103FB000C0270900C9AF0000F0B583B0EF4C089DE1 -:103FC0002572A3712271A170207002952D0A0195AE -:103FD000E57100931B0A6371170AE7700E0A667099 -:103FE0004400072540B2002800DA71E1600064B2A5 -:103FF000002C00DA72E1440040B2002800DA73E1DC -:10400000600064B2002C00DA74E1440040B2002881 -:1040100000DA75E1600064B2002C00DA76E1440059 -:1040200040B2002800DA77E1600064B2002C00DAC8 -:1040300068407040440040B2002800DA73E160003C -:1040400064B2002C00DA74E1440040B2002800DAC7 -:1040500075E1600064B2002C00DA76E1440040B201 -:10406000002800DA77E1600064B2002C00DA78E121 -:10407000440040B2002800DA79E1600064B2002C0C -:1040800000DA68404840410040B2002800DA77E199 -:10409000480049B2002900DA78E1410040B2002826 -:1040A00000DA79E1480049B2002900DA7AE14100FA -:1040B00040B2002800DA7BE1480049B2002900DA6A -:1040C0007CE1410040B2002800DA7DE1480049B2BD -:1040D000002900DA68404740780079B2002900DA08 -:1040E00079E1410040B2002800DA7AE1480049B2A3 -:1040F000002900DA7BE1410040B2002800DA7CE1CF -:10410000480049B2002900DA7DE1410040B20028B0 -:1041100000DA7EE1480049B2002900DA7FE141007F -:1041200040B2002800DA69404A40500051B20029EC -:1041300000DA7BE1410040B2002800DA7CE148006F -:1041400049B2002900DA7DE1410040B2002800DADE -:104150007EE1480049B2002900DA7FE1410040B227 -:10416000002800DA80E1480049B2002900DA81E144 -:10417000410040B2002800DA69404B40580059B273 -:10418000002900DA7DE1410040B2002800DA7EE13A -:10419000480049B2002900DA7FE1410040B200281E -:1041A00000DA80E1480049B2002900DA81E14100EB -:1041B00040B2002800DA82E1480049B2002900DA62 -:1041C00083E1410040B2002800DA6940009A4A4089 -:1041D000500051B2002900DA7EE1410040B20028CF -:1041E00000DA7FE1480049B2002900DA80E14100AD -:1041F00040B2002800DA81E1480049B2002900DA23 -:1042000082E1410040B2002800DA83E1480049B26F -:10421000002900DA84E1410040B2002800DA694058 -:10422000019A4A40500051B2002900DA7FE1410072 -:1042300040B2002800DA80E1480049B2002900DAE3 -:1042400081E1410040B2002800DA82E1480049B231 -:10425000002900DA83E1410040B2002800DA84E15D -:10426000480049B2002900DA85E1410040B2002847 -:1042700000DA6940029A4A40500051B2002900DA3F -:1042800080E1410040B2002800DA81E1480049B2F3 -:10429000002900DA82E1410040B2002800DA83E11F -:1042A000480049B2002900DA84E1410040B2002808 -:1042B00000DA85E1480049B2002900DA86E14100D0 -:1042C00040B2002800DA87E1C648417203B0F0BD71 -:1042D0006C40600064B2002C00DB8CE66840440057 -:1042E00040B2002800DB8BE66C40600064B2002C1A -:1042F00000DB8AE66840440040B2002800DB89E623 -:104300006C40600064B2002C00DB88E6684044002A -:1043100040B2002800DB87E66C40600064B2002CED -:1043200000DA85E685E66C40600064B2002C00DBB4 -:104330008AE66840440040B2002800DB89E66C4011 -:10434000600064B2002C00DB88E66840440040B2A4 -:10435000002800DB87E66C40600064B2002C00DBC4 -:1043600086E66840440040B2002800DB85E66C40E9 -:10437000600064B2002C00DA83E683E6DE050020EC -:104380006940480049B2002900DB86E668404100E8 -:1043900040B2002800DB85E66940480049B20029A8 -:1043A00000DB84E66840410040B2002800DB83E681 -:1043B0006940480049B2002900DB82E668404100BC -:1043C00040B2002800DB81E66940480049B200297C -:1043D00000DA7FE67FE66840410040B2002800DB5B -:1043E00084E66940480049B2002900DB83E6684062 -:1043F000410040B2002800DB82E66940480049B233 -:10440000002900DB81E66840410040B2002800DB63 -:1044100080E66940480049B2002900DB7FE6684039 -:10442000410040B2002800DA7DE67DE668404100A8 -:1044300040B2002800DB82E66940480049B200290A -:1044400000DB81E66840410040B2002800DB80E6E6 -:104450006940480049B2002900DB7FE6684041001E -:1044600040B2002800DB7EE66940480049B20029DE -:1044700000DB7DE66840410040B2002800DA7BE6C0 -:104480007BE66840410040B2002800DB80E66940DE -:10449000480049B2002900DB7FE66840410040B295 -:1044A000002800DB7EE66940480049B2002900DBB5 -:1044B0007DE66840410040B2002800DB7CE66940B0 -:1044C000480049B2002900DB7BE66840410040B269 -:1044D000002800DA79E679E66840410040B2002819 -:1044E00000DB7FE66940480049B2002900DB7EE638 -:1044F0006840410040B2002800DB7DE6694048008A -:1045000049B2002900DB7CE66840410040B2002847 -:1045100000DB7BE66940480049B2002900DB7AE60F -:104520006840410040B2002800DA78E678E668404A -:10453000410040B2002800DB7EE66940480049B2F5 -:10454000002900DB7DE66840410040B2002800DB26 -:104550007CE66940480049B2002900DB7BE6684000 -:10456000410040B2002800DB7AE66940480049B2C9 -:10457000002900DB79E66840410040B2002800DAFB -:1045800077E677E66840410040B2002800DB7DE630 -:104590006940480049B2002900DB7CE668404100E0 -:1045A00040B2002800DB7BE66940480049B20029A0 -:1045B00000DB7AE66840410040B2002800DB79E683 -:1045C0006940480049B2002900DB78E668404100B4 -:1045D00040B2002800DB77E669400248417203B030 -:1045E000F0BDC046DE050020F0B584B0624BDC882B -:1045F000002C02D00020D88032E0604A6048007869 -:104600006049002807D01068884204DCC10B0129EA -:1046100004D107221FE0116007221DE0810B012950 -:1046200001D1062217E0410B012901D1052212E038 -:10463000010B012901D104220DE0C10A012901D198 -:10464000032208E0810A012901D1022203E0410A84 -:10465000491E4A424A4101461A61114154020C4323 -:10466000494800788000029048490B1840225A605F -:10467000250128134649085C019086001146B14384 -:10468000996027093E466640200A70400F2603962F -:10469000304045197540384845610198C6001640BC -:1046A0004E40DE60C00303990F403949C95D009157 -:1046B00089020143C80A104070401861039E3440CB -:1046C000334E345D019467010F43039C2540755DB3 -:1046D0003E462E43284CA6618C0A144044405C613F -:1046E000480A104060409861009CA1001140414080 -:1046F000D961E0001040484018623F21CC4320407F -:10470000B909114041405962780910404840986207 -:10471000390911404140D962019FB800104048401A -:104720001863F900114041405963770817404F4022 -:104730009F632740700016407E40DE63104070404B -:1047400018640021114E029FF151A900114041400F -:104750005964E800104048409864290111404140E4 -:10476000D96468011040484018652040E907490EA7 -:104770004140596504B0F0BD90040020840500203C -:104780001E050020FFFF0000ED040020A007002010 -:104790006A5B0008B0B51C46049D88420B4600DBEE -:1047A0000346281B9342154600DC1D466B1A5843EE -:1047B000511AFCF7D1FD0019B0BD000001204005E1 -:1047C00002490A6882430A60486170470004014058 -:1047D00010B5C84800F058FBEFF3108072B6C64819 -:1047E000007800F057FB792400F00CFAA41E142185 -:1047F0002046FCF792FDFDF7FDFD60080A3080B20F -:1048000000F068FB0A20FEF795FA022CECD8FDF7C1 -:1048100049FD0024204600F05DFBB8480480B848FC -:10482000008800F031FB62B610BDC046F0B583B021 -:104830000320FDF7DFFD00243226B04D019403E094 -:10484000641CB61CAE2E49D200F0DCF90198288019 -:104850002A4880198778FF2FF2D00294C478002C60 -:1048600030D00A2000F036FBF72060437D2149015B -:1048700041182348FCF751FD044622482146FCF725 -:104880004CFD054680B200F0FFFA9B480078454396 -:1048900028469849FCF741FD80B200F0FBFA0298E7 -:1048A000C0B2FE214143CD1917482146FCF735FD22 -:1048B0006843924D6421FCF730FD80B2FEF73AFA6E -:1048C0000024BEE70024204600F0E4FA0298C0B2BB -:1048D000FE214143C819FEF72DFAB2E7FDF7E2FCCD -:1048E0000024204600F0F6FA8548008800F0CCFA53 -:1048F0002C8000F087F903B0F0BDC046EE06002022 -:1049000080969800003E4900A086010010B57948C5 -:1049100000F0BAFA282000F0DDFA7748007800F0BD -:10492000B9FA0220FDF766FD96242046FEF702FA4A -:1049300000F068F9502000F0CDFA2046FEF7FAF9B1 -:10494000FDF7B0FC0024204600F0C4FA6B48048058 -:104950006B48008800F098FA10BDC04610B5654855 -:1049600000F092FA322000F0B5FA6348007800F0C7 -:1049700091FA0220FDF73EFD96242046FEF7DAF973 -:1049800000F040F91E2000F0A5FA2046FEF7D2F90B -:10499000FDF788FC0024204600F09CFA574804806C -:1049A0005748008800F070FA10BDC04610B5EFF30C -:1049B000108072B64F4800F067FA00F023F95020DB -:1049C00000F088FA4C48007800F064FA0320FDF704 -:1049D00011FD64242046FEF7ADF9462000F07AFA76 -:1049E0002046FEF7A7F9282000F074FA2046FEF7CB -:1049F000A1F9FDF757FC0024204600F06BFA3F4870 -:104A000004803F48008800F03FFA62B610BDC046FF -:104A100010B5384800F038FAEFF3108072B600F0A5 -:104A2000F1F83C2000F056FA3348007800F032FAF2 -:104A30000120FDF7DFFC4B242046FEF77BF95020D8 -:104A400000F048FA2046FEF775F95A2000F042FAC5 -:104A500000F0D8F82046FEF76DF9FDF723FC00249E -:104A6000204600F037FA254804802548008800F0E9 -:104A70000BFA62B610BDC04610B5EFF3108072B6E7 -:104A80001B480078FF2802D0FFF7D0FE2AE0194823 -:104A900000F0FAF91848007800F0FCF90320FDF75F -:104AA000A9FC372000F016FAC8242046FEF742F988 -:104AB0000520FDF79FFC282000F00CFA2046FEF7A9 -:104AC00039F90620FDF796FC192000F003FA20467C -:104AD000FEF730F9FDF7E6FB0024204600F0FAF976 -:104AE000064804800648008800F0CEF962B610BD82 -:104AF000307C0008CF070000E805002046050020B4 -:104B000000010020B0B503210A050920C006036892 -:104B10009343012214051B190360930283628B04E3 -:104B200004689C439304E3180360530283620B04FC -:104B300004689C431304E318036013028362094B67 -:104B40001C68082525430424A5431D601C68022514 -:104B5000254395431D60890303688B43D10359188E -:104B60000160B0BD00040048012A05DB0B7803702A -:104B7000491C401C521EF9D170470000B0B5A7482F -:104B80000168022211430160016891430160C74836 -:104B900001460839154A0A600A210160144909785A -:104BA00081601449C16002460C3A136801210B432D -:104BB000136000224260984B0F4CDC6004461434B2 -:104BC0009C600E4C24785C600D4C1C604B020446CB -:104BD000143C25681D43256003680B430360924B1A -:104BE0001A70203802680A430260B0BD01600000FC -:104BF000A8010020FFFF0000EC0500201C010020A0 -:104C00008B090000014802490160704700300040F4 -:104C1000AAAA000002480021416001607047C04616 -:104C20002404004010B515490A78154842708A7965 -:104C3000C275144A93785B1E5C425C414474D3781D -:104C40005B1E5C425C4184749279521E5342534114 -:104C5000C3744A78521E5342534103758A78521ED8 -:104C6000534253414375C978491E4A424A418275AD -:104C7000B021054A00F00AF810BDC046C00000206F -:104C8000EE06002004050020007C0008F0B503AF0C -:104C900089B06E46F51D1135726171600446C80F0A -:104CA0000B180122194632619143C91D0722914315 -:104CB0006A46501A59108546F060B160FCF72FFA29 -:104CC000706802280ADBF068B168227863781B02FA -:104CD0009A180280A41C801C491EF6D1B068A860F6 -:104CE0002B48011F0A68D207FBD10268120606D5BD -:104CF000284A136804460C3C23605268226072699B -:104D0000920514D103680222134303607369436060 -:104D1000036840241C4304600B68DB07FCD10B686C -:104D20009B0601D520230B60036893430360002298 -:104D30006A602A602A68AB689A42346915D30168B0 -:104D400080220A430260FC1F053CA546F0BD0268B4 -:104D50003469A24302606A68921C6A602A68521C25 -:104D60002A602A68AB689A42E9D20268224302604C -:104D70002A685200F3689A5A6B6874691A530A6871 -:104D8000D207FCD10A689206E1D520220A60DEE74C -:104D90001020024020010020B0B51F490868A84A31 -:104DA000024010320A601D48026802231A43026062 -:104DB00002689A4302603D480246083A6023136045 -:104DC00003220260164A127882603D22C2600346C6 -:104DD0000C3B1C68012214431C60124BCB60034641 -:104DE00014338B60104B5C7817344C600F4C0C60A4 -:104DF00051020446143C25680D43256001681143A7 -:104E00000160D103446A0C4344621A70203801687F -:104E100011430160B0BDC046440002401010024082 -:104E2000F5040020A0070020EC0400209B090000EE -:104E3000B0B50E48036808210B4304229343036076 -:104E40007E4B5C68834D2540834C24782C195C6034 -:104E500084688025254385601C68012525431D60E5 -:104E6000036813438B430360B0BDC0460038014064 -:104E7000044900228A6108624A60086801220243EC -:104E80000A6070470C200040014908607047C04626 -:104E90002C2C014008490860486088607047C04673 -:104EA000024801680A2291430160704720040040D3 -:104EB000014908607047C046342C01400149086030 -:104EC0007047C046382C0140014908607047C04611 -:104ED0003C2C0140014908607047C046282C014025 -:104EE0000B2800D30B204000014908707047C046D2 -:104EF000E8050020014800210160704724000040BF -:104F0000F0B593B00024119410940F940E940D9466 -:104F10000C940B94012009908203039203460190A4 -:104F2000444841681143416041681140129112990F -:104F3000990402680A4302600068084012900A94CB -:104F400008940220049006901298402505950326A7 -:104F50000796394805A9FCF7F3FB384F38683849FC -:104F60000140103139603003396881433960386855 -:104F70002021884338603868A84338603868802129 -:104F8000014339603002396881433960B0023968C1 -:104F900081433960FF2000062A490A688243B0072E -:104FA00010180860019DE8062749086011941094C4 -:104FB000082002900F900E940D940C94E120400272 -:104FC0000B90224E3446083C0BA92046FCF748FEC5 -:104FD000A8023168814331600920C002311F0A688C -:104FE00082430A6030682A21884330602068284361 -:104FF00020600399103138680840102804D1144803 -:10500000F8602036BE6003E01148B8602036FE60CC -:1050100078681049014010480078081878603868AE -:10502000049908433860386802990843386013B01F -:10503000F0BDC04614100240000400481C000240AD -:10504000EFBFFFFF18E400E000E100E00838014096 -:10505000DE0500200000FFFFB0010020F0B585B0A4 -:10506000F44E7078022811D0012803D1FDF7C8FB57 -:1050700000207070B08D401CB085F07800280BD0F7 -:105080002024305D002809D0B08FE4E0FFF7ACFAAF -:105090000020707000F094FCB08F2CE17D22D100D4 -:1050A000E548437B580004914118B08F01250395D2 -:1050B000EF43F57A002D17D081420BD2DE4A527EA3 -:1050C000B578AA422AD100257586B57E002D21D05B -:1050D0000399B175049D5F437A19824226DC590019 -:1050E0006A1A824254D9B3E0814211D2D24B5B7E1C -:1050F000B578AB420AD15020CF4D285A6D8EA842C8 -:105100004CD8F07E002849D1D000B087049D56E0ED -:10511000049D5EE0039DAA1AC74D6A76B27D002AFF -:10512000049D10D05F437A198242D8DDB178039D87 -:105130006D1AC14F7F7EBD4218D1B57E002D11D0B2 -:105140000399B17510E0BD4A00922F3A2F23FFF763 -:1051500021FB7086B848437BB08F5F437A19824247 -:10516000BDDDE3E7B44D697600217186B17D00298C -:1051700009D12F2100910021B04BFFF70BFB708666 -:10518000AD48437BB08F049D59006A1A82425FD8B4 -:10519000491981425CD30021B17558E0A848002527 -:1051A00085600398F075C01AA3494876FFF706FB9F -:1051B0007574A148407B4000049D4119B08F9F4AFF -:1051C00000922F3A2F23FFF7E5FA70869A48437B27 -:1051D000B08F394659434A1982422FDDB37803997B -:1051E0000293CB1A94494D7EAB420BD15020085A02 -:1051F0004B8E984208D8F07E002805D1049DB587D3 -:10520000284611E0049D0FE00398F0758C480025B6 -:10521000856002984876FFF7D1FA75748648407B1E -:105220004743049D7A19B08F2F2100910021834BB1 -:10523000FFF7B0FA70868048437BB08F59006A1A36 -:10524000824205D84919814202D3002171747186C6 -:10525000315D002950D07D21CC0021462F3188427C -:1052600020D9754D697EB278914215D15020285AC7 -:105270006A8E904205D8F07E002802D10020B087C7 -:105280000AE06F48002787600120F075401A6876B1 -:10529000FFF794FA7774B08FA97C4200511A694ADB -:1052A000891871860146303989B2A1421FD2B1787E -:1052B0000122531A604C657EAB4213D15020205A14 -:1052C000638E984205D8F07E002802D10020B08776 -:1052D00008E0F2755A48002585606176FFF76EFA9E -:1052E0007574B08FA17C4200511A313971862F2814 -:1052F00002D80020707470864F4CE078002810D0DF -:10530000F07B64214143481C617C4143707E8142B3 -:1053100007D2FCF7C7FFFFF751FA6620707600202E -:105320005AE0B079002805D0708E1D2822D80021BF -:10533000718745E0307B00284DD0307800281DD0A3 -:10534000616DA36D708E00912F213C4AFFF722FA08 -:1053500001463D48FCF700F8E1794908FBF7FCFFFE -:105360003085708E2E2809D8384800210160718759 -:10537000316632E01E2816D11E2021E0346E344DF5 -:1053800020462946FBF77BFF0028204600D128460F -:10539000FBF7AAFF70872F492046FBF77EFF002806 -:1053A0001BD1302018E0217B14224A43824207D9C6 -:1053B000A02100911E212F23FFF7ECF97087708E3A -:1053C000227B14215143814207D81C4A0092A0231A -:1053D000FFF7E0F900E0708E7087B08D1E4DA84297 -:1053E0004DD92E20345E2046FBF773FF1B49FBF797 -:1053F000FAFE0146306FFBF79DFE3067184F387894 -:1054000003280BD002282DD0012836D12420305C6F -:10541000FF2168314118993102222BE04620305A91 -:105420001921FBF77AFFC0B27D21C900411818315C -:1054300001221FE004050020C0000020FF0700003B -:1054400080050020FFF7FFFF00879303280100205D -:1054500000E0FF4400004042204E00000000B44342 -:1054600095040020A0B2C0B23221FBF756FF032200 -:10547000510201433A70E14801800020B085B07FBD -:10548000002845D0F0790028DD4D0DD04A20315A52 -:10549000491C31522A791423534389B28B4203D2D7 -:1054A0000021315201207075F07ED64C002800D0CA -:1054B0004BE25027B07F002804974AD0B179384694 -:1054C00048432F30728F904243D8B07E002816D1C7 -:1054D000FCF7E8FEF07D00280CD1B07E002807D153 -:1054E000FDF7E4F8EC53C848FFF704FD0120B0765F -:1054F000FDF720FD0120B076A88E3086B1794020DE -:105500002A5A6B8F708F009200290ED089210DE0EE -:10551000307C0028B6D1F07F0028B3D0708E0028F0 -:1055200054D0482000213152ACE72F21B74AFFF771 -:1055300031F90446F087B08DB54941430220C1419D -:10554000B44881426FD9F07A0028AD4D01D10020D6 -:10555000B075B07978432F30718F884200D860E100 -:10556000B07C00280AD0012802D1FFF7F7F9B07CFF -:10557000022801D1FFF7CAF90020B074687800282A -:1055800000D1E6E0B07E002800D1FAE0687F3C213F -:105590004143A88C421810463C3803B2FF216831C1 -:1055A0008B4201DD9C4810184C22B0520246EF326B -:1055B00013B28B4201DD0246793AF253024677324A -:1055C00013B28B4200DDD3E01046D2E04820315ABE -:1055D000491C315289B2A94200D853E7318F1F29A3 -:1055E00000D2E8E00120B077B07A002800D1F0E1E5 -:1055F0004620345AB92041002046FBF78EFE307415 -:10560000FF2068300B30844200D2E4E10024FFF731 -:10561000CDF96420FDF78EFBFFF7F4FA641C307CB3 -:105620008442F4D3D7E1B17E707B002846D00029B4 -:1056300044D003912E20305EEB49098C0122D243E5 -:10564000623A4A431018EA4988620A6C831A0D6B61 -:105650004A6B8F6B5A43CA6308644543ED198F6CDC -:10566000BD423B4600DC2B467F42BB4200DB1F466F -:105670008F63D219CB6A58431318C86C8342024611 -:10568000D94D00DC1A4640428242049F00DB10469E -:105690004864FBF71EFED849FBF7A5FDFBF724FE87 -:1056A000298E091A0AB2688F824200DB084601B2CD -:1056B000A2B28A4200DB04462C860399002900D15D -:1056C00041E77079002800D13DE7C749C85B498CA4 -:1056D000401AC74908658A6E831A8C6DCA6D0D6EB3 -:1056E0005A434A668866444365190C6FA5422346AF -:1056F00000DC2B466442A34200DB1C460C661219F8 -:105700004B6D58431318486F8342024600DC1A461B -:105710004042824200DB1046C866FBF7DAFDB6491C -:10572000FBF761FD0146706EFBF704FD0546B34CC7 -:105730002146FBF7C0FD002800D12C4674660025E9 -:1057400020462946FBF7B7FD002800D0FBE675662A -:10575000F9E60020F087B17E00293AD1A34988609C -:105760000120F075307900282ED0FDF77DFC30E067 -:10577000F1384E217052B079012852D10120F076D3 -:105780004FE00124F4750025F5879848856075770A -:105790003079002813D0B0790028934D00D0F5E679 -:1057A0004020285A697A490040181338F087FFF7DB -:1057B000A9F9B475EAE600213152F17762E6FCF707 -:1057C00071FDF587884DE1E6B07D002801D1FCF739 -:1057D00069FDB77DF07A002824D0002F22D0B18F48 -:1057E0007D25EC002046FDF77DFC0019F08780B296 -:1057F0002901884212D1FDF737FC11E09604002000 -:10580000C00000201027000088130000FF070000E0 -:10581000CDCCCCCCCCCCCC0C5CFEFFFFFFF772F92E -:10582000714DB77D002F55D1707914221146C140BA -:10583000F48F6E488068884209D2A88E844201D2D3 -:10584000F0870446288F844201D9F087044642201D -:10585000285A844201D9F0870446707B00280392BD -:1058600005D03020285E844201DD84B2F487756E55 -:10587000002128460291FBF7F4FC002804D12846B9 -:10588000FBF732FD2418F487574D039BA87B0028B3 -:1058900020D07D208000B16F814200D83C23EB7482 -:1058A000308EA1B20A1A9A420ADDC018F087049815 -:1058B000285AFF2168318D31884209D9012008E03A -:1058C000411A994204DD02992975C01AF08701E056 -:1058D00002982875B07EB17F002914D0002812D01C -:1058E000718F30290FD3A87800281AD00498285A2D -:1058F0004021695A00914B086021C822FEF74AFFF7 -:105900000446E8870EE0002F5CD0402029462D5A3F -:10591000F78FCC8F384660432946FBF7FEFC281AE8 -:1059200007E0EC8F4020295AF78FA0B27843FBF7AD -:10593000F4FC401C522170523786A0B2FFF7A4FA43 -:105940005220305AFFF7A6FA2A4C4220315A491CFD -:10595000315288B2A04233D9B17F002916D0FCF76A -:10596000A1FC0020B063F083FFF794FAFFF752F92F -:10597000012001022248FBF7D2FBBFF34F8F2148E1 -:1059800021490160BFF34F8F00BFFDE71F498842E7 -:1059900016D3FCF787FC0020B063F083FFF77AFA98 -:1059A000FFF738F9012001021548FBF7B8FBBFF3F8 -:1059B0004F8F144814490160BFF34F8F00BFFDE7BC -:1059C00005B0F0BD2D21414352203152EC8FF78FAD -:1059D000B2E7FEF7EBFF2120305C002800D051E554 -:1059E0000020F0724EE5C046C00000208005002077 -:1059F000280100201027000000401C46000016432C -:105A0000EC0500200CED00E00400FA0551C3000095 -:105A100070B53D4800783D4C217800290BD0002816 -:105A200009D03B480078002810D0FFF7A7F8394884 -:105A30000221017070BD3849097801290CD0002974 -:105A400022D1FDF78DF9FFF799F870BDFFF7A4F9A2 -:105A500030480121017070BD00280AD02C48007820 -:105A6000002812D0FEF7C0FDFCF7CAFEFFF786F84B -:105A700070BD2A48007801280AD0294800780128FA -:105A80000ED02078002816D070BDFFF785F970BDC4 -:105A9000FCF7B6FEFFF772F8214800780128F0D134 -:105AA000FDF776F8FFF7FCF9FFF768F8FDF7D4FA91 -:105AB00020780028E8D11B4C1B4D2888002807D1EE -:105AC0006178002904D119480188491C018070BD02 -:105AD000164900260E8016498842D5D32189FDF744 -:105AE00001FB322801DC2078461C2670F0B23328F6 -:105AF00007D3E078002804D1FEF76AFE01200002F7 -:105B000020802888208170BDEC060020220500201E -:105B1000EC040020050500202305002024050020BA -:105B200025050020F0040020360500203C0500205B -:105B3000DD05000002E008C8121F08C1002AFAD1E2 -:105B400070477047002001E001C1121F002AFBD1FD -:105B50007047000000000000000001020304060777 -:105B600008090000000001020304191B12131D158F -:105B700016171A090A0B1E0D0E0F0000A05B000875 -:105B8000C0000020D003000050140008A05E0008F0 -:105B900090040020A8070000445B000800000000FB -:105BA0001022020101011EFF020E050A0A2D0564E2 -:105BB00001016E0A01020105050601010206060146 -:105BC000D007CA142823B4100A4C046C07DC054A19 -:105BD000011E1AD008127812781459012D122D2B9B -:105BE000CF0702121412461E9001CF07641223D46D -:105BF0003023102723E8031220400B204E23016797 -:105C000045AB89EFCD720A02136429346350C31A7D -:105C1000203C412944011023204E54A086017202E9 -:105C20000A1A325013127A121C340140093AFA84CB -:105C300012B412B712BA12BD12C112C412C712CADC -:105C400012CD12D012D312D612D912DC12E012E306 -:105C500012E612E912EC12EF12F212F51AF73422E0 -:105C6000FD1867010301060109010B010E01110175 -:105C70001301160119011B011E0120012301250139 -:105C800028012A012C012F0131013301350138018E -:105C90003A013C013E0140014201440146014701F5 -:105CA00049014B014D014E01500151015301540175 -:105CB0005601570158015A015B015C015D015E010B -:105CC0005F0160016101620163021C640165021AE7 -:105CD00066023A6702FA680249182922292A3A64B8 -:105CE000361A62401A60481A5E501A5C581A5A6096 -:105CF0001A57681A54701A51781A4E801A4B881A1B -:105D000047901A44981A40A01A3CA81A38B01A337F -:105D1000B81A2FC01A2AC81A25D01A20D81A1BE080 -:105D20001A16E81A11F01A0BF815060103011301EF -:105D3000FD12FA12F712F512F212EF12EC12E9123A -:105D4000E612E312E012DC12D912D612D312D012EC -:105D5000CD12CA12C712C412C112BD12BA12B712A2 -:105D6000B412B112AE12AB12A712A412A1129E125B -:105D70009B129812951292128F128C128812851211 -:105D800082127F127C1279127612731271126E12C5 -:105D90006B126812651262125F125D125A1257126C -:105DA000551252124F124D124A1248124512431206 -:105DB00040123E123C123912371235123312301291 -:105DC0002E122C122A12281226122412221221120A -:105DD0001F121D121B121A1218121712151214126A -:105DE0001212111210120E120D120C120B120A12B4 -:105DF000091208120712061A050212041A03021ADF -:105E0000020219D91902011249182922292A3A0431 -:105E1000361A06401A08481A0A501A0C581A0E6008 -:105E20001A11681A14701A17781A1A801A1D881A0B -:105E300021901A24981A28A01A2CA81A30B01A35C2 -:105E4000B81A39C01A3EC81A43D01A48D81A4DE0B9 -:105E50001A52E81A57F01A5DF812621265126812A7 -:105E60006B126E1271127312761279127C127F12FB -:105E70008212851288128C128F1292129512981229 -:105E80009B129E12A112A412A712AB12AE1AB1A2BB -:105E9000000D00414D3332205265662D45534300BD -:04000005080010BD22 -:00000001FF diff --git a/Keil_Projects/Objects/AM32REF_F051.htm b/Keil_Projects/Objects/AM32REF_F051.htm deleted file mode 100644 index 3574f933..00000000 --- a/Keil_Projects/Objects/AM32REF_F051.htm +++ /dev/null @@ -1,1093 +0,0 @@ - - -Static Call Graph - [.\Objects\AM32REF_F051.axf] -
-

Static Call Graph for image .\Objects\AM32REF_F051.axf


-

#<CALLGRAPH># ARM Linker, 6160001: Last Updated: Tue Aug 22 18:43:32 2023 -

-

Maximum Stack Usage = 324 bytes + Unknown(Cycles, Untraceable Function Pointers)

-Call chain for Maximum Stack Depth:

-main ⇒ initCorePeripherals ⇒ MX_TIM1_Init ⇒ LL_TIM_OC_Init -

-

-Mutually Recursive functions -

  • CEC_IRQHandler   ⇒   CEC_IRQHandler
    -
  • HardFault_Handler   ⇒   HardFault_Handler
    - -

    -

    -Function Pointers -

      -
    • ADC1_COMP_IRQHandler from stm32f0xx_it.o(.text.ADC1_COMP_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • CEC_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • DMA1_Channel1_IRQHandler from stm32f0xx_it.o(.text.DMA1_Channel1_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • DMA1_Channel2_3_IRQHandler from stm32f0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • DMA1_Channel4_5_IRQHandler from stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • EXTI0_1_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • EXTI2_3_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • EXTI4_15_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • FLASH_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • HardFault_Handler from stm32f0xx_it.o(.text.HardFault_Handler) referenced from startup_stm32f051k8.o(RESET) -
    • I2C1_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • I2C2_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • NMI_Handler from stm32f0xx_it.o(.text.NMI_Handler) referenced from startup_stm32f051k8.o(RESET) -
    • PVD_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • PendSV_Handler from stm32f0xx_it.o(.text.PendSV_Handler) referenced from startup_stm32f051k8.o(RESET) -
    • RCC_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • RTC_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • Reset_Handler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • SPI1_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • SPI2_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • SVC_Handler from stm32f0xx_it.o(.text.SVC_Handler) referenced from startup_stm32f051k8.o(RESET) -
    • SysTick_Handler from stm32f0xx_it.o(.text.SysTick_Handler) referenced from startup_stm32f051k8.o(RESET) -
    • SystemInit from system_stm32f0xx.o(.text.SystemInit) referenced from startup_stm32f051k8.o(.text) -
    • TIM14_IRQHandler from stm32f0xx_it.o(.text.TIM14_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • TIM15_IRQHandler from stm32f0xx_it.o(.text.TIM15_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • TIM16_IRQHandler from stm32f0xx_it.o(.text.TIM16_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • TIM17_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • TIM1_BRK_UP_TRG_COM_IRQHandler from stm32f0xx_it.o(.text.TIM1_BRK_UP_TRG_COM_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • TIM1_CC_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • TIM2_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • TIM3_IRQHandler from stm32f0xx_it.o(.text.TIM3_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • TIM6_DAC_IRQHandler from stm32f0xx_it.o(.text.TIM6_DAC_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • TSC_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • USART1_IRQHandler from stm32f0xx_it.o(.text.USART1_IRQHandler) referenced from startup_stm32f051k8.o(RESET) -
    • USART2_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • WWDG_IRQHandler from startup_stm32f051k8.o(.text) referenced from startup_stm32f051k8.o(RESET) -
    • __main from entry.o(.ARM.Collect$$$$00000000) referenced from startup_stm32f051k8.o(.text) -
    • main from main.o(.text.main) referenced from entry9a.o(.ARM.Collect$$$$0000000B) -
    -

    -

    -Global Symbols -

    -

    __main (Thumb, 0 bytes, Stack size unknown bytes, entry.o(.ARM.Collect$$$$00000000)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(.text) -
    -

    _main_stk (Thumb, 0 bytes, Stack size unknown bytes, entry2.o(.ARM.Collect$$$$00000001)) - -

    _main_scatterload (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) -

    [Calls]

    • >>   __scatterload -
    - -

    __main_after_scatterload (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) -

    [Called By]

    • >>   __scatterload -
    - -

    _main_clock (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008)) - -

    _main_cpp_init (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A)) - -

    _main_init (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B)) - -

    __rt_final_cpp (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D)) - -

    __rt_final_exit (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F)) - -

    Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    CEC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -

    [Calls]

    • >>   CEC_IRQHandler -
    -
    [Called By]
    • >>   CEC_IRQHandler -
    -
    [Address Reference Count : 1]
    • startup_stm32f051k8.o(RESET) -
    -

    EXTI0_1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    EXTI2_3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    EXTI4_15_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    FLASH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    I2C1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    I2C2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    PVD_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    RCC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    RTC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    SPI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    TIM17_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    TIM1_CC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    TIM2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    TSC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    USART2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    WWDG_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f051k8.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    __aeabi_memcpy (Thumb, 36 bytes, Stack size 0 bytes, memcpya.o(.text)) -

    [Called By]

    • >>   main -
    - -

    __aeabi_memcpy4 (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) - -

    __aeabi_memcpy8 (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) - -

    __aeabi_memset (Thumb, 14 bytes, Stack size 0 bytes, memseta.o(.text)) -

    [Called By]

    • >>   _memset$wrapper -
    • >>   __aeabi_memclr -
    - -

    __aeabi_memset4 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) - -

    __aeabi_memset8 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) - -

    __aeabi_memclr (Thumb, 4 bytes, Stack size 0 bytes, memseta.o(.text)) -

    [Calls]

    • >>   __aeabi_memset -
    -
    [Called By]
    • >>   save_flash_nolib -
    - -

    __aeabi_memclr4 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    __aeabi_memclr8 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) - -

    _memset$wrapper (Thumb, 18 bytes, Stack size 8 bytes, memseta.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_memset -
    - -

    __aeabi_fadd (Thumb, 162 bytes, Stack size 24 bytes, fadd.o(.text)) -

    [Stack]

    • Max Depth = 36
    • Call Chain = __aeabi_fadd ⇒ _float_epilogue -
    -
    [Calls]
    • >>   _float_round -
    • >>   _float_epilogue -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   commutate -
    • >>   __aeabi_frsub -
    • >>   __aeabi_fsub -
    - -

    __aeabi_fsub (Thumb, 8 bytes, Stack size 0 bytes, fadd.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_fadd -
    - -

    __aeabi_frsub (Thumb, 8 bytes, Stack size 0 bytes, fadd.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_fadd -
    - -

    __aeabi_fdiv (Thumb, 124 bytes, Stack size 16 bytes, fdiv.o(.text)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_fdiv -
    -
    [Calls]
    • >>   _float_round -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    __aeabi_fcmple (Thumb, 28 bytes, Stack size 0 bytes, fcmple.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    __aeabi_fcmplt (Thumb, 28 bytes, Stack size 0 bytes, fcmplt.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    __aeabi_fcmpge (Thumb, 28 bytes, Stack size 0 bytes, fcmpge.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    __aeabi_fcmpgt (Thumb, 28 bytes, Stack size 0 bytes, fcmpgt.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    __aeabi_i2f (Thumb, 22 bytes, Stack size 8 bytes, fflti.o(.text)) -

    [Stack]

    • Max Depth = 20
    • Call Chain = __aeabi_i2f ⇒ _float_epilogue -
    -
    [Calls]
    • >>   _float_epilogue -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    __aeabi_f2iz (Thumb, 50 bytes, Stack size 0 bytes, ffixi.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    - -

    __aeabi_uidiv (Thumb, 0 bytes, Stack size 16 bytes, uidiv_div0.o(.text)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_uidiv -
    -
    [Called By]
    • >>   LL_Init1msTick -
    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   loadEEpromSettings -
    • >>   initAfterJump -
    • >>   enableCorePeripherals -
    • >>   playBeaconTune3 -
    • >>   LL_RCC_GetUSARTClockFreq -
    • >>   LL_RCC_GetSystemClocksFreq -
    • >>   LL_USART_Init -
    - -

    __aeabi_uidivmod (Thumb, 62 bytes, Stack size 16 bytes, uidiv_div0.o(.text), UNUSED) -

    [Called By]

    • >>   __aeabi_idivmod$div0 -
    - -

    __aeabi_idiv (Thumb, 0 bytes, Stack size 16 bytes, idiv_div0.o(.text)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_idiv -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   advanceincrement -
    • >>   map -
    - -

    __aeabi_idivmod$div0 (Thumb, 74 bytes, Stack size 16 bytes, idiv_div0.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_uidivmod -
    - -

    __I$use$fp (Thumb, 0 bytes, Stack size 0 bytes, iusefp.o(.text), UNUSED) - -

    _float_round (Thumb, 16 bytes, Stack size 0 bytes, fepilogue.o(.text)) -

    [Called By]

    • >>   __aeabi_fdiv -
    • >>   __aeabi_fadd -
    - -

    _float_epilogue (Thumb, 114 bytes, Stack size 12 bytes, fepilogue.o(.text)) -

    [Stack]

    • Max Depth = 12
    • Call Chain = _float_epilogue -
    -
    [Called By]
    • >>   __aeabi_i2f -
    • >>   __aeabi_fadd -
    - -

    __scatterload (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text)) -

    [Calls]

    • >>   __main_after_scatterload -
    -
    [Called By]
    • >>   _main_scatterload -
    - -

    __scatterload_rt2 (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED) - -

    __decompress (Thumb, 0 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) - -

    __decompress1 (Thumb, 86 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) - -

    ADC1_COMP_IRQHandler (Thumb, 24 bytes, Stack size 8 bytes, stm32f0xx_it.o(.text.ADC1_COMP_IRQHandler)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = ADC1_COMP_IRQHandler ⇒ interruptRoutine -
    -
    [Calls]
    • >>   interruptRoutine -
    -
    [Address Reference Count : 1]
    • startup_stm32f051k8.o(RESET) -
    -

    ADC_DMA_Callback (Thumb, 24 bytes, Stack size 0 bytes, adc.o(.text.ADC_DMA_Callback)) -

    [Called By]

    • >>   DMA1_Channel1_IRQHandler -
    - -

    ADC_Init (Thumb, 312 bytes, Stack size 96 bytes, adc.o(.text.ADC_Init)) -

    [Stack]

    • Max Depth = 124
    • Call Chain = ADC_Init ⇒ LL_GPIO_Init -
    -
    [Calls]
    • >>   LL_GPIO_Init -
    • >>   LL_ADC_REG_Init -
    • >>   LL_ADC_Init -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    DMA1_Channel1_IRQHandler (Thumb, 40 bytes, Stack size 8 bytes, stm32f0xx_it.o(.text.DMA1_Channel1_IRQHandler)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = DMA1_Channel1_IRQHandler -
    -
    [Calls]
    • >>   ADC_DMA_Callback -
    -
    [Address Reference Count : 1]
    • startup_stm32f051k8.o(RESET) -
    -

    DMA1_Channel2_3_IRQHandler (Thumb, 28 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.DMA1_Channel2_3_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    DMA1_Channel4_5_IRQHandler (Thumb, 80 bytes, Stack size 16 bytes, stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler)) -

    [Stack]

    • Max Depth = 168
    • Call Chain = DMA1_Channel4_5_IRQHandler ⇒ transfercomplete ⇒ computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   transfercomplete -
    -
    [Address Reference Count : 1]
    • startup_stm32f051k8.o(RESET) -
    -

    HardFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.HardFault_Handler)) -

    [Calls]

    • >>   HardFault_Handler -
    -
    [Called By]
    • >>   HardFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_stm32f051k8.o(RESET) -
    -

    LL_ADC_Init (Thumb, 48 bytes, Stack size 0 bytes, stm32f0xx_ll_adc.o(.text.LL_ADC_Init)) -

    [Called By]

    • >>   ADC_Init -
    - -

    LL_ADC_REG_Init (Thumb, 40 bytes, Stack size 16 bytes, stm32f0xx_ll_adc.o(.text.LL_ADC_REG_Init)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = LL_ADC_REG_Init -
    -
    [Called By]
    • >>   ADC_Init -
    - -

    LL_GPIO_Init (Thumb, 176 bytes, Stack size 28 bytes, stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init)) -

    [Stack]

    • Max Depth = 28
    • Call Chain = LL_GPIO_Init -
    -
    [Called By]
    • >>   telem_UART_Init -
    • >>   MX_TIM1_Init -
    • >>   ADC_Init -
    • >>   initCorePeripherals -
    - -

    LL_Init1msTick (Thumb, 28 bytes, Stack size 8 bytes, stm32f0xx_ll_utils.o(.text.LL_Init1msTick)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = LL_Init1msTick ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   SystemClock_Config -
    - -

    LL_RCC_GetSystemClocksFreq (Thumb, 84 bytes, Stack size 16 bytes, stm32f0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = LL_RCC_GetSystemClocksFreq ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   LL_USART_Init -
    - -

    LL_RCC_GetUSARTClockFreq (Thumb, 172 bytes, Stack size 8 bytes, stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = LL_RCC_GetUSARTClockFreq ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   LL_USART_Init -
    - -

    LL_SetSystemCoreClock (Thumb, 8 bytes, Stack size 0 bytes, stm32f0xx_ll_utils.o(.text.LL_SetSystemCoreClock)) -

    [Called By]

    • >>   SystemClock_Config -
    - -

    LL_TIM_BDTR_Init (Thumb, 60 bytes, Stack size 16 bytes, stm32f0xx_ll_tim.o(.text.LL_TIM_BDTR_Init)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = LL_TIM_BDTR_Init -
    -
    [Called By]
    • >>   MX_TIM1_Init -
    - -

    LL_TIM_Init (Thumb, 156 bytes, Stack size 16 bytes, stm32f0xx_ll_tim.o(.text.LL_TIM_Init)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = LL_TIM_Init -
    -
    [Called By]
    • >>   MX_TIM1_Init -
    - -

    LL_TIM_OC_Init (Thumb, 548 bytes, Stack size 36 bytes, stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init)) -

    [Stack]

    • Max Depth = 36
    • Call Chain = LL_TIM_OC_Init -
    -
    [Called By]
    • >>   MX_TIM1_Init -
    - -

    LL_USART_Init (Thumb, 168 bytes, Stack size 32 bytes, stm32f0xx_ll_usart.o(.text.LL_USART_Init)) -

    [Stack]

    • Max Depth = 64
    • Call Chain = LL_USART_Init ⇒ LL_RCC_GetSystemClocksFreq ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    • >>   LL_RCC_GetUSARTClockFreq -
    • >>   LL_RCC_GetSystemClocksFreq -
    -
    [Called By]
    • >>   telem_UART_Init -
    - -

    MX_IWDG_Init (Thumb, 28 bytes, Stack size 0 bytes, peripherals.o(.text.MX_IWDG_Init)) -

    [Called By]

    • >>   main -
    - -

    MX_TIM1_Init (Thumb, 516 bytes, Stack size 144 bytes, peripherals.o(.text.MX_TIM1_Init)) -

    [Stack]

    • Max Depth = 180
    • Call Chain = MX_TIM1_Init ⇒ LL_TIM_OC_Init -
    -
    [Calls]
    • >>   LL_TIM_OC_Init -
    • >>   LL_TIM_Init -
    • >>   LL_TIM_BDTR_Init -
    • >>   LL_GPIO_Init -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    NMI_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.NMI_Handler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.PendSV_Handler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    PeriodElapsedCallback (Thumb, 76 bytes, Stack size 16 bytes, main.o(.text.PeriodElapsedCallback)) -

    [Stack]

    • Max Depth = 76
    • Call Chain = PeriodElapsedCallback ⇒ commutate ⇒ __aeabi_fadd ⇒ _float_epilogue -
    -
    [Calls]
    • >>   enableCompInterrupts -
    • >>   disableComTimerInt -
    • >>   commutate -
    -
    [Called By]
    • >>   TIM14_IRQHandler -
    - -

    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.SVC_Handler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    SysTick_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.SysTick_Handler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    SystemClock_Config (Thumb, 184 bytes, Stack size 16 bytes, peripherals.o(.text.SystemClock_Config)) -

    [Stack]

    • Max Depth = 40
    • Call Chain = SystemClock_Config ⇒ LL_Init1msTick ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   LL_SetSystemCoreClock -
    • >>   LL_Init1msTick -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    SystemInit (Thumb, 2 bytes, Stack size 0 bytes, system_stm32f0xx.o(.text.SystemInit)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(.text) -
    -

    TIM14_IRQHandler (Thumb, 16 bytes, Stack size 8 bytes, stm32f0xx_it.o(.text.TIM14_IRQHandler)) -

    [Stack]

    • Max Depth = 84
    • Call Chain = TIM14_IRQHandler ⇒ PeriodElapsedCallback ⇒ commutate ⇒ __aeabi_fadd ⇒ _float_epilogue -
    -
    [Calls]
    • >>   PeriodElapsedCallback -
    -
    [Address Reference Count : 1]
    • startup_stm32f051k8.o(RESET) -
    -

    TIM15_IRQHandler (Thumb, 36 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.TIM15_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    TIM16_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.TIM16_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    TIM1_BRK_UP_TRG_COM_IRQHandler (Thumb, 36 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.TIM1_BRK_UP_TRG_COM_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    TIM3_IRQHandler (Thumb, 36 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.TIM3_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    TIM6_DAC_IRQHandler (Thumb, 24 bytes, Stack size 8 bytes, stm32f0xx_it.o(.text.TIM6_DAC_IRQHandler)) -

    [Stack]

    • Max Depth = 184
    • Call Chain = TIM6_DAC_IRQHandler ⇒ tenKhzRoutine ⇒ computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   tenKhzRoutine -
    -
    [Address Reference Count : 1]
    • startup_stm32f051k8.o(RESET) -
    -

    USART1_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, stm32f0xx_it.o(.text.USART1_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_stm32f051k8.o(RESET) -
    -

    activateADC (Thumb, 72 bytes, Stack size 4 bytes, adc.o(.text.activateADC)) -

    [Stack]

    • Max Depth = 4
    • Call Chain = activateADC -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    advanceincrement (Thumb, 272 bytes, Stack size 32 bytes, main.o(.text.advanceincrement)) -

    [Stack]

    • Max Depth = 48
    • Call Chain = advanceincrement ⇒ __aeabi_idiv -
    -
    [Calls]
    • >>   setPWMCompare3 -
    • >>   setPWMCompare2 -
    • >>   setPWMCompare1 -
    • >>   __aeabi_idiv -
    -
    [Called By]
    • >>   main -
    - -

    allOff (Thumb, 104 bytes, Stack size 16 bytes, phaseouts.o(.text.allOff)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = allOff -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    allpwm (Thumb, 136 bytes, Stack size 16 bytes, phaseouts.o(.text.allpwm)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = allpwm -
    -
    [Called By]
    • >>   main -
    - -

    changeCompInput (Thumb, 76 bytes, Stack size 0 bytes, comparator.o(.text.changeCompInput)) -

    [Called By]

    • >>   commutate -
    - -

    comStep (Thumb, 688 bytes, Stack size 16 bytes, phaseouts.o(.text.comStep)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = comStep -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   commutate -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    commutate (Thumb, 312 bytes, Stack size 24 bytes, main.o(.text.commutate)) -

    [Stack]

    • Max Depth = 60
    • Call Chain = commutate ⇒ __aeabi_fadd ⇒ _float_epilogue -
    -
    [Calls]
    • >>   comStep -
    • >>   changeCompInput -
    • >>   __aeabi_i2f -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fadd -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    computeDshotDMA (Thumb, 868 bytes, Stack size 80 bytes, dshot.o(.text.computeDshotDMA)) -

    [Stack]

    • Max Depth = 136
    • Call Chain = computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   saveEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   getInputPinState -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    computeServoInput (Thumb, 352 bytes, Stack size 24 bytes, signal.o(.text.computeServoInput)) -

    [Stack]

    • Max Depth = 56
    • Call Chain = computeServoInput ⇒ map ⇒ __aeabi_idiv -
    -
    [Calls]
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   map -
    • >>   getAbsDif -
    • >>   saveEEpromSettings -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    delayMicros (Thumb, 16 bytes, Stack size 0 bytes, functions.o(.text.delayMicros)) -

    [Called By]

    • >>   main -
    - -

    delayMillis (Thumb, 36 bytes, Stack size 0 bytes, functions.o(.text.delayMillis)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    detectInput (Thumb, 324 bytes, Stack size 24 bytes, signal.o(.text.detectInput)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = detectInput -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    disableComTimerInt (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.disableComTimerInt)) -

    [Called By]

    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    enableADC_DMA (Thumb, 72 bytes, Stack size 0 bytes, adc.o(.text.enableADC_DMA)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    enableCompInterrupts (Thumb, 16 bytes, Stack size 0 bytes, comparator.o(.text.enableCompInterrupts)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    enableCorePeripherals (Thumb, 248 bytes, Stack size 16 bytes, peripherals.o(.text.enableCorePeripherals)) -

    [Stack]

    • Max Depth = 140
    • Call Chain = enableCorePeripherals ⇒ ADC_Init ⇒ LL_GPIO_Init -
    -
    [Calls]
    • >>   enableADC_DMA -
    • >>   activateADC -
    • >>   ADC_Init -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   main -
    - -

    enableHalfTransferInt (Thumb, 12 bytes, Stack size 0 bytes, io.o(.text.enableHalfTransferInt)) -

    [Called By]

    • >>   transfercomplete -
    - -

    fullBrake (Thumb, 104 bytes, Stack size 16 bytes, phaseouts.o(.text.fullBrake)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = fullBrake -
    -
    [Called By]
    • >>   tenKhzRoutine -
    - -

    generatePwmTimerEvent (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.generatePwmTimerEvent)) -

    [Called By]

    • >>   main -
    - -

    getAbsDif (Thumb, 10 bytes, Stack size 0 bytes, functions.o(.text.getAbsDif)) -

    [Called By]

    • >>   transfercomplete -
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    • >>   main -
    - -

    getCompOutputLevel (Thumb, 32 bytes, Stack size 0 bytes, comparator.o(.text.getCompOutputLevel)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    getInputPinState (Thumb, 12 bytes, Stack size 0 bytes, io.o(.text.getInputPinState)) -

    [Called By]

    • >>   computeDshotDMA -
    - -

    getintervaTimerCount (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.getintervaTimerCount)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    initAfterJump (Thumb, 292 bytes, Stack size 16 bytes, peripherals.o(.text.initAfterJump)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = initAfterJump ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   main -
    - -

    initCorePeripherals (Thumb, 484 bytes, Stack size 96 bytes, peripherals.o(.text.initCorePeripherals)) -

    [Stack]

    • Max Depth = 276
    • Call Chain = initCorePeripherals ⇒ MX_TIM1_Init ⇒ LL_TIM_OC_Init -
    -
    [Calls]
    • >>   telem_UART_Init -
    • >>   SystemClock_Config -
    • >>   MX_TIM1_Init -
    • >>   LL_GPIO_Init -
    -
    [Called By]
    • >>   main -
    - -

    interruptRoutine (Thumb, 168 bytes, Stack size 16 bytes, main.o(.text.interruptRoutine)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = interruptRoutine -
    -
    [Calls]
    • >>   setintervaTimerCount -
    • >>   setAndEnableComInt -
    • >>   maskPhaseInterrupts -
    • >>   getintervaTimerCount -
    • >>   getCompOutputLevel -
    -
    [Called By]
    • >>   ADC1_COMP_IRQHandler -
    - -

    loadEEpromSettings (Thumb, 692 bytes, Stack size 32 bytes, main.o(.text.loadEEpromSettings)) -

    [Stack]

    • Max Depth = 64
    • Call Chain = loadEEpromSettings ⇒ map ⇒ __aeabi_idiv -
    -
    [Calls]
    • >>   setVolume -
    • >>   setAutoReloadPWM -
    • >>   read_flash_bin -
    • >>   map -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   main -
    - -

    main (Thumb, 1908 bytes, Stack size 48 bytes, main.o(.text.main)) -

    [Stack]

    • Max Depth = 324
    • Call Chain = main ⇒ initCorePeripherals ⇒ MX_TIM1_Init ⇒ LL_TIM_OC_Init -
    -
    [Calls]
    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   send_telem_DMA -
    • >>   save_flash_nolib -
    • >>   reloadWatchDogCounter -
    • >>   receiveDshotDma -
    • >>   proportionalBrake -
    • >>   maskPhaseInterrupts -
    • >>   makeTelemPackage -
    • >>   loadEEpromSettings -
    • >>   initCorePeripherals -
    • >>   initAfterJump -
    • >>   getintervaTimerCount -
    • >>   getCompOutputLevel -
    • >>   generatePwmTimerEvent -
    • >>   enableCorePeripherals -
    • >>   enableCompInterrupts -
    • >>   disableComTimerInt -
    • >>   commutate -
    • >>   allpwm -
    • >>   allOff -
    • >>   advanceincrement -
    • >>   __aeabi_f2iz -
    • >>   MX_IWDG_Init -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMicros -
    • >>   playStartupTune -
    • >>   __aeabi_idiv -
    • >>   __aeabi_uidiv -
    • >>   __aeabi_memcpy -
    -
    [Address Reference Count : 1]
    • entry9a.o(.ARM.Collect$$$$0000000B) -
    -

    makeTelemPackage (Thumb, 1580 bytes, Stack size 32 bytes, serial_telemetry.o(.text.makeTelemPackage)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = makeTelemPackage -
    -
    [Called By]
    • >>   main -
    - -

    make_dshot_package (Thumb, 400 bytes, Stack size 36 bytes, dshot.o(.text.make_dshot_package)) -

    [Stack]

    • Max Depth = 36
    • Call Chain = make_dshot_package -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    map (Thumb, 38 bytes, Stack size 16 bytes, functions.o(.text.map)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = map ⇒ __aeabi_idiv -
    -
    [Calls]
    • >>   __aeabi_idiv -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   loadEEpromSettings -
    - -

    maskPhaseInterrupts (Thumb, 16 bytes, Stack size 0 bytes, comparator.o(.text.maskPhaseInterrupts)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   interruptRoutine -
    - -

    playBeaconTune3 (Thumb, 92 bytes, Stack size 8 bytes, sounds.o(.text.playBeaconTune3)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playBeaconTune3 ⇒ comStep -
    -
    [Calls]
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   computeDshotDMA -
    - -

    playBlueJayTune (Thumb, 208 bytes, Stack size 32 bytes, sounds.o(.text.playBlueJayTune)) -

    [Stack]

    • Max Depth = 48
    • Call Chain = playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   playStartupTune -
    - -

    playChangedTone (Thumb, 80 bytes, Stack size 8 bytes, sounds.o(.text.playChangedTone)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playChangedTone ⇒ comStep -
    -
    [Calls]
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    - -

    playDefaultTone (Thumb, 80 bytes, Stack size 8 bytes, sounds.o(.text.playDefaultTone)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playDefaultTone ⇒ comStep -
    -
    [Calls]
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    - -

    playInputTune (Thumb, 100 bytes, Stack size 8 bytes, sounds.o(.text.playInputTune)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playInputTune ⇒ comStep -
    -
    [Calls]
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   computeDshotDMA -
    - -

    playInputTune2 (Thumb, 104 bytes, Stack size 8 bytes, sounds.o(.text.playInputTune2)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playInputTune2 ⇒ comStep -
    -
    [Calls]
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeDshotDMA -
    - -

    playStartupTune (Thumb, 120 bytes, Stack size 8 bytes, sounds.o(.text.playStartupTune)) -

    [Stack]

    • Max Depth = 56
    • Call Chain = playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   setPrescalerPWM -
    • >>   playBlueJayTune -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   main -
    • >>   computeDshotDMA -
    - -

    proportionalBrake (Thumb, 96 bytes, Stack size 16 bytes, phaseouts.o(.text.proportionalBrake)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = proportionalBrake -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   main -
    - -

    read_flash_bin (Thumb, 18 bytes, Stack size 0 bytes, eeprom.o(.text.read_flash_bin)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    receiveDshotDma (Thumb, 112 bytes, Stack size 16 bytes, io.o(.text.receiveDshotDma)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = receiveDshotDma -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   main -
    - -

    reloadWatchDogCounter (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.reloadWatchDogCounter)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    resetInputCaptureTimer (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.resetInputCaptureTimer)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    saveEEpromSettings (Thumb, 88 bytes, Stack size 8 bytes, main.o(.text.saveEEpromSettings)) -

    [Stack]

    • Max Depth = 28
    • Call Chain = saveEEpromSettings ⇒ save_flash_nolib -
    -
    [Calls]
    • >>   save_flash_nolib -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   computeDshotDMA -
    - -

    save_flash_nolib (Thumb, 260 bytes, Stack size 20 bytes, eeprom.o(.text.save_flash_nolib)) -

    [Stack]

    • Max Depth = 20
    • Call Chain = save_flash_nolib -
    -
    [Calls]
    • >>   __aeabi_memclr -
    -
    [Called By]
    • >>   main -
    • >>   saveEEpromSettings -
    - -

    sendDshotDma (Thumb, 128 bytes, Stack size 16 bytes, io.o(.text.sendDshotDma)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = sendDshotDma -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    send_telem_DMA (Thumb, 60 bytes, Stack size 16 bytes, serial_telemetry.o(.text.send_telem_DMA)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = send_telem_DMA -
    -
    [Called By]
    • >>   main -
    - -

    setAndEnableComInt (Thumb, 20 bytes, Stack size 0 bytes, peripherals.o(.text.setAndEnableComInt)) -

    [Called By]

    • >>   interruptRoutine -
    - -

    setAutoReloadPWM (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setAutoReloadPWM)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   loadEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setDutyCycleAll (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setDutyCycleAll)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setInputPolarityRising (Thumb, 12 bytes, Stack size 0 bytes, io.o(.text.setInputPolarityRising)) -

    [Called By]

    • >>   transfercomplete -
    - -

    setPWMCompare1 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare1)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare2 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare2)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare3 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare3)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPrescalerPWM (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPrescalerPWM)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setVolume (Thumb, 16 bytes, Stack size 0 bytes, sounds.o(.text.setVolume)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    setintervaTimerCount (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setintervaTimerCount)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   interruptRoutine -
    - -

    telem_UART_Init (Thumb, 308 bytes, Stack size 96 bytes, serial_telemetry.o(.text.telem_UART_Init)) -

    [Stack]

    • Max Depth = 160
    • Call Chain = telem_UART_Init ⇒ LL_USART_Init ⇒ LL_RCC_GetSystemClocksFreq ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   LL_GPIO_Init -
    • >>   LL_USART_Init -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    tenKhzRoutine (Thumb, 2444 bytes, Stack size 40 bytes, main.o(.text.tenKhzRoutine)) -

    [Stack]

    • Max Depth = 176
    • Call Chain = tenKhzRoutine ⇒ computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   resetInputCaptureTimer -
    • >>   reloadWatchDogCounter -
    • >>   proportionalBrake -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   maskPhaseInterrupts -
    • >>   fullBrake -
    • >>   enableCompInterrupts -
    • >>   commutate -
    • >>   allOff -
    • >>   __aeabi_i2f -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmple -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fcmpge -
    • >>   __aeabi_fadd -
    • >>   __aeabi_f2iz -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMillis -
    • >>   playInputTune -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    • >>   __aeabi_idiv -
    • >>   __aeabi_uidiv -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   TIM6_DAC_IRQHandler -
    - -

    transfercomplete (Thumb, 248 bytes, Stack size 16 bytes, signal.o(.text.transfercomplete)) -

    [Stack]

    • Max Depth = 152
    • Call Chain = transfercomplete ⇒ computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   setInputPolarityRising -
    • >>   sendDshotDma -
    • >>   enableHalfTransferInt -
    • >>   detectInput -
    • >>   computeServoInput -
    • >>   receiveDshotDma -
    • >>   getAbsDif -
    • >>   playBeaconTune3 -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    -
    [Called By]
    • >>   DMA1_Channel4_5_IRQHandler -
    - -

    __scatterload_copy (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED) - -

    __scatterload_null (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED) - -

    __scatterload_zeroinit (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED) -

    -

    -Local Symbols -

    -

    -Undefined Global Symbols -


    diff --git a/Keil_Projects/Objects/AM32REF_F051.lnp b/Keil_Projects/Objects/AM32REF_F051.lnp deleted file mode 100644 index 8d8a9235..00000000 --- a/Keil_Projects/Objects/AM32REF_F051.lnp +++ /dev/null @@ -1,30 +0,0 @@ ---cpu Cortex-M0 -".\objects\startup_stm32f051k8.o" -".\objects\dshot.o" -".\objects\functions.o" -".\objects\main.o" -".\objects\signal.o" -".\objects\sounds.o" -".\objects\adc.o" -".\objects\comparator.o" -".\objects\eeprom.o" -".\objects\io.o" -".\objects\peripherals.o" -".\objects\phaseouts.o" -".\objects\serial_telemetry.o" -".\objects\stm32f0xx_it.o" -".\objects\system_stm32f0xx.o" -".\objects\stm32f0xx_ll_adc.o" -".\objects\stm32f0xx_ll_comp.o" -".\objects\stm32f0xx_ll_dma.o" -".\objects\stm32f0xx_ll_exti.o" -".\objects\stm32f0xx_ll_gpio.o" -".\objects\stm32f0xx_ll_pwr.o" -".\objects\stm32f0xx_ll_rcc.o" -".\objects\stm32f0xx_ll_tim.o" -".\objects\stm32f0xx_ll_usart.o" -".\objects\stm32f0xx_ll_utils.o" ---library_type=microlib --strict --scatter "..\Mcu\f051\Am32 32kb_f051.sct" ---summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols ---info sizes --info totals --info unused --info veneers ---list "AM32REF_F051.map" -o .\Objects\AM32REF_F051.axf \ No newline at end of file diff --git a/Keil_Projects/Objects/AM32REF_F051.map b/Keil_Projects/Objects/AM32REF_F051.map deleted file mode 100644 index 1d1d6fc0..00000000 --- a/Keil_Projects/Objects/AM32REF_F051.map +++ /dev/null @@ -1,2112 +0,0 @@ -Component: ARM Compiler 6.16 Tool: armlink [5dfeaa00] - -============================================================================== - -Section Cross References - - startup_stm32f051k8.o(RESET) refers to startup_stm32f051k8.o(STACK) for __initial_sp - startup_stm32f051k8.o(RESET) refers to startup_stm32f051k8.o(.text) for Reset_Handler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.NMI_Handler) for NMI_Handler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.HardFault_Handler) for HardFault_Handler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.SVC_Handler) for SVC_Handler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.PendSV_Handler) for PendSV_Handler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.SysTick_Handler) for SysTick_Handler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.DMA1_Channel1_IRQHandler) for DMA1_Channel1_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) for DMA1_Channel2_3_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) for DMA1_Channel4_5_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.ADC1_COMP_IRQHandler) for ADC1_COMP_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.TIM1_BRK_UP_TRG_COM_IRQHandler) for TIM1_BRK_UP_TRG_COM_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.TIM3_IRQHandler) for TIM3_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.TIM6_DAC_IRQHandler) for TIM6_DAC_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.TIM14_IRQHandler) for TIM14_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.TIM15_IRQHandler) for TIM15_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.TIM16_IRQHandler) for TIM16_IRQHandler - startup_stm32f051k8.o(RESET) refers to stm32f0xx_it.o(.text.USART1_IRQHandler) for USART1_IRQHandler - startup_stm32f051k8.o(.text) refers to system_stm32f0xx.o(.text.SystemInit) for SystemInit - startup_stm32f051k8.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main - dshot.o(.text.computeDshotDMA) refers to io.o(.text.getInputPinState) for getInputPinState - dshot.o(.text.computeDshotDMA) refers to sounds.o(.text.playInputTune) for playInputTune - dshot.o(.text.computeDshotDMA) refers to sounds.o(.text.playInputTune2) for playInputTune2 - dshot.o(.text.computeDshotDMA) refers to sounds.o(.text.playBeaconTune3) for playBeaconTune3 - dshot.o(.text.computeDshotDMA) refers to sounds.o(.text.playStartupTune) for playStartupTune - dshot.o(.text.computeDshotDMA) refers to main.o(.text.saveEEpromSettings) for saveEEpromSettings - dshot.o(.text.computeDshotDMA) refers to io.o(.bss.dma_buffer) for dma_buffer - dshot.o(.text.computeDshotDMA) refers to dshot.o(.bss..L_MergedGlobals) for [Anonymous Symbol] - dshot.o(.text.computeDshotDMA) refers to main.o(.bss..L_MergedGlobals.2) for armed - dshot.o(.text.computeDshotDMA) refers to main.o(.bss.dshot_telemetry) for dshot_telemetry - dshot.o(.text.computeDshotDMA) refers to main.o(.bss.dshotcommand) for dshotcommand - dshot.o(.text.computeDshotDMA) refers to main.o(.data..L_MergedGlobals) for forward - dshot.o(.text.computeDshotDMA) refers to main.o(.bss.last_dshot_command) for last_dshot_command - dshot.o(.ARM.exidx.text.computeDshotDMA) refers to dshot.o(.text.computeDshotDMA) for [Anonymous Symbol] - dshot.o(.text.make_dshot_package) refers to dshot.o(.bss..L_MergedGlobals) for [Anonymous Symbol] - dshot.o(.text.make_dshot_package) refers to main.o(.bss..L_MergedGlobals.3) for e_com_time - dshot.o(.text.make_dshot_package) refers to main.o(.bss..L_MergedGlobals.2) for running - dshot.o(.text.make_dshot_package) refers to io.o(.bss..L_MergedGlobals) for buffer_padding - dshot.o(.text.make_dshot_package) refers to dshot.o(.bss.gcr) for gcr - dshot.o(.text.make_dshot_package) refers to dshot.o(.rodata.gcr_encode_table) for gcr_encode_table - dshot.o(.ARM.exidx.text.make_dshot_package) refers to dshot.o(.text.make_dshot_package) for [Anonymous Symbol] - functions.o(.text.map) refers to idiv_div0.o(.text) for __aeabi_idiv - functions.o(.ARM.exidx.text.map) refers to functions.o(.text.map) for [Anonymous Symbol] - functions.o(.ARM.exidx.text.getAbsDif) refers to functions.o(.text.getAbsDif) for [Anonymous Symbol] - functions.o(.ARM.exidx.text.delayMicros) refers to functions.o(.text.delayMicros) for [Anonymous Symbol] - functions.o(.ARM.exidx.text.delayMillis) refers to functions.o(.text.delayMillis) for [Anonymous Symbol] - main.o(.text.checkForHighSignal) refers to io.o(.text.changeToInput) for changeToInput - main.o(.text.checkForHighSignal) refers to io.o(.text.setInputPullDown) for setInputPullDown - main.o(.text.checkForHighSignal) refers to functions.o(.text.delayMicros) for delayMicros - main.o(.text.checkForHighSignal) refers to io.o(.text.getInputPinState) for getInputPinState - main.o(.text.checkForHighSignal) refers to io.o(.text.setInputPullUp) for setInputPullUp - main.o(.text.checkForHighSignal) refers to phaseouts.o(.text.allOff) for allOff - main.o(.text.checkForHighSignal) refers to main.o(.bss.low_pin_count) for low_pin_count - main.o(.ARM.exidx.text.checkForHighSignal) refers to main.o(.text.checkForHighSignal) for [Anonymous Symbol] - main.o(.text.doPidCalculations) refers to fflti.o(.text) for __aeabi_i2f - main.o(.ARM.exidx.text.doPidCalculations) refers to main.o(.text.doPidCalculations) for [Anonymous Symbol] - main.o(.text.loadEEpromSettings) refers to eeprom.o(.text.read_flash_bin) for read_flash_bin - main.o(.text.loadEEpromSettings) refers to functions.o(.text.map) for map - main.o(.text.loadEEpromSettings) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - main.o(.text.loadEEpromSettings) refers to sounds.o(.text.setVolume) for setVolume - main.o(.text.loadEEpromSettings) refers to uidiv_div0.o(.text) for __aeabi_uidiv - main.o(.text.loadEEpromSettings) refers to main.o(.bss.eepromBuffer) for eepromBuffer - main.o(.text.loadEEpromSettings) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.loadEEpromSettings) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.loadEEpromSettings) refers to dshot.o(.bss..L_MergedGlobals) for EDT_ARMED - main.o(.ARM.exidx.text.loadEEpromSettings) refers to main.o(.text.loadEEpromSettings) for [Anonymous Symbol] - main.o(.text.saveEEpromSettings) refers to eeprom.o(.text.save_flash_nolib) for save_flash_nolib - main.o(.text.saveEEpromSettings) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.saveEEpromSettings) refers to main.o(.bss.eepromBuffer) for eepromBuffer - main.o(.text.saveEEpromSettings) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.ARM.exidx.text.saveEEpromSettings) refers to main.o(.text.saveEEpromSettings) for [Anonymous Symbol] - main.o(.text.getSmoothedInput) refers to idiv_div0.o(.text) for __aeabi_idiv - main.o(.text.getSmoothedInput) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.getSmoothedInput) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.getSmoothedInput) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.ARM.exidx.text.getSmoothedInput) refers to main.o(.text.getSmoothedInput) for [Anonymous Symbol] - main.o(.text.getBemfState) refers to comparator.o(.text.getCompOutputLevel) for getCompOutputLevel - main.o(.text.getBemfState) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.getBemfState) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.ARM.exidx.text.getBemfState) refers to main.o(.text.getBemfState) for [Anonymous Symbol] - main.o(.text.commutate) refers to phaseouts.o(.text.comStep) for comStep - main.o(.text.commutate) refers to comparator.o(.text.changeCompInput) for changeCompInput - main.o(.text.commutate) refers to fflti.o(.text) for __aeabi_i2f - main.o(.text.commutate) refers to fdiv.o(.text) for __aeabi_fdiv - main.o(.text.commutate) refers to fadd.o(.text) for __aeabi_fadd - main.o(.text.commutate) refers to fcmpgt.o(.text) for __aeabi_fcmpgt - main.o(.text.commutate) refers to fcmplt.o(.text) for __aeabi_fcmplt - main.o(.text.commutate) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.commutate) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.commutate) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.commutate) refers to main.o(.data..L_MergedGlobals.1) for [Anonymous Symbol] - main.o(.ARM.exidx.text.commutate) refers to main.o(.text.commutate) for [Anonymous Symbol] - main.o(.text.PeriodElapsedCallback) refers to peripherals.o(.text.disableComTimerInt) for disableComTimerInt - main.o(.text.PeriodElapsedCallback) refers to main.o(.text.commutate) for commutate - main.o(.text.PeriodElapsedCallback) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.PeriodElapsedCallback) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.PeriodElapsedCallback) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.PeriodElapsedCallback) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.ARM.exidx.text.PeriodElapsedCallback) refers to main.o(.text.PeriodElapsedCallback) for [Anonymous Symbol] - main.o(.text.interruptRoutine) refers to peripherals.o(.text.getintervaTimerCount) for getintervaTimerCount - main.o(.text.interruptRoutine) refers to comparator.o(.text.maskPhaseInterrupts) for maskPhaseInterrupts - main.o(.text.interruptRoutine) refers to comparator.o(.text.getCompOutputLevel) for getCompOutputLevel - main.o(.text.interruptRoutine) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.interruptRoutine) refers to peripherals.o(.text.setAndEnableComInt) for setAndEnableComInt - main.o(.text.interruptRoutine) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.interruptRoutine) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.interruptRoutine) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.ARM.exidx.text.interruptRoutine) refers to main.o(.text.interruptRoutine) for [Anonymous Symbol] - main.o(.text.startMotor) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.startMotor) refers to main.o(.text.commutate) for commutate - main.o(.text.startMotor) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.startMotor) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.startMotor) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.ARM.exidx.text.startMotor) refers to main.o(.text.startMotor) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to dshot.o(.text.computeDshotDMA) for computeDshotDMA - main.o(.text.tenKhzRoutine) refers to dshot.o(.text.make_dshot_package) for make_dshot_package - main.o(.text.tenKhzRoutine) refers to functions.o(.text.map) for map - main.o(.text.tenKhzRoutine) refers to comparator.o(.text.maskPhaseInterrupts) for maskPhaseInterrupts - main.o(.text.tenKhzRoutine) refers to phaseouts.o(.text.allOff) for allOff - main.o(.text.tenKhzRoutine) refers to idiv_div0.o(.text) for __aeabi_idiv - main.o(.text.tenKhzRoutine) refers to fcmplt.o(.text) for __aeabi_fcmplt - main.o(.text.tenKhzRoutine) refers to ffixi.o(.text) for __aeabi_f2iz - main.o(.text.tenKhzRoutine) refers to fcmpge.o(.text) for __aeabi_fcmpge - main.o(.text.tenKhzRoutine) refers to fflti.o(.text) for __aeabi_i2f - main.o(.text.tenKhzRoutine) refers to fdiv.o(.text) for __aeabi_fdiv - main.o(.text.tenKhzRoutine) refers to fadd.o(.text) for __aeabi_fadd - main.o(.text.tenKhzRoutine) refers to uidiv_div0.o(.text) for __aeabi_uidiv - main.o(.text.tenKhzRoutine) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to main.o(.data..L_MergedGlobals.1) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to dshot.o(.bss..L_MergedGlobals) for dshot_extended_telemetry - main.o(.text.tenKhzRoutine) refers to main.o(.text.commutate) for commutate - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.tenKhzRoutine) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.tenKhzRoutine) refers to sounds.o(.text.playDefaultTone) for playDefaultTone - main.o(.text.tenKhzRoutine) refers to sounds.o(.text.playChangedTone) for playChangedTone - main.o(.text.tenKhzRoutine) refers to sounds.o(.text.playInputTune) for playInputTune - main.o(.text.tenKhzRoutine) refers to functions.o(.text.delayMillis) for delayMillis - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - main.o(.text.tenKhzRoutine) refers to fcmpgt.o(.text) for __aeabi_fcmpgt - main.o(.text.tenKhzRoutine) refers to phaseouts.o(.text.fullBrake) for fullBrake - main.o(.text.tenKhzRoutine) refers to phaseouts.o(.text.proportionalBrake) for proportionalBrake - main.o(.text.tenKhzRoutine) refers to functions.o(.text.getAbsDif) for getAbsDif - main.o(.text.tenKhzRoutine) refers to fcmple.o(.text) for __aeabi_fcmple - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.resetInputCaptureTimer) for resetInputCaptureTimer - main.o(.text.tenKhzRoutine) refers to memseta.o(.text) for __aeabi_memclr4 - main.o(.text.tenKhzRoutine) refers to io.o(.bss.dma_buffer) for dma_buffer - main.o(.ARM.exidx.text.tenKhzRoutine) refers to main.o(.text.tenKhzRoutine) for [Anonymous Symbol] - main.o(.text.advanceincrement) refers to idiv_div0.o(.text) for __aeabi_idiv - main.o(.text.advanceincrement) refers to peripherals.o(.text.setPWMCompare1) for setPWMCompare1 - main.o(.text.advanceincrement) refers to peripherals.o(.text.setPWMCompare2) for setPWMCompare2 - main.o(.text.advanceincrement) refers to peripherals.o(.text.setPWMCompare3) for setPWMCompare3 - main.o(.text.advanceincrement) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.advanceincrement) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.advanceincrement) refers to main.o(.data.pwmSin) for pwmSin - main.o(.ARM.exidx.text.advanceincrement) refers to main.o(.text.advanceincrement) for [Anonymous Symbol] - main.o(.text.zcfoundroutine) refers to peripherals.o(.text.getintervaTimerCount) for getintervaTimerCount - main.o(.text.zcfoundroutine) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.zcfoundroutine) refers to uidiv_div0.o(.text) for __aeabi_uidiv - main.o(.text.zcfoundroutine) refers to main.o(.text.commutate) for commutate - main.o(.text.zcfoundroutine) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.zcfoundroutine) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.zcfoundroutine) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.zcfoundroutine) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.ARM.exidx.text.zcfoundroutine) refers to main.o(.text.zcfoundroutine) for [Anonymous Symbol] - main.o(.text.main) refers to peripherals.o(.text.initAfterJump) for initAfterJump - main.o(.text.main) refers to peripherals.o(.text.initCorePeripherals) for initCorePeripherals - main.o(.text.main) refers to peripherals.o(.text.enableCorePeripherals) for enableCorePeripherals - main.o(.text.main) refers to main.o(.text.loadEEpromSettings) for loadEEpromSettings - main.o(.text.main) refers to memcpya.o(.text) for __aeabi_memcpy - main.o(.text.main) refers to eeprom.o(.text.save_flash_nolib) for save_flash_nolib - main.o(.text.main) refers to uidiv_div0.o(.text) for __aeabi_uidiv - main.o(.text.main) refers to sounds.o(.text.playStartupTune) for playStartupTune - main.o(.text.main) refers to peripherals.o(.text.MX_IWDG_Init) for MX_IWDG_Init - main.o(.text.main) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - main.o(.text.main) refers to io.o(.text.receiveDshotDma) for receiveDshotDma - main.o(.text.main) refers to main.o(.text.advanceincrement) for advanceincrement - main.o(.text.main) refers to functions.o(.text.map) for map - main.o(.text.main) refers to functions.o(.text.delayMicros) for delayMicros - main.o(.text.main) refers to idiv_div0.o(.text) for __aeabi_idiv - main.o(.text.main) refers to functions.o(.text.getAbsDif) for getAbsDif - main.o(.text.main) refers to ffixi.o(.text) for __aeabi_f2iz - main.o(.text.main) refers to serial_telemetry.o(.text.makeTelemPackage) for makeTelemPackage - main.o(.text.main) refers to serial_telemetry.o(.text.send_telem_DMA) for send_telem_DMA - main.o(.text.main) refers to phaseouts.o(.text.allOff) for allOff - main.o(.text.main) refers to comparator.o(.text.maskPhaseInterrupts) for maskPhaseInterrupts - main.o(.text.main) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.main) refers to main.o(.bss.eepromBuffer) for eepromBuffer - main.o(.text.main) refers to main.o(.firmware_info) for firmware_info - main.o(.text.main) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.main) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.main) refers to comparator.o(.text.getCompOutputLevel) for getCompOutputLevel - main.o(.text.main) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.main) refers to main.o(.text.commutate) for commutate - main.o(.text.main) refers to peripherals.o(.text.generatePwmTimerEvent) for generatePwmTimerEvent - main.o(.text.main) refers to peripherals.o(.text.getintervaTimerCount) for getintervaTimerCount - main.o(.text.main) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.main) refers to phaseouts.o(.text.proportionalBrake) for proportionalBrake - main.o(.text.main) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - main.o(.text.main) refers to peripherals.o(.text.disableComTimerInt) for disableComTimerInt - main.o(.text.main) refers to phaseouts.o(.text.allpwm) for allpwm - main.o(.ARM.exidx.text.main) refers to main.o(.text.main) for [Anonymous Symbol] - signal.o(.text.computeMSInput) refers to functions.o(.text.map) for map - signal.o(.text.computeMSInput) refers to io.o(.bss.dma_buffer) for dma_buffer - signal.o(.text.computeMSInput) refers to main.o(.bss..L_MergedGlobals.2) for newinput - signal.o(.ARM.exidx.text.computeMSInput) refers to signal.o(.text.computeMSInput) for [Anonymous Symbol] - signal.o(.text.computeServoInput) refers to functions.o(.text.map) for map - signal.o(.text.computeServoInput) refers to functions.o(.text.getAbsDif) for getAbsDif - signal.o(.text.computeServoInput) refers to sounds.o(.text.playDefaultTone) for playDefaultTone - signal.o(.text.computeServoInput) refers to main.o(.text.saveEEpromSettings) for saveEEpromSettings - signal.o(.text.computeServoInput) refers to sounds.o(.text.playChangedTone) for playChangedTone - signal.o(.text.computeServoInput) refers to io.o(.bss.dma_buffer) for dma_buffer - signal.o(.text.computeServoInput) refers to main.o(.bss..L_MergedGlobals.2) for zero_input_count - signal.o(.text.computeServoInput) refers to signal.o(.bss..L_MergedGlobals.1) for [Anonymous Symbol] - signal.o(.text.computeServoInput) refers to main.o(.data..L_MergedGlobals) for servo_high_threshold - signal.o(.text.computeServoInput) refers to main.o(.bss.eepromBuffer) for eepromBuffer - signal.o(.text.computeServoInput) refers to signal.o(.data.max_servo_deviation) for max_servo_deviation - signal.o(.ARM.exidx.text.computeServoInput) refers to signal.o(.text.computeServoInput) for [Anonymous Symbol] - signal.o(.text.transfercomplete) refers to io.o(.text.receiveDshotDma) for receiveDshotDma - signal.o(.text.transfercomplete) refers to signal.o(.text.detectInput) for detectInput - signal.o(.text.transfercomplete) refers to io.o(.text.sendDshotDma) for sendDshotDma - signal.o(.text.transfercomplete) refers to dshot.o(.text.make_dshot_package) for make_dshot_package - signal.o(.text.transfercomplete) refers to dshot.o(.text.computeDshotDMA) for computeDshotDMA - signal.o(.text.transfercomplete) refers to signal.o(.text.computeServoInput) for computeServoInput - signal.o(.text.transfercomplete) refers to io.o(.text.setInputPolarityRising) for setInputPolarityRising - signal.o(.text.transfercomplete) refers to io.o(.text.enableHalfTransferInt) for enableHalfTransferInt - signal.o(.text.transfercomplete) refers to functions.o(.text.getAbsDif) for getAbsDif - signal.o(.text.transfercomplete) refers to sounds.o(.text.playBeaconTune3) for playBeaconTune3 - signal.o(.text.transfercomplete) refers to main.o(.bss.dshot_telemetry) for dshot_telemetry - signal.o(.text.transfercomplete) refers to main.o(.bss..L_MergedGlobals.2) for armed - signal.o(.text.transfercomplete) refers to io.o(.bss..L_MergedGlobals) for out_put - signal.o(.text.transfercomplete) refers to signal.o(.bss..L_MergedGlobals.1) for [Anonymous Symbol] - signal.o(.ARM.exidx.text.transfercomplete) refers to signal.o(.text.transfercomplete) for [Anonymous Symbol] - signal.o(.text.checkDshot) refers to signal.o(.data..L_MergedGlobals) for [Anonymous Symbol] - signal.o(.text.checkDshot) refers to signal.o(.bss..L_MergedGlobals.1) for [Anonymous Symbol] - signal.o(.text.checkDshot) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - signal.o(.text.checkDshot) refers to main.o(.bss..L_MergedGlobals.2) for dshot - signal.o(.text.checkDshot) refers to io.o(.bss..L_MergedGlobals) for buffer_padding - signal.o(.ARM.exidx.text.checkDshot) refers to signal.o(.text.checkDshot) for [Anonymous Symbol] - signal.o(.text.checkServo) refers to signal.o(.data..L_MergedGlobals) for [Anonymous Symbol] - signal.o(.text.checkServo) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - signal.o(.text.checkServo) refers to main.o(.bss..L_MergedGlobals.2) for servoPwm - signal.o(.ARM.exidx.text.checkServo) refers to signal.o(.text.checkServo) for [Anonymous Symbol] - signal.o(.text.detectInput) refers to signal.o(.data..L_MergedGlobals) for [Anonymous Symbol] - signal.o(.text.detectInput) refers to io.o(.bss.dma_buffer) for dma_buffer - signal.o(.text.detectInput) refers to signal.o(.bss..L_MergedGlobals.1) for [Anonymous Symbol] - signal.o(.text.detectInput) refers to main.o(.bss..L_MergedGlobals.2) for dshot - signal.o(.text.detectInput) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - signal.o(.text.detectInput) refers to io.o(.bss..L_MergedGlobals) for buffer_padding - signal.o(.ARM.exidx.text.detectInput) refers to signal.o(.text.detectInput) for [Anonymous Symbol] - sounds.o(.text.pause) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.pause) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.pause) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.ARM.exidx.text.pause) refers to sounds.o(.text.pause) for [Anonymous Symbol] - sounds.o(.text.setVolume) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.ARM.exidx.text.setVolume) refers to sounds.o(.text.setVolume) for [Anonymous Symbol] - sounds.o(.text.setCaptureCompare) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.setCaptureCompare) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.ARM.exidx.text.setCaptureCompare) refers to sounds.o(.text.setCaptureCompare) for [Anonymous Symbol] - sounds.o(.text.playBJNote) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playBJNote) refers to uidiv_div0.o(.text) for __aeabi_uidiv - sounds.o(.text.playBJNote) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playBJNote) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playBJNote) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playBJNote) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.ARM.exidx.text.playBJNote) refers to sounds.o(.text.playBJNote) for [Anonymous Symbol] - sounds.o(.text.getBlueJayNoteFrequency) refers to uidiv_div0.o(.text) for __aeabi_uidiv - sounds.o(.ARM.exidx.text.getBlueJayNoteFrequency) refers to sounds.o(.text.getBlueJayNoteFrequency) for [Anonymous Symbol] - sounds.o(.text.playBlueJayTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playBlueJayTune) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playBlueJayTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playBlueJayTune) refers to uidiv_div0.o(.text) for __aeabi_uidiv - sounds.o(.text.playBlueJayTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playBlueJayTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playBlueJayTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playBlueJayTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playBlueJayTune) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playBlueJayTune) refers to main.o(.bss.eepromBuffer) for eepromBuffer - sounds.o(.text.playBlueJayTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playBlueJayTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playBlueJayTune) refers to sounds.o(.text.playBlueJayTune) for [Anonymous Symbol] - sounds.o(.text.playStartupTune) refers to sounds.o(.text.playBlueJayTune) for playBlueJayTune - sounds.o(.text.playStartupTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playStartupTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playStartupTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playStartupTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playStartupTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playStartupTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playStartupTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playStartupTune) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playStartupTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playStartupTune) refers to sounds.o(.text.playStartupTune) for [Anonymous Symbol] - sounds.o(.text.playBrushedStartupTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playBrushedStartupTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playBrushedStartupTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playBrushedStartupTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playBrushedStartupTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playBrushedStartupTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playBrushedStartupTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playBrushedStartupTune) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playBrushedStartupTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playBrushedStartupTune) refers to sounds.o(.text.playBrushedStartupTune) for [Anonymous Symbol] - sounds.o(.text.playDuskingTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playDuskingTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playDuskingTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playDuskingTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playDuskingTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playDuskingTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playDuskingTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playDuskingTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playDuskingTune) refers to sounds.o(.text.playDuskingTune) for [Anonymous Symbol] - sounds.o(.text.playInputTune2) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playInputTune2) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playInputTune2) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playInputTune2) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playInputTune2) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playInputTune2) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playInputTune2) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playInputTune2) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playInputTune2) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playInputTune2) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playInputTune2) refers to sounds.o(.text.playInputTune2) for [Anonymous Symbol] - sounds.o(.text.playInputTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playInputTune) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playInputTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playInputTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playInputTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playInputTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playInputTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playInputTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playInputTune) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playInputTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playInputTune) refers to sounds.o(.text.playInputTune) for [Anonymous Symbol] - sounds.o(.text.playDefaultTone) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playDefaultTone) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playDefaultTone) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playDefaultTone) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playDefaultTone) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playDefaultTone) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playDefaultTone) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playDefaultTone) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playDefaultTone) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playDefaultTone) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playDefaultTone) refers to sounds.o(.text.playDefaultTone) for [Anonymous Symbol] - sounds.o(.text.playChangedTone) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playChangedTone) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playChangedTone) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playChangedTone) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playChangedTone) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playChangedTone) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playChangedTone) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playChangedTone) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playChangedTone) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playChangedTone) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playChangedTone) refers to sounds.o(.text.playChangedTone) for [Anonymous Symbol] - sounds.o(.text.playBeaconTune3) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playBeaconTune3) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playBeaconTune3) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playBeaconTune3) refers to uidiv_div0.o(.text) for __aeabi_uidiv - sounds.o(.text.playBeaconTune3) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playBeaconTune3) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playBeaconTune3) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playBeaconTune3) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playBeaconTune3) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playBeaconTune3) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playBeaconTune3) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playBeaconTune3) refers to sounds.o(.text.playBeaconTune3) for [Anonymous Symbol] - adc.o(.text.ADC_DMA_Callback) refers to adc.o(.bss.ADCDataDMA) for ADCDataDMA - adc.o(.text.ADC_DMA_Callback) refers to main.o(.bss..L_MergedGlobals.2) for ADC_raw_temp - adc.o(.ARM.exidx.text.ADC_DMA_Callback) refers to adc.o(.text.ADC_DMA_Callback) for [Anonymous Symbol] - adc.o(.text.enableADC_DMA) refers to adc.o(.bss.ADCDataDMA) for ADCDataDMA - adc.o(.ARM.exidx.text.enableADC_DMA) refers to adc.o(.text.enableADC_DMA) for [Anonymous Symbol] - adc.o(.ARM.exidx.text.activateADC) refers to adc.o(.text.activateADC) for [Anonymous Symbol] - adc.o(.text.ADC_Init) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - adc.o(.text.ADC_Init) refers to stm32f0xx_ll_adc.o(.text.LL_ADC_Init) for LL_ADC_Init - adc.o(.text.ADC_Init) refers to stm32f0xx_ll_adc.o(.text.LL_ADC_REG_Init) for LL_ADC_REG_Init - adc.o(.ARM.exidx.text.ADC_Init) refers to adc.o(.text.ADC_Init) for [Anonymous Symbol] - comparator.o(.text.getCompOutputLevel) refers to comparator.o(.data.active_COMP) for active_COMP - comparator.o(.ARM.exidx.text.getCompOutputLevel) refers to comparator.o(.text.getCompOutputLevel) for [Anonymous Symbol] - comparator.o(.ARM.exidx.text.maskPhaseInterrupts) refers to comparator.o(.text.maskPhaseInterrupts) for [Anonymous Symbol] - comparator.o(.ARM.exidx.text.enableCompInterrupts) refers to comparator.o(.text.enableCompInterrupts) for [Anonymous Symbol] - comparator.o(.text.changeCompInput) refers to main.o(.data..L_MergedGlobals) for step - comparator.o(.ARM.exidx.text.changeCompInput) refers to comparator.o(.text.changeCompInput) for [Anonymous Symbol] - eeprom.o(.text.save_flash_nolib) refers to memseta.o(.text) for __aeabi_memclr - eeprom.o(.text.save_flash_nolib) refers to eeprom.o(.data..L_MergedGlobals) for [Anonymous Symbol] - eeprom.o(.ARM.exidx.text.save_flash_nolib) refers to eeprom.o(.text.save_flash_nolib) for [Anonymous Symbol] - eeprom.o(.ARM.exidx.text.read_flash_bin) refers to eeprom.o(.text.read_flash_bin) for [Anonymous Symbol] - io.o(.text.changeToOutput) refers to signal.o(.bss..L_MergedGlobals.1) for output_timer_prescaler - io.o(.text.changeToOutput) refers to io.o(.bss..L_MergedGlobals) for [Anonymous Symbol] - io.o(.ARM.exidx.text.changeToOutput) refers to io.o(.text.changeToOutput) for [Anonymous Symbol] - io.o(.text.changeToInput) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - io.o(.text.changeToInput) refers to io.o(.bss..L_MergedGlobals) for [Anonymous Symbol] - io.o(.ARM.exidx.text.changeToInput) refers to io.o(.text.changeToInput) for [Anonymous Symbol] - io.o(.text.receiveDshotDma) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - io.o(.text.receiveDshotDma) refers to io.o(.bss.dma_buffer) for dma_buffer - io.o(.text.receiveDshotDma) refers to signal.o(.data..L_MergedGlobals) for buffersize - io.o(.text.receiveDshotDma) refers to io.o(.bss..L_MergedGlobals) for [Anonymous Symbol] - io.o(.ARM.exidx.text.receiveDshotDma) refers to io.o(.text.receiveDshotDma) for [Anonymous Symbol] - io.o(.text.sendDshotDma) refers to signal.o(.bss..L_MergedGlobals.1) for output_timer_prescaler - io.o(.text.sendDshotDma) refers to dshot.o(.bss.gcr) for gcr - io.o(.text.sendDshotDma) refers to io.o(.bss..L_MergedGlobals) for [Anonymous Symbol] - io.o(.ARM.exidx.text.sendDshotDma) refers to io.o(.text.sendDshotDma) for [Anonymous Symbol] - io.o(.ARM.exidx.text.getInputPinState) refers to io.o(.text.getInputPinState) for [Anonymous Symbol] - io.o(.ARM.exidx.text.setInputPolarityRising) refers to io.o(.text.setInputPolarityRising) for [Anonymous Symbol] - io.o(.ARM.exidx.text.setInputPullDown) refers to io.o(.text.setInputPullDown) for [Anonymous Symbol] - io.o(.ARM.exidx.text.setInputPullUp) refers to io.o(.text.setInputPullUp) for [Anonymous Symbol] - io.o(.ARM.exidx.text.enableHalfTransferInt) refers to io.o(.text.enableHalfTransferInt) for [Anonymous Symbol] - io.o(.ARM.exidx.text.setInputPullNone) refers to io.o(.text.setInputPullNone) for [Anonymous Symbol] - peripherals.o(.text.initCorePeripherals) refers to peripherals.o(.text.SystemClock_Config) for SystemClock_Config - peripherals.o(.text.initCorePeripherals) refers to peripherals.o(.text.MX_TIM1_Init) for MX_TIM1_Init - peripherals.o(.text.initCorePeripherals) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.text.initCorePeripherals) refers to serial_telemetry.o(.text.telem_UART_Init) for telem_UART_Init - peripherals.o(.ARM.exidx.text.initCorePeripherals) refers to peripherals.o(.text.initCorePeripherals) for [Anonymous Symbol] - peripherals.o(.text.SystemClock_Config) refers to stm32f0xx_ll_utils.o(.text.LL_Init1msTick) for LL_Init1msTick - peripherals.o(.text.SystemClock_Config) refers to stm32f0xx_ll_utils.o(.text.LL_SetSystemCoreClock) for LL_SetSystemCoreClock - peripherals.o(.ARM.exidx.text.SystemClock_Config) refers to peripherals.o(.text.SystemClock_Config) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_GPIO_Init) refers to peripherals.o(.text.MX_GPIO_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_DMA_Init) refers to peripherals.o(.text.MX_DMA_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_TIM1_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.text.MX_TIM1_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init) for LL_TIM_OC_Init - peripherals.o(.text.MX_TIM1_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) for LL_TIM_BDTR_Init - peripherals.o(.text.MX_TIM1_Init) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.ARM.exidx.text.MX_TIM1_Init) refers to peripherals.o(.text.MX_TIM1_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_TIM2_Init) refers to peripherals.o(.text.MX_TIM2_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_COMP1_Init) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.ARM.exidx.text.MX_COMP1_Init) refers to peripherals.o(.text.MX_COMP1_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_TIM14_Init) refers to peripherals.o(.text.MX_TIM14_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_TIM6_Init) refers to peripherals.o(.text.MX_TIM6_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_TIM17_Init) refers to peripherals.o(.text.MX_TIM17_Init) for [Anonymous Symbol] - peripherals.o(.text.UN_TIM_Init) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.ARM.exidx.text.UN_TIM_Init) refers to peripherals.o(.text.UN_TIM_Init) for [Anonymous Symbol] - peripherals.o(.text.initAfterJump) refers to uidiv_div0.o(.text) for __aeabi_uidiv - peripherals.o(.text.initAfterJump) refers to system_stm32f0xx.o(.data.SystemCoreClock) for SystemCoreClock - peripherals.o(.ARM.exidx.text.initAfterJump) refers to peripherals.o(.text.initAfterJump) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_IWDG_Init) refers to peripherals.o(.text.MX_IWDG_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_TIM16_Init) refers to peripherals.o(.text.MX_TIM16_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.reloadWatchDogCounter) refers to peripherals.o(.text.reloadWatchDogCounter) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.disableComTimerInt) refers to peripherals.o(.text.disableComTimerInt) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.enableComTimerInt) refers to peripherals.o(.text.enableComTimerInt) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setAndEnableComInt) refers to peripherals.o(.text.setAndEnableComInt) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.getintervaTimerCount) refers to peripherals.o(.text.getintervaTimerCount) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setintervaTimerCount) refers to peripherals.o(.text.setintervaTimerCount) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setPrescalerPWM) refers to peripherals.o(.text.setPrescalerPWM) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setAutoReloadPWM) refers to peripherals.o(.text.setAutoReloadPWM) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setDutyCycleAll) refers to peripherals.o(.text.setDutyCycleAll) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setPWMCompare1) refers to peripherals.o(.text.setPWMCompare1) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setPWMCompare2) refers to peripherals.o(.text.setPWMCompare2) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setPWMCompare3) refers to peripherals.o(.text.setPWMCompare3) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.generatePwmTimerEvent) refers to peripherals.o(.text.generatePwmTimerEvent) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.resetInputCaptureTimer) refers to peripherals.o(.text.resetInputCaptureTimer) for [Anonymous Symbol] - peripherals.o(.text.enableCorePeripherals) refers to adc.o(.text.ADC_Init) for ADC_Init - peripherals.o(.text.enableCorePeripherals) refers to adc.o(.text.enableADC_DMA) for enableADC_DMA - peripherals.o(.text.enableCorePeripherals) refers to adc.o(.text.activateADC) for activateADC - peripherals.o(.text.enableCorePeripherals) refers to uidiv_div0.o(.text) for __aeabi_uidiv - peripherals.o(.text.enableCorePeripherals) refers to system_stm32f0xx.o(.data.SystemCoreClock) for SystemCoreClock - peripherals.o(.ARM.exidx.text.enableCorePeripherals) refers to peripherals.o(.text.enableCorePeripherals) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.proportionalBrake) refers to phaseouts.o(.text.proportionalBrake) for [Anonymous Symbol] - phaseouts.o(.text.phaseBPWM) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.phaseBPWM) refers to phaseouts.o(.text.phaseBPWM) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseBFLOAT) refers to phaseouts.o(.text.phaseBFLOAT) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseBLOW) refers to phaseouts.o(.text.phaseBLOW) for [Anonymous Symbol] - phaseouts.o(.text.phaseCPWM) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.phaseCPWM) refers to phaseouts.o(.text.phaseCPWM) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseCFLOAT) refers to phaseouts.o(.text.phaseCFLOAT) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseCLOW) refers to phaseouts.o(.text.phaseCLOW) for [Anonymous Symbol] - phaseouts.o(.text.phaseAPWM) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.phaseAPWM) refers to phaseouts.o(.text.phaseAPWM) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseAFLOAT) refers to phaseouts.o(.text.phaseAFLOAT) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseALOW) refers to phaseouts.o(.text.phaseALOW) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.allOff) refers to phaseouts.o(.text.allOff) for [Anonymous Symbol] - phaseouts.o(.text.comStep) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.comStep) refers to phaseouts.o(.text.comStep) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.fullBrake) refers to phaseouts.o(.text.fullBrake) for [Anonymous Symbol] - phaseouts.o(.text.allpwm) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.allpwm) refers to phaseouts.o(.text.allpwm) for [Anonymous Symbol] - phaseouts.o(.text.twoChannelForward) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.twoChannelForward) refers to phaseouts.o(.text.twoChannelForward) for [Anonymous Symbol] - phaseouts.o(.text.twoChannelReverse) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.twoChannelReverse) refers to phaseouts.o(.text.twoChannelReverse) for [Anonymous Symbol] - serial_telemetry.o(.text.telem_UART_Init) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - serial_telemetry.o(.text.telem_UART_Init) refers to stm32f0xx_ll_usart.o(.text.LL_USART_Init) for LL_USART_Init - serial_telemetry.o(.text.telem_UART_Init) refers to serial_telemetry.o(.bss.aTxBuffer) for aTxBuffer - serial_telemetry.o(.text.telem_UART_Init) refers to serial_telemetry.o(.data.nbDataToTransmit) for nbDataToTransmit - serial_telemetry.o(.ARM.exidx.text.telem_UART_Init) refers to serial_telemetry.o(.text.telem_UART_Init) for [Anonymous Symbol] - serial_telemetry.o(.text.send_telem_DMA) refers to serial_telemetry.o(.data.nbDataToTransmit) for nbDataToTransmit - serial_telemetry.o(.ARM.exidx.text.send_telem_DMA) refers to serial_telemetry.o(.text.send_telem_DMA) for [Anonymous Symbol] - serial_telemetry.o(.ARM.exidx.text.update_crc8) refers to serial_telemetry.o(.text.update_crc8) for [Anonymous Symbol] - serial_telemetry.o(.ARM.exidx.text.get_crc8) refers to serial_telemetry.o(.text.get_crc8) for [Anonymous Symbol] - serial_telemetry.o(.text.makeTelemPackage) refers to serial_telemetry.o(.bss.aTxBuffer) for aTxBuffer - serial_telemetry.o(.ARM.exidx.text.makeTelemPackage) refers to serial_telemetry.o(.text.makeTelemPackage) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.NMI_Handler) refers to stm32f0xx_it.o(.text.NMI_Handler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.HardFault_Handler) refers to stm32f0xx_it.o(.text.HardFault_Handler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.SVC_Handler) refers to stm32f0xx_it.o(.text.SVC_Handler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.PendSV_Handler) refers to stm32f0xx_it.o(.text.PendSV_Handler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.SysTick_Handler) refers to stm32f0xx_it.o(.text.SysTick_Handler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.DMA1_Channel2_3_IRQHandler) refers to stm32f0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) refers to signal.o(.text.transfercomplete) for transfercomplete - stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) refers to main.o(.bss..L_MergedGlobals.2) for servoPwm - stm32f0xx_it.o(.ARM.exidx.text.DMA1_Channel4_5_IRQHandler) refers to stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.text.ADC1_COMP_IRQHandler) refers to main.o(.text.interruptRoutine) for interruptRoutine - stm32f0xx_it.o(.ARM.exidx.text.ADC1_COMP_IRQHandler) refers to stm32f0xx_it.o(.text.ADC1_COMP_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.text.TIM6_DAC_IRQHandler) refers to main.o(.text.tenKhzRoutine) for tenKhzRoutine - stm32f0xx_it.o(.ARM.exidx.text.TIM6_DAC_IRQHandler) refers to stm32f0xx_it.o(.text.TIM6_DAC_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.text.TIM14_IRQHandler) refers to main.o(.text.PeriodElapsedCallback) for PeriodElapsedCallback - stm32f0xx_it.o(.ARM.exidx.text.TIM14_IRQHandler) refers to stm32f0xx_it.o(.text.TIM14_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.TIM16_IRQHandler) refers to stm32f0xx_it.o(.text.TIM16_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.USART1_IRQHandler) refers to stm32f0xx_it.o(.text.USART1_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.TIM15_IRQHandler) refers to stm32f0xx_it.o(.text.TIM15_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.TIM3_IRQHandler) refers to stm32f0xx_it.o(.text.TIM3_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.text.DMA1_Channel1_IRQHandler) refers to adc.o(.text.ADC_DMA_Callback) for ADC_DMA_Callback - stm32f0xx_it.o(.ARM.exidx.text.DMA1_Channel1_IRQHandler) refers to stm32f0xx_it.o(.text.DMA1_Channel1_IRQHandler) for [Anonymous Symbol] - stm32f0xx_it.o(.ARM.exidx.text.TIM1_BRK_UP_TRG_COM_IRQHandler) refers to stm32f0xx_it.o(.text.TIM1_BRK_UP_TRG_COM_IRQHandler) for [Anonymous Symbol] - system_stm32f0xx.o(.ARM.exidx.text.SystemInit) refers to system_stm32f0xx.o(.text.SystemInit) for [Anonymous Symbol] - system_stm32f0xx.o(.text.SystemCoreClockUpdate) refers to uidiv_div0.o(.text) for __aeabi_uidiv - system_stm32f0xx.o(.text.SystemCoreClockUpdate) refers to system_stm32f0xx.o(.data.SystemCoreClock) for SystemCoreClock - system_stm32f0xx.o(.text.SystemCoreClockUpdate) refers to system_stm32f0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - system_stm32f0xx.o(.ARM.exidx.text.SystemCoreClockUpdate) refers to system_stm32f0xx.o(.text.SystemCoreClockUpdate) for [Anonymous Symbol] - stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_CommonDeInit) refers to stm32f0xx_ll_adc.o(.text.LL_ADC_CommonDeInit) for [Anonymous Symbol] - stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_DeInit) refers to stm32f0xx_ll_adc.o(.text.LL_ADC_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_Init) refers to stm32f0xx_ll_adc.o(.text.LL_ADC_Init) for [Anonymous Symbol] - stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_StructInit) refers to stm32f0xx_ll_adc.o(.text.LL_ADC_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_REG_Init) refers to stm32f0xx_ll_adc.o(.text.LL_ADC_REG_Init) for [Anonymous Symbol] - stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_REG_StructInit) refers to stm32f0xx_ll_adc.o(.text.LL_ADC_REG_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_DeInit) refers to stm32f0xx_ll_comp.o(.text.LL_COMP_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_Init) refers to stm32f0xx_ll_comp.o(.text.LL_COMP_Init) for [Anonymous Symbol] - stm32f0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_StructInit) refers to stm32f0xx_ll_comp.o(.text.LL_COMP_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_DeInit) refers to stm32f0xx_ll_dma.o(.text.LL_DMA_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_Init) refers to stm32f0xx_ll_dma.o(.text.LL_DMA_Init) for [Anonymous Symbol] - stm32f0xx_ll_dma.o(.text.LL_DMA_StructInit) refers to memseta.o(.text) for __aeabi_memclr4 - stm32f0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_StructInit) refers to stm32f0xx_ll_dma.o(.text.LL_DMA_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_DeInit) refers to stm32f0xx_ll_exti.o(.text.LL_EXTI_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_Init) refers to stm32f0xx_ll_exti.o(.text.LL_EXTI_Init) for [Anonymous Symbol] - stm32f0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_StructInit) refers to stm32f0xx_ll_exti.o(.text.LL_EXTI_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_DeInit) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_Init) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) for [Anonymous Symbol] - stm32f0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_StructInit) refers to stm32f0xx_ll_gpio.o(.text.LL_GPIO_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_pwr.o(.ARM.exidx.text.LL_PWR_DeInit) refers to stm32f0xx_ll_pwr.o(.text.LL_PWR_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_DeInit) refers to stm32f0xx_ll_rcc.o(.text.LL_RCC_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32f0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) refers to system_stm32f0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32f0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) refers to system_stm32f0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetSystemClocksFreq) refers to stm32f0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.text.RCC_GetSystemClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32f0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetSystemClockFreq) refers to stm32f0xx_ll_rcc.o(.text.RCC_GetSystemClockFreq) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.text.RCC_GetHCLKClockFreq) refers to system_stm32f0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32f0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetHCLKClockFreq) refers to stm32f0xx_ll_rcc.o(.text.RCC_GetHCLKClockFreq) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.text.RCC_GetPCLK1ClockFreq) refers to system_stm32f0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32f0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetPCLK1ClockFreq) refers to stm32f0xx_ll_rcc.o(.text.RCC_GetPCLK1ClockFreq) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) refers to system_stm32f0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) refers to system_stm32f0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetUSARTClockFreq) refers to stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.text.LL_RCC_GetI2CClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetI2CClockFreq) refers to stm32f0xx_ll_rcc.o(.text.LL_RCC_GetI2CClockFreq) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetCECClockFreq) refers to stm32f0xx_ll_rcc.o(.text.LL_RCC_GetCECClockFreq) for [Anonymous Symbol] - stm32f0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_SYS) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32f0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_SYS) refers to stm32f0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_SYS) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_DeInit) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_StructInit) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_Init) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_OC_StructInit) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_OC_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_OC_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_IC_StructInit) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_IC_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_IC_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_IC_Init) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_ENCODER_StructInit) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_ENCODER_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_ENCODER_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_ENCODER_Init) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_HALLSENSOR_StructInit) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_HALLSENSOR_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_HALLSENSOR_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_HALLSENSOR_Init) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_BDTR_StructInit) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_BDTR_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_BDTR_Init) refers to stm32f0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) for [Anonymous Symbol] - stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_DeInit) refers to stm32f0xx_ll_usart.o(.text.LL_USART_DeInit) for [Anonymous Symbol] - stm32f0xx_ll_usart.o(.text.LL_USART_Init) refers to stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) for LL_RCC_GetUSARTClockFreq - stm32f0xx_ll_usart.o(.text.LL_USART_Init) refers to stm32f0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) for LL_RCC_GetSystemClocksFreq - stm32f0xx_ll_usart.o(.text.LL_USART_Init) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_Init) refers to stm32f0xx_ll_usart.o(.text.LL_USART_Init) for [Anonymous Symbol] - stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_StructInit) refers to stm32f0xx_ll_usart.o(.text.LL_USART_StructInit) for [Anonymous Symbol] - stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_ClockInit) refers to stm32f0xx_ll_usart.o(.text.LL_USART_ClockInit) for [Anonymous Symbol] - stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_ClockStructInit) refers to stm32f0xx_ll_usart.o(.text.LL_USART_ClockStructInit) for [Anonymous Symbol] - stm32f0xx_ll_utils.o(.text.LL_Init1msTick) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_Init1msTick) refers to stm32f0xx_ll_utils.o(.text.LL_Init1msTick) for [Anonymous Symbol] - stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_mDelay) refers to stm32f0xx_ll_utils.o(.text.LL_mDelay) for [Anonymous Symbol] - stm32f0xx_ll_utils.o(.text.LL_SetSystemCoreClock) refers to system_stm32f0xx.o(.data.SystemCoreClock) for SystemCoreClock - stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_SetSystemCoreClock) refers to stm32f0xx_ll_utils.o(.text.LL_SetSystemCoreClock) for [Anonymous Symbol] - stm32f0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSI) refers to stm32f0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) for UTILS_EnablePLLAndSwitchSystem - stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_PLL_ConfigSystemClock_HSI) refers to stm32f0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSI) for [Anonymous Symbol] - stm32f0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) refers to system_stm32f0xx.o(.data.SystemCoreClock) for SystemCoreClock - stm32f0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) refers to system_stm32f0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32f0xx_ll_utils.o(.ARM.exidx.text.UTILS_EnablePLLAndSwitchSystem) refers to stm32f0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) for [Anonymous Symbol] - stm32f0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSE) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32f0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSE) refers to stm32f0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) for UTILS_EnablePLLAndSwitchSystem - stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_PLL_ConfigSystemClock_HSE) refers to stm32f0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSE) for [Anonymous Symbol] - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk - idiv.o(.text) refers to uidiv_div0.o(.text) for __aeabi_uidivmod - fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue - fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fdiv.o(.text) refers to fepilogue.o(.text) for _float_round - fcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fcmplt.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fcmpge.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fcmpgt.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue - ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 - entry2.o(.ARM.Collect$$$$00002712) refers to startup_stm32f051k8.o(STACK) for __initial_sp - entry2.o(__vectab_stack_and_reset_area) refers to startup_stm32f051k8.o(STACK) for __initial_sp - entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main - entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload - entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(.text.main) for main - entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(.text.main) for main - idiv_div0.o(.text) refers to uidiv_div0.o(.text) for __aeabi_uidivmod - fepilogue.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload - - -============================================================================== - -Removing Unused input sections from the image. - - Removing startup_stm32f051k8.o(HEAP), (512 bytes). - Removing dshot.o(.text), (0 bytes). - Removing dshot.o(.ARM.exidx.text.computeDshotDMA), (8 bytes). - Removing dshot.o(.ARM.exidx.text.make_dshot_package), (8 bytes). - Removing dshot.o(.bss.processtime), (2 bytes). - Removing functions.o(.text), (0 bytes). - Removing functions.o(.ARM.exidx.text.map), (8 bytes). - Removing functions.o(.ARM.exidx.text.getAbsDif), (8 bytes). - Removing functions.o(.ARM.exidx.text.delayMicros), (8 bytes). - Removing functions.o(.ARM.exidx.text.delayMillis), (8 bytes). - Removing main.o(.text), (0 bytes). - Removing main.o(.text.checkForHighSignal), (96 bytes). - Removing main.o(.ARM.exidx.text.checkForHighSignal), (8 bytes). - Removing main.o(.text.doPidCalculations), (98 bytes). - Removing main.o(.ARM.exidx.text.doPidCalculations), (8 bytes). - Removing main.o(.ARM.exidx.text.loadEEpromSettings), (8 bytes). - Removing main.o(.ARM.exidx.text.saveEEpromSettings), (8 bytes). - Removing main.o(.text.getSmoothedInput), (64 bytes). - Removing main.o(.ARM.exidx.text.getSmoothedInput), (8 bytes). - Removing main.o(.text.getBemfState), (92 bytes). - Removing main.o(.ARM.exidx.text.getBemfState), (8 bytes). - Removing main.o(.ARM.exidx.text.commutate), (8 bytes). - Removing main.o(.ARM.exidx.text.PeriodElapsedCallback), (8 bytes). - Removing main.o(.ARM.exidx.text.interruptRoutine), (8 bytes). - Removing main.o(.text.startMotor), (60 bytes). - Removing main.o(.ARM.exidx.text.startMotor), (8 bytes). - Removing main.o(.ARM.exidx.text.tenKhzRoutine), (8 bytes). - Removing main.o(.ARM.exidx.text.advanceincrement), (8 bytes). - Removing main.o(.text.zcfoundroutine), (156 bytes). - Removing main.o(.ARM.exidx.text.zcfoundroutine), (8 bytes). - Removing main.o(.ARM.exidx.text.main), (8 bytes). - Removing main.o(.bss.process_time), (4 bytes). - Removing main.o(.bss.start_process), (4 bytes). - Removing main.o(.data.crsf_input_channel), (1 bytes). - Removing main.o(.data.crsf_output_PWM_channel), (1 bytes). - Removing main.o(.file_name), (30 bytes). - Removing main.o(.data.firmware_name), (12 bytes). - Removing main.o(.data.current_angle), (2 bytes). - Removing main.o(.data.desired_angle), (2 bytes). - Removing main.o(.bss.velocity_count), (2 bytes). - Removing main.o(.data.velocity_count_threshold), (2 bytes). - Removing main.o(.bss.lowkv), (1 bytes). - Removing main.o(.data.startup_boost), (1 bytes). - Removing main.o(.bss.low_pin_count), (2 bytes). - Removing main.o(.data.low_kv_filter_level), (1 bytes). - Removing main.o(.bss.ADC_smoothed_input), (2 bytes). - Removing main.o(.bss.telemetry_done), (1 bytes). - Removing main.o(.rodata.numReadings), (1 bytes). - Removing main.o(.data.armed_count_threshold), (2 bytes). - Removing main.o(.bss.ubAnalogWatchdogStatus), (1 bytes). - Removing main.o(.bss.target_e_com_time_high), (2 bytes). - Removing main.o(.bss.target_e_com_time_low), (2 bytes). - Removing main.o(.bss.Speed_pid_output), (2 bytes). - Removing main.o(.bss.ADC_raw_input), (2 bytes). - Removing main.o(.bss.lastzctime), (2 bytes). - Removing main.o(.ARM.use_no_argv), (4 bytes). - Removing signal.o(.text), (0 bytes). - Removing signal.o(.text.computeMSInput), (72 bytes). - Removing signal.o(.ARM.exidx.text.computeMSInput), (8 bytes). - Removing signal.o(.ARM.exidx.text.computeServoInput), (8 bytes). - Removing signal.o(.ARM.exidx.text.transfercomplete), (8 bytes). - Removing signal.o(.text.checkDshot), (116 bytes). - Removing signal.o(.ARM.exidx.text.checkDshot), (8 bytes). - Removing signal.o(.text.checkServo), (56 bytes). - Removing signal.o(.ARM.exidx.text.checkServo), (8 bytes). - Removing signal.o(.ARM.exidx.text.detectInput), (8 bytes). - Removing sounds.o(.text), (0 bytes). - Removing sounds.o(.text.pause), (32 bytes). - Removing sounds.o(.ARM.exidx.text.pause), (8 bytes). - Removing sounds.o(.ARM.exidx.text.setVolume), (8 bytes). - Removing sounds.o(.text.setCaptureCompare), (16 bytes). - Removing sounds.o(.ARM.exidx.text.setCaptureCompare), (8 bytes). - Removing sounds.o(.text.playBJNote), (64 bytes). - Removing sounds.o(.ARM.exidx.text.playBJNote), (8 bytes). - Removing sounds.o(.text.getBlueJayNoteFrequency), (28 bytes). - Removing sounds.o(.ARM.exidx.text.getBlueJayNoteFrequency), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playBlueJayTune), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playStartupTune), (8 bytes). - Removing sounds.o(.text.playBrushedStartupTune), (144 bytes). - Removing sounds.o(.ARM.exidx.text.playBrushedStartupTune), (8 bytes). - Removing sounds.o(.text.playDuskingTune), (164 bytes). - Removing sounds.o(.ARM.exidx.text.playDuskingTune), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playInputTune2), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playInputTune), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playDefaultTone), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playChangedTone), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playBeaconTune3), (8 bytes). - Removing adc.o(.text), (0 bytes). - Removing adc.o(.ARM.exidx.text.ADC_DMA_Callback), (8 bytes). - Removing adc.o(.ARM.exidx.text.enableADC_DMA), (8 bytes). - Removing adc.o(.ARM.exidx.text.activateADC), (8 bytes). - Removing adc.o(.ARM.exidx.text.ADC_Init), (8 bytes). - Removing comparator.o(.text), (0 bytes). - Removing comparator.o(.ARM.exidx.text.getCompOutputLevel), (8 bytes). - Removing comparator.o(.ARM.exidx.text.maskPhaseInterrupts), (8 bytes). - Removing comparator.o(.ARM.exidx.text.enableCompInterrupts), (8 bytes). - Removing comparator.o(.ARM.exidx.text.changeCompInput), (8 bytes). - Removing eeprom.o(.text), (0 bytes). - Removing eeprom.o(.ARM.exidx.text.save_flash_nolib), (8 bytes). - Removing eeprom.o(.ARM.exidx.text.read_flash_bin), (8 bytes). - Removing io.o(.text), (0 bytes). - Removing io.o(.text.changeToOutput), (88 bytes). - Removing io.o(.ARM.exidx.text.changeToOutput), (8 bytes). - Removing io.o(.text.changeToInput), (76 bytes). - Removing io.o(.ARM.exidx.text.changeToInput), (8 bytes). - Removing io.o(.ARM.exidx.text.receiveDshotDma), (8 bytes). - Removing io.o(.ARM.exidx.text.sendDshotDma), (8 bytes). - Removing io.o(.ARM.exidx.text.getInputPinState), (8 bytes). - Removing io.o(.ARM.exidx.text.setInputPolarityRising), (8 bytes). - Removing io.o(.text.setInputPullDown), (24 bytes). - Removing io.o(.ARM.exidx.text.setInputPullDown), (8 bytes). - Removing io.o(.text.setInputPullUp), (24 bytes). - Removing io.o(.ARM.exidx.text.setInputPullUp), (8 bytes). - Removing io.o(.ARM.exidx.text.enableHalfTransferInt), (8 bytes). - Removing io.o(.text.setInputPullNone), (20 bytes). - Removing io.o(.ARM.exidx.text.setInputPullNone), (8 bytes). - Removing peripherals.o(.text), (0 bytes). - Removing peripherals.o(.ARM.exidx.text.initCorePeripherals), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.SystemClock_Config), (8 bytes). - Removing peripherals.o(.text.MX_GPIO_Init), (56 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_GPIO_Init), (8 bytes). - Removing peripherals.o(.text.MX_DMA_Init), (76 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_DMA_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM1_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM2_Init), (48 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM2_Init), (8 bytes). - Removing peripherals.o(.text.MX_COMP1_Init), (108 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_COMP1_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM14_Init), (84 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM14_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM6_Init), (76 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM6_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM17_Init), (56 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM17_Init), (8 bytes). - Removing peripherals.o(.text.UN_TIM_Init), (120 bytes). - Removing peripherals.o(.ARM.exidx.text.UN_TIM_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.initAfterJump), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_IWDG_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM16_Init), (88 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM16_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.reloadWatchDogCounter), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.disableComTimerInt), (8 bytes). - Removing peripherals.o(.text.enableComTimerInt), (16 bytes). - Removing peripherals.o(.ARM.exidx.text.enableComTimerInt), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setAndEnableComInt), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.getintervaTimerCount), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setintervaTimerCount), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setPrescalerPWM), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setAutoReloadPWM), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setDutyCycleAll), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setPWMCompare1), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setPWMCompare2), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setPWMCompare3), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.generatePwmTimerEvent), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.resetInputCaptureTimer), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.enableCorePeripherals), (8 bytes). - Removing phaseouts.o(.text), (0 bytes). - Removing phaseouts.o(.ARM.exidx.text.proportionalBrake), (8 bytes). - Removing phaseouts.o(.text.phaseBPWM), (60 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseBPWM), (8 bytes). - Removing phaseouts.o(.text.phaseBFLOAT), (44 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseBFLOAT), (8 bytes). - Removing phaseouts.o(.text.phaseBLOW), (44 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseBLOW), (8 bytes). - Removing phaseouts.o(.text.phaseCPWM), (64 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseCPWM), (8 bytes). - Removing phaseouts.o(.text.phaseCFLOAT), (44 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseCFLOAT), (8 bytes). - Removing phaseouts.o(.text.phaseCLOW), (44 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseCLOW), (8 bytes). - Removing phaseouts.o(.text.phaseAPWM), (64 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseAPWM), (8 bytes). - Removing phaseouts.o(.text.phaseAFLOAT), (48 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseAFLOAT), (8 bytes). - Removing phaseouts.o(.text.phaseALOW), (48 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseALOW), (8 bytes). - Removing phaseouts.o(.ARM.exidx.text.allOff), (8 bytes). - Removing phaseouts.o(.ARM.exidx.text.comStep), (8 bytes). - Removing phaseouts.o(.ARM.exidx.text.fullBrake), (8 bytes). - Removing phaseouts.o(.ARM.exidx.text.allpwm), (8 bytes). - Removing phaseouts.o(.text.twoChannelForward), (136 bytes). - Removing phaseouts.o(.ARM.exidx.text.twoChannelForward), (8 bytes). - Removing phaseouts.o(.text.twoChannelReverse), (124 bytes). - Removing phaseouts.o(.ARM.exidx.text.twoChannelReverse), (8 bytes). - Removing serial_telemetry.o(.text), (0 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.telem_UART_Init), (8 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.send_telem_DMA), (8 bytes). - Removing serial_telemetry.o(.text.update_crc8), (148 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.update_crc8), (8 bytes). - Removing serial_telemetry.o(.text.get_crc8), (164 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.get_crc8), (8 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.makeTelemPackage), (8 bytes). - Removing stm32f0xx_it.o(.text), (0 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.NMI_Handler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.HardFault_Handler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.SVC_Handler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.PendSV_Handler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.SysTick_Handler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.DMA1_Channel2_3_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.DMA1_Channel4_5_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.ADC1_COMP_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.TIM6_DAC_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.TIM14_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.TIM16_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.USART1_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.TIM15_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.TIM3_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.DMA1_Channel1_IRQHandler), (8 bytes). - Removing stm32f0xx_it.o(.ARM.exidx.text.TIM1_BRK_UP_TRG_COM_IRQHandler), (8 bytes). - Removing system_stm32f0xx.o(.text), (0 bytes). - Removing system_stm32f0xx.o(.ARM.exidx.text.SystemInit), (8 bytes). - Removing system_stm32f0xx.o(.text.SystemCoreClockUpdate), (96 bytes). - Removing system_stm32f0xx.o(.ARM.exidx.text.SystemCoreClockUpdate), (8 bytes). - Removing stm32f0xx_ll_adc.o(.text), (0 bytes). - Removing stm32f0xx_ll_adc.o(.text.LL_ADC_CommonDeInit), (28 bytes). - Removing stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_CommonDeInit), (8 bytes). - Removing stm32f0xx_ll_adc.o(.text.LL_ADC_DeInit), (224 bytes). - Removing stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_DeInit), (8 bytes). - Removing stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_Init), (8 bytes). - Removing stm32f0xx_ll_adc.o(.text.LL_ADC_StructInit), (16 bytes). - Removing stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_StructInit), (8 bytes). - Removing stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_REG_Init), (8 bytes). - Removing stm32f0xx_ll_adc.o(.text.LL_ADC_REG_StructInit), (18 bytes). - Removing stm32f0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_REG_StructInit), (8 bytes). - Removing stm32f0xx_ll_comp.o(.text), (0 bytes). - Removing stm32f0xx_ll_comp.o(.text.LL_COMP_DeInit), (68 bytes). - Removing stm32f0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_DeInit), (8 bytes). - Removing stm32f0xx_ll_comp.o(.text.LL_COMP_Init), (120 bytes). - Removing stm32f0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_Init), (8 bytes). - Removing stm32f0xx_ll_comp.o(.text.LL_COMP_StructInit), (20 bytes). - Removing stm32f0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_StructInit), (8 bytes). - Removing stm32f0xx_ll_dma.o(.text), (0 bytes). - Removing stm32f0xx_ll_dma.o(.text.LL_DMA_DeInit), (124 bytes). - Removing stm32f0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_DeInit), (8 bytes). - Removing stm32f0xx_ll_dma.o(.text.LL_DMA_Init), (88 bytes). - Removing stm32f0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_Init), (8 bytes). - Removing stm32f0xx_ll_dma.o(.text.LL_DMA_StructInit), (10 bytes). - Removing stm32f0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_StructInit), (8 bytes). - Removing stm32f0xx_ll_exti.o(.text), (0 bytes). - Removing stm32f0xx_ll_exti.o(.text.LL_EXTI_DeInit), (36 bytes). - Removing stm32f0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_DeInit), (8 bytes). - Removing stm32f0xx_ll_exti.o(.text.LL_EXTI_Init), (168 bytes). - Removing stm32f0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_Init), (8 bytes). - Removing stm32f0xx_ll_exti.o(.text.LL_EXTI_StructInit), (12 bytes). - Removing stm32f0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_StructInit), (8 bytes). - Removing stm32f0xx_ll_gpio.o(.text), (0 bytes). - Removing stm32f0xx_ll_gpio.o(.text.LL_GPIO_DeInit), (108 bytes). - Removing stm32f0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_DeInit), (8 bytes). - Removing stm32f0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_Init), (8 bytes). - Removing stm32f0xx_ll_gpio.o(.text.LL_GPIO_StructInit), (24 bytes). - Removing stm32f0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_StructInit), (8 bytes). - Removing stm32f0xx_ll_pwr.o(.text), (0 bytes). - Removing stm32f0xx_ll_pwr.o(.text.LL_PWR_DeInit), (28 bytes). - Removing stm32f0xx_ll_pwr.o(.ARM.exidx.text.LL_PWR_DeInit), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.text), (0 bytes). - Removing stm32f0xx_ll_rcc.o(.text.LL_RCC_DeInit), (152 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_DeInit), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetSystemClocksFreq), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.text.RCC_GetSystemClockFreq), (64 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetSystemClockFreq), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.text.RCC_GetHCLKClockFreq), (24 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetHCLKClockFreq), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.text.RCC_GetPCLK1ClockFreq), (24 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetPCLK1ClockFreq), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetUSARTClockFreq), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.text.LL_RCC_GetI2CClockFreq), (92 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetI2CClockFreq), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.text.LL_RCC_GetCECClockFreq), (36 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetCECClockFreq), (8 bytes). - Removing stm32f0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_SYS), (52 bytes). - Removing stm32f0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_SYS), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text), (0 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_DeInit), (228 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_DeInit), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_StructInit), (16 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_StructInit), (8 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_Init), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_OC_StructInit), (20 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_OC_StructInit), (8 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_OC_Init), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_IC_StructInit), (14 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_IC_StructInit), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_IC_Init), (212 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_IC_Init), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_ENCODER_StructInit), (26 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_ENCODER_StructInit), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_ENCODER_Init), (96 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_ENCODER_Init), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_HALLSENSOR_StructInit), (12 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_HALLSENSOR_StructInit), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_HALLSENSOR_Init), (88 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_HALLSENSOR_Init), (8 bytes). - Removing stm32f0xx_ll_tim.o(.text.LL_TIM_BDTR_StructInit), (18 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_BDTR_StructInit), (8 bytes). - Removing stm32f0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_BDTR_Init), (8 bytes). - Removing stm32f0xx_ll_usart.o(.text), (0 bytes). - Removing stm32f0xx_ll_usart.o(.text.LL_USART_DeInit), (72 bytes). - Removing stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_DeInit), (8 bytes). - Removing stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_Init), (8 bytes). - Removing stm32f0xx_ll_usart.o(.text.LL_USART_StructInit), (24 bytes). - Removing stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_StructInit), (8 bytes). - Removing stm32f0xx_ll_usart.o(.text.LL_USART_ClockInit), (62 bytes). - Removing stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_ClockInit), (8 bytes). - Removing stm32f0xx_ll_usart.o(.text.LL_USART_ClockStructInit), (12 bytes). - Removing stm32f0xx_ll_usart.o(.ARM.exidx.text.LL_USART_ClockStructInit), (8 bytes). - Removing stm32f0xx_ll_utils.o(.text), (0 bytes). - Removing stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_Init1msTick), (8 bytes). - Removing stm32f0xx_ll_utils.o(.text.LL_mDelay), (40 bytes). - Removing stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_mDelay), (8 bytes). - Removing stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_SetSystemCoreClock), (8 bytes). - Removing stm32f0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSI), (88 bytes). - Removing stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_PLL_ConfigSystemClock_HSI), (8 bytes). - Removing stm32f0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem), (208 bytes). - Removing stm32f0xx_ll_utils.o(.ARM.exidx.text.UTILS_EnablePLLAndSwitchSystem), (8 bytes). - Removing stm32f0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSE), (132 bytes). - Removing stm32f0xx_ll_utils.o(.ARM.exidx.text.LL_PLL_ConfigSystemClock_HSE), (8 bytes). - -316 unused section(s) (total 8290 bytes) removed from the image. - -============================================================================== - -Image Symbol Table - - Local Symbols - - Symbol Name Value Ov Type Size Object(Section) - - ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE - ../clib/division.s 0x00000000 Number 0 aeabi_sdivfast.o ABSOLUTE - ../clib/division.s 0x00000000 Number 0 aeabi_sdivfast_div0.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 uidiv_div0.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 idiv_div0.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 idiv0.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE - ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE - ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE - ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE - ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE - ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE - ../fplib/microlib/fpcmp.c 0x00000000 Number 0 fcmple.o ABSOLUTE - ../fplib/microlib/fpcmp.c 0x00000000 Number 0 fcmplt.o ABSOLUTE - ../fplib/microlib/fpcmp.c 0x00000000 Number 0 fcmpge.o ABSOLUTE - ../fplib/microlib/fpcmp.c 0x00000000 Number 0 fcmpgt.o ABSOLUTE - ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE - ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE - ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE - ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE - ..\Mcu\f051\Startup\mdk\startup_stm32f051k8.s 0x00000000 Number 0 startup_stm32f051k8.o ABSOLUTE - ADC.c 0x00000000 Number 0 adc.o ABSOLUTE - IO.c 0x00000000 Number 0 io.o ABSOLUTE - comparator.c 0x00000000 Number 0 comparator.o ABSOLUTE - dc.s 0x00000000 Number 0 dc.o ABSOLUTE - dshot.c 0x00000000 Number 0 dshot.o ABSOLUTE - eeprom.c 0x00000000 Number 0 eeprom.o ABSOLUTE - functions.c 0x00000000 Number 0 functions.o ABSOLUTE - handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE - init.s 0x00000000 Number 0 init.o ABSOLUTE - main.c 0x00000000 Number 0 main.o ABSOLUTE - peripherals.c 0x00000000 Number 0 peripherals.o ABSOLUTE - phaseouts.c 0x00000000 Number 0 phaseouts.o ABSOLUTE - serial_telemetry.c 0x00000000 Number 0 serial_telemetry.o ABSOLUTE - signal.c 0x00000000 Number 0 signal.o ABSOLUTE - sounds.c 0x00000000 Number 0 sounds.o ABSOLUTE - stm32f0xx_it.c 0x00000000 Number 0 stm32f0xx_it.o ABSOLUTE - stm32f0xx_ll_adc.c 0x00000000 Number 0 stm32f0xx_ll_adc.o ABSOLUTE - stm32f0xx_ll_comp.c 0x00000000 Number 0 stm32f0xx_ll_comp.o ABSOLUTE - stm32f0xx_ll_dma.c 0x00000000 Number 0 stm32f0xx_ll_dma.o ABSOLUTE - stm32f0xx_ll_exti.c 0x00000000 Number 0 stm32f0xx_ll_exti.o ABSOLUTE - stm32f0xx_ll_gpio.c 0x00000000 Number 0 stm32f0xx_ll_gpio.o ABSOLUTE - stm32f0xx_ll_pwr.c 0x00000000 Number 0 stm32f0xx_ll_pwr.o ABSOLUTE - stm32f0xx_ll_rcc.c 0x00000000 Number 0 stm32f0xx_ll_rcc.o ABSOLUTE - stm32f0xx_ll_tim.c 0x00000000 Number 0 stm32f0xx_ll_tim.o ABSOLUTE - stm32f0xx_ll_usart.c 0x00000000 Number 0 stm32f0xx_ll_usart.o ABSOLUTE - stm32f0xx_ll_utils.c 0x00000000 Number 0 stm32f0xx_ll_utils.o ABSOLUTE - system_stm32f0xx.c 0x00000000 Number 0 system_stm32f0xx.o ABSOLUTE - RESET 0x08001000 Section 188 startup_stm32f051k8.o(RESET) - .ARM.Collect$$$$00000000 0x080010bc Section 0 entry.o(.ARM.Collect$$$$00000000) - .ARM.Collect$$$$00000001 0x080010bc Section 4 entry2.o(.ARM.Collect$$$$00000001) - .ARM.Collect$$$$00000004 0x080010c0 Section 4 entry5.o(.ARM.Collect$$$$00000004) - .ARM.Collect$$$$00000008 0x080010c4 Section 0 entry7b.o(.ARM.Collect$$$$00000008) - .ARM.Collect$$$$0000000A 0x080010c4 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) - .ARM.Collect$$$$0000000B 0x080010c4 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) - __lit__00000000 0x080010cc Data 4 entry2.o(.ARM.Collect$$$$00002712) - .ARM.Collect$$$$0000000D 0x080010cc Section 0 entry10a.o(.ARM.Collect$$$$0000000D) - .ARM.Collect$$$$0000000F 0x080010cc Section 0 entry11a.o(.ARM.Collect$$$$0000000F) - .ARM.Collect$$$$00002712 0x080010cc Section 4 entry2.o(.ARM.Collect$$$$00002712) - .text 0x080010d0 Section 28 startup_stm32f051k8.o(.text) - .text 0x080010ec Section 0 memcpya.o(.text) - .text 0x08001110 Section 0 memseta.o(.text) - .text 0x08001134 Section 0 fadd.o(.text) - .text 0x080011e6 Section 0 fdiv.o(.text) - .text 0x08001262 Section 0 fcmple.o(.text) - .text 0x0800127e Section 0 fcmplt.o(.text) - .text 0x0800129a Section 0 fcmpge.o(.text) - .text 0x080012b6 Section 0 fcmpgt.o(.text) - .text 0x080012d2 Section 0 fflti.o(.text) - .text 0x080012e8 Section 0 ffixi.o(.text) - .text 0x0800131a Section 0 uidiv_div0.o(.text) - .text 0x08001358 Section 0 idiv_div0.o(.text) - .text 0x080013a8 Section 0 iusefp.o(.text) - .text 0x080013a8 Section 0 fepilogue.o(.text) - .text 0x0800142c Section 36 init.o(.text) - .text 0x08001450 Section 0 __dczerorl2.o(.text) - [Anonymous Symbol] 0x080014a8 Section 0 stm32f0xx_it.o(.text.ADC1_COMP_IRQHandler) - __arm_cp.7_0 0x080014c0 Number 4 stm32f0xx_it.o(.text.ADC1_COMP_IRQHandler) - [Anonymous Symbol] 0x080014c4 Section 0 adc.o(.text.ADC_DMA_Callback) - __arm_cp.0_0 0x080014dc Number 4 adc.o(.text.ADC_DMA_Callback) - __arm_cp.0_1 0x080014e0 Number 4 adc.o(.text.ADC_DMA_Callback) - __arm_cp.0_2 0x080014e4 Number 4 adc.o(.text.ADC_DMA_Callback) - __arm_cp.0_3 0x080014e8 Number 4 adc.o(.text.ADC_DMA_Callback) - [Anonymous Symbol] 0x080014ec Section 0 adc.o(.text.ADC_Init) - __arm_cp.3_0 0x08001624 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_1 0x08001628 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_2 0x0800162c Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_3 0x08001630 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_4 0x08001634 Number 4 adc.o(.text.ADC_Init) - [Anonymous Symbol] 0x08001638 Section 0 stm32f0xx_it.o(.text.DMA1_Channel1_IRQHandler) - [Anonymous Symbol] 0x08001660 Section 0 stm32f0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) - [Anonymous Symbol] 0x0800167c Section 0 stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) - __arm_cp.6_0 0x080016cc Number 4 stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) - __arm_cp.6_1 0x080016d0 Number 4 stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) - __arm_cp.6_2 0x080016d4 Number 4 stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) - __arm_cp.6_3 0x080016d8 Number 4 stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) - [Anonymous Symbol] 0x080016dc Section 0 stm32f0xx_it.o(.text.HardFault_Handler) - [Anonymous Symbol] 0x080016e0 Section 0 stm32f0xx_ll_adc.o(.text.LL_ADC_Init) - __arm_cp.2_0 0x08001710 Number 4 stm32f0xx_ll_adc.o(.text.LL_ADC_Init) - [Anonymous Symbol] 0x08001714 Section 0 stm32f0xx_ll_adc.o(.text.LL_ADC_REG_Init) - __arm_cp.4_0 0x0800173c Number 4 stm32f0xx_ll_adc.o(.text.LL_ADC_REG_Init) - [Anonymous Symbol] 0x08001740 Section 0 stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) - [Anonymous Symbol] 0x080017f0 Section 0 stm32f0xx_ll_utils.o(.text.LL_Init1msTick) - __arm_cp.0_0 0x0800180c Number 4 stm32f0xx_ll_utils.o(.text.LL_Init1msTick) - [Anonymous Symbol] 0x08001810 Section 0 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) - [Anonymous Symbol] 0x08001864 Section 0 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_0 0x08001910 Number 4 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_1 0x08001914 Number 4 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_2 0x08001918 Number 4 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_3 0x0800191c Number 4 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_4 0x08001920 Number 4 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - [Anonymous Symbol] 0x08001924 Section 0 stm32f0xx_ll_utils.o(.text.LL_SetSystemCoreClock) - __arm_cp.2_0 0x0800192c Number 4 stm32f0xx_ll_utils.o(.text.LL_SetSystemCoreClock) - [Anonymous Symbol] 0x08001930 Section 0 stm32f0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - __arm_cp.12_0 0x0800196c Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - [Anonymous Symbol] 0x08001970 Section 0 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_0 0x08001a0c Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_1 0x08001a10 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_2 0x08001a14 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_3 0x08001a18 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_4 0x08001a1c Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_5 0x08001a20 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_6 0x08001a24 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_7 0x08001a28 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - [Anonymous Symbol] 0x08001a2c Section 0 stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_0 0x08001c50 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_1 0x08001c54 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_2 0x08001c58 Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_3 0x08001c5c Number 4 stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init) - [Anonymous Symbol] 0x08001c60 Section 0 stm32f0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_0 0x08001d08 Number 4 stm32f0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_1 0x08001d0c Number 4 stm32f0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_2 0x08001d10 Number 4 stm32f0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_3 0x08001d14 Number 4 stm32f0xx_ll_usart.o(.text.LL_USART_Init) - [Anonymous Symbol] 0x08001d18 Section 0 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.12_0 0x08001d34 Number 4 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.12_1 0x08001d38 Number 4 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.12_2 0x08001d3c Number 4 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.12_3 0x08001d40 Number 4 peripherals.o(.text.MX_IWDG_Init) - [Anonymous Symbol] 0x08001d44 Section 0 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.4_0 0x08001f48 Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.4_1 0x08001f4c Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.4_2 0x08001f50 Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.4_3 0x08001f54 Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.4_4 0x08001f58 Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.4_5 0x08001f5c Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.4_6 0x08001f60 Number 4 peripherals.o(.text.MX_TIM1_Init) - [Anonymous Symbol] 0x08001f64 Section 0 stm32f0xx_it.o(.text.NMI_Handler) - [Anonymous Symbol] 0x08001f66 Section 0 stm32f0xx_it.o(.text.PendSV_Handler) - [Anonymous Symbol] 0x08001f68 Section 0 main.o(.text.PeriodElapsedCallback) - __arm_cp.7_2 0x08001fb4 Number 4 main.o(.text.PeriodElapsedCallback) - __arm_cp.7_3 0x08001fb8 Number 4 main.o(.text.PeriodElapsedCallback) - [Anonymous Symbol] 0x08001fbc Section 0 stm32f0xx_it.o(.text.SVC_Handler) - [Anonymous Symbol] 0x08001fbe Section 0 stm32f0xx_it.o(.text.SysTick_Handler) - [Anonymous Symbol] 0x08001fc0 Section 0 peripherals.o(.text.SystemClock_Config) - __arm_cp.1_0 0x08002078 Number 4 peripherals.o(.text.SystemClock_Config) - __arm_cp.1_1 0x0800207c Number 4 peripherals.o(.text.SystemClock_Config) - __arm_cp.1_2 0x08002080 Number 4 peripherals.o(.text.SystemClock_Config) - [Anonymous Symbol] 0x08002084 Section 0 system_stm32f0xx.o(.text.SystemInit) - [Anonymous Symbol] 0x08002088 Section 0 stm32f0xx_it.o(.text.TIM14_IRQHandler) - __arm_cp.9_0 0x08002098 Number 4 stm32f0xx_it.o(.text.TIM14_IRQHandler) - [Anonymous Symbol] 0x0800209c Section 0 stm32f0xx_it.o(.text.TIM15_IRQHandler) - __arm_cp.12_0 0x080020c0 Number 4 stm32f0xx_it.o(.text.TIM15_IRQHandler) - [Anonymous Symbol] 0x080020c4 Section 0 stm32f0xx_it.o(.text.TIM16_IRQHandler) - [Anonymous Symbol] 0x080020c8 Section 0 stm32f0xx_it.o(.text.TIM1_BRK_UP_TRG_COM_IRQHandler) - __arm_cp.15_0 0x080020ec Number 4 stm32f0xx_it.o(.text.TIM1_BRK_UP_TRG_COM_IRQHandler) - [Anonymous Symbol] 0x080020f0 Section 0 stm32f0xx_it.o(.text.TIM3_IRQHandler) - __arm_cp.13_0 0x08002114 Number 4 stm32f0xx_it.o(.text.TIM3_IRQHandler) - [Anonymous Symbol] 0x08002118 Section 0 stm32f0xx_it.o(.text.TIM6_DAC_IRQHandler) - __arm_cp.8_0 0x08002130 Number 4 stm32f0xx_it.o(.text.TIM6_DAC_IRQHandler) - [Anonymous Symbol] 0x08002134 Section 0 stm32f0xx_it.o(.text.USART1_IRQHandler) - [Anonymous Symbol] 0x08002138 Section 0 adc.o(.text.activateADC) - __arm_cp.2_0 0x08002180 Number 4 adc.o(.text.activateADC) - __arm_cp.2_1 0x08002184 Number 4 adc.o(.text.activateADC) - [Anonymous Symbol] 0x08002188 Section 0 main.o(.text.advanceincrement) - __arm_cp.11_0 0x08002298 Number 4 main.o(.text.advanceincrement) - __arm_cp.11_1 0x0800229c Number 4 main.o(.text.advanceincrement) - __arm_cp.11_2 0x080022a0 Number 4 main.o(.text.advanceincrement) - [Anonymous Symbol] 0x080022a4 Section 0 phaseouts.o(.text.allOff) - [Anonymous Symbol] 0x0800230c Section 0 phaseouts.o(.text.allpwm) - __arm_cp.13_1 0x08002394 Number 4 phaseouts.o(.text.allpwm) - [Anonymous Symbol] 0x08002398 Section 0 comparator.o(.text.changeCompInput) - __arm_cp.3_0 0x080023e4 Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_1 0x080023e8 Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_2 0x080023ec Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_3 0x080023f0 Number 4 comparator.o(.text.changeCompInput) - [Anonymous Symbol] 0x080023f4 Section 0 phaseouts.o(.text.comStep) - __arm_cp.11_0 0x080026a4 Number 4 phaseouts.o(.text.comStep) - __arm_cp.11_1 0x080026a8 Number 4 phaseouts.o(.text.comStep) - [Anonymous Symbol] 0x080026ac Section 0 main.o(.text.commutate) - __arm_cp.6_0 0x080027e4 Number 4 main.o(.text.commutate) - __arm_cp.6_1 0x080027e8 Number 4 main.o(.text.commutate) - __arm_cp.6_2 0x080027ec Number 4 main.o(.text.commutate) - __arm_cp.6_3 0x080027f0 Number 4 main.o(.text.commutate) - __arm_cp.6_4 0x080027f4 Number 4 main.o(.text.commutate) - __arm_cp.6_5 0x080027f8 Number 4 main.o(.text.commutate) - __arm_cp.6_6 0x080027fc Number 4 main.o(.text.commutate) - [Anonymous Symbol] 0x08002800 Section 0 dshot.o(.text.computeDshotDMA) - __arm_cp.0_0 0x08002b64 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_1 0x08002b68 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_2 0x08002b6c Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_3 0x08002b70 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_5 0x08002b74 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_6 0x08002b78 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_8 0x08002b7c Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_9 0x08002b80 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_10 0x08002b84 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_12 0x08002b88 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_13 0x08002b8c Number 4 dshot.o(.text.computeDshotDMA) - [Anonymous Symbol] 0x08002b90 Section 0 signal.o(.text.computeServoInput) - __arm_cp.1_1 0x08002cf0 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_2 0x08002cf4 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_3 0x08002cf8 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_5 0x08002cfc Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_6 0x08002d00 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_7 0x08002d04 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_8 0x08002d08 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_9 0x08002d0c Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_10 0x08002d10 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_11 0x08002d14 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_12 0x08002d18 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_13 0x08002d1c Number 4 signal.o(.text.computeServoInput) - [Anonymous Symbol] 0x08002d20 Section 0 functions.o(.text.delayMicros) - __arm_cp.2_0 0x08002d30 Number 4 functions.o(.text.delayMicros) - [Anonymous Symbol] 0x08002d34 Section 0 functions.o(.text.delayMillis) - __arm_cp.3_0 0x08002d58 Number 4 functions.o(.text.delayMillis) - __arm_cp.3_1 0x08002d5c Number 4 functions.o(.text.delayMillis) - [Anonymous Symbol] 0x08002d60 Section 0 signal.o(.text.detectInput) - __arm_cp.5_0 0x08002ea4 Number 4 signal.o(.text.detectInput) - __arm_cp.5_1 0x08002ea8 Number 4 signal.o(.text.detectInput) - __arm_cp.5_2 0x08002eac Number 4 signal.o(.text.detectInput) - __arm_cp.5_3 0x08002eb0 Number 4 signal.o(.text.detectInput) - __arm_cp.5_4 0x08002eb4 Number 4 signal.o(.text.detectInput) - __arm_cp.5_5 0x08002eb8 Number 4 signal.o(.text.detectInput) - __arm_cp.5_6 0x08002ebc Number 4 signal.o(.text.detectInput) - __arm_cp.5_7 0x08002ec0 Number 4 signal.o(.text.detectInput) - __arm_cp.5_8 0x08002ec4 Number 4 signal.o(.text.detectInput) - [Anonymous Symbol] 0x08002ec8 Section 0 peripherals.o(.text.disableComTimerInt) - [Anonymous Symbol] 0x08002ed4 Section 0 adc.o(.text.enableADC_DMA) - __arm_cp.1_0 0x08002f1c Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_1 0x08002f20 Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_2 0x08002f24 Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_3 0x08002f28 Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_4 0x08002f2c Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_5 0x08002f30 Number 4 adc.o(.text.enableADC_DMA) - [Anonymous Symbol] 0x08002f34 Section 0 comparator.o(.text.enableCompInterrupts) - __arm_cp.2_0 0x08002f44 Number 4 comparator.o(.text.enableCompInterrupts) - [Anonymous Symbol] 0x08002f48 Section 0 peripherals.o(.text.enableCorePeripherals) - __arm_cp.28_0 0x08003040 Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.28_1 0x08003044 Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.28_2 0x08003048 Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.28_3 0x0800304c Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.28_4 0x08003050 Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.28_7 0x08003054 Number 4 peripherals.o(.text.enableCorePeripherals) - [Anonymous Symbol] 0x08003058 Section 0 io.o(.text.enableHalfTransferInt) - __arm_cp.8_0 0x08003064 Number 4 io.o(.text.enableHalfTransferInt) - [Anonymous Symbol] 0x08003068 Section 0 phaseouts.o(.text.fullBrake) - __arm_cp.12_0 0x080030d0 Number 4 phaseouts.o(.text.fullBrake) - [Anonymous Symbol] 0x080030d4 Section 0 peripherals.o(.text.generatePwmTimerEvent) - __arm_cp.26_0 0x080030e0 Number 4 peripherals.o(.text.generatePwmTimerEvent) - [Anonymous Symbol] 0x080030e4 Section 0 functions.o(.text.getAbsDif) - [Anonymous Symbol] 0x080030f0 Section 0 comparator.o(.text.getCompOutputLevel) - __arm_cp.0_0 0x08003110 Number 4 comparator.o(.text.getCompOutputLevel) - __arm_cp.0_1 0x08003114 Number 4 comparator.o(.text.getCompOutputLevel) - __arm_cp.0_2 0x08003118 Number 4 comparator.o(.text.getCompOutputLevel) - [Anonymous Symbol] 0x0800311c Section 0 io.o(.text.getInputPinState) - __arm_cp.4_0 0x08003128 Number 4 io.o(.text.getInputPinState) - [Anonymous Symbol] 0x0800312c Section 0 peripherals.o(.text.getintervaTimerCount) - __arm_cp.18_0 0x08003134 Number 4 peripherals.o(.text.getintervaTimerCount) - [Anonymous Symbol] 0x08003138 Section 0 peripherals.o(.text.initAfterJump) - __arm_cp.11_0 0x0800325c Number 4 peripherals.o(.text.initAfterJump) - __arm_cp.11_1 0x08003260 Number 4 peripherals.o(.text.initAfterJump) - __arm_cp.11_2 0x08003264 Number 4 peripherals.o(.text.initAfterJump) - __arm_cp.11_3 0x08003268 Number 4 peripherals.o(.text.initAfterJump) - __arm_cp.11_4 0x0800326c Number 4 peripherals.o(.text.initAfterJump) - __arm_cp.11_5 0x08003270 Number 4 peripherals.o(.text.initAfterJump) - __arm_cp.11_7 0x08003274 Number 4 peripherals.o(.text.initAfterJump) - __arm_cp.11_8 0x08003278 Number 4 peripherals.o(.text.initAfterJump) - [Anonymous Symbol] 0x0800327c Section 0 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_0 0x08003460 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_1 0x08003464 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_2 0x08003468 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_3 0x0800346c Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_4 0x08003470 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_5 0x08003474 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_6 0x08003478 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_7 0x0800347c Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_8 0x08003480 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_9 0x08003484 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_10 0x08003488 Number 4 peripherals.o(.text.initCorePeripherals) - [Anonymous Symbol] 0x0800348c Section 0 main.o(.text.interruptRoutine) - __arm_cp.8_1 0x08003534 Number 4 main.o(.text.interruptRoutine) - [Anonymous Symbol] 0x08003538 Section 0 main.o(.text.loadEEpromSettings) - __arm_cp.2_0 0x080037ec Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_1 0x080037f0 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_2 0x080037f4 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_3 0x080037f8 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_4 0x080037fc Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_5 0x08003800 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_6 0x08003804 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_7 0x08003808 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_8 0x0800380c Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_9 0x08003810 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_10 0x08003814 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_11 0x08003818 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_12 0x0800381c Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_13 0x08003820 Number 4 main.o(.text.loadEEpromSettings) - [Anonymous Symbol] 0x08003824 Section 0 main.o(.text.main) - __arm_cp.13_24 0x08003bfc Number 4 main.o(.text.main) - __arm_cp.13_25 0x08003c00 Number 4 main.o(.text.main) - __arm_cp.13_26 0x08003c04 Number 4 main.o(.text.main) - __arm_cp.13_27 0x08003c08 Number 4 main.o(.text.main) - __arm_cp.13_29 0x08003c10 Number 4 main.o(.text.main) - __arm_cp.13_31 0x08003c18 Number 4 main.o(.text.main) - __arm_cp.13_32 0x08003c1c Number 4 main.o(.text.main) - __arm_cp.13_33 0x08003c20 Number 4 main.o(.text.main) - __arm_cp.13_36 0x08003c2c Number 4 main.o(.text.main) - __arm_cp.13_37 0x08003c30 Number 4 main.o(.text.main) - __arm_cp.13_38 0x08003c34 Number 4 main.o(.text.main) - __arm_cp.13_39 0x08003c38 Number 4 main.o(.text.main) - __arm_cp.13_40 0x08003c3c Number 4 main.o(.text.main) - __arm_cp.13_41 0x08003c40 Number 4 main.o(.text.main) - __arm_cp.13_42 0x08003c44 Number 4 main.o(.text.main) - __arm_cp.13_43 0x08003c48 Number 4 main.o(.text.main) - __arm_cp.13_4 0x08003f98 Number 4 main.o(.text.main) - __arm_cp.13_6 0x08003f9c Number 4 main.o(.text.main) - __arm_cp.13_9 0x08003fa0 Number 4 main.o(.text.main) - __arm_cp.13_10 0x08003fa4 Number 4 main.o(.text.main) - __arm_cp.13_15 0x08003fa8 Number 4 main.o(.text.main) - __arm_cp.13_16 0x08003fac Number 4 main.o(.text.main) - __arm_cp.13_22 0x08003fb0 Number 4 main.o(.text.main) - __arm_cp.13_23 0x08003fb4 Number 4 main.o(.text.main) - [Anonymous Symbol] 0x08003fb8 Section 0 serial_telemetry.o(.text.makeTelemPackage) - __arm_cp.4_0 0x080045e4 Number 4 serial_telemetry.o(.text.makeTelemPackage) - [Anonymous Symbol] 0x080045e8 Section 0 dshot.o(.text.make_dshot_package) - __arm_cp.1_0 0x08004778 Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_1 0x0800477c Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_2 0x08004780 Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_3 0x08004784 Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_4 0x08004788 Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_5 0x0800478c Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_6 0x08004790 Number 4 dshot.o(.text.make_dshot_package) - [Anonymous Symbol] 0x08004794 Section 0 functions.o(.text.map) - [Anonymous Symbol] 0x080047bc Section 0 comparator.o(.text.maskPhaseInterrupts) - __arm_cp.1_0 0x080047cc Number 4 comparator.o(.text.maskPhaseInterrupts) - [Anonymous Symbol] 0x080047d0 Section 0 sounds.o(.text.playBeaconTune3) - [Anonymous Symbol] 0x0800482c Section 0 sounds.o(.text.playBlueJayTune) - __arm_cp.5_1 0x080048fc Number 4 sounds.o(.text.playBlueJayTune) - __arm_cp.5_2 0x08004900 Number 4 sounds.o(.text.playBlueJayTune) - __arm_cp.5_3 0x08004904 Number 4 sounds.o(.text.playBlueJayTune) - __arm_cp.5_6 0x08004908 Number 4 sounds.o(.text.playBlueJayTune) - [Anonymous Symbol] 0x0800490c Section 0 sounds.o(.text.playChangedTone) - [Anonymous Symbol] 0x0800495c Section 0 sounds.o(.text.playDefaultTone) - [Anonymous Symbol] 0x080049ac Section 0 sounds.o(.text.playInputTune) - [Anonymous Symbol] 0x08004a10 Section 0 sounds.o(.text.playInputTune2) - [Anonymous Symbol] 0x08004a78 Section 0 sounds.o(.text.playStartupTune) - __arm_cp.6_0 0x08004af0 Number 4 sounds.o(.text.playStartupTune) - __arm_cp.6_1 0x08004af4 Number 4 sounds.o(.text.playStartupTune) - __arm_cp.6_2 0x08004af8 Number 4 sounds.o(.text.playStartupTune) - __arm_cp.6_3 0x08004afc Number 4 sounds.o(.text.playStartupTune) - __arm_cp.6_4 0x08004b00 Number 4 sounds.o(.text.playStartupTune) - [Anonymous Symbol] 0x08004b04 Section 0 phaseouts.o(.text.proportionalBrake) - __arm_cp.0_0 0x08004b64 Number 4 phaseouts.o(.text.proportionalBrake) - [Anonymous Symbol] 0x08004b68 Section 0 eeprom.o(.text.read_flash_bin) - [Anonymous Symbol] 0x08004b7c Section 0 io.o(.text.receiveDshotDma) - __arm_cp.2_2 0x08004bec Number 4 io.o(.text.receiveDshotDma) - __arm_cp.2_3 0x08004bf0 Number 4 io.o(.text.receiveDshotDma) - __arm_cp.2_4 0x08004bf4 Number 4 io.o(.text.receiveDshotDma) - __arm_cp.2_6 0x08004bf8 Number 4 io.o(.text.receiveDshotDma) - __arm_cp.2_7 0x08004bfc Number 4 io.o(.text.receiveDshotDma) - __arm_cp.2_8 0x08004c00 Number 4 io.o(.text.receiveDshotDma) - [Anonymous Symbol] 0x08004c04 Section 0 peripherals.o(.text.reloadWatchDogCounter) - __arm_cp.14_0 0x08004c0c Number 4 peripherals.o(.text.reloadWatchDogCounter) - __arm_cp.14_1 0x08004c10 Number 4 peripherals.o(.text.reloadWatchDogCounter) - [Anonymous Symbol] 0x08004c14 Section 0 peripherals.o(.text.resetInputCaptureTimer) - __arm_cp.27_0 0x08004c20 Number 4 peripherals.o(.text.resetInputCaptureTimer) - [Anonymous Symbol] 0x08004c24 Section 0 main.o(.text.saveEEpromSettings) - __arm_cp.3_0 0x08004c7c Number 4 main.o(.text.saveEEpromSettings) - __arm_cp.3_1 0x08004c80 Number 4 main.o(.text.saveEEpromSettings) - __arm_cp.3_2 0x08004c84 Number 4 main.o(.text.saveEEpromSettings) - __arm_cp.3_3 0x08004c88 Number 4 main.o(.text.saveEEpromSettings) - [Anonymous Symbol] 0x08004c8c Section 0 eeprom.o(.text.save_flash_nolib) - __arm_cp.0_0 0x08004d90 Number 4 eeprom.o(.text.save_flash_nolib) - __arm_cp.0_1 0x08004d94 Number 4 eeprom.o(.text.save_flash_nolib) - [Anonymous Symbol] 0x08004d98 Section 0 io.o(.text.sendDshotDma) - __arm_cp.3_0 0x08004e18 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_2 0x08004e1c Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_4 0x08004e20 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_5 0x08004e24 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_6 0x08004e28 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_7 0x08004e2c Number 4 io.o(.text.sendDshotDma) - [Anonymous Symbol] 0x08004e30 Section 0 serial_telemetry.o(.text.send_telem_DMA) - __arm_cp.1_0 0x08004e6c Number 4 serial_telemetry.o(.text.send_telem_DMA) - [Anonymous Symbol] 0x08004e70 Section 0 peripherals.o(.text.setAndEnableComInt) - __arm_cp.17_0 0x08004e84 Number 4 peripherals.o(.text.setAndEnableComInt) - [Anonymous Symbol] 0x08004e88 Section 0 peripherals.o(.text.setAutoReloadPWM) - __arm_cp.21_0 0x08004e90 Number 4 peripherals.o(.text.setAutoReloadPWM) - [Anonymous Symbol] 0x08004e94 Section 0 peripherals.o(.text.setDutyCycleAll) - [Anonymous Symbol] 0x08004ea0 Section 0 io.o(.text.setInputPolarityRising) - __arm_cp.5_0 0x08004eac Number 4 io.o(.text.setInputPolarityRising) - [Anonymous Symbol] 0x08004eb0 Section 0 peripherals.o(.text.setPWMCompare1) - __arm_cp.23_0 0x08004eb8 Number 4 peripherals.o(.text.setPWMCompare1) - [Anonymous Symbol] 0x08004ebc Section 0 peripherals.o(.text.setPWMCompare2) - __arm_cp.24_0 0x08004ec4 Number 4 peripherals.o(.text.setPWMCompare2) - [Anonymous Symbol] 0x08004ec8 Section 0 peripherals.o(.text.setPWMCompare3) - __arm_cp.25_0 0x08004ed0 Number 4 peripherals.o(.text.setPWMCompare3) - [Anonymous Symbol] 0x08004ed4 Section 0 peripherals.o(.text.setPrescalerPWM) - __arm_cp.20_0 0x08004edc Number 4 peripherals.o(.text.setPrescalerPWM) - [Anonymous Symbol] 0x08004ee0 Section 0 sounds.o(.text.setVolume) - __arm_cp.1_0 0x08004ef0 Number 4 sounds.o(.text.setVolume) - [Anonymous Symbol] 0x08004ef4 Section 0 peripherals.o(.text.setintervaTimerCount) - __arm_cp.19_0 0x08004efc Number 4 peripherals.o(.text.setintervaTimerCount) - [Anonymous Symbol] 0x08004f00 Section 0 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_0 0x08005034 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_1 0x08005038 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_2 0x0800503c Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_3 0x08005040 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_4 0x08005044 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_5 0x08005048 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_6 0x0800504c Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_7 0x08005050 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_8 0x08005054 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_9 0x08005058 Number 4 serial_telemetry.o(.text.telem_UART_Init) - [Anonymous Symbol] 0x0800505c Section 0 main.o(.text.tenKhzRoutine) - __arm_cp.10_24 0x08005434 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_28 0x08005444 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_29 0x08005448 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_31 0x08005450 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_32 0x08005454 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_33 0x08005458 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_34 0x0800545c Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_35 0x08005460 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_36 0x080057fc Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_39 0x08005808 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_40 0x0800580c Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_41 0x08005810 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_42 0x08005814 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_43 0x08005818 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_1 0x080059e8 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_3 0x080059ec Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_8 0x080059f0 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_13 0x080059f4 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_17 0x080059f8 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_18 0x080059fc Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_20 0x08005a00 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_21 0x08005a04 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_22 0x08005a08 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_23 0x08005a0c Number 4 main.o(.text.tenKhzRoutine) - [Anonymous Symbol] 0x08005a10 Section 0 signal.o(.text.transfercomplete) - __arm_cp.2_0 0x08005b08 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_1 0x08005b0c Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_2 0x08005b10 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_3 0x08005b14 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_4 0x08005b18 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_5 0x08005b1c Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_6 0x08005b20 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_7 0x08005b24 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_8 0x08005b28 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_9 0x08005b2c Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_10 0x08005b30 Number 4 signal.o(.text.transfercomplete) - i.__scatterload_copy 0x08005b34 Section 14 handlers.o(i.__scatterload_copy) - i.__scatterload_null 0x08005b42 Section 2 handlers.o(i.__scatterload_null) - i.__scatterload_zeroinit 0x08005b44 Section 14 handlers.o(i.__scatterload_zeroinit) - [Anonymous Symbol] 0x200000c0 Section 0 main.o(.data..L_MergedGlobals) - [Anonymous Symbol] 0x2000011c Section 0 signal.o(.data..L_MergedGlobals) - [Anonymous Symbol] 0x20000120 Section 0 eeprom.o(.data..L_MergedGlobals) - [Anonymous Symbol] 0x20000128 Section 0 main.o(.data..L_MergedGlobals.1) - [Anonymous Symbol] 0x20000490 Section 0 dshot.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x200004ec Section 0 io.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x200004f0 Section 0 signal.o(.bss..L_MergedGlobals.1) - [Anonymous Symbol] 0x20000504 Section 0 main.o(.bss..L_MergedGlobals.2) - [Anonymous Symbol] 0x20000580 Section 0 main.o(.bss..L_MergedGlobals.3) - STACK 0x20000838 Section 1024 startup_stm32f051k8.o(STACK) - - Global Symbols - - Symbol Name Value Ov Type Size Object(Section) - - BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$~IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE - __cpp_initialize__aeabi_ - Undefined Weak Reference - __cxa_finalize - Undefined Weak Reference - _clock_init - Undefined Weak Reference - _microlib_exit - Undefined Weak Reference - __Vectors_Size 0x000000bc Number 0 startup_stm32f051k8.o ABSOLUTE - __Vectors 0x08001000 Data 4 startup_stm32f051k8.o(RESET) - __Vectors_End 0x080010bc Data 0 startup_stm32f051k8.o(RESET) - __main 0x080010bd Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) - _main_stk 0x080010bd Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) - _main_scatterload 0x080010c1 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) - __main_after_scatterload 0x080010c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) - _main_clock 0x080010c5 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) - _main_cpp_init 0x080010c5 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) - _main_init 0x080010c5 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) - __rt_final_cpp 0x080010cd Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) - __rt_final_exit 0x080010cd Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) - Reset_Handler 0x080010d1 Thumb Code 8 startup_stm32f051k8.o(.text) - CEC_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - EXTI0_1_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - EXTI2_3_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - EXTI4_15_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - FLASH_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - I2C1_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - I2C2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - PVD_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - RCC_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - RTC_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - SPI1_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - SPI2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - TIM17_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - TIM1_CC_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - TIM2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - TSC_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - USART2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - WWDG_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32f051k8.o(.text) - __aeabi_memcpy 0x080010ed Thumb Code 36 memcpya.o(.text) - __aeabi_memcpy4 0x080010ed Thumb Code 0 memcpya.o(.text) - __aeabi_memcpy8 0x080010ed Thumb Code 0 memcpya.o(.text) - __aeabi_memset 0x08001111 Thumb Code 14 memseta.o(.text) - __aeabi_memset4 0x08001111 Thumb Code 0 memseta.o(.text) - __aeabi_memset8 0x08001111 Thumb Code 0 memseta.o(.text) - __aeabi_memclr 0x0800111f Thumb Code 4 memseta.o(.text) - __aeabi_memclr4 0x0800111f Thumb Code 0 memseta.o(.text) - __aeabi_memclr8 0x0800111f Thumb Code 0 memseta.o(.text) - _memset$wrapper 0x08001123 Thumb Code 18 memseta.o(.text) - __aeabi_fadd 0x08001135 Thumb Code 162 fadd.o(.text) - __aeabi_fsub 0x080011d7 Thumb Code 8 fadd.o(.text) - __aeabi_frsub 0x080011df Thumb Code 8 fadd.o(.text) - __aeabi_fdiv 0x080011e7 Thumb Code 124 fdiv.o(.text) - __aeabi_fcmple 0x08001263 Thumb Code 28 fcmple.o(.text) - __aeabi_fcmplt 0x0800127f Thumb Code 28 fcmplt.o(.text) - __aeabi_fcmpge 0x0800129b Thumb Code 28 fcmpge.o(.text) - __aeabi_fcmpgt 0x080012b7 Thumb Code 28 fcmpgt.o(.text) - __aeabi_i2f 0x080012d3 Thumb Code 22 fflti.o(.text) - __aeabi_f2iz 0x080012e9 Thumb Code 50 ffixi.o(.text) - __aeabi_uidiv 0x0800131b Thumb Code 0 uidiv_div0.o(.text) - __aeabi_uidivmod 0x0800131b Thumb Code 62 uidiv_div0.o(.text) - __aeabi_idiv 0x08001359 Thumb Code 0 idiv_div0.o(.text) - __aeabi_idivmod$div0 0x08001359 Thumb Code 74 idiv_div0.o(.text) - __I$use$fp 0x080013a9 Thumb Code 0 iusefp.o(.text) - _float_round 0x080013a9 Thumb Code 16 fepilogue.o(.text) - _float_epilogue 0x080013b9 Thumb Code 114 fepilogue.o(.text) - __scatterload 0x0800142d Thumb Code 28 init.o(.text) - __scatterload_rt2 0x0800142d Thumb Code 0 init.o(.text) - __decompress 0x08001451 Thumb Code 0 __dczerorl2.o(.text) - __decompress1 0x08001451 Thumb Code 86 __dczerorl2.o(.text) - ADC1_COMP_IRQHandler 0x080014a9 Thumb Code 24 stm32f0xx_it.o(.text.ADC1_COMP_IRQHandler) - ADC_DMA_Callback 0x080014c5 Thumb Code 24 adc.o(.text.ADC_DMA_Callback) - ADC_Init 0x080014ed Thumb Code 312 adc.o(.text.ADC_Init) - DMA1_Channel1_IRQHandler 0x08001639 Thumb Code 40 stm32f0xx_it.o(.text.DMA1_Channel1_IRQHandler) - DMA1_Channel2_3_IRQHandler 0x08001661 Thumb Code 28 stm32f0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) - DMA1_Channel4_5_IRQHandler 0x0800167d Thumb Code 80 stm32f0xx_it.o(.text.DMA1_Channel4_5_IRQHandler) - HardFault_Handler 0x080016dd Thumb Code 2 stm32f0xx_it.o(.text.HardFault_Handler) - LL_ADC_Init 0x080016e1 Thumb Code 48 stm32f0xx_ll_adc.o(.text.LL_ADC_Init) - LL_ADC_REG_Init 0x08001715 Thumb Code 40 stm32f0xx_ll_adc.o(.text.LL_ADC_REG_Init) - LL_GPIO_Init 0x08001741 Thumb Code 176 stm32f0xx_ll_gpio.o(.text.LL_GPIO_Init) - LL_Init1msTick 0x080017f1 Thumb Code 28 stm32f0xx_ll_utils.o(.text.LL_Init1msTick) - LL_RCC_GetSystemClocksFreq 0x08001811 Thumb Code 84 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) - LL_RCC_GetUSARTClockFreq 0x08001865 Thumb Code 172 stm32f0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - LL_SetSystemCoreClock 0x08001925 Thumb Code 8 stm32f0xx_ll_utils.o(.text.LL_SetSystemCoreClock) - LL_TIM_BDTR_Init 0x08001931 Thumb Code 60 stm32f0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - LL_TIM_Init 0x08001971 Thumb Code 156 stm32f0xx_ll_tim.o(.text.LL_TIM_Init) - LL_TIM_OC_Init 0x08001a2d Thumb Code 548 stm32f0xx_ll_tim.o(.text.LL_TIM_OC_Init) - LL_USART_Init 0x08001c61 Thumb Code 168 stm32f0xx_ll_usart.o(.text.LL_USART_Init) - MX_IWDG_Init 0x08001d19 Thumb Code 28 peripherals.o(.text.MX_IWDG_Init) - MX_TIM1_Init 0x08001d45 Thumb Code 516 peripherals.o(.text.MX_TIM1_Init) - NMI_Handler 0x08001f65 Thumb Code 2 stm32f0xx_it.o(.text.NMI_Handler) - PendSV_Handler 0x08001f67 Thumb Code 2 stm32f0xx_it.o(.text.PendSV_Handler) - PeriodElapsedCallback 0x08001f69 Thumb Code 76 main.o(.text.PeriodElapsedCallback) - SVC_Handler 0x08001fbd Thumb Code 2 stm32f0xx_it.o(.text.SVC_Handler) - SysTick_Handler 0x08001fbf Thumb Code 2 stm32f0xx_it.o(.text.SysTick_Handler) - SystemClock_Config 0x08001fc1 Thumb Code 184 peripherals.o(.text.SystemClock_Config) - SystemInit 0x08002085 Thumb Code 2 system_stm32f0xx.o(.text.SystemInit) - TIM14_IRQHandler 0x08002089 Thumb Code 16 stm32f0xx_it.o(.text.TIM14_IRQHandler) - TIM15_IRQHandler 0x0800209d Thumb Code 36 stm32f0xx_it.o(.text.TIM15_IRQHandler) - TIM16_IRQHandler 0x080020c5 Thumb Code 2 stm32f0xx_it.o(.text.TIM16_IRQHandler) - TIM1_BRK_UP_TRG_COM_IRQHandler 0x080020c9 Thumb Code 36 stm32f0xx_it.o(.text.TIM1_BRK_UP_TRG_COM_IRQHandler) - TIM3_IRQHandler 0x080020f1 Thumb Code 36 stm32f0xx_it.o(.text.TIM3_IRQHandler) - TIM6_DAC_IRQHandler 0x08002119 Thumb Code 24 stm32f0xx_it.o(.text.TIM6_DAC_IRQHandler) - USART1_IRQHandler 0x08002135 Thumb Code 2 stm32f0xx_it.o(.text.USART1_IRQHandler) - activateADC 0x08002139 Thumb Code 72 adc.o(.text.activateADC) - advanceincrement 0x08002189 Thumb Code 272 main.o(.text.advanceincrement) - allOff 0x080022a5 Thumb Code 104 phaseouts.o(.text.allOff) - allpwm 0x0800230d Thumb Code 136 phaseouts.o(.text.allpwm) - changeCompInput 0x08002399 Thumb Code 76 comparator.o(.text.changeCompInput) - comStep 0x080023f5 Thumb Code 688 phaseouts.o(.text.comStep) - commutate 0x080026ad Thumb Code 312 main.o(.text.commutate) - computeDshotDMA 0x08002801 Thumb Code 868 dshot.o(.text.computeDshotDMA) - computeServoInput 0x08002b91 Thumb Code 352 signal.o(.text.computeServoInput) - delayMicros 0x08002d21 Thumb Code 16 functions.o(.text.delayMicros) - delayMillis 0x08002d35 Thumb Code 36 functions.o(.text.delayMillis) - detectInput 0x08002d61 Thumb Code 324 signal.o(.text.detectInput) - disableComTimerInt 0x08002ec9 Thumb Code 12 peripherals.o(.text.disableComTimerInt) - enableADC_DMA 0x08002ed5 Thumb Code 72 adc.o(.text.enableADC_DMA) - enableCompInterrupts 0x08002f35 Thumb Code 16 comparator.o(.text.enableCompInterrupts) - enableCorePeripherals 0x08002f49 Thumb Code 248 peripherals.o(.text.enableCorePeripherals) - enableHalfTransferInt 0x08003059 Thumb Code 12 io.o(.text.enableHalfTransferInt) - fullBrake 0x08003069 Thumb Code 104 phaseouts.o(.text.fullBrake) - generatePwmTimerEvent 0x080030d5 Thumb Code 12 peripherals.o(.text.generatePwmTimerEvent) - getAbsDif 0x080030e5 Thumb Code 10 functions.o(.text.getAbsDif) - getCompOutputLevel 0x080030f1 Thumb Code 32 comparator.o(.text.getCompOutputLevel) - getInputPinState 0x0800311d Thumb Code 12 io.o(.text.getInputPinState) - getintervaTimerCount 0x0800312d Thumb Code 8 peripherals.o(.text.getintervaTimerCount) - initAfterJump 0x08003139 Thumb Code 292 peripherals.o(.text.initAfterJump) - initCorePeripherals 0x0800327d Thumb Code 484 peripherals.o(.text.initCorePeripherals) - interruptRoutine 0x0800348d Thumb Code 168 main.o(.text.interruptRoutine) - loadEEpromSettings 0x08003539 Thumb Code 692 main.o(.text.loadEEpromSettings) - main 0x08003825 Thumb Code 1908 main.o(.text.main) - makeTelemPackage 0x08003fb9 Thumb Code 1580 serial_telemetry.o(.text.makeTelemPackage) - make_dshot_package 0x080045e9 Thumb Code 400 dshot.o(.text.make_dshot_package) - map 0x08004795 Thumb Code 38 functions.o(.text.map) - maskPhaseInterrupts 0x080047bd Thumb Code 16 comparator.o(.text.maskPhaseInterrupts) - playBeaconTune3 0x080047d1 Thumb Code 92 sounds.o(.text.playBeaconTune3) - playBlueJayTune 0x0800482d Thumb Code 208 sounds.o(.text.playBlueJayTune) - playChangedTone 0x0800490d Thumb Code 80 sounds.o(.text.playChangedTone) - playDefaultTone 0x0800495d Thumb Code 80 sounds.o(.text.playDefaultTone) - playInputTune 0x080049ad Thumb Code 100 sounds.o(.text.playInputTune) - playInputTune2 0x08004a11 Thumb Code 104 sounds.o(.text.playInputTune2) - playStartupTune 0x08004a79 Thumb Code 120 sounds.o(.text.playStartupTune) - proportionalBrake 0x08004b05 Thumb Code 96 phaseouts.o(.text.proportionalBrake) - read_flash_bin 0x08004b69 Thumb Code 18 eeprom.o(.text.read_flash_bin) - receiveDshotDma 0x08004b7d Thumb Code 112 io.o(.text.receiveDshotDma) - reloadWatchDogCounter 0x08004c05 Thumb Code 8 peripherals.o(.text.reloadWatchDogCounter) - resetInputCaptureTimer 0x08004c15 Thumb Code 12 peripherals.o(.text.resetInputCaptureTimer) - saveEEpromSettings 0x08004c25 Thumb Code 88 main.o(.text.saveEEpromSettings) - save_flash_nolib 0x08004c8d Thumb Code 260 eeprom.o(.text.save_flash_nolib) - sendDshotDma 0x08004d99 Thumb Code 128 io.o(.text.sendDshotDma) - send_telem_DMA 0x08004e31 Thumb Code 60 serial_telemetry.o(.text.send_telem_DMA) - setAndEnableComInt 0x08004e71 Thumb Code 20 peripherals.o(.text.setAndEnableComInt) - setAutoReloadPWM 0x08004e89 Thumb Code 8 peripherals.o(.text.setAutoReloadPWM) - setDutyCycleAll 0x08004e95 Thumb Code 12 peripherals.o(.text.setDutyCycleAll) - setInputPolarityRising 0x08004ea1 Thumb Code 12 io.o(.text.setInputPolarityRising) - setPWMCompare1 0x08004eb1 Thumb Code 8 peripherals.o(.text.setPWMCompare1) - setPWMCompare2 0x08004ebd Thumb Code 8 peripherals.o(.text.setPWMCompare2) - setPWMCompare3 0x08004ec9 Thumb Code 8 peripherals.o(.text.setPWMCompare3) - setPrescalerPWM 0x08004ed5 Thumb Code 8 peripherals.o(.text.setPrescalerPWM) - setVolume 0x08004ee1 Thumb Code 16 sounds.o(.text.setVolume) - setintervaTimerCount 0x08004ef5 Thumb Code 8 peripherals.o(.text.setintervaTimerCount) - telem_UART_Init 0x08004f01 Thumb Code 308 serial_telemetry.o(.text.telem_UART_Init) - tenKhzRoutine 0x0800505d Thumb Code 2444 main.o(.text.tenKhzRoutine) - transfercomplete 0x08005a11 Thumb Code 248 signal.o(.text.transfercomplete) - __scatterload_copy 0x08005b35 Thumb Code 14 handlers.o(i.__scatterload_copy) - __scatterload_null 0x08005b43 Thumb Code 2 handlers.o(i.__scatterload_null) - __scatterload_zeroinit 0x08005b45 Thumb Code 14 handlers.o(i.__scatterload_zeroinit) - AHBPrescTable 0x08005b52 Data 16 system_stm32f0xx.o(.rodata.AHBPrescTable) - APBPrescTable 0x08005b62 Data 8 system_stm32f0xx.o(.rodata.APBPrescTable) - gcr_encode_table 0x08005b6a Data 16 dshot.o(.rodata.gcr_encode_table) - Region$$Table$$Base 0x08005b7c Number 0 anon$$obj.o(Region$$Table) - Region$$Table$$Limit 0x08005b9c Number 0 anon$$obj.o(Region$$Table) - eeprom_layout_version 0x200000c0 Data 1 main.o(.data..L_MergedGlobals) - comp_pwm 0x200000c1 Data 1 main.o(.data..L_MergedGlobals) - VARIABLE_PWM 0x200000c2 Data 1 main.o(.data..L_MergedGlobals) - stuck_rotor_protection 0x200000c3 Data 1 main.o(.data..L_MergedGlobals) - telemetry_interval_ms 0x200000c4 Data 1 main.o(.data..L_MergedGlobals) - TEMPERATURE_LIMIT 0x200000c5 Data 1 main.o(.data..L_MergedGlobals) - advance_level 0x200000c6 Data 1 main.o(.data..L_MergedGlobals) - motor_poles 0x200000c7 Data 1 main.o(.data..L_MergedGlobals) - sine_mode_power 0x200000c8 Data 1 main.o(.data..L_MergedGlobals) - drag_brake_strength 0x200000c9 Data 1 main.o(.data..L_MergedGlobals) - driving_brake_strength 0x200000ca Data 1 main.o(.data..L_MergedGlobals) - dead_time_override 0x200000cb Data 1 main.o(.data..L_MergedGlobals) - sine_mode_changeover_thottle_level 0x200000cc Data 1 main.o(.data..L_MergedGlobals) - servo_dead_band 0x200000cd Data 1 main.o(.data..L_MergedGlobals) - maximum_throttle_change_ramp 0x200000ce Data 1 main.o(.data..L_MergedGlobals) - low_rpm_throttle_limit 0x200000cf Data 1 main.o(.data..L_MergedGlobals) - VOLTAGE_DIVIDER 0x200000d0 Data 1 main.o(.data..L_MergedGlobals) - bemf_timeout 0x200000d1 Data 1 main.o(.data..L_MergedGlobals) - reversing_dead_band 0x200000d2 Data 1 main.o(.data..L_MergedGlobals) - max_duty_cycle_change 0x200000d3 Data 1 main.o(.data..L_MergedGlobals) - fast_accel 0x200000d4 Data 1 main.o(.data..L_MergedGlobals) - changeover_step 0x200000d5 Data 1 main.o(.data..L_MergedGlobals) - filter_level 0x200000d6 Data 1 main.o(.data..L_MergedGlobals) - advancedivisor 0x200000d7 Data 1 main.o(.data..L_MergedGlobals) - rising 0x200000d8 Data 1 main.o(.data..L_MergedGlobals) - forward 0x200000d9 Data 1 main.o(.data..L_MergedGlobals) - bad_count_threshold 0x200000da Data 1 main.o(.data..L_MergedGlobals) - min_bemf_counts_up 0x200000db Data 1 main.o(.data..L_MergedGlobals) - min_bemf_counts_down 0x200000dc Data 1 main.o(.data..L_MergedGlobals) - step 0x200000dd Data 1 main.o(.data..L_MergedGlobals) - motor_kv 0x200000de Data 2 main.o(.data..L_MergedGlobals) - CURRENT_LIMIT 0x200000e0 Data 2 main.o(.data..L_MergedGlobals) - stall_protect_target_interval 0x200000e2 Data 2 main.o(.data..L_MergedGlobals) - enter_sine_angle 0x200000e4 Data 2 main.o(.data..L_MergedGlobals) - servo_low_threshold 0x200000e6 Data 2 main.o(.data..L_MergedGlobals) - servo_high_threshold 0x200000e8 Data 2 main.o(.data..L_MergedGlobals) - servo_neutral 0x200000ea Data 2 main.o(.data..L_MergedGlobals) - low_cell_volt_cutoff 0x200000ec Data 2 main.o(.data..L_MergedGlobals) - ADC_CCR 0x200000ee Data 2 main.o(.data..L_MergedGlobals) - use_current_limit_adjust 0x200000f0 Data 2 main.o(.data..L_MergedGlobals) - reverse_speed_threshold 0x200000f2 Data 2 main.o(.data..L_MergedGlobals) - min_startup_duty 0x200000f4 Data 2 main.o(.data..L_MergedGlobals) - sin_mode_min_s_d 0x200000f6 Data 2 main.o(.data..L_MergedGlobals) - startup_max_duty_cycle 0x200000f8 Data 2 main.o(.data..L_MergedGlobals) - minimum_duty_cycle 0x200000fa Data 2 main.o(.data..L_MergedGlobals) - stall_protect_minimum_duty 0x200000fc Data 2 main.o(.data..L_MergedGlobals) - tim1_arr 0x200000fe Data 2 main.o(.data..L_MergedGlobals) - TIMER1_MAX_ARR 0x20000100 Data 2 main.o(.data..L_MergedGlobals) - duty_cycle_maximum 0x20000102 Data 2 main.o(.data..L_MergedGlobals) - low_rpm_level 0x20000104 Data 2 main.o(.data..L_MergedGlobals) - high_rpm_level 0x20000106 Data 2 main.o(.data..L_MergedGlobals) - throttle_max_at_low_rpm 0x20000108 Data 2 main.o(.data..L_MergedGlobals) - throttle_max_at_high_rpm 0x2000010a Data 2 main.o(.data..L_MergedGlobals) - step_delay 0x2000010c Data 2 main.o(.data..L_MergedGlobals) - gate_drive_offset 0x2000010e Data 2 main.o(.data..L_MergedGlobals) - commutation_interval 0x20000110 Data 2 main.o(.data..L_MergedGlobals) - MAXIMUM_RPM_SPEED_CONTROL 0x20000114 Data 4 main.o(.data..L_MergedGlobals) - MINIMUM_RPM_SPEED_CONTROL 0x20000118 Data 4 main.o(.data..L_MergedGlobals) - buffersize 0x2000011c Data 1 signal.o(.data..L_MergedGlobals) - smallestnumber 0x2000011e Data 2 signal.o(.data..L_MergedGlobals) - FLASH_FKEY1 0x20000120 Data 4 eeprom.o(.data..L_MergedGlobals) - FLASH_FKEY2 0x20000124 Data 4 eeprom.o(.data..L_MergedGlobals) - speedPid 0x20000128 Data 40 main.o(.data..L_MergedGlobals.1) - currentPid 0x20000150 Data 40 main.o(.data..L_MergedGlobals.1) - stallPid 0x20000178 Data 40 main.o(.data..L_MergedGlobals.1) - SystemCoreClock 0x200001a0 Data 4 system_stm32f0xx.o(.data.SystemCoreClock) - active_COMP 0x200001a4 Data 4 comparator.o(.data.active_COMP) - ic_timer_prescaler 0x200001a8 Data 1 io.o(.data.ic_timer_prescaler) - max_servo_deviation 0x200001ac Data 4 signal.o(.data.max_servo_deviation) - nbDataToTransmit 0x200001b0 Data 1 serial_telemetry.o(.data.nbDataToTransmit) - pwmSin 0x200001b2 Data 720 main.o(.data.pwmSin) - firmware_info 0x20000482 Data 14 main.o(.firmware_info) - EDT_ARM_ENABLE 0x20000490 Data 1 dshot.o(.bss..L_MergedGlobals) - EDT_ARMED 0x20000491 Data 1 dshot.o(.bss..L_MergedGlobals) - command_count 0x20000492 Data 1 dshot.o(.bss..L_MergedGlobals) - last_command 0x20000493 Data 1 dshot.o(.bss..L_MergedGlobals) - high_pin_count 0x20000494 Data 1 dshot.o(.bss..L_MergedGlobals) - dshot_extended_telemetry 0x20000495 Data 1 dshot.o(.bss..L_MergedGlobals) - send_extended_dshot 0x20000496 Data 2 dshot.o(.bss..L_MergedGlobals) - halfpulsetime 0x20000498 Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_frametime 0x2000049a Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_goodcounts 0x2000049c Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_badcounts 0x2000049e Data 2 dshot.o(.bss..L_MergedGlobals) - shift_amount 0x200004a0 Data 4 dshot.o(.bss..L_MergedGlobals) - dshot_full_number 0x200004a4 Data 4 dshot.o(.bss..L_MergedGlobals) - gcrnumber 0x200004a8 Data 4 dshot.o(.bss..L_MergedGlobals) - dpulse 0x200004ac Data 64 dshot.o(.bss..L_MergedGlobals) - out_put 0x200004ec Data 1 io.o(.bss..L_MergedGlobals) - buffer_padding 0x200004ed Data 1 io.o(.bss..L_MergedGlobals) - enter_calibration_count 0x200004f0 Data 1 signal.o(.bss..L_MergedGlobals.1) - calibration_required 0x200004f1 Data 1 signal.o(.bss..L_MergedGlobals.1) - high_calibration_counts 0x200004f2 Data 1 signal.o(.bss..L_MergedGlobals.1) - high_calibration_set 0x200004f3 Data 1 signal.o(.bss..L_MergedGlobals.1) - low_calibration_counts 0x200004f4 Data 1 signal.o(.bss..L_MergedGlobals.1) - output_timer_prescaler 0x200004f5 Data 1 signal.o(.bss..L_MergedGlobals.1) - last_high_threshold 0x200004f6 Data 2 signal.o(.bss..L_MergedGlobals.1) - last_input 0x200004f8 Data 2 signal.o(.bss..L_MergedGlobals.1) - servorawinput 0x200004fc Data 4 signal.o(.bss..L_MergedGlobals.1) - average_signal_pulse 0x20000500 Data 4 signal.o(.bss..L_MergedGlobals.1) - drive_by_rpm 0x20000504 Data 1 main.o(.bss..L_MergedGlobals.2) - compute_dshot_flag 0x20000505 Data 1 main.o(.bss..L_MergedGlobals.2) - dir_reversed 0x20000506 Data 1 main.o(.bss..L_MergedGlobals.2) - bi_direction 0x20000507 Data 1 main.o(.bss..L_MergedGlobals.2) - brake_on_stop 0x20000508 Data 1 main.o(.bss..L_MergedGlobals.2) - stall_protection 0x20000509 Data 1 main.o(.bss..L_MergedGlobals.2) - use_sin_start 0x2000050a Data 1 main.o(.bss..L_MergedGlobals.2) - TLM_ON_INTERVAL 0x2000050b Data 1 main.o(.bss..L_MergedGlobals.2) - USE_HALL_SENSOR 0x2000050c Data 1 main.o(.bss..L_MergedGlobals.2) - do_once_sinemode 0x2000050d Data 1 main.o(.bss..L_MergedGlobals.2) - LOW_VOLTAGE_CUTOFF 0x2000050e Data 1 main.o(.bss..L_MergedGlobals.2) - RC_CAR_REVERSE 0x2000050f Data 1 main.o(.bss..L_MergedGlobals.2) - use_speed_control_loop 0x20000510 Data 1 main.o(.bss..L_MergedGlobals.2) - use_current_limit 0x20000511 Data 1 main.o(.bss..L_MergedGlobals.2) - desync_happened 0x20000512 Data 1 main.o(.bss..L_MergedGlobals.2) - crawler_mode 0x20000513 Data 1 main.o(.bss..L_MergedGlobals.2) - cell_count 0x20000514 Data 1 main.o(.bss..L_MergedGlobals.2) - brushed_direction_set 0x20000515 Data 1 main.o(.bss..L_MergedGlobals.2) - play_tone_flag 0x20000516 Data 1 main.o(.bss..L_MergedGlobals.2) - desync_check 0x20000517 Data 1 main.o(.bss..L_MergedGlobals.2) - adc_counter 0x20000518 Data 1 main.o(.bss..L_MergedGlobals.2) - send_telemetry 0x20000519 Data 1 main.o(.bss..L_MergedGlobals.2) - prop_brake_active 0x2000051a Data 1 main.o(.bss..L_MergedGlobals.2) - old_routine 0x2000051b Data 1 main.o(.bss..L_MergedGlobals.2) - readIndex 0x2000051c Data 1 main.o(.bss..L_MergedGlobals.2) - bemf_timeout_happened 0x2000051d Data 1 main.o(.bss..L_MergedGlobals.2) - running 0x2000051e Data 1 main.o(.bss..L_MergedGlobals.2) - stepper_sine 0x2000051f Data 1 main.o(.bss..L_MergedGlobals.2) - stuckcounter 0x20000520 Data 1 main.o(.bss..L_MergedGlobals.2) - bad_count 0x20000521 Data 1 main.o(.bss..L_MergedGlobals.2) - armed 0x20000522 Data 1 main.o(.bss..L_MergedGlobals.2) - inputSet 0x20000523 Data 1 main.o(.bss..L_MergedGlobals.2) - dshot 0x20000524 Data 1 main.o(.bss..L_MergedGlobals.2) - servoPwm 0x20000525 Data 1 main.o(.bss..L_MergedGlobals.2) - zcfound 0x20000526 Data 1 main.o(.bss..L_MergedGlobals.2) - bemfcounter 0x20000527 Data 1 main.o(.bss..L_MergedGlobals.2) - degrees_celsius 0x20000528 Data 1 main.o(.bss..L_MergedGlobals.2) - EEPROM_VERSION 0x20000529 Data 1 main.o(.bss..L_MergedGlobals.2) - temperature_offset 0x2000052a Data 1 main.o(.bss..L_MergedGlobals.2) - target_e_com_time 0x2000052c Data 2 main.o(.bss..L_MergedGlobals.2) - low_voltage_count 0x2000052e Data 2 main.o(.bss..L_MergedGlobals.2) - tenkhzcounter 0x20000530 Data 2 main.o(.bss..L_MergedGlobals.2) - actual_current 0x20000532 Data 2 main.o(.bss..L_MergedGlobals.2) - last_duty_cycle 0x20000534 Data 2 main.o(.bss..L_MergedGlobals.2) - adjusted_input 0x20000536 Data 2 main.o(.bss..L_MergedGlobals.2) - smoothedinput 0x20000538 Data 2 main.o(.bss..L_MergedGlobals.2) - advance 0x2000053a Data 2 main.o(.bss..L_MergedGlobals.2) - zero_input_count 0x2000053c Data 2 main.o(.bss..L_MergedGlobals.2) - input 0x2000053e Data 2 main.o(.bss..L_MergedGlobals.2) - newinput 0x20000540 Data 2 main.o(.bss..L_MergedGlobals.2) - duty_cycle 0x20000542 Data 2 main.o(.bss..L_MergedGlobals.2) - waitTime 0x20000544 Data 2 main.o(.bss..L_MergedGlobals.2) - signaltimeout 0x20000546 Data 2 main.o(.bss..L_MergedGlobals.2) - thiszctime 0x20000548 Data 2 main.o(.bss..L_MergedGlobals.2) - battery_voltage 0x2000054a Data 2 main.o(.bss..L_MergedGlobals.2) - armed_timeout_count 0x2000054c Data 2 main.o(.bss..L_MergedGlobals.2) - telem_ms_count 0x2000054e Data 2 main.o(.bss..L_MergedGlobals.2) - phase_A_position 0x20000550 Data 2 main.o(.bss..L_MergedGlobals.2) - phase_B_position 0x20000552 Data 2 main.o(.bss..L_MergedGlobals.2) - phase_C_position 0x20000554 Data 2 main.o(.bss..L_MergedGlobals.2) - adjusted_duty_cycle 0x20000556 Data 2 main.o(.bss..L_MergedGlobals.2) - e_rpm 0x20000558 Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_temp 0x2000055a Data 2 main.o(.bss..L_MergedGlobals.2) - converted_degrees 0x2000055c Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_volts 0x2000055e Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_current 0x20000560 Data 2 main.o(.bss..L_MergedGlobals.2) - k_erpm 0x20000562 Data 2 main.o(.bss..L_MergedGlobals.2) - input_override 0x20000564 Data 4 main.o(.bss..L_MergedGlobals.2) - stall_protection_adjust 0x20000568 Data 4 main.o(.bss..L_MergedGlobals.2) - MCU_Id 0x2000056c Data 4 main.o(.bss..L_MergedGlobals.2) - REV_Id 0x20000570 Data 4 main.o(.bss..L_MergedGlobals.2) - consumed_current 0x20000574 Data 4 main.o(.bss..L_MergedGlobals.2) - smoothed_raw_current 0x20000578 Data 4 main.o(.bss..L_MergedGlobals.2) - average_interval 0x2000057c Data 4 main.o(.bss..L_MergedGlobals.2) - total 0x20000580 Data 4 main.o(.bss..L_MergedGlobals.3) - e_com_time 0x20000584 Data 4 main.o(.bss..L_MergedGlobals.3) - zero_crosses 0x20000588 Data 4 main.o(.bss..L_MergedGlobals.3) - last_average_interval 0x2000058c Data 4 main.o(.bss..L_MergedGlobals.3) - commutation_intervals 0x20000590 Data 12 main.o(.bss..L_MergedGlobals.3) - readings 0x2000059c Data 60 main.o(.bss..L_MergedGlobals.3) - ADCDataDMA 0x200005d8 Data 6 adc.o(.bss.ADCDataDMA) - aTxBuffer 0x200005de Data 10 serial_telemetry.o(.bss.aTxBuffer) - beep_volume 0x200005e8 Data 1 sounds.o(.bss.beep_volume) - dma_buffer 0x200005ec Data 256 io.o(.bss.dma_buffer) - dshot_telemetry 0x200006ec Data 1 main.o(.bss.dshot_telemetry) - dshotcommand 0x200006ed Data 1 main.o(.bss.dshotcommand) - eepromBuffer 0x200006ee Data 176 main.o(.bss.eepromBuffer) - gcr 0x200007a0 Data 148 dshot.o(.bss.gcr) - last_dshot_command 0x20000834 Data 1 main.o(.bss.last_dshot_command) - __initial_sp 0x20000c38 Data 0 startup_stm32f051k8.o(STACK) - - - -============================================================================== - -Memory Map of the image - - Image Entry point : 0x080010bd - - Load Region LR_IROM1 (Base: 0x08001000, Size: 0x00004f70, Max: 0x00007fff, ABSOLUTE, COMPRESSED[0x00004ea0]) - - Execution Region ER_IROM1 (Exec base: 0x08001000, Load base: 0x08001000, Size: 0x00004b9c, Max: 0x00007fff, ABSOLUTE) - - Exec Addr Load Addr Size Type Attr Idx E Section Name Object - - 0x08001000 0x08001000 0x000000bc Data RO 3 RESET startup_stm32f051k8.o - 0x080010bc 0x080010bc 0x00000000 Code RO 612 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) - 0x080010bc 0x080010bc 0x00000004 Code RO 645 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) - 0x080010c0 0x080010c0 0x00000004 Code RO 648 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) - 0x080010c4 0x080010c4 0x00000000 Code RO 650 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) - 0x080010c4 0x080010c4 0x00000000 Code RO 652 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) - 0x080010c4 0x080010c4 0x00000008 Code RO 653 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) - 0x080010cc 0x080010cc 0x00000000 Code RO 655 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) - 0x080010cc 0x080010cc 0x00000000 Code RO 657 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) - 0x080010cc 0x080010cc 0x00000004 Code RO 646 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) - 0x080010d0 0x080010d0 0x0000001c Code RO 4 .text startup_stm32f051k8.o - 0x080010ec 0x080010ec 0x00000024 Code RO 623 .text mc_p.l(memcpya.o) - 0x08001110 0x08001110 0x00000024 Code RO 625 .text mc_p.l(memseta.o) - 0x08001134 0x08001134 0x000000b2 Code RO 629 .text mf_p.l(fadd.o) - 0x080011e6 0x080011e6 0x0000007c Code RO 631 .text mf_p.l(fdiv.o) - 0x08001262 0x08001262 0x0000001c Code RO 633 .text mf_p.l(fcmple.o) - 0x0800127e 0x0800127e 0x0000001c Code RO 635 .text mf_p.l(fcmplt.o) - 0x0800129a 0x0800129a 0x0000001c Code RO 637 .text mf_p.l(fcmpge.o) - 0x080012b6 0x080012b6 0x0000001c Code RO 639 .text mf_p.l(fcmpgt.o) - 0x080012d2 0x080012d2 0x00000016 Code RO 641 .text mf_p.l(fflti.o) - 0x080012e8 0x080012e8 0x00000032 Code RO 643 .text mf_p.l(ffixi.o) - 0x0800131a 0x0800131a 0x0000003e Code RO 663 .text mc_p.l(uidiv_div0.o) - 0x08001358 0x08001358 0x00000050 Code RO 665 .text mc_p.l(idiv_div0.o) - 0x080013a8 0x080013a8 0x00000000 Code RO 669 .text mc_p.l(iusefp.o) - 0x080013a8 0x080013a8 0x00000082 Code RO 670 .text mf_p.l(fepilogue.o) - 0x0800142a 0x0800142a 0x00000002 PAD - 0x0800142c 0x0800142c 0x00000024 Code RO 672 .text mc_p.l(init.o) - 0x08001450 0x08001450 0x00000056 Code RO 682 .text mc_p.l(__dczerorl2.o) - 0x080014a6 0x080014a6 0x00000002 PAD - 0x080014a8 0x080014a8 0x0000001c Code RO 391 .text.ADC1_COMP_IRQHandler stm32f0xx_it.o - 0x080014c4 0x080014c4 0x00000028 Code RO 174 .text.ADC_DMA_Callback adc.o - 0x080014ec 0x080014ec 0x0000014c Code RO 180 .text.ADC_Init adc.o - 0x08001638 0x08001638 0x00000028 Code RO 405 .text.DMA1_Channel1_IRQHandler stm32f0xx_it.o - 0x08001660 0x08001660 0x0000001c Code RO 387 .text.DMA1_Channel2_3_IRQHandler stm32f0xx_it.o - 0x0800167c 0x0800167c 0x00000060 Code RO 389 .text.DMA1_Channel4_5_IRQHandler stm32f0xx_it.o - 0x080016dc 0x080016dc 0x00000002 Code RO 379 .text.HardFault_Handler stm32f0xx_it.o - 0x080016de 0x080016de 0x00000002 PAD - 0x080016e0 0x080016e0 0x00000034 Code RO 435 .text.LL_ADC_Init stm32f0xx_ll_adc.o - 0x08001714 0x08001714 0x0000002c Code RO 439 .text.LL_ADC_REG_Init stm32f0xx_ll_adc.o - 0x08001740 0x08001740 0x000000b0 Code RO 495 .text.LL_GPIO_Init stm32f0xx_ll_gpio.o - 0x080017f0 0x080017f0 0x00000020 Code RO 593 .text.LL_Init1msTick stm32f0xx_ll_utils.o - 0x08001810 0x08001810 0x00000054 Code RO 517 .text.LL_RCC_GetSystemClocksFreq stm32f0xx_ll_rcc.o - 0x08001864 0x08001864 0x000000c0 Code RO 525 .text.LL_RCC_GetUSARTClockFreq stm32f0xx_ll_rcc.o - 0x08001924 0x08001924 0x0000000c Code RO 597 .text.LL_SetSystemCoreClock stm32f0xx_ll_utils.o - 0x08001930 0x08001930 0x00000040 Code RO 565 .text.LL_TIM_BDTR_Init stm32f0xx_ll_tim.o - 0x08001970 0x08001970 0x000000bc Code RO 545 .text.LL_TIM_Init stm32f0xx_ll_tim.o - 0x08001a2c 0x08001a2c 0x00000234 Code RO 549 .text.LL_TIM_OC_Init stm32f0xx_ll_tim.o - 0x08001c60 0x08001c60 0x000000b8 Code RO 577 .text.LL_USART_Init stm32f0xx_ll_usart.o - 0x08001d18 0x08001d18 0x0000002c Code RO 275 .text.MX_IWDG_Init peripherals.o - 0x08001d44 0x08001d44 0x00000220 Code RO 259 .text.MX_TIM1_Init peripherals.o - 0x08001f64 0x08001f64 0x00000002 Code RO 377 .text.NMI_Handler stm32f0xx_it.o - 0x08001f66 0x08001f66 0x00000002 Code RO 383 .text.PendSV_Handler stm32f0xx_it.o - 0x08001f68 0x08001f68 0x00000054 Code RO 57 .text.PeriodElapsedCallback main.o - 0x08001fbc 0x08001fbc 0x00000002 Code RO 381 .text.SVC_Handler stm32f0xx_it.o - 0x08001fbe 0x08001fbe 0x00000002 Code RO 385 .text.SysTick_Handler stm32f0xx_it.o - 0x08001fc0 0x08001fc0 0x000000c4 Code RO 253 .text.SystemClock_Config peripherals.o - 0x08002084 0x08002084 0x00000002 Code RO 416 .text.SystemInit system_stm32f0xx.o - 0x08002086 0x08002086 0x00000002 PAD - 0x08002088 0x08002088 0x00000014 Code RO 395 .text.TIM14_IRQHandler stm32f0xx_it.o - 0x0800209c 0x0800209c 0x00000028 Code RO 401 .text.TIM15_IRQHandler stm32f0xx_it.o - 0x080020c4 0x080020c4 0x00000002 Code RO 397 .text.TIM16_IRQHandler stm32f0xx_it.o - 0x080020c6 0x080020c6 0x00000002 PAD - 0x080020c8 0x080020c8 0x00000028 Code RO 407 .text.TIM1_BRK_UP_TRG_COM_IRQHandler stm32f0xx_it.o - 0x080020f0 0x080020f0 0x00000028 Code RO 403 .text.TIM3_IRQHandler stm32f0xx_it.o - 0x08002118 0x08002118 0x0000001c Code RO 393 .text.TIM6_DAC_IRQHandler stm32f0xx_it.o - 0x08002134 0x08002134 0x00000002 Code RO 399 .text.USART1_IRQHandler stm32f0xx_it.o - 0x08002136 0x08002136 0x00000002 PAD - 0x08002138 0x08002138 0x00000050 Code RO 178 .text.activateADC adc.o - 0x08002188 0x08002188 0x0000011c Code RO 65 .text.advanceincrement main.o - 0x080022a4 0x080022a4 0x00000068 Code RO 337 .text.allOff phaseouts.o - 0x0800230c 0x0800230c 0x0000008c Code RO 343 .text.allpwm phaseouts.o - 0x08002398 0x08002398 0x0000005c Code RO 197 .text.changeCompInput comparator.o - 0x080023f4 0x080023f4 0x000002b8 Code RO 339 .text.comStep phaseouts.o - 0x080026ac 0x080026ac 0x00000154 Code RO 55 .text.commutate main.o - 0x08002800 0x08002800 0x00000390 Code RO 11 .text.computeDshotDMA dshot.o - 0x08002b90 0x08002b90 0x00000190 Code RO 116 .text.computeServoInput signal.o - 0x08002d20 0x08002d20 0x00000014 Code RO 31 .text.delayMicros functions.o - 0x08002d34 0x08002d34 0x0000002c Code RO 33 .text.delayMillis functions.o - 0x08002d60 0x08002d60 0x00000168 Code RO 124 .text.detectInput signal.o - 0x08002ec8 0x08002ec8 0x0000000c Code RO 281 .text.disableComTimerInt peripherals.o - 0x08002ed4 0x08002ed4 0x00000060 Code RO 176 .text.enableADC_DMA adc.o - 0x08002f34 0x08002f34 0x00000014 Code RO 195 .text.enableCompInterrupts comparator.o - 0x08002f48 0x08002f48 0x00000110 Code RO 307 .text.enableCorePeripherals peripherals.o - 0x08003058 0x08003058 0x00000010 Code RO 237 .text.enableHalfTransferInt io.o - 0x08003068 0x08003068 0x0000006c Code RO 341 .text.fullBrake phaseouts.o - 0x080030d4 0x080030d4 0x00000010 Code RO 303 .text.generatePwmTimerEvent peripherals.o - 0x080030e4 0x080030e4 0x0000000a Code RO 29 .text.getAbsDif functions.o - 0x080030ee 0x080030ee 0x00000002 PAD - 0x080030f0 0x080030f0 0x0000002c Code RO 191 .text.getCompOutputLevel comparator.o - 0x0800311c 0x0800311c 0x00000010 Code RO 229 .text.getInputPinState io.o - 0x0800312c 0x0800312c 0x0000000c Code RO 287 .text.getintervaTimerCount peripherals.o - 0x08003138 0x08003138 0x00000144 Code RO 273 .text.initAfterJump peripherals.o - 0x0800327c 0x0800327c 0x00000210 Code RO 251 .text.initCorePeripherals peripherals.o - 0x0800348c 0x0800348c 0x000000ac Code RO 59 .text.interruptRoutine main.o - 0x08003538 0x08003538 0x000002ec Code RO 47 .text.loadEEpromSettings main.o - 0x08003824 0x08003824 0x00000794 Code RO 69 .text.main main.o - 0x08003fb8 0x08003fb8 0x00000630 Code RO 365 .text.makeTelemPackage serial_telemetry.o - 0x080045e8 0x080045e8 0x000001ac Code RO 13 .text.make_dshot_package dshot.o - 0x08004794 0x08004794 0x00000026 Code RO 27 .text.map functions.o - 0x080047ba 0x080047ba 0x00000002 PAD - 0x080047bc 0x080047bc 0x00000014 Code RO 193 .text.maskPhaseInterrupts comparator.o - 0x080047d0 0x080047d0 0x0000005c Code RO 163 .text.playBeaconTune3 sounds.o - 0x0800482c 0x0800482c 0x000000e0 Code RO 147 .text.playBlueJayTune sounds.o - 0x0800490c 0x0800490c 0x00000050 Code RO 161 .text.playChangedTone sounds.o - 0x0800495c 0x0800495c 0x00000050 Code RO 159 .text.playDefaultTone sounds.o - 0x080049ac 0x080049ac 0x00000064 Code RO 157 .text.playInputTune sounds.o - 0x08004a10 0x08004a10 0x00000068 Code RO 155 .text.playInputTune2 sounds.o - 0x08004a78 0x08004a78 0x0000008c Code RO 149 .text.playStartupTune sounds.o - 0x08004b04 0x08004b04 0x00000064 Code RO 317 .text.proportionalBrake phaseouts.o - 0x08004b68 0x08004b68 0x00000012 Code RO 210 .text.read_flash_bin eeprom.o - 0x08004b7a 0x08004b7a 0x00000002 PAD - 0x08004b7c 0x08004b7c 0x00000088 Code RO 225 .text.receiveDshotDma io.o - 0x08004c04 0x08004c04 0x00000010 Code RO 279 .text.reloadWatchDogCounter peripherals.o - 0x08004c14 0x08004c14 0x00000010 Code RO 305 .text.resetInputCaptureTimer peripherals.o - 0x08004c24 0x08004c24 0x00000068 Code RO 49 .text.saveEEpromSettings main.o - 0x08004c8c 0x08004c8c 0x0000010c Code RO 208 .text.save_flash_nolib eeprom.o - 0x08004d98 0x08004d98 0x00000098 Code RO 227 .text.sendDshotDma io.o - 0x08004e30 0x08004e30 0x00000040 Code RO 359 .text.send_telem_DMA serial_telemetry.o - 0x08004e70 0x08004e70 0x00000018 Code RO 285 .text.setAndEnableComInt peripherals.o - 0x08004e88 0x08004e88 0x0000000c Code RO 293 .text.setAutoReloadPWM peripherals.o - 0x08004e94 0x08004e94 0x0000000c Code RO 295 .text.setDutyCycleAll peripherals.o - 0x08004ea0 0x08004ea0 0x00000010 Code RO 231 .text.setInputPolarityRising io.o - 0x08004eb0 0x08004eb0 0x0000000c Code RO 297 .text.setPWMCompare1 peripherals.o - 0x08004ebc 0x08004ebc 0x0000000c Code RO 299 .text.setPWMCompare2 peripherals.o - 0x08004ec8 0x08004ec8 0x0000000c Code RO 301 .text.setPWMCompare3 peripherals.o - 0x08004ed4 0x08004ed4 0x0000000c Code RO 291 .text.setPrescalerPWM peripherals.o - 0x08004ee0 0x08004ee0 0x00000014 Code RO 139 .text.setVolume sounds.o - 0x08004ef4 0x08004ef4 0x0000000c Code RO 289 .text.setintervaTimerCount peripherals.o - 0x08004f00 0x08004f00 0x0000015c Code RO 357 .text.telem_UART_Init serial_telemetry.o - 0x0800505c 0x0800505c 0x000009b4 Code RO 63 .text.tenKhzRoutine main.o - 0x08005a10 0x08005a10 0x00000124 Code RO 118 .text.transfercomplete signal.o - 0x08005b34 0x08005b34 0x0000000e Code RO 676 i.__scatterload_copy mc_p.l(handlers.o) - 0x08005b42 0x08005b42 0x00000002 Code RO 677 i.__scatterload_null mc_p.l(handlers.o) - 0x08005b44 0x08005b44 0x0000000e Code RO 678 i.__scatterload_zeroinit mc_p.l(handlers.o) - 0x08005b52 0x08005b52 0x00000010 Data RO 421 .rodata.AHBPrescTable system_stm32f0xx.o - 0x08005b62 0x08005b62 0x00000008 Data RO 422 .rodata.APBPrescTable system_stm32f0xx.o - 0x08005b6a 0x08005b6a 0x00000010 Data RO 15 .rodata.gcr_encode_table dshot.o - 0x08005b7a 0x08005b7a 0x00000002 PAD - 0x08005b7c 0x08005b7c 0x00000020 Data RO 675 Region$$Table anon$$obj.o - - - Execution Region RW_IRAM1 (Exec base: 0x200000c0, Load base: 0x08005ba0, Size: 0x00000b78, Max: 0x00001f40, ABSOLUTE, COMPRESSED[0x00000300]) - - Exec Addr Load Addr Size Type Attr Idx E Section Name Object - - 0x200000c0 COMPRESSED 0x0000005c Data RW 102 .data..L_MergedGlobals main.o - 0x2000011c COMPRESSED 0x00000004 Data RW 127 .data..L_MergedGlobals signal.o - 0x20000120 COMPRESSED 0x00000008 Data RW 212 .data..L_MergedGlobals eeprom.o - 0x20000128 COMPRESSED 0x00000078 Data RW 103 .data..L_MergedGlobals.1 main.o - 0x200001a0 COMPRESSED 0x00000004 Data RW 420 .data.SystemCoreClock system_stm32f0xx.o - 0x200001a4 COMPRESSED 0x00000004 Data RW 199 .data.active_COMP comparator.o - 0x200001a8 COMPRESSED 0x00000001 Data RW 241 .data.ic_timer_prescaler io.o - 0x200001a9 COMPRESSED 0x00000003 PAD - 0x200001ac COMPRESSED 0x00000004 Data RW 126 .data.max_servo_deviation signal.o - 0x200001b0 COMPRESSED 0x00000001 Data RW 367 .data.nbDataToTransmit serial_telemetry.o - 0x200001b1 COMPRESSED 0x00000001 PAD - 0x200001b2 COMPRESSED 0x000002d0 Data RW 92 .data.pwmSin main.o - 0x20000482 COMPRESSED 0x0000000e Data RW 75 .firmware_info main.o - 0x20000490 - 0x0000005c Zero RW 18 .bss..L_MergedGlobals dshot.o - 0x200004ec - 0x00000002 Zero RW 243 .bss..L_MergedGlobals io.o - 0x200004ee COMPRESSED 0x00000002 PAD - 0x200004f0 - 0x00000014 Zero RW 128 .bss..L_MergedGlobals.1 signal.o - 0x20000504 - 0x0000007c Zero RW 104 .bss..L_MergedGlobals.2 main.o - 0x20000580 - 0x00000058 Zero RW 105 .bss..L_MergedGlobals.3 main.o - 0x200005d8 - 0x00000006 Zero RW 182 .bss.ADCDataDMA adc.o - 0x200005de - 0x0000000a Zero RW 368 .bss.aTxBuffer serial_telemetry.o - 0x200005e8 - 0x00000001 Zero RW 165 .bss.beep_volume sounds.o - 0x200005e9 COMPRESSED 0x00000003 PAD - 0x200005ec - 0x00000100 Zero RW 242 .bss.dma_buffer io.o - 0x200006ec - 0x00000001 Zero RW 89 .bss.dshot_telemetry main.o - 0x200006ed - 0x00000001 Zero RW 99 .bss.dshotcommand main.o - 0x200006ee - 0x000000b0 Zero RW 88 .bss.eepromBuffer main.o - 0x2000079e COMPRESSED 0x00000002 PAD - 0x200007a0 - 0x00000094 Zero RW 16 .bss.gcr dshot.o - 0x20000834 - 0x00000001 Zero RW 90 .bss.last_dshot_command main.o - 0x20000835 COMPRESSED 0x00000003 PAD - 0x20000838 - 0x00000400 Zero RW 1 STACK startup_stm32f051k8.o - - - - Load Region LR_FIRMWAREVERSION (Base: 0x08007be0, Size: 0x00000000, Max: 0x00000020, ABSOLUTE) - - Execution Region FIRMWAREVERSION (Exec base: 0x08007be0, Load base: 0x08007be0, Size: 0x00000000, Max: 0x00000020, ABSOLUTE) - - **** No section assigned to this execution region **** - - -============================================================================== - -Image component sizes - - - Code (inc. data) RO Data RW Data ZI Data Debug Object Name - - 548 68 0 0 6 7415 adc.o - 176 36 0 4 0 1826 comparator.o - 1340 94 16 0 240 3915 dshot.o - 286 8 0 8 0 2205 eeprom.o - 112 12 0 0 0 2239 functions.o - 336 60 0 1 258 4586 io.o - 6156 362 0 946 391 19894 main.o - 2088 204 0 0 0 16955 peripherals.o - 1148 26 0 0 0 8242 phaseouts.o - 1996 52 0 1 10 14660 serial_telemetry.o - 1052 128 0 8 20 2979 signal.o - 840 40 0 0 1 4432 sounds.o - 28 8 188 0 1024 668 startup_stm32f051k8.o - 374 40 0 0 0 5581 stm32f0xx_it.o - 96 8 0 0 0 4657 stm32f0xx_ll_adc.o - 176 0 0 0 0 3780 stm32f0xx_ll_gpio.o - 276 20 0 0 0 7050 stm32f0xx_ll_rcc.o - 816 52 0 0 0 10968 stm32f0xx_ll_tim.o - 184 16 0 0 0 5224 stm32f0xx_ll_usart.o - 44 8 0 0 0 6600 stm32f0xx_ll_utils.o - 2 0 24 4 0 1841 system_stm32f0xx.o - - ---------------------------------------------------------------------- - 18088 1242 262 976 1960 135717 Object Totals - 0 0 32 0 0 0 (incl. Generated) - 14 0 2 4 10 0 (incl. Padding) - - ---------------------------------------------------------------------- - - Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name - - 86 0 0 0 0 0 __dczerorl2.o - 0 0 0 0 0 0 entry.o - 0 0 0 0 0 0 entry10a.o - 0 0 0 0 0 0 entry11a.o - 8 4 0 0 0 0 entry2.o - 4 0 0 0 0 0 entry5.o - 0 0 0 0 0 0 entry7b.o - 0 0 0 0 0 0 entry8b.o - 8 4 0 0 0 0 entry9a.o - 30 0 0 0 0 0 handlers.o - 80 6 0 0 0 72 idiv_div0.o - 36 8 0 0 0 68 init.o - 0 0 0 0 0 0 iusefp.o - 36 0 0 0 0 60 memcpya.o - 36 0 0 0 0 100 memseta.o - 62 0 0 0 0 72 uidiv_div0.o - 178 0 0 0 0 108 fadd.o - 28 0 0 0 0 60 fcmpge.o - 28 0 0 0 0 60 fcmpgt.o - 28 0 0 0 0 60 fcmple.o - 28 0 0 0 0 60 fcmplt.o - 124 0 0 0 0 72 fdiv.o - 130 0 0 0 0 144 fepilogue.o - 50 0 0 0 0 60 ffixi.o - 22 0 0 0 0 68 fflti.o - - ---------------------------------------------------------------------- - 1006 22 0 0 0 1064 Library Totals - 4 0 0 0 0 0 (incl. Padding) - - ---------------------------------------------------------------------- - - Code (inc. data) RO Data RW Data ZI Data Debug Library Name - - 386 22 0 0 0 372 mc_p.l - 616 0 0 0 0 692 mf_p.l - - ---------------------------------------------------------------------- - 1006 22 0 0 0 1064 Library Totals - - ---------------------------------------------------------------------- - -============================================================================== - - - Code (inc. data) RO Data RW Data ZI Data Debug - - 19094 1264 262 976 1960 136185 Grand Totals - 19094 1264 262 768 1960 136185 ELF Image Totals (compressed) - 19094 1264 262 768 0 0 ROM Totals - -============================================================================== - - Total RO Size (Code + RO Data) 19356 ( 18.90kB) - Total RW Size (RW Data + ZI Data) 2936 ( 2.87kB) - Total ROM Size (Code + RO Data + RW Data) 20124 ( 19.65kB) - -============================================================================== - diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F415.axf b/Keil_Projects/Objects/AM32_AT32DEV_F415.axf deleted file mode 100644 index cad79373..00000000 Binary files a/Keil_Projects/Objects/AM32_AT32DEV_F415.axf and /dev/null differ diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F415.build_log.htm b/Keil_Projects/Objects/AM32_AT32DEV_F415.build_log.htm deleted file mode 100644 index 1e628247..00000000 --- a/Keil_Projects/Objects/AM32_AT32DEV_F415.build_log.htm +++ /dev/null @@ -1,100 +0,0 @@ - - -
    -

    µVision Build Log

    -

    Tool Versions:

    -IDE-Version: µVision V5.36.0.0 -Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved. -License Information: P S, Here, LIC=---- - -Tool Versions: -Toolchain: MDK-Lite Version: 5.36.0.0 -Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin -C Compiler: ArmClang.exe V6.16 -Assembler: Armasm.exe V6.16 -Linker/Locator: ArmLink.exe V6.16 -Library Manager: ArmAr.exe V6.16 -Hex Converter: FromElf.exe V6.16 -CPU DLL: SARMCM3.DLL V5.36.0.0 -Dialog DLL: DCM.DLL V1.17.3.0 -Target DLL: CMSIS_AGDI.dll V1.33.0.0 -Dialog DLL: TCM.DLL V1.53.0.0 - -

    Project:

    -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Keil_Projects\Am32F415.uvprojx -Project File Date: 08/22/2023 - -

    Output:

    -*** Using Compiler 'V6.16', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' -Build Project 'Am32F415' - Target 'AT32DEV_F415' -assembling startup_at32f415.s... -compiling functions.c... -compiling dshot.c... -compiling signal.c... -compiling sounds.c... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(309): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_major: VERSION_MAJOR, - ^~~~~~~~~~~~~~ - .version_major = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(310): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_minor: VERSION_MINOR, - ^~~~~~~~~~~~~~ - .version_minor = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(311): warning: use of GNU old-style field designator extension [-Wgnu-designator] - device_name: FIRMWARE_NAME - ^~~~~~~~~~~~ - .device_name = -3 warnings generated. -compiling main.c... -compiling at32f415_adc.c... -compiling at32f415_can.c... -compiling at32f415_cmp.c... -compiling at32f415_crc.c... -compiling at32f415_debug.c... -compiling at32f415_crm.c... -compiling at32f415_dma.c... -compiling at32f415_exint.c... -compiling at32f415_ertc.c... -compiling at32f415_gpio.c... -compiling at32f415_flash.c... -compiling at32f415_misc.c... -compiling at32f415_i2c.c... -compiling at32f415_pwc.c... -compiling at32f415_sdio.c... -compiling at32f415_spi.c... -compiling at32f415_usart.c... -compiling at32f415_tmr.c... -compiling at32f415_usb.c... -compiling at32f415_wdt.c... -compiling at32f415_wwdt.c... -compiling ADC.c... -compiling comparator.c... -compiling at32f415_it.c... -compiling eeprom.c... -compiling IO.c... -compiling peripherals.c... -compiling phaseouts.c... -compiling serial_telemetry.c... -compiling system_at32f415.c... -linking... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Mcu\f415\Am32.sct(18): warning: L6314W: No section matches pattern firmwareversion.o(RO). -Program Size: Code=24810 RO-data=426 RW-data=964 ZI-data=2564 -Finished: 0 information, 1 warning and 0 error messages. -FromELF: creating hex file... -".\Objects\AM32_AT32DEV_F415.axf" - 0 Error(s), 4 Warning(s). - -

    Software Packages used:

    - -Package Vendor: ArteryTek - - ArteryTek.AT32F415_DFP.2.0.4 - ArteryTek AT32F415 Series Device Support,Drivers - -

    Collection of Component include folders:

    - C:\Users\alkaz\AppData\Local\Arm\Packs\ArteryTek\AT32F415_DFP\2.0.4\Device\Include - -

    Collection of Component Files used:

    -Build Time Elapsed: 00:00:32 -
    - - diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F415.hex b/Keil_Projects/Objects/AM32_AT32DEV_F415.hex deleted file mode 100644 index 03ff15f6..00000000 --- a/Keil_Projects/Objects/AM32_AT32DEV_F415.hex +++ /dev/null @@ -1,1628 +0,0 @@ -:020000040800F2 -:10100000C80D0020511200081D170008ED16000839 -:1010100019170008D9150008551A0008000000002B -:101020000000000000000000000000008917000818 -:10103000E916000800000000211700088D170008BD -:101040006B1200086B1200086B1200086B1200088C -:101050006B1200086B1200086B1200086B1200087C -:101060006B1200086B1200086B120008F9150008DB -:101070006B1200086B120008251600086B1200089E -:10108000691600086B1200086B1200086B1200084A -:101090006B1200086B1200086B1200086B1200083C -:1010A0003119000851190008691900086B1200086D -:1010B0006B120008851900086B1200086B120008FB -:1010C0006B1200086B1200086B1200086B1200080C -:1010D0006B120008511A00086B1200086B1200080E -:1010E0006B1200086B1200086B1200080000000071 -:1010F00000000000000000000000000000000000F0 -:10110000000000006B1200086B12000800000000D5 -:101110006B1200086B1200080000000000000000C5 -:101120006B1200086B1200086B1200086B120008AB -:1011300000000000000000000000000000000000AF -:101140000000000000000000000000006B1200081A -:101150000000000000000000DD1500086B12000810 -:101160000000000000000000000000006B120008FA -:1011700000F002F800F05CF80AA090E8000C82444D -:101180008344AAF10107DA4501D100F051F8AFF22A -:10119000090EBAE80F0013F0010F18BFFB1A43F055 -:1011A00001031847D0600000F06000000A444FF0CF -:1011B000000C10F8013B13F0070408BF10F8014BB6 -:1011C0001D1108BF10F8015B641E05D010F8016BFB -:1011D000641E01F8016BF9D113F0080F1EBF10F85F -:1011E000014BAD1C0C1B09D16D1E58BF01F801CB82 -:1011F000FAD505E014F8016B01F8016B6D1EF9D505 -:101200009142D6D370470000002300240025002619 -:10121000103A28BF78C1FBD8520728BF30C148BF59 -:101220000B6070471FB505F035FE1FBD10B510BD32 -:1012300000F060F81146FFF7F5FF02F071FF00F0D3 -:1012400097F803B4FFF7F2FF03BC00F0FDF80000CD -:101250000948804709480047FEE7FEE7FEE7FEE74A -:10126000FEE7FEE7FEE7FEE7FEE7FEE70448054986 -:10127000054A064B704700009117000871110008DD -:10128000C8070020C80D0020C8090020C809002098 -:101290004FF0000200B5134694469646203922BF0F -:1012A000A0E80C50A0E80C50B1F12001BFF4F7AF5A -:1012B000090728BFA0E80C5048BF0CC05DF804EB3C -:1012C000890028BF40F8042B08BF704748BF20F8AA -:1012D000022B11F0804F18BF00F8012B70477047A8 -:1012E0007047704700487047CC03002000487047A3 -:1012F000C80300207546FFF7F9FFAE4605006946B2 -:10130000534620F00700854618B020B5FFF7AEFF22 -:10131000BDE820404FF000064FF000074FF00008F6 -:101320004FF0000BAC46ACE8C009ACE8C009ACE833 -:10133000C009ACE8C00921F007018D4670470000E4 -:101340001FB584B000200A9C06AB04AA02A9009431 -:10135000AFF3008018B1DDE9020108B010BD034809 -:10136000204000F00EF800200146F6E70000207C47 -:1013700010B50446AFF300802046BDE81040FFF7EB -:1013800060BF10B500F00AF8BDE81040AFF3008070 -:10139000002801D000F058B87047000010B50228AE -:1013A00003D0410103D50DA112E0002010BD0101C1 -:1013B00001D50FA10CE0C10001D511A108E0810009 -:1013C00001D512A104E0400001D513A100E00021E5 -:1013D00015A000F03FF8012010BD0000496E7661B5 -:1013E0006C6964204F7065726174696F6E000000F3 -:1013F000446976696465204279205A65726F0000FD -:101400004F766572666C6F7700000000556E6465FC -:1014100072666C6F77000000496E657861637420B6 -:10142000526573756C7400005349474650453A2025 -:1014300041726974686D657469632065786365706D -:1014400074696F6E3A20000001491820ABBEFEE7B8 -:101450002600020070B505460C460A2000E06D1C0F -:1014600000F011F835B128780028F8D102E0641CAA -:1014700000F009F814B120780028F8D1BDE87040D8 -:101480000A20AFF3008008B569468DF800000320FC -:10149000ABBE08BD7047000040F26450C2F20000CD -:1014A000818840F2EC42C2F200021180018840F2D1 -:1014B000F042C2F200021180408840F2F241C2F2D2 -:1014C0000001088070470000F0B587B042F2004488 -:1014D0004FF4A0100121C4F2010401F0F7FC0B202D -:1014E00002210022002703F0FDFB0825C4F20205BB -:1014F000284601F065FF02AE304601F005FF0320EB -:10150000C0F20010CDF8120040F26450C2F20000A8 -:10151000039004F14C00029040F20110C0F201204F -:10152000CDF8160028463146ADF8107001F002FFE4 -:1015300028460221012201F03BFF2846012101F04B -:10154000DDFE0920C0F21800012101F0BFFC0220DD -:1015500001F096FB01AD284600F0B6FA40F201100A -:10156000C0F2003001902046294600F08BFA204658 -:1015700003210122032300F0CFFA20460621022294 -:10158000032300F0C9FA204610210322032300F0B0 -:10159000C3FA012000F0F8FB20460721012200F0E9 -:1015A000D3FB2046012100F0A7FA2046012100F0DC -:1015B000ADFA204600F08CFA204600F08FFA0028A1 -:1015C000FAD1204600F08EFA204600F091FA002869 -:1015D000FAD107B0F0BD0000FEE7000040F2144071 -:1015E000C4F201000168090358BF70474FF400219D -:1015F000016002F09BBB0000B0B5022001F08CFE40 -:10160000012818BFB0BD0424C4F2020401252560DE -:10161000FFF742FF082001F07FFE012808BF256088 -:10162000B0BD000010B544244FF40050C4F20204D1 -:1016300001F072FE012807D14FF4805044F8400CAD -:10164000206820F001002060802001F065FE012864 -:1016500018BF10BD4FF4805044F8400C206820F0B3 -:101660000100206010BD000010B56C244FF4800014 -:10167000C4F2020401F050FE012811D140F2B94039 -:10168000C2F20000007858B140F22040C4F20000DD -:10169000016841F0020101604FF4800044F8680CD9 -:1016A0004FF4001001F038FE012809D14FF48010EA -:1016B00044F8680C206820F00100206004F0D6FE99 -:1016C0004FF4000001F028FE012818BF10BD4FF4B0 -:1016D000801044F8680C206820F001002060BDE80C -:1016E000104004F0C3BE000070470000FEE7000099 -:1016F00043F20000C4F2000045F2555101604CF67F -:10170000CC410160042141604FF47A6181604AF666 -:10171000AA21016070470000FEE70000704700004A -:1017200070470000B0B501F0DFFD40F20004C2F2E6 -:10173000000440F29845B4F84E00C2F20005B5F836 -:10174000421000EB400008448008A4F84E0000F06E -:101750007FFEB4F84E00A179C2085143EA7DC1EB87 -:101760005000002AA986E88708BF01F057FE40F222 -:101770001450C2F20000016842F20F7291429CBF05 -:1017800001310160B0BD00007047000070470000EB -:1017900041F20000C4F20200C16941F08051C16110 -:1017A00047F25001C4F200010A7842F004020A70C4 -:1017B000C16921F08051C161016841F001010160FE -:1017C000016889075FBF01685FEA817101685FEAAC -:1017D000817102D401688907F2D5416821F00301C3 -:1017E000416000BF416811F00C0F0BD0416811F04F -:1017F0000C0F07D0416811F00C0F03D0416811F0B5 -:101800000C0FEFD101684FF6FF72CFF6F262114074 -:1018100001600021416041F61071C1624FF48011F6 -:1018200001634FF41F0181604EF6085041F2000140 -:10183000CEF20000C0F6000101607047F0B581B043 -:101840004FF4C010012101F041FB0225C0F2180540 -:1018500005F10900012101F039FB40F20140C2F21B -:101860000040012102F0A2F942F64447C4F2010708 -:1018700040F6B83047F8180C002040F6000447F84E -:101880001C0C46F66800C4F2010447F82C0C6820D2 -:1018900004F5105647F8280C30460021012204F0C8 -:1018A0004BFD30460221012204F046FD3046042162 -:1018B000012204F041FD3046012104F061FD386849 -:1018C000502161F3070038602846012101F0FEFA3B -:1018D000681C012101F0FAFA04F580652846082108 -:1018E0000422022302F046F928460821042201239B -:1018F00002F040F9204608210422802302F03AF940 -:101900002046082104224FF4806302F033F9204678 -:10191000082104224FF4007302F02CF9204608211C -:1019200004224FF4807301B0BDE8F04002F022B908 -:1019300044F61040C4F201004FF6FE71016042F619 -:101940001040C4F201000021016003F09DBF0000BF -:1019500045F21000C4F201004FF6FE7101604FF62F -:10196000FD7101607047000045F21040C4F20100B3 -:101970000021016042F61040C4F201000160FFF74F -:10198000D1BE000040F21040C4F200000168890797 -:1019900044BF4FF6FD7101600168C9071CBF4FF6D7 -:1019A000FE7101607047000070B50320C0F218009E -:1019B000012101F08BFA0120C0F21C00012101F08D -:1019C00085FA4FF4C010012101F080FA40F2023094 -:1019D000C3F21000012102F0E9F840F20240C2F225 -:1019E0000840012102F0E2F84FF4A010012101F0BB -:1019F0006DFA40F20045C4F2000505F58434204636 -:101A0000002104221023102602F0B4F86C20C4F246 -:101A1000020040F68A1101604EF20010CEF2000082 -:101A200080F810634FF4803101604FF6FF70E86278 -:101A3000AE622868002140F0800028602046042221 -:101A4000102302F097F8286840F00100286070BD6C -:101A500070470000FEE700004EF60C50BFF34F8FBA -:101A6000CEF200000168042201F4E061C0F2FA52F3 -:101A700011430160BFF34F8F00BF00BF00BF00BF25 -:101A8000FAE700000A78436802F0010223F4807349 -:101A900043EA022242604A78836862F3410383602A -:101AA0008A78836802F0010223F4006343EAC222C9 -:101AB0008260C978C26A013901F00F0122F4700214 -:101AC00042EA0151C16270474FF080710160704776 -:101AD000816841F008018160704700008068C0F3B0 -:101AE000C0007047816841F00401816070470000C8 -:101AF0008068C0F380007047826801F0010122F421 -:101B0000807242EA0121816070470000826861F3BF -:101B10000002826070470000B0B5112900F2978082 -:101B2000DFE801F00A0E181C2024282C303A444C1F -:101B300056606A747E8800BF84465CF8104F38E0B7 -:101B400084465CF8105F382404EAC30E25F038039D -:101B500079E000BF84465CF8104F3CE084465CF8B6 -:101B6000104F42E084465CF8104F48E084465CF831 -:101B7000104F4EE084465CF8104F54E084465CF809 -:101B8000104F5AE084465CF8104F03F007034FEA09 -:101B9000036E24F0E06356E084465CF8104F03F0D7 -:101BA00007034FEAC36E24F060534CE084465CF8B0 -:101BB0000C4F03F0070E24F0070344E084465CF862 -:101BC0000C4F382505EAC30E24F038033BE000BF74 -:101BD00084465CF80C4F03F007034FEA831E24F49D -:101BE000E07330E084465CF80C4F03F007034FEAE3 -:101BF000432E24F4606326E084465CF80C4F03F027 -:101C000007034FEA033E24F4E0431CE084465CF8FB -:101C10000C4F03F007034FEAC33E24F4603312E095 -:101C200084465CF80C4F03F007034FEA834E24F41C -:101C3000E01308E084465CF80C4F03F007034FEA1A -:101C4000435E24F4600343EA0E03CCF80030013A0B -:101C50000F2A88BFB0BDDFE802F0090D1115191D6C -:101C60002125292D313D49535F6B00BF50F8342F9A -:101C70003EE000BF50F8342F44E000BF50F8342F4E -:101C80004CE000BF50F8342F54E000BF50F8342F20 -:101C900016E000BF50F8342F1EE000BF50F8302F80 -:101CA00026E000BF50F8302F2CE000BF50F8302F56 -:101CB00034E000BF50F8302F3CE000BF50F8302F28 -:101CC0004FF0F87303EA015122F0F87211430160FA -:101CD000B0BD00BF50F8302F4FF0785303EA416198 -:101CE00022F0785211430160B0BD00BF50F82C2F94 -:101CF00001F01F0122F01F0211430160B0BD00BFBF -:101D000050F82C2F4FF4787303EA411122F47872C3 -:101D100011430160B0BD00BF50F82C2F4FF4F843C1 -:101D200003EA812122F4F84211430160B0BD00BFF3 -:101D300050F82C2F4FF4782303EAC13122F4782293 -:101D400011430160B0BD00008368072923F00073D0 -:101D500088BF03F100738360836802F0010261F3BE -:101D600053438360816821F4801141EA025181600C -:101D700070470000826801F0010122F4800242EA0B -:101D8000815181607047000042F20841C4F20101B4 -:101D90000A6800F0010022F4000242EAC050086024 -:101DA000704700002DE9F04140F20004C2F2000447 -:101DB00040F29845617EC2F20005B5F84A00D9B1FB -:101DC000013801B2002948BF40F26710B5F84C1045 -:101DD000A5F84A0001390AB2002A48BF40F267114B -:101DE000B5F84E20A5F84C10511E0AB2002A48BF83 -:101DF00040F267111AE000BF013001B2B1F5B47FC3 -:101E0000A8BF0020B5F84C10A5F84A0001310AB26D -:101E1000B2F5B47FA8BF0021B5F84E20A5F84C104C -:101E2000511C0AB2B2F5B47FA8BF002140F2DE080F -:101E300000B2C2F20008A5F84E1038F91000B4F84C -:101E40004C10E28F084444F6D3575043C1F2620766 -:101E500050FB07F0C111227A01EBD07046F26766A1 -:101E60005043C6F2666650FB06F0810801EBD07065 -:101E700080B203F0B1FBB5F94C00B4F84C1038F95E -:101E80001000E28F0844504350FB07F0C111227A42 -:101E900001EBD070504350FB06F0810801EBD0708D -:101EA00080B203F09FFBB5F94E00B4F84C1038F93E -:101EB0001000E28F0844504350FB07F0C111227A12 -:101EC00001EBD070504350FB06F0810801EBD0705D -:101ED00080B2BDE8F04103F08BBB0000F0B581B0EB -:101EE00040F60004C4F2010404F580652846102180 -:101EF00004220223022601F03DFE40F61447C4F2FC -:101F000001072046102104224FF480633E604FF405 -:101F1000806601F02FFE284610210422012366610D -:101F2000012501F027FE2046102104224FF4007302 -:101F30003D604FF4007501F01DFE20461021042283 -:101F400080236561802501F015FE204610210422C2 -:101F50004FF4807365614FF4807501F00BFE65618D -:101F600001B0F0BD70B540F20105C2F2000528785D -:101F700040F60004C4F20104002804F5806005D096 -:101F800008210422022301F0F5FD0AE010210422B9 -:101F90000223022601F0EEFD40F61440C4F20100D7 -:101FA00006602046082104224FF4806301F0E2FD20 -:101FB000287838B104F5806008210422012301F05B -:101FC000D9FD0CE004F580601021042201230126D4 -:101FD00001F0D0FD40F61440C4F201000660204636 -:101FE000082104224FF4007301F0C4FD287838B1B1 -:101FF000204608210422802301F0BCFD08E000BF38 -:102000002046102104228023802501F0B3FD656164 -:102010002046082104224FF48073BDE8704001F08F -:10202000A9BD000040F21D03C2F200031A7842F27B -:102030000040C121C4F20000042AC4F2000101D012 -:10204000012A03D101F1100202601A78052A01D099 -:10205000022A03D101F1200202601A78062A03D075 -:10206000032A08BF016000E0016040F2180140F25D -:102070000840C2F20001C4F201000A7801683AB1D6 -:1020800021F400210160416841F400214160704762 -:1020900041F400210160416821F400214160704752 -:1020A00042F2004CC4F2000CDCF8003001F00101F7 -:1020B0006FF4803200280CBF6FF00102090403EABC -:1020C00002000843CCF8000070470000F0B581B072 -:1020D0000138052800F2B981DFE800F004185694B1 -:1020E000BCE800BF40F20100C2F20000007840F6F8 -:1020F0000004C4F20104002804F5806000F0EE80C2 -:1021000008210422022301F035FDF2E040F600042C -:10211000C4F2010404F5806528461021042202233C -:10212000022601F027FD40F61440C4F201000660CB -:102130002046102104224FF480634FF4806601F0A2 -:1021400019FD28461021042201236661012501F0B2 -:1021500011FD2046102104224FF40073C4F81054DE -:102160004FF4007501F006FD40F201006561C2F216 -:1021700000000078002800F0D980204608210422C1 -:10218000802301F0F7FCE3E040F60004C4F2010410 -:1021900004F580652846102104220223022601F05E -:1021A000E9FC2046102104224FF48063C4F8106437 -:1021B0004FF4806601F0DEFC284610210422012342 -:1021C0006661012501F0D6FC40F61440C4F201001E -:1021D00005602046102104224FF400734FF400756F -:1021E00001F0C8FC40F201006561C2F20000007815 -:1021F000002800F0A580204608210422802301F059 -:10220000B9FCA5E040F60004C4F2010404F58065C1 -:102210002846102104220223022601F0ABFC2046AE -:10222000102104224FF48063C4F810644FF48066D8 -:1022300001F0A0FC40F201006661C2F200000078EB -:10224000002800F08F80284608210422012301F095 -:1022500091FC93E040F60004C4F2010404F58065AB -:1022600040F614462846102104220223C4F2010637 -:10227000022701F07FFC2046102104224FF48063E6 -:1022800037604FF4806701F075FC40F20100676130 -:10229000C2F200000078002800F080802846082163 -:1022A0000422012301F066FC80E000BF40F201003F -:1022B000C2F20000007840F6000440F61445C4F273 -:1022C0000104C4F20105002804F5806000F08A8052 -:1022D00008210422022301F04DFC8AE0102104228F -:1022E0000223022501F046FC40F61440C4F201002E -:1022F00005602046082104224FF4806301F03AFC77 -:1023000004F58060102104220123012501F032FC34 -:102310002046102104224FF40073C4F810544FF4E7 -:10232000007501F027FC65612FE000BF20461021F9 -:1023300004228023802501F01DFC656108E000BFB8 -:102340002046102104228023802501F013FC6561C2 -:102350002046082104224FF4807301B0BDE8F0400C -:1023600001F008BC2846102104220123012501F0B8 -:1023700001FC40F61440C4F201000560204608212B -:1023800004224FF4007301F0F5FB204610210422D3 -:102390008023802501F0EEFB656116E028461021C0 -:1023A00004220123012501F0E5FB356020460821C8 -:1023B00004224FF4007301F0DDFB204610210422BB -:1023C0008023802501F0D6FB2561204610210422C0 -:1023D0004FF480734FF4807501F0CCFB656101B060 -:1023E000F0BD00BF102104220223022601F0C2FB2F -:1023F0002E602046082104224FF4806301F0BAFBCE -:1024000004F58060102104220123012601F0B2FBB3 -:102410002046102104224FF400732E604FF4007503 -:1024200001F0A8FB2046102104228023656180254D -:1024300001F0A0FB2046102104224FF48073256197 -:102440004FF4807501F096FB656101B0F0BD0000AE -:102450002DE9F04740F2000C40F2984AC2F2000C1D -:1024600040F21459C2F2000A9CF81D10C2F2000991 -:10247000BAF8422009F1080707EB410727F8022CB8 -:10248000B9F80820B9F80A70B9F80C40B9F80E602C -:102490003A44B9F810502244B9F8120032442A44A0 -:1024A0009CF81930104404304010012BCAF8780011 -:1024B00012D10131C8B207288CF81D1022BF0121AA -:1024C0008CF81D108AF8131001F001029AF816001A -:1024D0008CF81820B0B912E0013908068CF81D10EC -:1024E00005D1062101208CF81D108AF81300012067 -:1024F00020EA01029AF816008CF8182010B9C8B228 -:10250000FFF7E4FDFFF78EFDDAF87000B0F5FA6F23 -:1025100008D99AF805009AF80B1008431CBF01204F -:102520008AF817009AF80C0000210028AAF8221057 -:1025300008BFBDE8F0879AF81A00002857D0DAF8EB -:102540007800BAF8261040F25C07C2F20007411A80 -:102550003A69D7E90130DAF8604000FB01203A6AB5 -:102560003960FE689042C8BF104652429042B8BFE0 -:102570001046BA6938618A1A02FB060002FB06F5AA -:1025800003FB01007A6A7D61B9619042C8BF1046C1 -:1025900051428842B8BF0846F86104F05FFB44F23C -:1025A0000001C4F21C6104F029FA0146204604F03F -:1025B0004FF94EF20001C4F2FF41044604F0F6F96F -:1025C00000281CBF4EF20004C4F2FF442046002144 -:1025D0004FF0000804F0FFF9002818BF0024D9F8D4 -:1025E0000000CAF86040632898BFC7F81080BDE8B3 -:1025F000F08700002DE9F04F89B040F27857C2F221 -:102600000007D7F87CC097E84C00D7E90359ACEB3A -:1026100002010791C1F34A119A1A8A424FF000024F -:10262000D7E9050ED7F81C8088BF01220892AA1BA3 -:102630008A424FF00002A0EB090088BF01228842C5 -:102640004FF00000069288BF01200590A8EB0E0015 -:1026500088424FF0000088BF012007F12006049057 -:102660004DCE4FF0000B101A8842A6EB0300D7E9BD -:102670000C54D7F838E0FA6B88BF4FF0010B884252 -:102680004FF00000CDF800B088BF01200390601B20 -:1026900088424FF0000088BF01200290A2EB0E009C -:1026A00088424FF0000088BF012007F140030190ED -:1026B0000DCB4FF0000A101AFA6C8842386DA2EB6D -:1026C000030288BF4FF0010A7B6D4FF000098A4278 -:1026D000A3EB000088BF4FF00109D7E916234FF0A4 -:1026E00000088842A3EB020088BF4FF00108D7E939 -:1026F000182300258842A3EB020088BF0125D7E9F3 -:102700001A328842A2EB0304D7E91C20BB6FA0EB6E -:10271000020E4FF00002ACEB030088BF01228C4296 -:102720004FF0000C88BF4FF0010C8E454FF00003B6 -:102730004FF0000788BF0123884288BF012708980F -:1027400040F2B64680EA0B0090EA0A0018BF082063 -:102750008C424FEAC204C2F2000688BF04348E45A0 -:1027600096F800E040F27866C2F2000696F800B0F3 -:1027700088BF02345BEA0E0640F2284BC2F2000B1F -:10278000ABF808100899CBE9132CCBF81C10009972 -:10279000039ACBF82C100699CBF83020CBF82010F8 -:1027A00081EA020181EA090161F382000599029A36 -:1027B000CBF8241081EA020181EA0801CBF8342029 -:1027C00061F341000499019A079ECBF8281081EA31 -:1027D0000201ABF80A6081EA050104EB070640F24A -:1027E0007864CBF8485040EA0105C2F20004CBF807 -:1027F0003CA0CBF85430CBF84090CBF84480CBF8D9 -:102800003820CBF858700CD101F092F848B19BF801 -:1028100004000130C1B265298BF8040024BF0120F7 -:1028200020702078002818BF86F00F06AE4247D1EE -:102830000BF11C078FCF490241EA802040EA0220B9 -:10284000DBE90C6540EAC31040EA8710DBF838404A -:1028500040EA46100BF13C0740EA05108ECF40EAF3 -:10286000C40040EA810040EA420040EA030140F22D -:10287000D840BBF80C30C2F2000000220280581C85 -:10288000012FABF80C0005D140F2AD40C2F20000C0 -:102890000122027030291BDB9BF80100C0B140F21D -:1028A000D240C2F20000018040F27960C2F2000022 -:1028B000002101708BF8021009B0BDE8F08F00BF55 -:1028C000BBF80E000130ABF80E0009B0BDE8F08F88 -:1028D000481E2E280ED840F2D240C2F2000000223C -:1028E000028040F27962C2F20002C8B21170F8B9F7 -:1028F000EBE700BF31B140F27960C2F2000000782E -:10290000B0B9E2E79BF8000040F2D241012804BFD1 -:1029100000208BF80100C2F200010020088040F284 -:102920007961C2F2000108708BF802000028CCD057 -:1029300040F2B241C2F2000109780029C5D140F24B -:10294000B641C2F2000109780029BED09BF80310FD -:1029500088421EBF8BF8030000218BF80210052867 -:1029600007D39BF802100131CAB2062A8BF8021075 -:10297000ABD30138002514288BF8025000F2808078 -:10298000DFE800F00C10147E187E1C2E424A7E52A6 -:1029900056647E7E7E7E7E6C740000BF02F008FB73 -:1029A0006EE000BF02F03EFB6AE000BF02F0D2F929 -:1029B00066E000BF02F072FB62E000BF40F29A40A6 -:1029C000C2F200000021017040F21900C2F20000C2 -:1029D0000121017040F2AA40C2F2000001704FE0F4 -:1029E00040F29A40C2F200000121017040F2190049 -:1029F000C2F200000021017040F2AA40C2F20000C1 -:102A0000022101703CE000BF40F29B40C2F2000096 -:102A10000021017034E000BF40F29B40C2F2000090 -:102A2000012101702CE000BF02F04CFC28E000BF47 -:102A30009BF8001001204FF460628BF8050001291B -:102A4000ABF8062008BF8BF8010019E000208BF8D6 -:102A5000050040F6FF60ABF8060011E040F29A4036 -:102A6000C2F200000078C0F1010004E040F29A4098 -:102A7000C2F20000007840F21901C2F200010870B1 -:102A800040F27960C2F20000017840F2C072C2F2F6 -:102A900000021170057009B0BDE8F08F70B582B00A -:102AA00040F27855C2F20005D5E9000140F27652B5 -:102AB000081AA0F2213140F284449142C2F200048B -:102AC00036D86178D1B3E178002951D0217940F22C -:102AD000E14290420BD840F22602C2F20002138873 -:102AE0000131C3EBC3031844C00821711080C8B280 -:102AF0004C2873D340F22600C2F200000188002562 -:102B0000193101804FF61250CFF6FF7010FA81F0A4 -:102B100000EBD07040F27A614008C2F2000181F807 -:102B20002000657002F0CEFB257102F0DDF955E062 -:102B300040F2CE40C2F2000054E000BF40F29B41A0 -:102B4000C2F20001097839B340F22A01C2F2000151 -:102B50000A88904236D940F22801C2F200010B885F -:102B6000511C4FF4FA661A4640F2E93332E000BFD6 -:102B7000A17840F2280600290CBFE080E0880131EE -:102B8000C2F20006A170318880B200F0C5FE332881 -:102B900046DB0020607064E040F2260140F228022B -:102BA000C2F20001C2F200020988128840F2FF76E8 -:102BB0002F23009602F076F801462F3818BF0846FA -:102BC0000BE000BF40F22601C2F2000109884FF479 -:102BD0007A760023009602F065F8E06040F2D84073 -:102BE000C2F2000040F2D241C2F2000140F2D80627 -:102BF000E2680B88C2F200063668D51AB5424FF07B -:102C00000005058004DD9A190A8002B070BD00BF7E -:102C1000981AB042C8BF9A1B0A8002B070BD00BFAC -:102C20003088D5E90012C0EBC000511A0844A178E1 -:102C3000C0083329308014D34FF62A111938CFF643 -:102C4000FF71308011FA80F000EBD07040F27A61B1 -:102C50004008C2F2000181F821000120E07002F07A -:102C600075F9E07831880028E180B7D0D5E9000116 -:102C7000081A217940F2E14290427FF62CAF36E704 -:102C800041F20401C4F202010A6860F38F320A6063 -:102C90000A68C0F3830060F31C720A60704700008A -:102CA00041F20401C4F202010A6800F00F0022F0B0 -:102CB000F00242EA001008607047000041F204018F -:102CC000C4F202010A6800F0070022F4E06242EA5E -:102CD000002008607047000041F20401C4F20201C4 -:102CE0000A6800F0070022F4605242EAC02008603F -:102CF0007047000041F25401C4F202010A68012841 -:102D000022F0300208BF30320A607047042888BFC2 -:102D10007047DFE800F0030D1B29330041F200008B -:102D2000C4F20200026861F300020260704700BF53 -:102D300041F20000C4F20200026801F0010122F435 -:102D4000803242EA01410160704700BF41F2000059 -:102D5000C4F20200026801F0010122F0807242EA2E -:102D600001610160704700BF41F20000C4F202003F -:102D7000026A61F300020262704700BF41F2000084 -:102D8000C4F20200426A61F300024262704700002E -:102D900070B541F20401C4F202010A68C2F3810372 -:102DA00041F20022022BC0F27A020DD0002B4BD14F -:102DB0000B6D9B0548D5CB6A9B0144BF46F600428C -:102DC000C0F2DC2240E000BF0B688C6AC3F300460F -:102DD000002C17D40C680B68C4F38344C3F341730D -:102DE0001D010135002B2B4608BF02230F2C08BF05 -:102DF0002B46234406BB40F60012C0F23D025A4364 -:102E000022E000BF8B6A8C6AC3F3031E8B6A40F614 -:102E1000001CC0F23D0CC4F3082403F007031EB1EC -:102E20000D68AD0358BF94460CFB04F20EFA03F391 -:102E3000B2FBF3F208E000BF0E68B60344BF40F6F1 -:102E40000012C0F23D025A4302600B6812A6C3F39F -:102E50000313F35C47F25A26DA4042600B68C0F66F -:102E60000006C3F30223F35C22FA03F3C3600B688A -:102E7000C3F3C223F35C0426DA4082600B6809685E -:102E800006EA9363C1F38131194407A3595CB2FB8D -:102E9000F1F1016170BD00BF000000000000000002 -:102EA000010203040607080902040608020C0810C0 -:102EB00041F20002010CC4F20202895800F01F0026 -:102EC00021FA00F000F001007047000041F200021A -:102ED00000F01F034FF0010CC4F2020201290CFAAA -:102EE00003F14FEA1040835814BF23EA010119434C -:102EF0008150704741F2000200F01F034FF0010CB7 -:102F0000C4F2020201290CFA03F14FEA104083587F -:102F100014BF23EA010119438150704741F20402B2 -:102F2000C4F20202136868B143F48033136013687B -:102F3000012807BF23F400334FF0007043F400333F -:102F4000002002E023F4803300201360136861F353 -:102F5000954313601368C1F3021161F35E7313604C -:102F6000916A21F0E06108439062704741F20000ED -:102F7000C4F20200016841F00101016001688907A3 -:102F80005FBF01685FEA817101685FEA817102D405 -:102F900001688907F2D5416821F00301416000BF53 -:102FA000416811F00C0F0BD0416811F00C0F07D0E5 -:102FB000416811F00C0F03D0416811F00C0FEFD1F4 -:102FC00001684FF6FF72CFF6F262114001600021F6 -:102FD000416041F61071C1624FF4801101634FF4FA -:102FE0001F0181607047000041F20401C4F2020138 -:102FF0000A6860F301020A607047000041F20400B1 -:10300000C4F202000068C0F38100704745F2240159 -:10301000C4F2010100220A6007E000BF0A68824290 -:1030200028BF70470A68824205D20A68824202D2EB -:103030000A688242F2D3704745F22401C4F20101CA -:1030400000220A604FF461524A6051F8102C00EBE4 -:10305000800042F00102400041F8102C0A688242D0 -:1030600008D20A68824205D20A68824202D20A68FD -:103070008242F3D39020486051F8100C40F00100D8 -:1030800041F8100C704700002DE9F04340F2785CE5 -:10309000C2F2000C40F2580EDCF80040C2F2000E02 -:1030A00044F6206100230022AEF8021003E000BFC6 -:1030B0002833782B5CD00CEB030045682C1B05D023 -:1030C00022448C423CBFA1B2AEF802408468651B2A -:1030D00005D02A448D423CBFA9B2AEF80250C56863 -:1030E0002C1B05D022448C423CBFA1B2AEF802405A -:1030F0000469651B05D02A448D423CBFA9B2AEF8D5 -:10310000025045692C1B05D022448C423CBFA1B221 -:10311000AEF802408469651B05D02A448D423CBF4D -:10312000A9B2AEF80250C5692C1B05D022448C42CE -:103130003CBFA1B2AEF80240046A651B05D02A4428 -:103140008D423CBFA9B2AEF80250456A2C1B05D097 -:1031500022448C423CBFA1B2AEF80240846A601B9C -:10316000A6D0024488423CBF81B2AEF802009FE77D -:1031700040F2B848C2F2000898F8000040F2844CCF -:103180005409C2F2000C0128CCF8104037D10129B3 -:1031900035D9D4090E2C98BF042917D905292ED367 -:1031A000182C98BF08292AD840F2D5050124C2F26C -:1031B00000052C7003258CF8055040F2D405C2F2AE -:1031C0000005072688F8004010E000BF40F2D50453 -:1031D000C2F2000400252570012440F2D4058CF8C9 -:1031E000054088F80040C2F200050C262E7020250C -:1031F0008EF8005040F2B745C2F200052C7040F244 -:10320000B949C2F2000999F80060A1F1C905012E7F -:1032100014D144F65657BD4210D840F2D503C2F23D -:1032200000038F241C7002238EF8003040F2B74355 -:103230000127C2F2000389F800701F70304323D1C8 -:10324000022921D3D0090E2898BF04291ED90529A7 -:103250001AD3182898BF08292AD944F6565085420F -:1032600088BFBDE8F08340F2D501C2F200018F2291 -:103270000A7002218EF8001040F2B7410120C2F21C -:10328000000189F800000870BDE8F08340F2D50025 -:10329000C2F200000021017040F2D4010120C2F20C -:1032A00000010C228CF8050088F8000010E000BF37 -:1032B00040F2D5010120C2F20001087003218CF810 -:1032C000051040F2D40188F80000C2F20001072284 -:1032D0000A7020218EF8001040F2B741C2F20001BE -:1032E0000870BDE8F083000045F20C40C4F2010014 -:1032F000016821F00101016070470000026861F37C -:10330000000202607047000000210182C0E9001144 -:10331000C0E90211704700000021C4F20201B0F1BF -:10332000805F88BF01F580610968084018BF0120EF -:103330007047000002684BF6EF731A4002600A897A -:1033400003681A4302604A7C036802F0030223F414 -:10335000405343EA02320260CA7B036802F0030270 -:1033600023F4406343EA822202608A7B036802F00E -:10337000030223F4407343EA022202604A7B03689B -:1033800002F0010223F0800343EAC21202600A7BCA -:10339000036862F3861303600A7C036862F34513D3 -:1033A00003604A8942600A6882604968C160704768 -:1033B000002A02680CBF22EA010111430160704734 -:1033C000016821F00101016000210160416081601C -:1033D000C16040F2FF4100EA01020421B2F5816FB1 -:1033E000C4F2020105D3D208902A88BF704701F5C4 -:1033F00080616FF0070252FA80F04CF6CD42CCF6B5 -:10340000CC42A0FB02026FF0030000EA92000F2200 -:103410000B6802FA00F018430860704740F2004061 -:10342000C4F20100016841F400210160704700000E -:1034300010B542F60044C4F20104204600210122E6 -:1034400002F02AFF20460221012202F025FF204639 -:103450000421012202F020FF20460121012202F076 -:103460001BFF20460321012202F016FF2046052102 -:10347000012202F011FF206840F001002060606C22 -:1034800040F400406064606940F00100606144F60F -:103490000040C4F20100D0F8001840F2004441F0AE -:1034A0000101C0F8001845F20C41C4F201018A681C -:1034B000C4F2000442F001028A600A6822F00102AC -:1034C0000A60D0F8001441F00101C0F80014D4F8EB -:1034D000001441F00101C4F8001440F61401C4F2D4 -:1034E00000010A6842F001020A60016841F001012E -:1034F0000160416941F001014161C16841F0010190 -:10350000C160FDF7E1FF20460021012202F0C4FE68 -:10351000206840F00100206010BD00006C20C4F263 -:103520000200016841F004010160704742F20C01A1 -:10353000C4F202010860704742F21000C4F20200B7 -:10354000016841F0800101607047000042F20C0107 -:10355000C4F202014A6842F002024A608860486888 -:1035600040F0400048600868C0070DD10868400777 -:1035700046D40868C0064FF0020058BF03204A68CE -:1035800022F002024A6070474FF080420868C0078C -:1035900000F08B800868C00738D00868C0073BD0AF -:1035A0000868C0073ED00868C00741D00868C00757 -:1035B00044D00868C00747D00868C0074AD00868E8 -:1035C000C0074DD00868C00750D00868C00753D066 -:1035D0000868C00756D00868C00759D00868C007F7 -:1035E0005CD00868C0075FD00868C00768D0103A90 -:1035F000CCD104204A6822F002024A60704700BF22 -:1036000001204A6822F002024A607047013A0868C5 -:1036100040074DD558E000BF023A0868400747D53B -:1036200052E000BF033A0868400741D54CE000BFB4 -:10363000043A086840073BD546E000BF053A0868F1 -:10364000400735D540E000BF063A086840072FD54F -:103650003AE000BF073A0868400729D534E000BFC8 -:10366000083A0868400723D52EE000BF093A0868E9 -:1036700040071DD528E000BF0A3A0868400717D563 -:1036800022E000BF0B3A0868400711D51CE000BFDC -:103690000C3A086840070BD516E000BF0D3A0868E1 -:1036A000400705D510E000BF0E3A086840070BD46C -:1036B0000868C0064FF0020058BF032005E000BFB5 -:1036C0000F3A08684007F3D50120012A08BF0420FB -:1036D0004A6822F002024A607047000042F2040089 -:1036E00040F22311C4F20200C4F26751016048F6AF -:1036F000AB11CCF6EF5101607047000042F20C02B2 -:10370000C4F20202536843F0010353600160106881 -:10371000C0070DD11068400746D41068C0064FF0AE -:10372000020058BF0320516821F001015160704729 -:103730004FF480111068C00700F08B801068C0073C -:1037400038D01068C0073BD01068C0073ED0106862 -:10375000C00741D01068C00744D01068C00747D0E8 -:103760001068C0074AD01068C0074DD01068C00765 -:1037700050D01068C00753D01068C00756D01068EA -:10378000C00759D01068C0075CD01068C0075FD070 -:103790001068C00768D01039CCD10420516821F0DE -:1037A00001015160704700BF0120516821F0010103 -:1037B000516070470139106840074DD558E000BF8F -:1037C00002391068400747D552E000BF033910683E -:1037D000400741D54CE000BF0439106840073BD595 -:1037E00046E000BF05391068400735D540E000BF0E -:1037F0000639106840072FD53AE000BF0739106836 -:10380000400729D534E000BF08391068400723D5A8 -:103810002EE000BF0939106840071DD528E000BF21 -:103820000A391068400717D522E000BF0B3910682D -:10383000400711D51CE000BF0C39106840070BD5BC -:1038400016E000BF0D391068400705D510E000BF35 -:103850000E39106840070BD41068C0064FF0020004 -:1038600058BF032005E000BF0F3910684007F3D5AB -:103870000120012908BF0420516821F00101516095 -:103880007047000070B540F60004C4F2010404F56E -:1038900080652846102104220223022600F06AF9DE -:1038A0002046102104224FF48063C4F810644FF4C2 -:1038B000806600F05FF9284610210422012366612A -:1038C000012500F057F92046102104224FF400731F -:1038D000C4F810544FF4007500F04CF92046102144 -:1038E000042280236561802500F044F920461021E0 -:1038F00004224FF4807325614FF4807500F03AF98B -:10390000656170BD42F61440C4F20100016841F0E7 -:103910000101016070470000401A48BF40427047F3 -:1039200042F20040C4F200000068C0F380307047EB -:1039300040F60840C4F20100006800F01000704733 -:1039400040F62400C4F20000006880B27047000016 -:1039500040F200424FF6FF71C0F20032C0E900129F -:103960007047000080B58B790A88032B0ED0ABB965 -:103970004979282922D0182928D1026108215FEA33 -:10398000026C22F0FF0E28D140E000BF00215FEA68 -:10399000026C22F0FF0E20D138E000BF03F0080CCB -:1039A0000B79C97903F00403634401F0030119445E -:1039B0005FEA026C22F0FF0E0FD127E0426108217E -:1039C0005FEA026C22F0FF0E07D11FE001F00F0149 -:1039D0005FEA026C22F0FF0E18D0D30740D19307A4 -:1039E00047D453074FD4130757D4D3065FD4930655 -:1039F00067D453066FD4BCF1000F07D5036823F0DA -:103A000070430360036843EA01730360BEF1000F73 -:103A100025D0D30500F104006AD4930571D4530571 -:103A20007AD4130500F18380D30400F18B809304D2 -:103A300000F19380530407D5036823F0706303609B -:103A4000036843EA01630360120458BF80BD026843 -:103A500022F070420260026842EA0171016080BD9A -:103A6000036823F00F03036003680B4303609307AD -:103A7000B7D5036823F0F0030360036843EA01133A -:103A800003605307AFD5036823F4706303600368D2 -:103A900043EA012303601307A7D5036823F47043A7 -:103AA0000360036843EA01330360D3069FD50368CC -:103AB00023F470230360036843EA01430360930621 -:103AC00097D5036823F470030360036843EA015346 -:103AD000036053068FD5036823F0706303600368A7 -:103AE00043EA01630360BCF1000F3FF587AF8DE748 -:103AF000036823F00F03036003680B43036093051F -:103B00008DD5036823F0F0030360036843EA0113D3 -:103B1000036053057FF585AF036823F4706303608A -:103B2000036843EA0123036013057FF57DAF036853 -:103B300023F470430360036843EA01330360D30452 -:103B40007FF575AF036823F470230360036843EACD -:103B50000143036093047FF56DAF036823F47003A2 -:103B60000360036843EA0153036053047FF56CAFBD -:103B700062E700002DE9F04182B00746EFF31080C4 -:103B800072B6E84640461C4615460E46FFF7E0FE74 -:103B9000384641468DF8066000948DF80550FFF7D1 -:103BA000E1FE62B602B0BDE8F0810000B0B5C0F33E -:103BB000072353FAA0F3C0F30742C3F120034FF0E9 -:103BC000FF3E2EFA03F40EFA02F340F2000E4FEA23 -:103BD000106CC4F2010E5CF80E50234025EA03037A -:103BE000C0B29040002918BF03434CF80E30B0BD5E -:103BF00062B670472DE9F04F81B001F017FD4FF428 -:103C0000A0100121FFF762F94EF20016CEF2000675 -:103C1000102086F810034FF480303060FDF70EFE60 -:103C200040F2020AC0F2180A0AF580200121FFF7CB -:103C30004DF940F62800C4F200004FF6FF714160D4 -:103C40004A2101600AF111000121FFF73FF94FF607 -:103C50002C4945F2000BCFF6FF79C4F2010B32205C -:103C60004BF809004FF62840CFF6FF708F214BF834 -:103C70000010202086F818034FF080703060504606 -:103C80000121FFF723F90920C0F21C000121FFF7F1 -:103C90001DF940F60005C4F201052846032104225F -:103CA0000223FFF767FF2846032104222023FFF7A2 -:103CB00061FF4EF21A45CEF20005002485F82C4033 -:103CC0004020B06000200121FEF7EAF90AF113005C -:103CD0000121FFF7FBF845F20047C4F201074FF45A -:103CE000FA704FF04B08F862C7F828803868012155 -:103CF00040F0800038602C704FF0806030600AF136 -:103D00001200FFF7E3F84FF6FF7047F80900CBF811 -:103D10002880DBF8000040F08000CBF80000FDF7C1 -:103D200043FE01B0BDE8F04F01F032BD70B540F286 -:103D30009844C2F20004206F7E282DD3FFF700FEC6 -:103D40007C280DD8A08FC0084A2809D840F214500A -:103D5000C2F200000068B0F5FA7F01D270BD00BF6A -:103D6000FFF7EEFD40F20001C2F20001B1F84E1083 -:103D7000B0EB510F38BF70BD207F0130C1B2652953 -:103D8000207709D300F0A2FF40F21450C2F20000E5 -:103D90000021016070BD00BFFFF7D2FD40F20005B9 -:103DA000C2F200052A7EA97DA4F8420062B1A9B141 -:103DB000002600BFFFF7B4FD0028CFD1A87D013653 -:103DC0008642F7D30AE000BF41B10026FFF7A8FD05 -:103DD0000028C3D0A87D01368642F7D300F076FFD5 -:103DE000002001F01BFCE08F297DC840E087BDE882 -:103DF000704001F0CBBB0000F0B581B040F27A64B6 -:103E0000C2F2000447F60041C0F600012046B0228D -:103E100001F0C6F9607CA17C0138B0FA80F040F274 -:103E200098474009C2F20007B870481EE27CB0FA19 -:103E300080F04009012AF87004BF0120B871207D8C -:103E4000617D0138B0FA80F040F200064009C2F20C -:103E500000067070481EA27DB0FA80F04009B07074 -:103E6000501EB0FA80F04009E37DF070207E042BF4 -:103E7000A0F1080128BF02232829B37116D81828F9 -:103E800026D2A0F10C010B2933D900F0FC0108293E -:103E900040D142F2283C0721102244F25063CDF871 -:103EA00000C000F0FFFEF08735E000BF41F2707007 -:103EB000B08741F2707001F077FB607EA0F13201B3 -:103EC000642935D996207086552030873BE000BFA5 -:103ED00040F6B83C1821302241F27073CDF800C092 -:103EE00000F0E0FE0146207EF187A0F10C010B29D5 -:103EF000CBD841F2707C0C21182242F6E063CDF859 -:103F000000C000F0CFFE0146207EF18700F0FC01EA -:103F10000829BED0F08F80B201F046FBF08FA6F8E2 -:103F20004800A6F84000607EA0F132016429C9D89B -:103F300000F1A00171861A2101EB50013187242183 -:103F400001EB50007087A07E227F00EB80001425DB -:103F500005EBC000F083501E637FB0FA80F040098B -:103F60003871581EB0FA80F0E17E40097871052062 -:103F7000F17101F049FB6078002800F0B380A07F68 -:103F80000B2888BF052001F03FFBE07F94F820104C -:103F90000138B0FA80F04009F87140F2EE2094F850 -:103FA000212000EB410094F82230F08440F2D660EA -:103FB00000EB4200308503F25E50708594F82300D8 -:103FC00094F824107073481EB0FA80F094F825100D -:103FD0004009B87201F1FA0094F82610B085481E25 -:103FE000B0FA80F04009F87294F828000021421FCE -:103FF000142A397298BF307394F82900411E092998 -:1040000098BF707294F82A00411EC9B208291ED8C0 -:10401000B07200EB80006FF01901A1EB4000C1B25B -:10402000C82928BF6FF03700617EF07251FA80F224 -:1040300072864908B6F8462051FA80F1318752FA63 -:1040400080F1F28EA6F8461052FA80F0F08694F8CD -:104050002B00A0F14601462998BF707194F82C00FE -:10406000411E622903D8400030840120787394F8FF -:104070002D00411E092998BF307294F82E1009298D -:1040800008D804290ED807F12100DFE801F0033534 -:10409000090B39000020388440F22940C2F20000A8 -:1040A00001210170F08B202381084A299CBF002147 -:1040B000F17348F21F51C5F2EB11A0FB01124FF250 -:1040C000F101CFF2F001A0FB0101F0795209B3FB3D -:1040D000F0F00909B2FBF0F2B1FBF0F0A6F84220D3 -:1040E000A6F844007078C8210028318604BF00205B -:1040F000F87001B0F0BD00BF012087F82000CBE7C9 -:1041000040F22840C2F200000121017040F2294033 -:10411000C2F200000021017007F12000C0E700009A -:1041200082B0FFF765FDFFF765FDFFF781F9FFF747 -:1041300063FE40F6FC70C0F60000007840F2984B39 -:10414000C2F2000B8BF8250040F2B43140F27A60E5 -:10415000C2F20001C2F200000A78C7784B7840F240 -:104160000009BA42C2F2000902D10779BB4244D029 -:10417000C2700371D1F80220D1F80630D1F80A10CC -:10418000C0F80930C0F80D1099F800109BF8033002 -:1041900041709BF802109BF806700139B1FA81F169 -:1041A00049094174591EB1FA81F149098174791E96 -:1041B000C0F8052099F80120B1FA81F14909C174CC -:1041C000511EB1FA81F14909017599F8021099F867 -:1041D00003200139B1FA81F149094175511EB1FA43 -:1041E00081F199F80630490947F600428175C0F619 -:1041F0000002B021C37501F0A7F89BF8060044F651 -:10420000D35200281CBFB9F83400A9F83200B9F81D -:104210003E00B9F83610C1F262024143A1FB02131D -:10422000B9F846109BF802704143A1FB0212791EB7 -:1042300018BF012189F8191099F80B1099F801702D -:1042400001EBD311A9F83610D109A9F83C00A9F85F -:104250004610002FA9F8480004BF00208BF8060084 -:104260009BF80B0000B34FF47A70A9F846000120C8 -:104270008BF80300002189F80F00B9F838008BF89B -:104280000610A9F8011089F80310B9F83A10323075 -:10429000A9F8380001F13200B9F83210A9F83A0053 -:1042A00001F13200A9F8320000F0F8FE4FF0000AE8 -:1042B000ABF836A0FDF71CFA00F0F4FF00F0A2FF07 -:1042C0009BF8000040F21458C2F2000801240028B4 -:1042D0001CBF01208BF80C0022E000BF9BF80400FB -:1042E0008BF80940002800F01F82B9F83E0099F8C9 -:1042F0000910B9F83C2000EB410113398BB25A4345 -:10430000B2FBF0F2ABF83C10801A0130ABF8500071 -:1043100000F00CFFBBF8500001F04CF98BF8164090 -:1043200000F0C0FFBBF83010D8F80000C8294FF0EB -:10433000000238BF012264284FF0000388BF012328 -:10434000B0F57A7F00F20A81002900F007811A4057 -:1043500018BF8BF819A09F2905D89BF80620002AC2 -:1043600018BF8BF819A09BF80F202AB1090918294A -:1043700098BF8BF819A005E095298CBF0A2164210C -:1043800089F81110DBF8781045F25652C5F25552F3 -:1043900051FB02F101EBD1710B28CBF8701022D345 -:1043A0009BF81300F8B1D8F80400FFF7B5FADBF872 -:1043B00070100A097C2A12D84A0890420FD99BF83B -:1043C0000E00C8F800A001308BF80E00B9F83200DA -:1043D0008BF81AA040088BF81740ABF82E008BF82A -:1043E00013A0C8F80410B9F84E000021972838BF70 -:1043F000012196284FF0000088BF01204EF21042A4 -:1044000009010001CEF20002117082F836009BF81B -:104410001500B8B1DBF868009BF82450BBF8446085 -:10442000BBF82C7002F0F8FBBBF85240034628465C -:1044300031463A460094012400F09EFA01F098F8C3 -:104440008BF815A09BF814000130C1B265298BF8D8 -:104450001400C0F08D8042F20040C4F2010001213E -:10446000FDF788FCBBF8580040F6E44740F2011124 -:104470007843C0F21001A0FB0112801A02EB500039 -:1044800099F81020C00A504348F21F52BBF854104C -:10449000C5F2EB12A0FB0202C1F57A6046F2676139 -:1044A000C6F2666150FB01F0C11001EBD0709BF8C1 -:1044B0002410ABF85600C1EBC1010844BBF844100E -:1044C000C0088BF82400C1EBC100DBF86C1000EBD6 -:1044D0005210BBF85A20C1EB81111144891140F2EE -:1044E000FF42CBF86C107943C4F6EC7251FB02F139 -:1044F0000A129BF80A3002EBD171C0080A04ABF82B -:10450000440048BF5146ABF82C107BB39BF8101009 -:10451000B9F82C2080B25143814225D9BBF828003C -:104520009BF81B104FF67C47013044F62063CFF612 -:10453000FF7782B211FB07319142ABF8280015DA00 -:10454000ABF838A0FDF7CAFC00F0C0FB8BF81AA04E -:10455000ABF836A08BF81EA008E000BF8BF819A0BE -:104560009F297FF6FAAEFEE6ABF828A08BF814A0E0 -:104570009BF81B008BF81CA0E0B3BBF83800312877 -:10458000FFF4ACAE9BF81E1000293FF4A7AE8828BC -:1045900000F2B4809BF8090050B1FEF7A5FE00F0D0 -:1045A00095FB002001F006F8FDF7DCFC8BF809A074 -:1045B000FDF7F8FB99F8071041F65832B2FBF1F31A -:1045C00040F22A32BBF83800B2FBF1F730217822F2 -:1045D000009700F067FBA9F84A0080B2FEF716FDCD -:1045E000B9F84A004FF41671B1FBF0F0ABF8520085 -:1045F00096E600BFDBF8780042F2C072C0F2090212 -:104600009BF81A1092FBF0F04CF6CD42484381B271 -:10461000CCF6CC42A1FB021299F80F10ABF8520075 -:10462000D008ABF85C0069B1B9F84210B9F8442081 -:10463000B9F84630B9F8487080B2009700F032FB04 -:10464000A9F840009BF8240099F8052090420AD967 -:10465000B9F84830A2F10A010A325B08009400F070 -:1046600021FBA9F84000D8F80000B9F84E106428E2 -:104670004FF00C000ED3B1F5FA7F0BD8DBF87000C9 -:1046800064214FF4FA7203230C27009700F00AFB11 -:10469000B9F84E10642938BF0220B9F81E1089F805 -:1046A000160089087C299CBF400089F816009BF8F9 -:1046B0001700002800F0F6809BF81A00002800F090 -:1046C000F18000F003FBFFF72BF999F8181000298F -:1046D00060D0002860D09BF81D0099F81A200130A6 -:1046E000C3B293428BF81D0088BF8BF823A09BF8C0 -:1046F0002200002840F0D68057E000BF8BF8094028 -:10470000FDF750FBBBF83800C82813D95020ABF890 -:104710004AA0A9F84A00FEF779FCBBF84A00002835 -:104720007FF4FEAD0FE000BF002000F043FFFDF777 -:10473000D5FBF5E5B9F84A00FEF768FCBBF84A007E -:1047400000287FF4EDAD42F22830A9F84E00CBF8F6 -:104750007000C8F8040042F22830ABF81A408BF819 -:10476000174000F05BFF0A2099F81510C8F8000008 -:104770009BF805008BF816A089F81D1000281CBFB7 -:10478000B9F83A00A9F83800FDF762FEFFF7BAF869 -:10479000C6E500BF00289ED09BF8230001308BF8AF -:1047A00023009BF8220000287CD19BF8230079B3DA -:1047B00099F81B10884275D98BF82240FFF7C0F892 -:1047C000ABF84200002000F029FFB9F84E00BBF81A -:1047D000421000EB4000084499F81710C0F38F0214 -:1047E000B2FBF1F18208C1EBD000A9F84E20ABF882 -:1047F0003410ABF83E0000BFFFF7A2F8BBF83E1044 -:10480000884233D2D8F800000928F5D82EE000BF3E -:1048100099F81C10884245D98BF82240FFF790F890 -:10482000ABF84200002000F0F9FEB9F84E00BBF8EA -:10483000421000EB4000084499F81710C0F38F02B3 -:10484000B2FBF1F18208C1EBD000A9F84E20ABF821 -:104850003410ABF83E0000BFFFF772F8BBF83E1013 -:10486000884203D2D8F800000928F5D8FDF7F0FDFA -:10487000D8F800009BF805109BF80B20013011437D -:104880008BF823A08BF81DA0C8F8000070D0142866 -:1048900008D3B9F84E00B0F5FA6F03D88BF817A01B -:1048A000FEF7BCFDFFF74CF84AF6C9718842FFF4E9 -:1048B00037AD9BF81A0001287FF432AD9BF8190040 -:1048C00001308BF8190000F001FABBF838008BF8C2 -:1048D00017402F2898BF8BF81AA0C8F800A0FFF740 -:1048E0002FF8ABF84200002000F098FEB9F84E0017 -:1048F000BBF8421000EB4000084499F81710C0F3D1 -:104900008F02B2FBF1F18208C1EBD000A9F84E2072 -:10491000ABF83410ABF83E00FFF712F8BBF83E10CE -:10492000884203D2D8F800000928F5D8FDF790FD99 -:10493000D8F800009BF805109BF80B2001301143BC -:104940008BF823A08BF81DA0C8F8000008D014280D -:10495000FFF4E6ACB9F84E00B0F5FA6F03D9DFE426 -:104960001F28FFF4DDAC8BF817A0FEF757FDD7E446 -:104970001F2893D296E7000010B540F26A5CC2F29D -:10498000000CDDF808E00C0A8CF80210110A8CF813 -:104990000310190A8CF804208CF805108CF80630E6 -:1049A0004FEA1E218CF808E04FF0000E072200238A -:1049B0008CF800008CF801408CF807105840C3B206 -:1049C00082EA4304000658BF5C0082EA44002306E2 -:1049D00058BF600082EA4003040658BF430082EAE1 -:1049E00043001C0658BF580082EA4003040658BF23 -:1049F000430082EA43001C0658BF580082EA400385 -:104A0000040658BF430082EA43001C0658BF580002 -:104A1000BEF1080F30D0C3B20CEB0E0044788078A2 -:104A2000634082EA4304190658BF5C0082EA4401ED -:104A3000230658BF610082EA41030C0658BF4B00B1 -:104A400082EA43011C0658BF590082EA41030C0662 -:104A500058BF4B0082EA43011C0658BF590082EA46 -:104A600041040B0658BF4C0082EA44030EF1020ECB -:104A7000210658BF6300A1E78CF8090010BD0000B3 -:104A80002DE9F04F81B040F2284CC2F2000CBCF886 -:104A9000060018B10021ACF8061029E040F2B2403F -:104AA000C2F200000078002840F21050C2F200006C -:104AB00014D00168B1F5803F10DA47F6FF7021EAA3 -:104AC0000000B0F5004F0CD043F6FF7021EA000063 -:104AD000B0F5804F40F0B480062203E04FF6FF713E -:104AE0000160072241FA02F040EA4220CCF810208F -:104AF00047F2622380EA1011C0F60003C0F30314EA -:104B000081EA102140F3132213F804B001F00F01E1 -:104B10009E5C41EA00114FEA8B2281F00F0142EACC -:104B2000C63740F2D402CCF8141000F00F0001F0A8 -:104B30000F01C2F2000213F800805B5C107840F2B3 -:104B40002C71C2F20001009001EB8002802020EA6B -:104B5000C60A06F008068AEA061E00EA972147EA16 -:104B6000481481EA0E0100EA572544EA03094D4042 -:104B700000EA1727CCF818906F400BF0100C87EA6A -:104B8000CC0C0BF0080602F1040B8CEA06168BE83D -:104B9000014402F1100E8EE8A21000EA541126F032 -:104BA0007F0787EA010C00EA14178CEA070A00EA7B -:104BB000D400166280EA0A0008F0100680EAC606F1 -:104BC00008F0080586EA051509F080046C4009F034 -:104BD000400E24F07F0181EA4E0109F0200781EAAE -:104BE0008707C2E90B0603F01000C2E90F1787EA36 -:104BF000C00003F0080180EA011103F0040781EA14 -:104C0000471703F0020687EA8616DB01C2E90D5456 -:104C1000DBB226F07F05C2E909CA6B4002F1440C01 -:104C20008CE88300C2E9146340F22C71009A0020E2 -:104C3000C2F2000141F8220001B0BDE8F08F00BFD0 -:104C400041F6FF7021EA0000B0F5005F02D10522B5 -:104C500048E700BF40F6FF7021EA0000B0F5805F32 -:104C600002D104223EE700BF40F2FF7021EA0000BB -:104C7000B0F5006F02D1032234E700BF40F2FF30ED -:104C800021EA0000B0F5806F02D102222AE700BFBE -:104C900040F2FF1021EA0000A0F50070B0FA80F0A9 -:104CA00042091FE780B5DDF808C08842B8BF084652 -:104CB0009042C8BF1046A0EB010EACEB03000EFB08 -:104CC00000F0511A90FBF1F0184480BD40F2004012 -:104CD000C4F20100016821F4002101604FF40021B9 -:104CE0004161704710B54EF60C5CCEF2000CDCF85A -:104CF0000030C3F3022E8EF00704042C28BF0424D6 -:104D0000BEF103034FF0FF3E0EFA04F438BF002358 -:104D1000A14399400EFA03F39A431143B0F1FF3FC8 -:104D20004FEA011110DD4EF20012CEF2000283189C -:104D300083F8001300F01F01012303FA01F1400979 -:104D400042F8201010BD00BF00F00F006044017257 -:104D500010BD000070B541F2707000F025FCEFF35B -:104D6000108072B640F27450C2F20000007800F079 -:104D700021FC4CF6CD457924CCF6CC450A2600BF63 -:104D8000023C00F08FFAA4FB05010809FDF79EF92B -:104D900006EB540080B200F031FC0A20FEF74CF91B -:104DA000022CEDD8FDF79AF80020002400F026FC34 -:104DB00040F23E00C2F2000040F2D8410088C2F248 -:104DC00000010C8000F0F0FB62B670BD2DE9F04FE1 -:104DD00081B00320FDF77AF940F2D84A40F27A67B1 -:104DE00041F6F11B0026C2F2000AC2F20007C0F22F -:104DF000765B4FF000084FF0000907E009F1010968 -:104E000008F1340008F10208AE2859D200F04AFA3D -:104E100007EB080191F83400AAF80060FF28EDD0F4 -:104E200091F83510E1B34FF47A62F72311FB0321B7 -:104E300049F28062C0F29802B2FBF1F448F2A0623B -:104E40005FFA89F1C0F20102C1EBC111B2FBF4F2C9 -:104E500000EB410048F21F515043C5F2EB11A0FB9B -:104E600001050A2000F0CAFB43F60060C0F24900C9 -:104E7000B0FBF4F4A0B200F097FB40F27450C2F221 -:104E8000000000786043A0FB0B01C1F3CF1000F0DD -:104E900091FBC5F34F10FEF7CFF84FF00009AFE7D5 -:104EA0005FFA89F1C1EBC11100EB410400204FF022 -:104EB000000900F07FFB2046FEF7BEF8A0E700BF28 -:104EC000FDF70CF80020002400F098FB40F23E00B3 -:104ED000C2F20000008800F067FBAAF8004001B0B1 -:104EE000BDE8F04F00F0DEB910B541F2707000F08F -:104EF0005BFB282000F082FB40F27450C2F20000FD -:104F0000007800F057FB0220FDF7E0F89620FEF74E -:104F100093F800F0C7F9502000F070FB9620FEF7E0 -:104F20008BF8FCF7DBFF0020002400F067FB40F269 -:104F30003E00C2F2000040F2D8410088C2F20001F7 -:104F40000C80BDE8104000F02FBB000010B541F20E -:104F5000707000F029FB322000F050FB40F27450DA -:104F6000C2F20000007800F025FB0220FDF7AEF849 -:104F70009620FEF761F800F095F91E2000F03EFB48 -:104F80009620FEF759F8FCF7A9FF0020002400F056 -:104F900035FB40F23E00C2F2000040F2D8410088EA -:104FA000C2F200010C80BDE8104000F0FDBA000024 -:104FB00010B5EFF3108072B641F2707000F0F4FAA1 -:104FC00000F070F9502000F019FB40F27450C2F26A -:104FD0000000007800F0EEFA0320FDF777F8642077 -:104FE000FEF72AF8462000F009FB6420FEF724F8BB -:104FF000282000F003FB6420FEF71EF8FCF76EFF8C -:105000000020002400F0FAFA40F23E00C2F2000054 -:1050100040F2D8410088C2F200010C8000F0C4FACE -:1050200062B610BD10B541F2707000F0BDFAEFF33A -:10503000108072B600F036F93C2000F0DFFA40F242 -:105040007450C2F20000007800F0B4FA0120FDF7BD -:105050003DF84B20FDF7F0FF502000F0CFFA4B2039 -:10506000FDF7EAFF5A2000F0C9FA00F01BF94B20C7 -:10507000FDF7E2FFFCF732FF0020002400F0BEFA4B -:1050800040F23E00C2F2000040F2D8410088C2F275 -:1050900000010C8000F088FA62B610BD10B5EFF385 -:1050A000108072B647F63040C0F600000078FF2846 -:1050B00002D0FFF78BFE30E041F2707000F074FA1E -:1050C00040F27450C2F20000007800F073FA03203E -:1050D000FCF7FCFF372000F091FAC820FDF7ACFF89 -:1050E0000520FCF7F3FF282000F088FAC820FDF720 -:1050F000A3FF0620FCF7EAFF192000F07FFAC82082 -:10510000FDF79AFFFCF7EAFE0020002400F076FA93 -:1051100040F2D840C2F20000048040F23E00C2F2E9 -:105120000000008800F040FA62B610BDB0B540F64D -:105130000004C4F201042046102104224FF48063CD -:105140004FF48065FEF716FD2046102104224FF42F -:10515000007365614FF40075FEF70CFD20461021C9 -:1051600004224FF4807365614FF48075FEF702FDF1 -:10517000656104F580652846082104220223FEF7B4 -:10518000F9FC2846082104220123FEF7F3FC2046FF -:10519000082104228023BDE8B040FEF7EBBC0000EC -:1051A00070B5012A20DB531E032B02F0030C01D241 -:1051B000002211E022F0030E431C00228D5C9E1899 -:1051C0008C1806F8015C65789D54A57804327570DA -:1051D000E4789645B470F1D1BCF1000F04D0535C73 -:1051E000BCF1010F835401D170BD00BF531C5E5C44 -:1051F000BCF1020FC65408BF70BD0232515C81542D -:1052000070BD0000F0B581B040F20044C4F200046B -:1052100004F5843000210422102300261027FEF715 -:10522000A9FC6C25C4F202052868286040F61040ED -:10523000C4F2010007602046666201F0ABF847F255 -:10524000010040F2D501A061C2F200010B200978F3 -:1052500020624FF6FF70A162E062606940F00100D9 -:10526000606140F2C170C2F20000067004F13400C7 -:10527000A86040F27850C2F20000E86040F25800A6 -:10528000C2F2000000786860E06840F40070E060FE -:10529000206840F00100206040F68B10286001B0CB -:1052A000F0BD000043F20000C4F200004AF6AA215B -:1052B0000160704740F22440C4F200000021816088 -:1052C00001607047B0B540F20001C2F2000140F247 -:1052D0007A600A78C2F20000427040F29842C2F24C -:1052E00000029478D57892794B78013AB2FA82F23A -:1052F0005209C2745A1E91F802C0B2FA82F25209DF -:105300000275ACF1010291F803E0013CB2FA82F2BD -:10531000B4FA84F4520964094275AEF1010244748E -:105320006C1EB2FA82F2B4FA84F452098B796409E1 -:10533000827547F600428474C0F60002B021C3753E -:10534000BDE8B040AFF300802DE9F04F03AF85B06A -:105350008346C81701EB9070841020F003000730DB -:1053600020F007009246ADEB00088946C54640464E -:105370002146FBF78DFFB9F1040F6FDB601E032898 -:1053800004F0030C47F81C4C02D200211DE000BFC2 -:1053900024F0030E08F10809002000210BEB0004A3 -:1053A0005BF80060A3686568E468043108EB0002FC -:1053B00048F8006009EB000649F800308E4500F11E -:1053C000100046F8045CD460E8D157F81C4CBCF1DE -:1053D000000F43D08800831CC21C1BF803301BF84D -:1053E000022001301B041BF8000043EA02621BF894 -:1053F000213042EA00201844BCF1010F48F8210096 -:105400002CD0481C8200961CD31C1BF806601BF88D -:105410000330013236041BF8022046EA03631BF80E -:10542000206043EA02223244BCF1020F48F82020F7 -:1054300014D0881C81008B1CCA1C1BF803301BF87D -:10544000022001311B041BF8011043EA02621BF821 -:10545000203042EA0121194448F8201047F8144C42 -:10546000FEF73CF95FEA8A5002D15046FEF76EF82B -:10547000002047F8180C57F8180C57F8141C8842ED -:1054800018D200BF57F8180C57F8181C0AEB800008 -:1054900058F82110FEF732F90320FEF747F857F8C5 -:1054A000180C013047F8180C57F8180C57F8141C52 -:1054B0008842E7D3A7F10C04A546BDE8F04FFEF7FC -:1054C0003BB80000B0B56C25C4F20205286840F274 -:1054D000004440F01000C4F200042860204600F0B0 -:1054E00059FF6020A0610320206240F28940C2F28F -:1054F000000000780121A0625F20E06240F2C170EC -:10550000C2F2000001706069082140F00100606192 -:1055100004F13400A86040F22C70C2F20000E86090 -:1055200040F2D400C2F20000007804221730686014 -:105530002868102340F002002860286840F0080026 -:105540002860286840F001002860E06840F400709E -:10555000E060606C40F400406064206840F0010549 -:1055600004F584302560BDE8B040FEF703BB0000C1 -:1055700040F2DC00C2F2000000784421C4F20201D3 -:105580004860086840F001000860704745F20C412F -:10559000C4F2010100228A6108624A60086840F092 -:1055A000010008607047000042F62C41C4F201017E -:1055B0000860704742F63441C4F20101C1E90000BD -:1055C0008860704740F22040C4F20000016821F07A -:1055D000020101607047000042F63441C4F201014B -:1055E0000860704742F63841C4F201010860704714 -:1055F00042F63C41C4F201010860704742F628417E -:10560000C4F20101086070470B2828BF0B2040F24C -:1056100074514000C2F200010870704740F6240047 -:10562000C4F20000002101607047000080B542F222 -:105630000000C4F202004FF4AA710160FDF796FC6D -:1056400000200121FDF762FB0120FDF731FC01285C -:10565000FAD100202321FDF761FC02200121FDF792 -:1056600055FB00BF1920FDF723FC0128FAD10020CB -:10567000FDF716FB0420FDF72FFB0420FDF71EFBB2 -:105680000120FDF737FB0220FDF7AEFCFDF7B6FC6D -:105690000228FBD10020FDF72DFBBDE8804000F083 -:1056A00001B80000B0B541F2040441F20025C4F293 -:1056B0000204C0F27A05FDF7A1FC02280CD00028F4 -:1056C00050D1206D80054DD5E06A800144BF46F67B -:1056D0000045C0F2DC2545E02068A16AC0F3004027 -:1056E000002919D421682268C1F38341C2F34172B1 -:1056F00013010133002A1A4608BF02220F2908BFEE -:105700001A46002802EB010020D140F60011C0F239 -:105710003D0100FB01F525E0A26AA36AC2F3031C68 -:10572000A26A40F60011C0F23D01C3F3082300282D -:1057300002F0070003D02268920358BF294659435C -:105740000CFA00F0B1FBF0F50CE000BF2168890312 -:1057500002D4454306E000BF40F60011C0F23D010F -:1057600000FB01F540F2B030C2F200000560216894 -:1057700003A2C1F30311515C25FA01F10160B0BD30 -:1057800000000000000000000102030406070809F1 -:1057900070B588B00324C0F2180404F10B00012195 -:1057A000FDF794FB20460121FDF790FB4FF4A0107C -:1057B0000121FDF78BFB40F20040C0F2081043F6D8 -:1057C000000407904020C4F201040690A4F5305074 -:1057D00006A9FEF7C7F84425C4F202052846FDF7DE -:1057E000EFFD01AE3046FDF78FFD40F2DC00C2F266 -:1057F000000000783146ADF80E001020ADF80C0026 -:1058000040F26A50C2F20000029043F60400C4F273 -:10581000010001904FF4807004900020ADF8140056 -:105820002846FDF787FD2868012140F00200286026 -:10583000286840F00800286040F20140C2F610409D -:10584000FEF7B4F920464FF4E1310022002300F0C6 -:10585000C1FE2046012100F015FF2046012100F085 -:10586000FDFE2046012100F003FF2046012100F04B -:105870009DFE2046012100F0A3FE0E200321002200 -:10588000FFF730FA08B070BD2DE9F04782B040F262 -:105890009846C2F200067078022813D0012803D17E -:1058A000FCF7A8FE00207070708DF17840F20008BF -:1058B0000130C2F20008708551B196F8200058B14D -:1058C000708FD4E0FFF7DCF80020707000F071BC3E -:1058D000708F308627E100BFF17A98F80D30708F15 -:1058E0004FF47A72002902EB43010DD0814254D269 -:1058F00098F81920B778BA4240D1B77E002535868E -:10590000C7B30121B17548E0814213D298F819203C -:10591000B3789A4240F08880B8F84E00B8F830303A -:1059200098426BD8F07E002868D14FF47A70708767 -:105930007AE000BF4FF47A74A4EB4302824240F352 -:105940008780B17898F81930C1F101079F4240F083 -:105950004F84B8F84E00B8F83030984200F23484E2 -:10596000F07E002840F030844FF47A70708700F0A9 -:105970003FBC00BFC2F1010288F81920B27D62B9B4 -:1059800040F2FF774FF4FA622F230097FFF78AF96E -:105990000146708F98F80D3031864FF47A74A4EB7D -:1059A000430282421DDDB17898F81970C1F10105FA -:1059B000BD4208D1B77E002F0EBF88F81910012113 -:1059C000B17500213186B17D59B92F27002140F2F0 -:1059D000FF730097FFF766F90146708F98F80D3056 -:1059E0003186A4EB430181423DD804EB430181425F -:1059F00039D300213186B17535E000BFC2F1010015 -:105A000088F8190040F21450C2F20000002404602B -:105A10000120F075FFF75AF998F80D10708F4FF4C8 -:105A20007A72747402EB410140F2FF774FF4FA622C -:105A30002F230097FFF736F90146708F98F80D3045 -:105A400031864FF47A74A4EB430282423FF779AF78 -:105A5000A4EB4301814206D804EB4301814222BFFB -:105A600000213186717496F8201000295BD0B0F5C2 -:105A7000836F26D398F81910B27891421AD1B8F8EA -:105A80004E00B8F83020904204D8F07E10B90020C3 -:105A900070870FE0C1F1010088F8190040F214503E -:105AA000C2F20000002404600120F075FFF70EF937 -:105AB000708F747498F81210C1EB4001A1F60101C7 -:105AC0003186A0F1300189B2C9087C2926D8B17885 -:105AD00098F81920C1F10103934219D1B8F84E008A -:105AE000B8F83020904205D8F07E18B900207087B1 -:105AF0000EE000BF40F21450C2F200000024046027 -:105B00000120F07588F81910FFF7E0F8708F7474B1 -:105B100098F81210C1EB4001313931862F2802D894 -:105B200000203086707498F8030098B1F07B6423ED -:105B300098F811205843717E01305043884209D2B1 -:105B4000FCF7CCF9FFF7C2F80020308766207076AA -:105B50006EE000BFB07928B1308E1D2828D8002112 -:105B6000318753E0307B002860D0307820B3308E0E -:105B7000D8E914732F2140F2FF720097FFF792F8D3 -:105B800048F20071C0F2933198F8072091FBF0F0D1 -:105B90005108328E90FBF1F02E2AF0840CD840F29E -:105BA0005C010020C2F200013087086030663FE0EF -:105BB0001E281BD11E2029E0346E4EF20005C4F2CF -:105BC000FF452046294600F006FF002818BF25465D -:105BD000284601F021F800213087C4F240212046F8 -:105BE00000F0EBFE20BB302021E000BF98F80C1045 -:105BF00001EB81018A00824208D9A0271E212F23B0 -:105C00000097FFF74FF80146308EA9E798F80C107F -:105C100001EB8101890081420AD840F2FF7740F20E -:105C2000FF72A0230097FFF73DF800E0308E308729 -:105C3000708D44F62161884245D3B6F92C40204648 -:105C400001F00CF80021C4F2B43100F0D7FEB16EBF -:105C500002460846114600F0FBFD40F22D41C2F21B -:105C600000010A78B066032A0AD0022A16D0012A57 -:105C700027D196F82400022200F500701BE000BF37 -:105C8000B6F8440048F21F52C5F2EB12A0FB020224 -:105C9000D008042262F31F2001220CE0A0B248F2D7 -:105CA0001F52C0B2C5F2EB12A0FB02024FF4C0605B -:105CB00040EA1210032240F22E43C2F20003188081 -:105CC0000A7000207085B07F002800F0A581F0796F -:105CD00088B1B6F8480098F80410013082B201EBA0 -:105CE0008101B2EB810FA6F8480004D9012070753C -:105CF0000020A6F84800F07E002840F04982B07FDE -:105D00004FF02F09002800F0EE80B279308F02EBBF -:105D1000820109EB0111814200F2E580B07EC8B931 -:105D2000FCF7DCF8F07D78B9B07E58B9FCF790FB51 -:105D300042F21070A8F84E0041F28830FFF76EFC76 -:105D40000120B076FDF76AFB0120B076B8F832008A -:105D5000B279F085308FB8F83830B8F83E708921C4 -:105D6000002A40F2FF7208BF2F210097FEF79AFF2A -:105D70000446708D4CF6CD41CCF6CC4148434CF6F0 -:105D8000CC414FEAB000C0F6CC418842B48700F263 -:105D9000A580707B96F81AA0002818BFBAF1000FF2 -:105DA00048D0B6F92C00B8F820106FF0630201FB60 -:105DB000020240F25C01C2F200018B6BD1E90BC020 -:105DC0008A6200FB02308B6C4D6B9842C8BF18464C -:105DD0005B429842B8BF18460B6C8863D31A03FB2A -:105DE000050003FB05F70CFB0200CB6CCF630A64D4 -:105DF0009842C8BF18465A429042B8BF10464864FD -:105E000000F02CFF44F20001C4F21C6100F0F6FD2A -:105E100000F002FFB8F82E10081AB8F8381002B2D5 -:105E20008A42B8BF084601B2A2B28A42B8BF204631 -:105E3000A8F82E00BAF1000F50D0707900284DD08C -:105E4000B8F84E00B8F82210421A40F25C01C2F2D3 -:105E500000010B6ED1E915700A6500FB02300B6F73 -:105E6000CD6D9842C8BF18465B429842B8BF1846ED -:105E70008B6E0866D31A03FB050003FB05F407FBD2 -:105E800002004B6F4C668A669842C8BF18465A4259 -:105E90009042B8BF1046C86600F0E0FE44F2000130 -:105EA000C4F21C6100F0AAFD716E0246084611465C -:105EB00000F0CEFC0021C4F21631044600F076FD5D -:105EC00000281CBF0024C4F216342046002174664A -:105ED000002400F06BFD002808BF7466F07A0028EB -:105EE00004BF0020B075B079318F00EB800009EB62 -:105EF0000010884240D9B07C50B1012802D1FFF790 -:105F000025F8B07C022808BFFEF7EEFF0020B07431 -:105F100098F80100002800F08D80B07E002800F085 -:105F2000CF8098F81D00B8F82410C0EB001001EBEA -:105F30008000A0F13C010AB2B2F5B47FA8BFA0F581 -:105F4000D27101F1770002B2A6F84A10B2F5B47F1F -:105F5000A8BFA1F1F100A6F84C0001F1EF0002B2D8 -:105F6000B2F5B47FB279A8BFA1F17900012AA6F8F1 -:105F70004E0004BF0120F076B57D002D40F0C680B4 -:105F800040F21450C2F2000071790068142222FA23 -:105F900001F1B78F88420BD2B8F8320087423CBF7C -:105FA000B0870746B8F83600874284BFB0870746F7 -:105FB000B8F84000874284BFB0870746707B28B19D -:105FC000B8F92E008742C4BF87B2B787746E00212C -:105FD000204600F0F9FC20B9204600F01DFE0744E1 -:105FE000B78798F80E00002800F09080316F3C20B1 -:105FF000B1F5FA7F88BF1420F18DBAB2531A8342EB -:1060000088F813007ADDB8F84E200844B2F5FA7F1C -:10601000B08778D9012077E0307C00287FF457AE34 -:10602000F07F00283FF453AE308EB8B10020A6F8C0 -:1060300046004CE6B17E00200029B08740F0F18098 -:106040000121F175317940F21452C2F200020029A7 -:10605000106000F0E180FDF715FCE2E0B6F84600C4 -:1060600044F62162013081B29142A6F84600FFF465 -:106070002EAEF08E1F28C0F09F80B07A012100283C -:10608000B17700F0E980B6F844004DF2B93241082A -:10609000CBF21F12A1FB0212D109B0F5B97F317406 -:1060A000C0F0DC800024FEF783FF6420FCF7C4FF0F -:1060B000FFF7F8F8307C01348442F4D3CEE000BF1F -:1060C0000120F07540F214500024C2F20000046078 -:1060D0003079B4870028747772D0B07900287FF4C3 -:1060E00020AFB8F83E0098F8091000EB41001338D3 -:1060F000B087FFF71BF80120B07512E78A1A8242B9 -:10610000C4BF081AB087002088F81400B17FB07EA1 -:10611000002918BF00280BD1F5B1B18FB8F83C00A9 -:10612000B8F83E2000FB01F3B3FBF2F3D21A24E0EF -:10613000318F3029F0D398F80200A8B1B8F83E703A -:10614000B8F84E007B086021C8220097FEF7AAFD30 -:10615000A8F83C000AE000BF00EB80000201B18F0C -:10616000B8F83C000AE000BFB8F83C00B18F82B23A -:10617000B8F83E304A43B2FBF3F2013280B2A6F8DF -:106180005020F185FFF710FAB6F85000FFF712FA29 -:10619000B6F8400042F21172411C88B29042A6F853 -:1061A000401006D3B17F002960D14CF251318842B2 -:1061B0005CD202B0BDE8F0870020F07737E700BF7F -:1061C000FBF78CFEB487ACE640F21450C2F200003C -:1061D000002505600120F07588F81910FEF776FD9E -:1061E00098F80D10708F4FF47A727574A2EB41021B -:1061F0002F27002140F2FF730097FEF753FD014661 -:10620000708F98F80D303186A4EB430181427FF600 -:1062100023ACFFF728BC00BFB07D002808BFFBF708 -:106220005DFEF07AB57D002818BF002D3FF4A5AEC5 -:10623000718F4FF47A70FDF76FFB00F57A7081B2C1 -:10624000B1F5FA6FB08703D1FDF71CFB94E600BFF0 -:10625000FEF76CFF90E600BFFEF7AAFE96F821005D -:1062600000287FF434AD0020F07230E5FBF736FEF5 -:106270000020F083C6F836000020FFF79BF9FFF7F7 -:1062800019F840F27850C2F200004FF48071FAF72A -:10629000FFFFFBF7E1FB0000062988BF7047DFE83E -:1062A00001F0050F19232D37410000BF50F8203FA2 -:1062B00002F0010123F0010211430160704700BFA9 -:1062C00050F8203F042101EA820123F00402114327 -:1062D0000160704750F8203F102101EA021123F0BD -:1062E000100211430160704750F8203F402101EA3D -:1062F000821123F0400211430160704750F8203FA3 -:1063000002F00101090223F4807211430160704719 -:1063100050F8203F02F00101890223F4806211430A -:106320000160704750F8203F02F00101090323F497 -:106330008052114301607047062988BF7047DFE82B -:1063400001F0051E091E0D1E150000BF50F8183F74 -:1063500006E000BF50F8183F0AE000BF50F81C3FAD -:10636000082101EAC20123F0080206E050F81C3FB0 -:1063700002F00101C90223F4006211430160704779 -:10638000026801F0010122F0800242EAC1110160BD -:106390007047000010B542F6FF31C4F20101884297 -:1063A00012DC40F2FF71C4F20001884224DCB0F13B -:1063B000804F43D040F20041C4F20001884253D1E3 -:1063C0000124C0F2100444E044F6FF71C4F201015C -:1063D0000B248842C0F20C0420DC42F60041C4F2D7 -:1063E0000101884235D044F60041C4F201018842DF -:1063F0003AD108342DE000BF40F60001C4F200019C -:1064000088421FD040F60041C4F2000188422BD1DF -:106410000120C0F21000841C1BE000BF45F2000107 -:10642000C4F20101884213D045F20041C4F20101D7 -:10643000884218BF10BD0A340BE000BF4FF480142F -:1064400007E000BF0120C0F21000441C01E000BFC3 -:10645000093420460121FCF74DFD20460021BDE80E -:106460001040FCF747BD00BF10BD0000B0B540F2C2 -:10647000B644C2F2000440F278602178C2F2000013 -:106480000078002918BF00280ED140F2B741C2F2AF -:1064900000010978012917D000294BD1FCF7F4FD40 -:1064A000BDE8B040FEF7AEBE40F2C170C2F20000DF -:1064B0000078C8B1FEF7A6FE40F29940C2F2000093 -:1064C00002210170B0BD00BFC0B140F2C170C2F284 -:1064D0000000007880B3FEF7D3FAFCF78BF8BDE834 -:1064E000B040FEF78FBE00BFFEF7ECFF40F29940D0 -:1064F000C2F2000001210170B0BD00BF40F2B840FF -:10650000C2F200000078012803D1FCF773F8FEF70F -:1065100079FE40F2B940C2F200000078012807D1AC -:10652000FCF7BCFAFFF74EF8FEF76CFEFCF7F6FF3F -:10653000207828B1B0BD00BFBDE8B040FEF7C2BFB3 -:1065400040F2C844C2F20004208840F28445C2F2FE -:10655000000548B9697839B940F2CE40C2F200006E -:10656000018801310180B0BD40F2CE4140F2DD53DF -:10657000C2F20001002298420A8038BFB0BD2989CA -:10658000FDF7CAF92A78E97801323228C8BF00221B -:10659000D0B233282A7005D321B9FEF7DBFB4FF4C4 -:1065A0008070288020882881B0BD0000426901F0F9 -:1065B000010122F0800242EAC111416170470000EE -:1065C000C26801F0010122F4005242EA4131C16087 -:1065D000704700002DE9F04186B001AD0446284621 -:1065E000984616460F46FCF7D3FB43F6000105F12B -:1065F0000C00C4F201018C4208BF05F108000068DC -:106600004CF6CD4100EB80004000B0FBF7F0CCF63B -:10661000CC41A0FB0112D10801EB8103A0EB4300A8 -:106620000428A0684FF0010388BF03EBD201C1EA40 -:106630000000A060E06806F0010120F4805040EA0C -:106640000130E060206908F0030120F4405040EA86 -:106650000130206106B0BDE8F0810000C26801F0A1 -:10666000010122F0040242EA8101C160704700008A -:10667000426901F0010122F0080242EAC1014161D0 -:1066800070470000C26801F0010122F0080242EAEE -:10669000C101C160704700001CF0700F08BF0A46BE -:1066A0000FB403B42DE90C50FAF71CFEBDE80C50F2 -:1066B000024603BC11680CF0405030EA814318BF19 -:1066C0004CF0804C4FEA4C034FEAD36323EA11238A -:1066D00010EA814F18BF23F0100341EA030101F0D3 -:1066E000E0734CEA030C11600CF00F030A2B1DBF82 -:1066F000082B0CF070034CEAC30C4FF4003304BFBA -:1067000033EA0C034CF4400C1CF0005F14D11CF075 -:10671000805F0BD11CF0804F31D11CF0006F12D183 -:1067200011F4807F0FBC47D000F04FBD11F4806F93 -:106730000FBC2BD000F049BD11F4006F0FBC08BF97 -:10674000704700F042BD11F4007F0FBC40F03D8562 -:106750001CF0400F1EBF4FF0004040F0010070479A -:106760001CF0100F14BF81EA030242400CF00F002E -:106770000A2808BF4FF0FF324FF000030FE011F47A -:10678000805F0FBC08BF704700F01FBD2CF0805C1D -:106790001CF0800F14BF01F0004200F0004202F034 -:1067A00000421CF0100F1DBF0FF28C0003C81143F4 -:1067B000234808BF104370471CF0400F40F028806A -:1067C0001CF4404F1BD01CF4004F1CBF1946104650 -:1067D0000CF4807218BF8CEA520C1CF0800F0CBFB6 -:1067E00040F4800041F400218CEADC0313F0100F28 -:1067F0001CBF2CF00F0C4CF0080C00F08DBC1CF0F2 -:10680000100F1ABF0FA393E80300104800F084BCD8 -:106810001CF0800F14BF01F0004200F000421CF099 -:10682000100F1BBF07A393E803000848114308BFDC -:10683000104300F071BC00BF000000000000F07FBA -:106840000000807F000000000000F87F0000C07F93 -:1068500080EA400281EA410312F0FE4F18BF13F0B4 -:10686000FE4F00F04E8090EA010F48BF81F00041DA -:1068700000F12E83421A3CBF801A89184FEAD05289 -:10688000A2EBD1534FF0004C4CEA00204CEA01211E -:1068900021FA03FC10EB0C0C22D202F1FF325FEA6A -:1068A0001C2040EBC25038BF70471CF07F0F4FEAEE -:1068B000400C18BFBCF17F4F38BF7047C3F12003B5 -:1068C000994008BF20F00100BCF17F4F38BF7047EE -:1068D000A0F1C0404FF0010C4CF0805CFFF7DCBE33 -:1068E0004FEA3C00000A40EBC25028BF1CF0FF0FEB -:1068F0004FEA400CE2D018BFBCF17F4F38BF704761 -:10690000E6E74FF07F4C3CEA400218BF3CEA410208 -:1069100036D090EA010F48BF81F0004100F1448376 -:10692000421A3CBF801A89184FEAD052A2EBD153C9 -:10693000090219D04FEA002012F0FF0F1CBF40F0EF -:1069400000405B1EA4D108444FEA102040EAC25028 -:1069500010F4000F18BF70474FF0010200F0B4BBF5 -:106960005FEA400C08BF00205FEA026C18BF704766 -:1069700030F0004C08BF70474FF0010200F0A4BB9C -:1069800010B500F0E7F900BF64FBBE3E0100000453 -:1069900010B500F011F90CBF0120002010BD10B59A -:1069A00000F00AF914BF0120002010BD10B500F05E -:1069B0006DF98CBF0120002010BD10B500F066F904 -:1069C0002CBF0120002010BD10B500F091F994BF3C -:1069D0000120002010BD10B500F08AF934BF01205D -:1069E000002010BD401058BFC0F14040491058BFB2 -:1069F000C1F140418142EFF3008070474FF47F0CBA -:106A00001CEAD0121EBF1CEAD11392EA0C0F93EAC3 -:106A10000C0F00F0958090EA010F48BF42F480729D -:106A200040F4000C41F400002CF07F4120F07F4046 -:106A300000B5A2EB030281420FF21E1CACEB504EDC -:106A40009EF800E0C0F100004FEA4E0E00FB0EFC85 -:106A500038BF49004FEA2C1C0CFB0EF34FEACE1E48 -:106A60000EEB635E4FEA112C0EFB0CFC4FEAC121CA -:106A70004FEA1C5300FB031102F5FA024FEA112CF6 -:106A80000EFB0CFC4FEA01314FEADC4C00FB0C1111 -:106A900042EB2242C14228BF09184CEB03335DF898 -:106AA00004EB490018BF11EB000143EBC250B2F5F3 -:106AB0007C0F38BF704731D512F0F00F08BF704718 -:106AC00000F1C0400A0018BF4FF0804248BF4FF0AD -:106AD000404242F0040200F08ABA00818283848539 -:106AE000868788898B8C8D8E8F91929395969799B6 -:106AF0009A9C9D9FA0A2A3A5A7A8AAACAEB0B2B332 -:106B0000B5B7B9BCBEC0C2C5C7C9CCCED1D4D7D920 -:106B1000DCDFE2E6E9ECF0F3F7FAFE004FEA400CC6 -:106B20000CF1807CBCF17E4F28BF7047A0F1C040C3 -:106B3000DFF880C0094218BF4CF0804CFFF7ACBDB5 -:106B40000CEAD11390EA010F48BF42F4807262450B -:106B500038BF634511D25FEA410C22D05FEA400C96 -:106B600004BFD00570470FF2070C00F06EB94FEA72 -:106B7000102C4FEA112061465AE710B500F0EAF8F0 -:106B8000097EFC3E0400000400F005B880EA010024 -:106B900000F00040704780EA010000F0004000F083 -:106BA00080B95FEA400C5FF824C018BF8CF0406CDD -:106BB000FFF772BD0400001050EA010C00F10D80D7 -:106BC0001CF5000F01D48842704710F5000F58BF24 -:106BD00011F5000F13D4884270471CF5000F04D53F -:106BE0005FEA4C0C18BF814270474FF0807C1CEB71 -:106BF000400F38BF1CEB410F01D28142704710B5E6 -:106C000000F0A8F892244938090012044FF000500F -:106C10004FF08051FFF7E6BE41000B0ED3F19E020C -:106C200008D950F400034FEA032323FA02F048BFC7 -:106C30004042704710B500F08DF800BF000000BF63 -:106C400048000304B0F14F4F04BF4FF000407047BD -:106C5000DFF804C0FFF720BD4800020410F0004137 -:106C600048BF4042B0FA80F310FA03F2C3F19D032B -:106C70000BD051EAC35101EB1220530638BF7047C5 -:106C800000F1010008BF20F00100704750EA010C3C -:106C900000F10D801CF5000F01D48842704710F5FB -:106CA000000F58BF11F5000F13D4884270471CF530 -:106CB000000F04D55FEA4C0C18BF814270474FF0BB -:106CC000807C1CEB400F38BF1CEB410F01D281428E -:106CD000704710B500F03EF80000003F09001304B3 -:106CE000FFF780BE4FF080504FF00051FFF77ABEA3 -:106CF00050EA010C00F10D801CF5000F01D4884210 -:106D0000704710F5000F58BF11F5000F13D48842DB -:106D100070471CF5000F04D55FEA4C0C18BF814288 -:106D200070474FF0807C1CEB400F38BF1CEB410FCD -:106D300001D28142704710B500F00CF80000003F0E -:106D400009001604FFF74EBE4FF000504FF080517F -:106D5000FFF748BE0EF1020E2EF0030E5EF8044B54 -:106D60004FEA400212F1807218BFB2F5000F22D331 -:106D7000244207D44FEA410313F1807318BFB3F5DF -:106D8000000F18D34FEA400C1CF5000F16D2244216 -:106D900004D44FEA410C1CF5000F0FD2002A10D189 -:106DA0004FEAD07C0CEB4C0C0CF1020C002B08BF12 -:106DB0004CEBD17C07E04FF0090C04E04FF0080CDD -:106DC00001E04FEAD17C0CEB4C030EF1040E24FAE7 -:106DD00003F404F00704B4F1040C06D20EEB840CA7 -:106DE000BDE810404CF0010C6047DFE80CF01F20BC -:106DF00013025EF804CC1B2B08D1002A88BFB2F521 -:106E0000000F34BF4CF4804C4CF4004CBDE81040F3 -:106E1000FFF742BC002A88BFB2F1807F28BF084636 -:106E200010BD4FF00040A0F5800010BD08464200A4 -:106E300018BFD2F1807284BF5EF8042C22F0806209 -:106E4000BDE8104000F24081704710B44FEA0020C6 -:106E50004FEA012112F47F0F10D1B0FA80F4A2EBB7 -:106E6000044202F5803200FA04F013F47F0F18BFD9 -:106E700041F0004100D010BC18BF604740F0004016 -:106E8000B1FA81F4A3EB044303F5803301FA04F172 -:106E900010BC604710B5FAF725FA4FF00001016009 -:106EA00010BDFF2141EAD050C005704780EA400282 -:106EB00081EA410312F0FE4F18BF13F0FE4F00F0BD -:106EC000648090EA010F48BF81F000413FF5D2ACE9 -:106ED000421A04D882F00042A0EB020011444FEAAB -:106EE000D052A2EBD1534FF0004C4CEA00204CEAB8 -:106EF000012121FA03FCB0EB0C0C0FD412F0FE0FB1 -:106F00003DD05FEA4C001DD5001240EBC25038BFA7 -:106F100070471CF03F0F18BF70470BE05FEA1C2062 -:106F2000A2F1010240EBC25038BF70471CF07F0F46 -:106F300018BF7047C3F12003994014BF401E20F0D2 -:106F4000010070474FEA1223800808BF7047B0FA6B -:106F500080FCA2EB0C02CCF1280C60FA0CF093EA56 -:106F6000122F04BF00EBC2507047C2F1000220FA9A -:106F700002F040EAC3704FF0020200F0A5B8130A15 -:106F80005FEADC1008BF7047F1E74FF07F4C3CEA46 -:106F9000400218BF3CEA41021ED090EA010F48BFF0 -:106FA00081F000413FF5BCAC421A3EBF82F0004286 -:106FB000801A89184FEAD052A2EBD15309023FF44C -:106FC000CFAC4FEA002012F0FF0F1ABF40F0004094 -:106FD0005B1E521CFFF78DBF10B5FFF7BBFE00BF55 -:106FE00040DFF63E0100000481F00040704703B42A -:106FF0002DE90C50FAF776F9BDE80C50844603BC35 -:10700000DCF8001011F0807F1CBF00F000407047DA -:1070100011F4006F40F07C8000F0004343EAD0534D -:1070200023F48073C3F1C10323F0004117292FD843 -:10703000C3F1200310FA03F1C3F1200320F07F40D5 -:1070400040F4000020FA03F003F0004340EA03009C -:1070500013D00B46DCF8001041F00801CCF800100A -:10706000590009D318BF401C06D17FEAE27398BFCC -:10707000401C38BF20F00100704712F0804F08BF5D -:107080007047DCF8001041F00801CCF800107047A0 -:1070900003EB9123182918BF6FF000410131DCF890 -:1070A000001041F00801CCF8001068BF03F0004068 -:1070B00009D6400203F0004000F1010004BF12F0C5 -:1070C000004F20F00100704703B42DE90C50FAF78F -:1070D00009F9BDE80C50844603BCDCF8001011F03F -:1070E000807F1CBF00F00040704711F4006F08BFA4 -:1070F000704700F0004141F0C04120F00040B0FA7C -:1071000080F3A3F1080300FA03F0A1EBC351084494 -:1071100042F0005C00F059B80CF00F03092B08BFD7 -:10712000082000F064800A2B32D0082B18BF70476B -:1071300008BF1CF0400F31D01CF4803F23D11CF05D -:10714000200F11D11CF0100F0BBF02460A466FF042 -:1071500000406FF0004118BF4FF0FF3012F0004FB9 -:107160001CBFC043C94370471CF0100F0CBF024640 -:107170000A4612F0004F4FF0FF304FF0FF311CBFB6 -:10718000C043C94370474FF000004FF00001704703 -:107190001CF0400F18BF4FF0004070471CF0100F5C -:1071A00008D000F07F4220F0704342EAD3014FEA5A -:1071B0004370704700F0604021F07F4242EA0002D5 -:1071C00001F07F4040EA727070472DE900502DE9D0 -:1071D0000050FAF7B5F8BDE80050BDE800500CF0DB -:1071E0000F0393F0090F18BF7047AFF300801CF432 -:1071F000801F2DD01CF4E02F09D010F0080F02D111 -:10720000D0F1020070476FEACC31490070474FF06F -:10721000604111EA407028BF40F0405003B42DE9AE -:107220000C50FAF75FF8BDE80C50844603BCDCF85C -:10723000003023F0704343EA0003CCF80030EFF352 -:10724000008222F0704242EA000282F30088704716 -:107250001CEA004018BF0120704700000000010236 -:107260000304191B12131D1516171A090A0B1E0DFC -:107270000E0F00009872000800000020C8030000F4 -:10728000AC11000888750008C8030020000A00003F -:1072900008120008000000001022020101011EFF78 -:1072A000020E050A0A50056401016E0A0102010579 -:1072B0000506010106080801D007CA146419B418AC -:1072C000084C046C07DC054A1014DC0578127814AD -:1072D0007C015012502B701702121412461E90019E -:1072E0007017641225D430102723E803122043209E -:1072F0004E720A021364292C6350C31A20344129A8 -:107300003C0110294A54A0860172020A1932502306 -:1073100007123AFA7C12B412B712BA12BD12C11295 -:10732000C412C712CA12CD12D012D312D612D91259 -:10733000DC12E012E312E612E912EC12EF12F21282 -:10734000F51AF73422FD1867010301060109010B44 -:10735000010E0111011301160119011B011E01206B -:10736000012301250128012A012C012F01310133BC -:1073700001350138013A013C013E0140014201441E -:10738000014601470149014B014D014E0150015198 -:1073900001530154015601570158015A015B015C28 -:1073A000015D015E015F0160016101620163021C18 -:1073B000640165021A66023A6702FA6802491829EE -:1073C00022292A3A64361A62401A60481A5E501A14 -:1073D0005C581A5A601A57681A54701A51781A4E23 -:1073E000801A4B881A47901A44981A40A01A3CA851 -:1073F0001A38B01A33B81A2FC01A2AC81A25D01A48 -:1074000020D81A1BE01A16E81A11F01A0BF8150604 -:107410000103011301FD12FA12F712F512F212EF35 -:1074200012EC12E912E612E312E012DC12D912D6C3 -:1074300012D312D012CD12CA12C712C412C112BD79 -:1074400012BA12B712B412B112AE12AB12A712A432 -:1074500012A1129E129B129812951292128F128CE8 -:10746000128812851282127F127C127912761273A0 -:107470001271126E126B126812651262125F125D47 -:10748000125A125712551252124F124D124A1248E6 -:10749000124512431240123E123C12391237123575 -:1074A00012331230122E122C122A122812261224F3 -:1074B00012221221121F121D121B121A1218121759 -:1074C00012151214121212111210120E120D120CA9 -:1074D000120B120A12091208120712061A050212DA -:1074E000041A03021A020219D919020112491829B1 -:1074F00022292A3A04361A06401A08481A0A501A4B -:107500000C581A0E601A11681A14701A17781A1A81 -:10751000801A1D881A21901A24981A28A01A2CA8BB -:107520001A30B01A35B81A39C01A3EC81A43D01AE0 -:1075300048D81A4DE01A52E81A57F01A5DF812624C -:1075400012651268126B126E127112731276127932 -:10755000127C127F128212851288128C128F129264 -:1075600012951298129B129E12A112A412A712AB8E -:1075700012AE42B11B127AA8180A41543332463473 -:0875800031352001610000001B -:04000005080011716D -:00000001FF diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F415.htm b/Keil_Projects/Objects/AM32_AT32DEV_F415.htm deleted file mode 100644 index dfa634e2..00000000 --- a/Keil_Projects/Objects/AM32_AT32DEV_F415.htm +++ /dev/null @@ -1,1525 +0,0 @@ - - -Static Call Graph - [.\Objects\AM32_AT32DEV_F415.axf] -
    -

    Static Call Graph for image .\Objects\AM32_AT32DEV_F415.axf


    -

    #<CALLGRAPH># ARM Linker, 6160001: Last Updated: Tue Aug 22 18:44:04 2023 -

    -

    Maximum Stack Usage = 0 bytes + Unknown(Cycles, Untraceable Function Pointers)

    -Call chain for Maximum Stack Depth:

    - -

    -

    -Mutually Recursive functions -

  • ADC1_IRQHandler   ⇒   ADC1_IRQHandler
    -
  • BusFault_Handler   ⇒   BusFault_Handler
    -
  • HardFault_Handler   ⇒   HardFault_Handler
    -
  • MemManage_Handler   ⇒   MemManage_Handler
    -
  • UsageFault_Handler   ⇒   UsageFault_Handler
    - -

    -

    -Function Pointers -

      -
    • ADC1_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • BusFault_Handler from at32f415_it.o(.text.BusFault_Handler) referenced from startup_at32f415.o(RESET) -
    • CAN1_RX0_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • CAN1_RX1_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • CAN1_SE_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • CAN1_TX_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • CMP1_IRQHandler from at32f415_it.o(.text.CMP1_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • CMP2_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • CRM_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA1_Channel1_IRQHandler from at32f415_it.o(.text.DMA1_Channel1_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • DMA1_Channel2_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA1_Channel3_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA1_Channel4_IRQHandler from at32f415_it.o(.text.DMA1_Channel4_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • DMA1_Channel5_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA1_Channel6_IRQHandler from at32f415_it.o(.text.DMA1_Channel6_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • DMA1_Channel7_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA2_Channel1_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA2_Channel2_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA2_Channel3_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA2_Channel4_5_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DMA2_Channel6_7_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • DebugMon_Handler from at32f415_it.o(.text.DebugMon_Handler) referenced from startup_at32f415.o(RESET) -
    • ERTCAlarm_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • ERTC_WKUP_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • EXINT0_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • EXINT15_10_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • EXINT1_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • EXINT2_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • EXINT3_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • EXINT4_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • EXINT9_5_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • FLASH_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • HardFault_Handler from at32f415_it.o(.text.HardFault_Handler) referenced from startup_at32f415.o(RESET) -
    • I2C1_ERR_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • I2C1_EVT_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • I2C2_ERR_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • I2C2_EVT_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • MemManage_Handler from at32f415_it.o(.text.MemManage_Handler) referenced from startup_at32f415.o(RESET) -
    • NMI_Handler from at32f415_it.o(.text.NMI_Handler) referenced from startup_at32f415.o(RESET) -
    • OTGFS1_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • OTGFS1_WKUP_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • PVM_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • PendSV_Handler from at32f415_it.o(.text.PendSV_Handler) referenced from startup_at32f415.o(RESET) -
    • Reset_Handler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • SDIO1_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • SPI1_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • SPI2_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • SVC_Handler from at32f415_it.o(.text.SVC_Handler) referenced from startup_at32f415.o(RESET) -
    • SysTick_Handler from at32f415_it.o(.text.SysTick_Handler) referenced from startup_at32f415.o(RESET) -
    • SystemInit from system_at32f415.o(.text.SystemInit) referenced from startup_at32f415.o(.text) -
    • TAMP_STAMP_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • TMR1_BRK_TMR9_IRQHandler from at32f415_it.o(.text.TMR1_BRK_TMR9_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • TMR1_CH_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • TMR1_OVF_TMR10_IRQHandler from at32f415_it.o(.text.TMR1_OVF_TMR10_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • TMR1_TRG_HALL_TMR11_IRQHandler from at32f415_it.o(.text.TMR1_TRG_HALL_TMR11_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • TMR2_GLOBAL_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • TMR3_GLOBAL_IRQHandler from at32f415_it.o(.text.TMR3_GLOBAL_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • TMR4_GLOBAL_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • TMR5_GLOBAL_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • UART4_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • UART5_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • USART1_IRQHandler from at32f415_it.o(.text.USART1_IRQHandler) referenced from startup_at32f415.o(RESET) -
    • USART2_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • USART3_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • UsageFault_Handler from at32f415_it.o(.text.UsageFault_Handler) referenced from startup_at32f415.o(RESET) -
    • WWDT_IRQHandler from startup_at32f415.o(.text) referenced from startup_at32f415.o(RESET) -
    • __main from __main.o(!!!main) referenced from startup_at32f415.o(.text) -
    -

    -

    -Global Symbols -

    -

    __main (Thumb, 8 bytes, Stack size 0 bytes, __main.o(!!!main)) -

    [Calls]

    • >>   __rt_entry -
    • >>   __scatterload -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(.text) -
    -

    __scatterload (Thumb, 0 bytes, Stack size 0 bytes, __scatter.o(!!!scatter)) -

    [Called By]

    • >>   __main -
    - -

    __scatterload_rt2 (Thumb, 44 bytes, Stack size 0 bytes, __scatter.o(!!!scatter), UNUSED) -

    [Calls]

    • >>   __rt_entry -
    - -

    __rt_lib_init (Thumb, 0 bytes, Stack size 0 bytes, libinit.o(.ARM.Collect$$libinit$$00000000)) -

    [Called By]

    • >>   __rt_entry_li -
    - -

    __rt_lib_init_fp_1 (Thumb, 0 bytes, Stack size 0 bytes, libinit2.o(.ARM.Collect$$libinit$$00000001)) -

    [Calls]

    • >>   _fp_init -
    - -

    __rt_lib_shutdown (Thumb, 0 bytes, Stack size 0 bytes, libshutdown.o(.ARM.Collect$$libshutdown$$00000000)) -

    [Called By]

    • >>   __rt_exit_ls -
    - -

    __rt_entry (Thumb, 0 bytes, Stack size 0 bytes, __rtentry.o(.ARM.Collect$$rtentry$$00000000)) -

    [Called By]

    • >>   __main -
    • >>   __scatterload_rt2 -
    - -

    __rt_entry_sh (Thumb, 0 bytes, Stack size 0 bytes, __rtentry4.o(.ARM.Collect$$rtentry$$00000004)) -

    [Calls]

    • >>   __user_setup_stackheap -
    - -

    __rt_entry_li (Thumb, 0 bytes, Stack size 0 bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)) -

    [Calls]

    • >>   __rt_lib_init -
    - -

    __rt_entry_main (Thumb, 0 bytes, Stack size 0 bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)) -

    [Calls]

    • >>   main -
    • >>   exit -
    - -

    __rt_exit (Thumb, 0 bytes, Stack size 0 bytes, rtexit.o(.ARM.Collect$$rtexit$$00000000)) -

    [Called By]

    • >>   exit -
    - -

    __rt_exit_ls (Thumb, 0 bytes, Stack size 0 bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000003)) -

    [Calls]

    • >>   __rt_lib_shutdown -
    - -

    __rt_exit_exit (Thumb, 0 bytes, Stack size 0 bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000004)) -

    [Calls]

    • >>   _sys_exit -
    - -

    Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    ADC1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -

    [Calls]

    • >>   ADC1_IRQHandler -
    -
    [Called By]
    • >>   ADC1_IRQHandler -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    CAN1_RX0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    CAN1_RX1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    CAN1_SE_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    CAN1_TX_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    CMP2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    CRM_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA1_Channel2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA1_Channel3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA1_Channel5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA1_Channel7_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA2_Channel1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA2_Channel2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA2_Channel3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA2_Channel4_5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    DMA2_Channel6_7_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    ERTCAlarm_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    ERTC_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    EXINT0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    EXINT15_10_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    EXINT1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    EXINT2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    EXINT3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    EXINT4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    EXINT9_5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    FLASH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    I2C1_ERR_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    I2C1_EVT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    I2C2_ERR_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    I2C2_EVT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    OTGFS1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    OTGFS1_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    PVM_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    SDIO1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    SPI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    TAMP_STAMP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    TMR1_CH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    TMR2_GLOBAL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    TMR4_GLOBAL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    TMR5_GLOBAL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    UART4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    UART5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    USART2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    USART3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    WWDT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    __user_initial_stackheap (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f415.o(.text)) -

    [Called By]

    • >>   __user_setup_stackheap -
    - -

    __aeabi_memclr4 (Thumb, 0 bytes, Stack size 0 bytes, rt_memclr_w.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   save_flash_nolib -
    - -

    __rt_fp_status_addr (Thumb, 8 bytes, Stack size 0 bytes, rt_fp_status_addr_intlibspace.o(.text)) -

    [Called By]

    • >>   _fp_init -
    • >>   __fpl_cmpreturn -
    • >>   __funder_d -
    • >>   __funder -
    • >>   __fpl_exception -
    - -

    __user_perproc_libspace (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text)) -

    [Called By]

    • >>   __user_setup_stackheap -
    - -

    __user_setup_stackheap (Thumb, 74 bytes, Stack size 0 bytes, sys_stackheap_outer.o(.text)) -

    [Calls]

    • >>   __user_initial_stackheap -
    • >>   __user_perproc_libspace -
    -
    [Called By]
    • >>   __rt_entry_sh -
    - -

    _fp_trap (Thumb, 44 bytes, Stack size 0 bytes, _fptrap.o(.text), UNUSED) -

    [Calls]

    • >>   __rt_SIGFPE -
    -
    [Called By]
    • >>   _fp_trapveneer -
    - -

    exit (Thumb, 18 bytes, Stack size 0 bytes, exit.o(.text)) -

    [Calls]

    • >>   __rt_exit -
    -
    [Called By]
    • >>   __rt_entry_main -
    - -

    __rt_SIGFPE (Thumb, 14 bytes, Stack size 0 bytes, defsig_fpe_outer.o(.text), UNUSED) -

    [Calls]

    • >>   __rt_SIGFPE_inner -
    -
    [Called By]
    • >>   _fp_trap -
    - -

    __sig_exit (Thumb, 10 bytes, Stack size 0 bytes, defsig_exit.o(.text), UNUSED) -

    [Calls]

    • >>   _sys_exit -
    - -

    __rt_SIGFPE_inner (Thumb, 62 bytes, Stack size 0 bytes, defsig_fpe_inner.o(.text), UNUSED) -

    [Calls]

    • >>   __default_signal_display -
    -
    [Called By]
    • >>   __rt_SIGFPE -
    - -

    _sys_exit (Thumb, 8 bytes, Stack size 0 bytes, sys_exit.o(.text)) -

    [Called By]

    • >>   __sig_exit -
    • >>   __rt_exit_exit -
    - -

    __default_signal_display (Thumb, 50 bytes, Stack size 0 bytes, defsig_general.o(.text), UNUSED) -

    [Calls]

    • >>   _ttywrch -
    -
    [Called By]
    • >>   __rt_SIGFPE_inner -
    - -

    _ttywrch (Thumb, 14 bytes, Stack size 0 bytes, sys_wrch.o(.text), UNUSED) -

    [Called By]

    • >>   __default_signal_display -
    - -

    ADC_DMA_Callback (Thumb, 46 bytes, Stack size 0 bytes, adc.o(.text.ADC_DMA_Callback)) -

    [Called By]

    • >>   DMA1_Channel1_IRQHandler -
    - -

    ADC_Init (Thumb, 270 bytes, Stack size 0 bytes, adc.o(.text.ADC_Init)) -

    [Calls]

    • >>   nvic_irq_enable -
    • >>   dma_reset -
    • >>   dma_interrupt_enable -
    • >>   dma_init -
    • >>   dma_default_para_init -
    • >>   dma_channel_enable -
    • >>   crm_periph_clock_enable -
    • >>   crm_adc_clock_div_set -
    • >>   adc_tempersensor_vintrv_enable -
    • >>   adc_ordinary_conversion_trigger_set -
    • >>   adc_ordinary_channel_set -
    • >>   adc_enable -
    • >>   adc_dma_mode_enable -
    • >>   adc_calibration_status_get -
    • >>   adc_calibration_start -
    • >>   adc_calibration_init_status_get -
    • >>   adc_calibration_init -
    • >>   adc_base_default_para_init -
    • >>   adc_base_config -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    BusFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.BusFault_Handler)) -

    [Calls]

    • >>   BusFault_Handler -
    -
    [Called By]
    • >>   BusFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    CMP1_IRQHandler (Thumb, 26 bytes, Stack size 0 bytes, at32f415_it.o(.text.CMP1_IRQHandler)) -

    [Calls]

    • >>   interruptRoutine -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    DMA1_Channel1_IRQHandler (Thumb, 42 bytes, Stack size 0 bytes, at32f415_it.o(.text.DMA1_Channel1_IRQHandler)) -

    [Calls]

    • >>   dma_flag_get -
    • >>   ADC_DMA_Callback -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    DMA1_Channel4_IRQHandler (Thumb, 66 bytes, Stack size 0 bytes, at32f415_it.o(.text.DMA1_Channel4_IRQHandler)) -

    [Calls]

    • >>   dma_flag_get -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    DMA1_Channel6_IRQHandler (Thumb, 126 bytes, Stack size 0 bytes, at32f415_it.o(.text.DMA1_Channel6_IRQHandler)) -

    [Calls]

    • >>   dma_flag_get -
    • >>   transfercomplete -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    DebugMon_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.DebugMon_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    HardFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.HardFault_Handler)) -

    [Calls]

    • >>   HardFault_Handler -
    -
    [Called By]
    • >>   HardFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    MX_IWDG_Init (Thumb, 38 bytes, Stack size 0 bytes, peripherals.o(.text.MX_IWDG_Init)) -

    [Called By]

    • >>   main -
    - -

    MemManage_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.MemManage_Handler)) -

    [Calls]

    • >>   MemManage_Handler -
    -
    [Called By]
    • >>   MemManage_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    NMI_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.NMI_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.PendSV_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    PeriodElapsedCallback (Thumb, 98 bytes, Stack size 0 bytes, main.o(.text.PeriodElapsedCallback)) -

    [Calls]

    • >>   enableCompInterrupts -
    • >>   disableComTimerInt -
    • >>   commutate -
    -
    [Called By]
    • >>   TMR1_TRG_HALL_TMR11_IRQHandler -
    - -

    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.SVC_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    SysTick_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.SysTick_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    SystemInit (Thumb, 172 bytes, Stack size 0 bytes, system_at32f415.o(.text.SystemInit)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(.text) -
    -

    TIM1_Init (Thumb, 244 bytes, Stack size 0 bytes, peripherals.o(.text.TIM1_Init)) -

    [Calls]

    • >>   gpio_pin_remap_config -
    • >>   crm_periph_clock_enable -
    • >>   gpio_mode_QUICK -
    • >>   tmr_period_buffer_enable -
    • >>   tmr_output_channel_buffer_enable -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    TMR1_BRK_TMR9_IRQHandler (Thumb, 30 bytes, Stack size 0 bytes, at32f415_it.o(.text.TMR1_BRK_TMR9_IRQHandler)) -

    [Calls]

    • >>   tenKhzRoutine -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    TMR1_OVF_TMR10_IRQHandler (Thumb, 22 bytes, Stack size 0 bytes, at32f415_it.o(.text.TMR1_OVF_TMR10_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    TMR1_TRG_HALL_TMR11_IRQHandler (Thumb, 26 bytes, Stack size 0 bytes, at32f415_it.o(.text.TMR1_TRG_HALL_TMR11_IRQHandler)) -

    [Calls]

    • >>   PeriodElapsedCallback -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    TMR3_GLOBAL_IRQHandler (Thumb, 34 bytes, Stack size 0 bytes, at32f415_it.o(.text.TMR3_GLOBAL_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    UN_TIM_Init (Thumb, 168 bytes, Stack size 0 bytes, peripherals.o(.text.UN_TIM_Init)) -

    [Calls]

    • >>   gpio_pin_remap_config -
    • >>   crm_periph_clock_enable -
    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    USART1_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.USART1_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f415.o(RESET) -
    -

    UsageFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f415_it.o(.text.UsageFault_Handler)) -

    [Calls]

    • >>   UsageFault_Handler -
    -
    [Called By]
    • >>   UsageFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f415.o(RESET) -
    -

    adc_base_config (Thumb, 68 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_base_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_base_default_para_init (Thumb, 8 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_base_default_para_init)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_init (Thumb, 10 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_calibration_init)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_init_status_get (Thumb, 8 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_calibration_init_status_get)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_start (Thumb, 10 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_calibration_start)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_status_get (Thumb, 8 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_calibration_status_get)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_dma_mode_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_dma_mode_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_enable (Thumb, 10 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_ordinary_channel_set (Thumb, 558 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_ordinary_channel_set)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_ordinary_conversion_trigger_set (Thumb, 42 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_ordinary_conversion_trigger_set)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_ordinary_software_trigger_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_ordinary_software_trigger_enable)) -

    [Called By]

    • >>   main -
    - -

    adc_tempersensor_vintrv_enable (Thumb, 26 bytes, Stack size 0 bytes, at32f415_adc.o(.text.adc_tempersensor_vintrv_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    advanceincrement (Thumb, 310 bytes, Stack size 0 bytes, main.o(.text.advanceincrement)) -

    [Calls]

    • >>   setPWMCompare3 -
    • >>   setPWMCompare2 -
    • >>   setPWMCompare1 -
    -
    [Called By]
    • >>   main -
    - -

    allOff (Thumb, 136 bytes, Stack size 0 bytes, phaseouts.o(.text.allOff)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    allpwm (Thumb, 190 bytes, Stack size 0 bytes, phaseouts.o(.text.allpwm)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   main -
    - -

    changeCompInput (Thumb, 124 bytes, Stack size 0 bytes, comparator.o(.text.changeCompInput)) -

    [Called By]

    • >>   commutate -
    - -

    cmp_enable (Thumb, 42 bytes, Stack size 0 bytes, at32f415_cmp.o(.text.cmp_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    - -

    comStep (Thumb, 898 bytes, Stack size 0 bytes, phaseouts.o(.text.comStep)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   commutate -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    commutate (Thumb, 418 bytes, Stack size 0 bytes, main.o(.text.commutate)) -

    [Calls]

    • >>   comStep -
    • >>   changeCompInput -
    • >>   __aeabi_i2f -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fadd -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    computeDshotDMA (Thumb, 1192 bytes, Stack size 0 bytes, dshot.o(.text.computeDshotDMA)) -

    [Calls]

    • >>   saveEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   getInputPinState -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    computeServoInput (Thumb, 484 bytes, Stack size 0 bytes, signal.o(.text.computeServoInput)) -

    [Calls]

    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   map -
    • >>   getAbsDif -
    • >>   saveEEpromSettings -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    crm_adc_clock_div_set (Thumb, 30 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_adc_clock_div_set)) -

    [Called By]

    • >>   ADC_Init -
    - -

    crm_ahb_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_ahb_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_apb1_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_apb1_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_apb2_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_apb2_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_auto_step_mode_enable (Thumb, 24 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_auto_step_mode_enable)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_clock_source_enable (Thumb, 130 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_clock_source_enable)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_clocks_freq_get (Thumb, 264 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_clocks_freq_get)) -

    [Called By]

    • >>   usart_init -
    - -

    crm_flag_get (Thumb, 26 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_flag_get)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_periph_clock_enable (Thumb, 40 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_periph_clock_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   telem_UART_Init -
    • >>   UN_TIM_Init -
    • >>   TIM1_Init -
    • >>   ADC_Init -
    - -

    crm_periph_reset (Thumb, 40 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_periph_reset)) -

    [Called By]

    • >>   tmr_reset -
    - -

    crm_pll_config (Thumb, 80 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_pll_config)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_reset (Thumb, 122 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_reset)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_sysclk_switch (Thumb, 18 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_sysclk_switch)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_sysclk_switch_status_get (Thumb, 16 bytes, Stack size 0 bytes, at32f415_crm.o(.text.crm_sysclk_switch_status_get)) -

    [Called By]

    • >>   system_core_clock_update -
    • >>   system_clock_config -
    - -

    delayMicros (Thumb, 44 bytes, Stack size 0 bytes, functions.o(.text.delayMicros)) -

    [Called By]

    • >>   main -
    - -

    delayMillis (Thumb, 78 bytes, Stack size 0 bytes, functions.o(.text.delayMillis)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    detectInput (Thumb, 606 bytes, Stack size 0 bytes, signal.o(.text.detectInput)) -

    [Called By]

    • >>   transfercomplete -
    - -

    disableComTimerInt (Thumb, 18 bytes, Stack size 0 bytes, peripherals.o(.text.disableComTimerInt)) -

    [Called By]

    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    dma_channel_enable (Thumb, 10 bytes, Stack size 0 bytes, at32f415_dma.o(.text.dma_channel_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    dma_default_para_init (Thumb, 14 bytes, Stack size 0 bytes, at32f415_dma.o(.text.dma_default_para_init)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_flag_get (Thumb, 26 bytes, Stack size 0 bytes, at32f415_dma.o(.text.dma_flag_get)) -

    [Called By]

    • >>   DMA1_Channel6_IRQHandler -
    • >>   DMA1_Channel4_IRQHandler -
    • >>   DMA1_Channel1_IRQHandler -
    - -

    dma_init (Thumb, 124 bytes, Stack size 0 bytes, at32f415_dma.o(.text.dma_init)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_interrupt_enable (Thumb, 16 bytes, Stack size 0 bytes, at32f415_dma.o(.text.dma_interrupt_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    dma_reset (Thumb, 92 bytes, Stack size 0 bytes, at32f415_dma.o(.text.dma_reset)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    enableCompInterrupts (Thumb, 18 bytes, Stack size 0 bytes, comparator.o(.text.enableCompInterrupts)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    enableCorePeripherals (Thumb, 234 bytes, Stack size 0 bytes, peripherals.o(.text.enableCorePeripherals)) -

    [Calls]

    • >>   ADC_Init -
    • >>   tmr_channel_enable -
    -
    [Called By]
    • >>   main -
    - -

    enableHalfTransferInt (Thumb, 16 bytes, Stack size 0 bytes, io.o(.text.enableHalfTransferInt)) -

    [Called By]

    • >>   transfercomplete -
    - -

    flash_flag_clear (Thumb, 12 bytes, Stack size 0 bytes, at32f415_flash.o(.text.flash_flag_clear)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_lock (Thumb, 18 bytes, Stack size 0 bytes, at32f415_flash.o(.text.flash_lock)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_sector_erase (Thumb, 398 bytes, Stack size 0 bytes, at32f415_flash.o(.text.flash_sector_erase)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_unlock (Thumb, 30 bytes, Stack size 0 bytes, at32f415_flash.o(.text.flash_unlock)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_word_program (Thumb, 390 bytes, Stack size 0 bytes, at32f415_flash.o(.text.flash_word_program)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    fullBrake (Thumb, 128 bytes, Stack size 0 bytes, phaseouts.o(.text.fullBrake)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   tenKhzRoutine -
    - -

    generatePwmTimerEvent (Thumb, 18 bytes, Stack size 0 bytes, peripherals.o(.text.generatePwmTimerEvent)) -

    [Called By]

    • >>   main -
    - -

    getAbsDif (Thumb, 8 bytes, Stack size 0 bytes, functions.o(.text.getAbsDif)) -

    [Called By]

    • >>   transfercomplete -
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    • >>   main -
    - -

    getCompOutputLevel (Thumb, 16 bytes, Stack size 0 bytes, comparator.o(.text.getCompOutputLevel)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    getInputPinState (Thumb, 16 bytes, Stack size 0 bytes, io.o(.text.getInputPinState)) -

    [Called By]

    • >>   computeDshotDMA -
    - -

    getintervaTimerCount (Thumb, 14 bytes, Stack size 0 bytes, peripherals.o(.text.getintervaTimerCount)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    gpio_default_para_init (Thumb, 18 bytes, Stack size 0 bytes, at32f415_gpio.o(.text.gpio_default_para_init)) -

    [Called By]

    • >>   gpio_mode_QUICK -
    - -

    gpio_init (Thumb, 526 bytes, Stack size 0 bytes, at32f415_gpio.o(.text.gpio_init)) -

    [Called By]

    • >>   gpio_mode_QUICK -
    • >>   telem_UART_Init -
    - -

    gpio_mode_QUICK (Thumb, 54 bytes, Stack size 0 bytes, functions.o(.text.gpio_mode_QUICK)) -

    [Calls]

    • >>   gpio_init -
    • >>   gpio_default_para_init -
    -
    [Called By]
    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    • >>   proportionalBrake -
    • >>   initCorePeripherals -
    • >>   fullBrake -
    • >>   comStep -
    • >>   allpwm -
    • >>   allOff -
    • >>   UN_TIM_Init -
    • >>   TIM1_Init -
    - -

    gpio_pin_remap_config (Thumb, 68 bytes, Stack size 0 bytes, at32f415_gpio.o(.text.gpio_pin_remap_config)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   UN_TIM_Init -
    • >>   TIM1_Init -
    - -

    initAfterJump (Thumb, 4 bytes, Stack size 0 bytes, peripherals.o(.text.initAfterJump)) -

    [Called By]

    • >>   main -
    - -

    initCorePeripherals (Thumb, 312 bytes, Stack size 0 bytes, peripherals.o(.text.initCorePeripherals)) -

    [Calls]

    • >>   crm_periph_clock_enable -
    • >>   cmp_enable -
    • >>   gpio_mode_QUICK -
    • >>   telem_UART_Init -
    • >>   system_clock_config -
    • >>   UN_TIM_Init -
    • >>   TIM1_Init -
    -
    [Called By]
    • >>   main -
    - -

    interruptRoutine (Thumb, 202 bytes, Stack size 0 bytes, main.o(.text.interruptRoutine)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setAndEnableComInt -
    • >>   maskPhaseInterrupts -
    • >>   getintervaTimerCount -
    • >>   getCompOutputLevel -
    -
    [Called By]
    • >>   CMP1_IRQHandler -
    - -

    loadEEpromSettings (Thumb, 806 bytes, Stack size 0 bytes, main.o(.text.loadEEpromSettings)) -

    [Calls]

    • >>   setVolume -
    • >>   setAutoReloadPWM -
    • >>   read_flash_bin -
    • >>   map -
    -
    [Called By]
    • >>   main -
    - -

    main (Thumb, 2134 bytes, Stack size 0 bytes, main.o(.text.main)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   send_telem_DMA -
    • >>   save_flash_nolib -
    • >>   reloadWatchDogCounter -
    • >>   receiveDshotDma -
    • >>   proportionalBrake -
    • >>   maskPhaseInterrupts -
    • >>   makeTelemPackage -
    • >>   loadEEpromSettings -
    • >>   initCorePeripherals -
    • >>   initAfterJump -
    • >>   getintervaTimerCount -
    • >>   getCompOutputLevel -
    • >>   generatePwmTimerEvent -
    • >>   enableCorePeripherals -
    • >>   enableCompInterrupts -
    • >>   disableComTimerInt -
    • >>   commutate -
    • >>   allpwm -
    • >>   allOff -
    • >>   advanceincrement -
    • >>   adc_ordinary_software_trigger_enable -
    • >>   MX_IWDG_Init -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMicros -
    • >>   playStartupTune -
    • >>   __aeabi_f2iz -
    -
    [Called By]
    • >>   __rt_entry_main -
    - -

    makeTelemPackage (Thumb, 262 bytes, Stack size 0 bytes, serial_telemetry.o(.text.makeTelemPackage)) -

    [Called By]

    • >>   main -
    - -

    make_dshot_package (Thumb, 548 bytes, Stack size 0 bytes, dshot.o(.text.make_dshot_package)) -

    [Called By]

    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    map (Thumb, 40 bytes, Stack size 0 bytes, functions.o(.text.map)) -

    [Called By]

    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   loadEEpromSettings -
    - -

    maskPhaseInterrupts (Thumb, 24 bytes, Stack size 0 bytes, comparator.o(.text.maskPhaseInterrupts)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   interruptRoutine -
    - -

    nvic_irq_enable (Thumb, 110 bytes, Stack size 0 bytes, at32f415_misc.o(.text.nvic_irq_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    playBeaconTune3 (Thumb, 120 bytes, Stack size 0 bytes, sounds.o(.text.playBeaconTune3)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   computeDshotDMA -
    - -

    playBlueJayTune (Thumb, 284 bytes, Stack size 0 bytes, sounds.o(.text.playBlueJayTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   playStartupTune -
    - -

    playChangedTone (Thumb, 98 bytes, Stack size 0 bytes, sounds.o(.text.playChangedTone)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    - -

    playDefaultTone (Thumb, 98 bytes, Stack size 0 bytes, sounds.o(.text.playDefaultTone)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    - -

    playInputTune (Thumb, 116 bytes, Stack size 0 bytes, sounds.o(.text.playInputTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   computeDshotDMA -
    - -

    playInputTune2 (Thumb, 120 bytes, Stack size 0 bytes, sounds.o(.text.playInputTune2)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeDshotDMA -
    - -

    playStartupTune (Thumb, 144 bytes, Stack size 0 bytes, sounds.o(.text.playStartupTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   playBlueJayTune -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   main -
    • >>   computeDshotDMA -
    - -

    proportionalBrake (Thumb, 114 bytes, Stack size 0 bytes, phaseouts.o(.text.proportionalBrake)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   main -
    - -

    read_flash_bin (Thumb, 98 bytes, Stack size 0 bytes, eeprom.o(.text.read_flash_bin)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    receiveDshotDma (Thumb, 158 bytes, Stack size 0 bytes, io.o(.text.receiveDshotDma)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    • >>   tmr_reset -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   main -
    - -

    reloadWatchDogCounter (Thumb, 16 bytes, Stack size 0 bytes, peripherals.o(.text.reloadWatchDogCounter)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    resetInputCaptureTimer (Thumb, 16 bytes, Stack size 0 bytes, peripherals.o(.text.resetInputCaptureTimer)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    saveEEpromSettings (Thumb, 132 bytes, Stack size 0 bytes, main.o(.text.saveEEpromSettings)) -

    [Called By]

    • >>   computeServoInput -
    • >>   computeDshotDMA -
    - -

    save_flash_nolib (Thumb, 378 bytes, Stack size 0 bytes, eeprom.o(.text.save_flash_nolib)) -

    [Calls]

    • >>   flash_word_program -
    • >>   flash_unlock -
    • >>   flash_sector_erase -
    • >>   flash_lock -
    • >>   flash_flag_clear -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   main -
    - -

    sendDshotDma (Thumb, 170 bytes, Stack size 0 bytes, io.o(.text.sendDshotDma)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    • >>   tmr_reset -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    send_telem_DMA (Thumb, 28 bytes, Stack size 0 bytes, serial_telemetry.o(.text.send_telem_DMA)) -

    [Called By]

    • >>   main -
    - -

    setAndEnableComInt (Thumb, 26 bytes, Stack size 0 bytes, peripherals.o(.text.setAndEnableComInt)) -

    [Called By]

    • >>   interruptRoutine -
    - -

    setAutoReloadPWM (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setAutoReloadPWM)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   loadEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setDutyCycleAll (Thumb, 16 bytes, Stack size 0 bytes, peripherals.o(.text.setDutyCycleAll)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setInputPolarityRising (Thumb, 18 bytes, Stack size 0 bytes, io.o(.text.setInputPolarityRising)) -

    [Called By]

    • >>   transfercomplete -
    - -

    setPWMCompare1 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare1)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare2 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare2)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare3 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare3)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPrescalerPWM (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPrescalerPWM)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setVolume (Thumb, 20 bytes, Stack size 0 bytes, sounds.o(.text.setVolume)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    setintervaTimerCount (Thumb, 14 bytes, Stack size 0 bytes, peripherals.o(.text.setintervaTimerCount)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   interruptRoutine -
    - -

    system_clock_config (Thumb, 118 bytes, Stack size 0 bytes, peripherals.o(.text.system_clock_config)) -

    [Calls]

    • >>   crm_sysclk_switch_status_get -
    • >>   crm_sysclk_switch -
    • >>   crm_reset -
    • >>   crm_pll_config -
    • >>   crm_flag_get -
    • >>   crm_clock_source_enable -
    • >>   crm_auto_step_mode_enable -
    • >>   crm_apb2_div_set -
    • >>   crm_apb1_div_set -
    • >>   crm_ahb_div_set -
    • >>   system_core_clock_update -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    system_core_clock_update (Thumb, 220 bytes, Stack size 0 bytes, system_at32f415.o(.text.system_core_clock_update)) -

    [Calls]

    • >>   crm_sysclk_switch_status_get -
    -
    [Called By]
    • >>   system_clock_config -
    - -

    telem_UART_Init (Thumb, 248 bytes, Stack size 0 bytes, serial_telemetry.o(.text.telem_UART_Init)) -

    [Calls]

    • >>   nvic_irq_enable -
    • >>   gpio_pin_remap_config -
    • >>   dma_reset -
    • >>   dma_init -
    • >>   dma_default_para_init -
    • >>   crm_periph_clock_enable -
    • >>   gpio_init -
    • >>   usart_transmitter_enable -
    • >>   usart_single_line_halfduplex_select -
    • >>   usart_receiver_enable -
    • >>   usart_init -
    • >>   usart_enable -
    • >>   usart_dma_transmitter_enable -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    tenKhzRoutine (Thumb, 2574 bytes, Stack size 0 bytes, main.o(.text.tenKhzRoutine)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   resetInputCaptureTimer -
    • >>   reloadWatchDogCounter -
    • >>   proportionalBrake -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   maskPhaseInterrupts -
    • >>   fullBrake -
    • >>   enableCompInterrupts -
    • >>   commutate -
    • >>   allOff -
    • >>   __NVIC_SystemReset -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMillis -
    • >>   playInputTune -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    • >>   __aeabi_i2f -
    • >>   __aeabi_f2iz -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmple -
    • >>   __aeabi_fcmpge -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fadd -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   TMR1_BRK_TMR9_IRQHandler -
    - -

    tmr_channel_enable (Thumb, 160 bytes, Stack size 0 bytes, at32f415_tmr.o(.text.tmr_channel_enable)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    tmr_output_channel_buffer_enable (Thumb, 72 bytes, Stack size 0 bytes, at32f415_tmr.o(.text.tmr_output_channel_buffer_enable)) -

    [Called By]

    • >>   TIM1_Init -
    - -

    tmr_period_buffer_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f415_tmr.o(.text.tmr_period_buffer_enable)) -

    [Called By]

    • >>   TIM1_Init -
    - -

    tmr_reset (Thumb, 214 bytes, Stack size 0 bytes, at32f415_tmr.o(.text.tmr_reset)) -

    [Calls]

    • >>   crm_periph_reset -
    -
    [Called By]
    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    - -

    transfercomplete (Thumb, 318 bytes, Stack size 0 bytes, signal.o(.text.transfercomplete)) -

    [Calls]

    • >>   setInputPolarityRising -
    • >>   sendDshotDma -
    • >>   enableHalfTransferInt -
    • >>   detectInput -
    • >>   computeServoInput -
    • >>   receiveDshotDma -
    • >>   getAbsDif -
    • >>   playBeaconTune3 -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    -
    [Called By]
    • >>   DMA1_Channel6_IRQHandler -
    - -

    usart_dma_transmitter_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f415_usart.o(.text.usart_dma_transmitter_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f415_usart.o(.text.usart_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_init (Thumb, 134 bytes, Stack size 0 bytes, at32f415_usart.o(.text.usart_init)) -

    [Calls]

    • >>   crm_clocks_freq_get -
    -
    [Called By]
    • >>   telem_UART_Init -
    - -

    usart_receiver_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f415_usart.o(.text.usart_receiver_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_single_line_halfduplex_select (Thumb, 18 bytes, Stack size 0 bytes, at32f415_usart.o(.text.usart_single_line_halfduplex_select)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_transmitter_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f415_usart.o(.text.usart_transmitter_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    __fpl_exception (Thumb, 414 bytes, Stack size 0 bytes, except.o(x$fpl$exception), UNUSED) -

    [Calls]

    • >>   _fp_trapveneer -
    • >>   __fpl_return_NaN -
    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   __fpl_fnaninf -
    • >>   _ffix -
    • >>   _fdiv -
    • >>   _fadd -
    - -

    __aeabi_fadd (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fadd (Thumb, 320 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Calls]

    • >>   __funder_d -
    • >>   __fpl_fnaninf -
    • >>   __fpl_exception -
    • >>   fsub_zerodenorm -
    • >>   _fsub1 -
    - -

    _feq (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpeq -
    - -

    _fneq (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpeq -
    - -

    __aeabi_fcmpgt (Thumb, 0 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fgr (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpge -
    - -

    __aeabi_fcmpge (Thumb, 0 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    _fgeq (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpge -
    - -

    __aeabi_fcmple (Thumb, 0 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    _fleq (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmple -
    - -

    __aeabi_fcmplt (Thumb, 0 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fls (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmple -
    - -

    __fpl_fcmp_Inf (Thumb, 24 bytes, Stack size 0 bytes, fcmpi.o(x$fpl$fcmpinf), UNUSED) -

    [Called By]

    • >>   _fcmple -
    • >>   _fcmpge -
    • >>   _fcmpeq -
    - -

    __aeabi_fdiv (Thumb, 0 bytes, Stack size 0 bytes, fdiv.o(x$fpl$fdiv)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fdiv (Thumb, 440 bytes, Stack size 0 bytes, fdiv.o(x$fpl$fdiv), UNUSED) -

    [Calls]

    • >>   __funder -
    • >>   __fpl_fretinf -
    • >>   __fpl_normalise2 -
    • >>   __fpl_fnaninf -
    • >>   __fpl_exception -
    - -

    _fcmpeq (Thumb, 96 bytes, Stack size 0 bytes, feqf.o(x$fpl$feqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fneq -
    • >>   _feq -
    - -

    __aeabi_f2iz (Thumb, 0 bytes, Stack size 0 bytes, ffix.o(x$fpl$ffix)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    - -

    _ffix (Thumb, 64 bytes, Stack size 0 bytes, ffix.o(x$fpl$ffix), UNUSED) -

    [Calls]

    • >>   __fpl_fnaninf -
    • >>   __fpl_exception -
    - -

    __aeabi_i2f (Thumb, 0 bytes, Stack size 0 bytes, fflt_clz.o(x$fpl$fflt)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fcmpge (Thumb, 100 bytes, Stack size 0 bytes, fgeqf.o(x$fpl$fgeqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fgeq -
    • >>   _fgr -
    - -

    _fcmple (Thumb, 100 bytes, Stack size 0 bytes, fleqf.o(x$fpl$fleqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fls -
    • >>   _fleq -
    - -

    __fpl_fnaninf (Thumb, 246 bytes, Stack size 0 bytes, fnaninf.o(x$fpl$fnaninf), UNUSED) -

    [Calls]

    • >>   __funder_d -
    • >>   __fpl_exception -
    -
    [Called By]
    • >>   _fcmple -
    • >>   _fcmpge -
    • >>   _fcmpeq -
    • >>   _ffix -
    • >>   _fdiv -
    • >>   _fsub -
    • >>   _fadd -
    - -

    __fpl_normalise2 (Thumb, 74 bytes, Stack size 0 bytes, fnorm2_clz.o(x$fpl$fnorm2), UNUSED) -

    [Called By]

    • >>   _fdiv -
    - -

    _fp_init (Thumb, 14 bytes, Stack size 0 bytes, fpinit.o(x$fpl$fpinit)) -

    [Calls]

    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   __rt_lib_init_fp_1 -
    - -

    __fpl_fretinf (Thumb, 10 bytes, Stack size 0 bytes, fretinf.o(x$fpl$fretinf), UNUSED) -

    [Called By]

    • >>   _fdiv -
    - -

    _fsub (Thumb, 322 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) -

    [Calls]

    • >>   __funder_d -
    • >>   __fpl_fnaninf -
    • >>   fsub_bzero -
    • >>   fadd_zerodenorm -
    • >>   _fadd1 -
    - -

    __funder (Thumb, 218 bytes, Stack size 0 bytes, funder_clz.o(x$fpl$funder), UNUSED) -

    [Calls]

    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   _fdiv -
    - -

    __funder_d (Thumb, 80 bytes, Stack size 0 bytes, funder_clz.o(x$fpl$funder), UNUSED) -

    [Calls]

    • >>   _fp_trapveneer -
    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   __fpl_fnaninf -
    • >>   _fsub -
    • >>   _fadd -
    - -

    __fpl_return_NaN (Thumb, 178 bytes, Stack size 0 bytes, retnan.o(x$fpl$retnan), UNUSED) -

    [Calls]

    • >>   __fpl_cmpreturn -
    -
    [Called By]
    • >>   __fpl_exception -
    - -

    _fp_trapveneer (Thumb, 36 bytes, Stack size 0 bytes, trapv.o(x$fpl$trapveneer), UNUSED) -

    [Calls]

    • >>   _fp_trap -
    -
    [Called By]
    • >>   __funder_d -
    • >>   __fpl_exception -
    - -

    __fpl_cmpreturn (Thumb, 108 bytes, Stack size 0 bytes, trapv.o(x$fpl$trapveneer), UNUSED) -

    [Calls]

    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   __fpl_return_NaN -
    -

    -

    -Local Symbols -

    -

    __NVIC_SystemReset (Thumb, 42 bytes, Stack size 0 bytes, main.o(.text.__NVIC_SystemReset)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    _fadd1 (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Called By]

    • >>   _fsub -
    - -

    fadd_zerodenorm (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Called By]

    • >>   _fsub -
    - -

    fsub_bzero (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Called By]

    • >>   _fsub -
    - -

    _fsub1 (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) -

    [Called By]

    • >>   _fadd -
    - -

    fsub_zerodenorm (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) -

    [Called By]

    • >>   _fadd -
    -

    -

    -Undefined Global Symbols -


    diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F415.lnp b/Keil_Projects/Objects/AM32_AT32DEV_F415.lnp deleted file mode 100644 index f373cb9e..00000000 --- a/Keil_Projects/Objects/AM32_AT32DEV_F415.lnp +++ /dev/null @@ -1,41 +0,0 @@ ---cpu=Cortex-M4 --fpu=SoftVFP -".\objects\startup_at32f415.o" -".\objects\dshot.o" -".\objects\functions.o" -".\objects\main.o" -".\objects\signal.o" -".\objects\sounds.o" -".\objects\at32f415_adc.o" -".\objects\at32f415_can.o" -".\objects\at32f415_cmp.o" -".\objects\at32f415_crc.o" -".\objects\at32f415_crm.o" -".\objects\at32f415_debug.o" -".\objects\at32f415_dma.o" -".\objects\at32f415_ertc.o" -".\objects\at32f415_exint.o" -".\objects\at32f415_flash.o" -".\objects\at32f415_gpio.o" -".\objects\at32f415_i2c.o" -".\objects\at32f415_misc.o" -".\objects\at32f415_pwc.o" -".\objects\at32f415_sdio.o" -".\objects\at32f415_spi.o" -".\objects\at32f415_tmr.o" -".\objects\at32f415_usart.o" -".\objects\at32f415_usb.o" -".\objects\at32f415_wdt.o" -".\objects\at32f415_wwdt.o" -".\objects\adc.o" -".\objects\at32f415_it.o" -".\objects\comparator.o" -".\objects\eeprom.o" -".\objects\io.o" -".\objects\peripherals.o" -".\objects\phaseouts.o" -".\objects\serial_telemetry.o" -".\objects\system_at32f415.o" ---nodebug --strict --scatter "..\Mcu\f415\Am32.sct" ---summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols ---info sizes --info totals --info unused --info veneers ---list ".\Listings\AM32_AT32DEV_F415.map" -o .\Objects\AM32_AT32DEV_F415.axf \ No newline at end of file diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F421.axf b/Keil_Projects/Objects/AM32_AT32DEV_F421.axf deleted file mode 100644 index 11f945d2..00000000 Binary files a/Keil_Projects/Objects/AM32_AT32DEV_F421.axf and /dev/null differ diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F421.build_log.htm b/Keil_Projects/Objects/AM32_AT32DEV_F421.build_log.htm deleted file mode 100644 index 7d2b7923..00000000 --- a/Keil_Projects/Objects/AM32_AT32DEV_F421.build_log.htm +++ /dev/null @@ -1,98 +0,0 @@ - - -
    -

    µVision Build Log

    -

    Tool Versions:

    -IDE-Version: µVision V5.36.0.0 -Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved. -License Information: P S, Here, LIC=---- - -Tool Versions: -Toolchain: MDK-Lite Version: 5.36.0.0 -Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin -C Compiler: ArmClang.exe V6.16 -Assembler: Armasm.exe V6.16 -Linker/Locator: ArmLink.exe V6.16 -Library Manager: ArmAr.exe V6.16 -Hex Converter: FromElf.exe V6.16 -CPU DLL: SARMCM3.DLL V5.36.0.0 -Dialog DLL: DCM.DLL V1.17.3.0 -Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.9.0 -Dialog DLL: TCM.DLL V1.53.0.0 - -

    Project:

    -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Keil_Projects\Am32F421.uvprojx -Project File Date: 08/22/2023 - -

    Output:

    -*** Using Compiler 'V6.16', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' -Build Project 'Am32F421' - Target 'AT32DEV_F421' -compiling functions.c... -compiling dshot.c... -compiling signal.c... -compiling sounds.c... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(309): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_major: VERSION_MAJOR, - ^~~~~~~~~~~~~~ - .version_major = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(310): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_minor: VERSION_MINOR, - ^~~~~~~~~~~~~~ - .version_minor = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(311): warning: use of GNU old-style field designator extension [-Wgnu-designator] - device_name: FIRMWARE_NAME - ^~~~~~~~~~~~ - .device_name = -3 warnings generated. -compiling main.c... -compiling at32f421_cmp.c... -compiling at32f421_adc.c... -compiling at32f421_crc.c... -compiling at32f421_debug.c... -compiling at32f421_dma.c... -compiling at32f421_crm.c... -compiling at32f421_exint.c... -compiling at32f421_ertc.c... -compiling at32f421_gpio.c... -compiling at32f421_flash.c... -compiling at32f421_i2c.c... -compiling at32f421_misc.c... -compiling at32f421_pwc.c... -compiling at32f421_scfg.c... -compiling at32f421_spi.c... -compiling at32f421_usart.c... -compiling at32f421_wdt.c... -compiling at32f421_tmr.c... -compiling at32f421_wwdt.c... -compiling ADC.c... -compiling at32f421_it.c... -compiling comparator.c... -compiling eeprom.c... -compiling IO.c... -compiling peripherals.c... -compiling phaseouts.c... -compiling serial_telemetry.c... -assembling startup_at32f421.s... -compiling system_at32f421.c... -linking... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Mcu\e230\Am32.sct(18): warning: L6314W: No section matches pattern firmwareversion.o(RO). -Program Size: Code=24174 RO-data=262 RW-data=964 ZI-data=2564 -Finished: 0 information, 1 warning and 0 error messages. -FromELF: creating hex file... -".\Objects\AM32_AT32DEV_F421.axf" - 0 Error(s), 4 Warning(s). - -

    Software Packages used:

    - -Package Vendor: ArteryTek - - ArteryTek.AT32F421_DFP.2.0.5 - ArteryTek AT32F421 Series Device Support,Drivers - -

    Collection of Component include folders:

    - C:\Users\alkaz\AppData\Local\Arm\Packs\ArteryTek\AT32F421_DFP\2.0.5\Device\Include - -

    Collection of Component Files used:

    -Build Time Elapsed: 00:00:29 -
    - - diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F421.hex b/Keil_Projects/Objects/AM32_AT32DEV_F421.hex deleted file mode 100644 index 7f907b96..00000000 --- a/Keil_Projects/Objects/AM32_AT32DEV_F421.hex +++ /dev/null @@ -1,1578 +0,0 @@ -:020000040800F2 -:10100000C80D0020AD110008791600084916000827 -:101010007516000861150008F518000800000000AA -:10102000000000000000000000000000E5160008BD -:1010300045160008000000007D160008E9160008AB -:10104000C7110008C7110008C7110008C711000820 -:10105000C7110008C7110008C7110008C711000810 -:10106000000000006515000891150008CD15000866 -:10107000F5130008C7110008C711000800000000A0 -:10108000CD180008C71100080000000091180008E2 -:10109000A5180008BD180008C7110008C7110008EE -:1010A000C7110008C7110008C7110008F11800088F -:1010B000C711000800000000000000000000000050 -:1010C000C711000800000000C711000800F002F876 -:1010D00000F05CF80AA090E8000C82448344AAF176 -:1010E0000107DA4501D100F051F8AFF2090EBAE874 -:1010F0000F0013F0010F18BFFB1A43F0010318474C -:10110000545E0000745E00000A444FF0000C10F8BA -:10111000013B13F0070408BF10F8014B1D1108BF75 -:1011200010F8015B641E05D010F8016B641E01F815 -:10113000016BF9D113F0080F1EBF10F8014BAD1C65 -:101140000C1B09D16D1E58BF01F801CBFAD505E083 -:1011500014F8016B01F8016B6D1EF9D59142D6D3DD -:10116000704700000023002400250026103A28BF05 -:1011700078C1FBD8520728BF30C148BF0B60704709 -:101180001FB505F0F7FC1FBD10B510BD00F060F8ED -:101190001146FFF7F5FF02F05BFE00F097F803B48D -:1011A000FFF7F2FF03BC00F0FDF80000094880479C -:1011B00009480047FEE7FEE7FEE7FEE7FEE7FEE739 -:1011C000FEE7FEE7FEE7FEE704480549054A064B51 -:1011D00070470000ED160008CD100008C807002079 -:1011E000C80D0020C8090020C80900204FF00002E7 -:1011F00000B5134694469646203922BFA0E80C500D -:10120000A0E80C50B1F12001BFF4F7AF090728BFE7 -:10121000A0E80C5048BF0CC05DF804EB890028BF63 -:1012200040F8042B08BF704748BF20F8022B11F08C -:10123000804F18BF00F8012B704770477047704708 -:1012400000487047CC03002000487047C8030020C6 -:101250007546FFF7F9FFAE4605006946534620F094 -:101260000700854618B020B5FFF7AEFFBDE8204067 -:101270004FF000064FF000074FF000084FF0000B52 -:10128000AC46ACE8C009ACE8C009ACE8C009ACE8C1 -:10129000C00921F007018D46704700001FB584B0DA -:1012A00000200A9C06AB04AA02A90094AFF30080B8 -:1012B00018B1DDE9020108B010BD0348204000F07C -:1012C0000EF800200146F6E70000207C10B5044629 -:1012D000AFF300802046BDE81040FFF760BF10B5B7 -:1012E00000F00AF8BDE81040AFF30080002801D0FC -:1012F00000F058B87047000010B5022803D0410133 -:1013000003D50DA112E0002010BD010101D50FA1F0 -:101310000CE0C10001D511A108E0810001D512A1A6 -:1013200004E0400001D513A100E0002115A000F069 -:101330003FF8012010BD0000496E76616C696420A1 -:101340004F7065726174696F6E0000004469766960 -:101350006465204279205A65726F00004F7665728D -:10136000666C6F7700000000556E646572666C6F86 -:1013700077000000496E657861637420526573756B -:101380006C7400005349474650453A2041726974D5 -:10139000686D6574696320657863657074696F6EE4 -:1013A0003A20000001491820ABBEFEE726000200EB -:1013B00070B505460C460A2000E06D1C00F011F8DF -:1013C00035B128780028F8D102E0641C00F009F853 -:1013D00014B120780028F8D1BDE870400A20AFF39E -:1013E000008008B569468DF800000320ABBE08BD3B -:1013F0007047000040F21440C4F201000168890205 -:1014000058BF70474FF40011016002F02BBB000081 -:1014100040F26450C2F20000818840F2EC42C2F215 -:1014200000021180018840F2F042C2F200021180F5 -:10143000408840F2F241C2F200010880704700008B -:10144000F0B587B042F200444FF0904003210022F3 -:101450004023C4F20104002702F012FA4FF4A01056 -:10146000012101F097FC09200321002203F0D0FAAA -:101470000825C4F20205284601F000FF02AE3046FE -:1014800001F0A6FE0320C0F20010CDF8120040F2D9 -:101490006450C2F20000039004F14C00029040F24C -:1014A0000110C0F20120CDF8160028463146ADF8F3 -:1014B000107001F09DFE28460221012201F0D6FEA7 -:1014C0002846012101F07EFE0920C0F2180001210A -:1014D00001F060FC022001F037FB01AD284600F06E -:1014E00043FA40F20110C0F2003001902046294634 -:1014F00000F018FA204603210122032300F05CFAD1 -:10150000204606210222032300F056FA204610212D -:101510000322032300F050FA012000F085FB20464F -:101520000721012200F060FB2046012100F034FA7F -:101530002046012100F03AFA204600F019FA00BFD7 -:10154000204600F01BFA0028FAD1204600F01AFAD3 -:10155000204600F01DFA0028FAD107B0F0BD0000C7 -:10156000FEE70000B0B5022001F03AFE012818BFE6 -:10157000B0BD0424C4F2020401252560FFF748FF32 -:10158000082001F02DFE012808BF2560B0BD000035 -:1015900010B51C242020C4F2020401F021FE012811 -:1015A00006D1102044F8180C206820F001002060BB -:1015B000802001F015FE012818BF10BD102044F84E -:1015C000180C206820F00100206010BD10B5042424 -:1015D0004FF48040C4F2020401F002FE012810D151 -:1015E00040F2B940C2F20000007850B140F2204011 -:1015F000C4F20000016841F0020101604FF4804034 -:1016000020604FF4005001F0EBFD01280FD14FF4A2 -:1016100080502060206C20F00100206404F096FDD2 -:1016200042F22400C4F200008168023901604FF4E4 -:10163000004001F0D5FD012804BF4FF48050206028 -:1016400010BD000070470000FEE7000043F20000FC -:10165000C4F2000045F2555101604CF6CC410160E6 -:10166000032141604FF47A6181604AF6AA2101604A -:1016700070470000FEE70000704700007047000060 -:10168000B0B501F095FD40F20004C2F2000440F252 -:101690009845B4F84E00C2F20005B5F8421000EBD0 -:1016A000400008448008A4F84E0000F035FEB4F86D -:1016B0004E00A179C2085143EA7DC1EB5000002AD7 -:1016C000A986E88708BF01F0FBFD40F21450C2F282 -:1016D0000000016842F20F7291429CBF013101602B -:1016E000B0BD0000704700007047000041F20000EC -:1016F000C4F20200016841F001010160016889073C -:101700005FBF01685FEA817101685FEA817102D49D -:1017100001688907F2D5416821F00301416000BFEB -:10172000416811F00C0F0BD0416811F00C0F07D07D -:10173000416811F00C0F03D0416811F00C0FEFD18C -:1017400001684FF6FF72CFF6F2621140016000218E -:10175000416041F61071C1624FF4801101634FF492 -:101760001F0181604EF6085041F20001CEF20000E8 -:10177000C0F600010160704710B50B20C0F21800E0 -:10178000012101F007FB42F60044C4F2010440F6D7 -:10179000B830E0620020A06246F66800A0616820D0 -:1017A000E06120460021012204F044FC2046022191 -:1017B000012204F03FFC20460421012204F03AFCFF -:1017C0002046012104F05AFC606C3C2161F30700C3 -:1017D00060641124C0F214042046012101F0DAFAF9 -:1017E000601C012101F0D6FA40F20044C4F6000466 -:1017F000204602210022022302F042F82046022164 -:101800000022012302F03CF84FF090400221002218 -:10181000802302F035F820460121022202F03CF834 -:1018200020460021022202F037F84FF090400721B5 -:10183000022202F031F84FF09040022100224FF4D2 -:10184000806302F01DF84FF09040022100224FF417 -:10185000007302F015F84FF09040022100224FF47F -:10186000807302F00DF84FF090400A21022202F03E -:1018700013F84FF090400921022202F00DF84FF0CA -:10188000904008210222BDE8104002F005B8000097 -:1018900042F21000C4F200004FF6FE71016003F046 -:1018A00071BE000044F21000C4F201004FF6FE7158 -:1018B00001604FF6FD7101607047000044F2104076 -:1018C000C4F2010000210160FFF7DABE40F21040CF -:1018D000C4F200000168890744BF4FF6FD71016042 -:1018E0000168C9071CBF4FF6FE7101607047000018 -:1018F00070470000FEE700004EF60C50BFF34F8F1C -:10190000CEF200000168042201F4E061C0F2FA5254 -:1019100011430160BFF34F8F00BF00BF00BF00BF86 -:10192000FAE700000A78436802F0010223F48073AA -:1019300043EA022242604A78836862F3410383608B -:101940008A78836802F0010223F4006343EAC2222A -:101950008260C978C26A013901F00F0122F4700275 -:1019600042EA0151C16270474FF0807101607047D7 -:10197000816841F008018160704700008068C0F311 -:10198000C0007047816841F0040181607047000029 -:101990008068C0F380007047826801F0010122F482 -:1019A000807242EA0121816070470000826861F321 -:1019B0000002826070470000B0B5112900F29780E4 -:1019C000DFE801F00A0E181C2024282C303A444C81 -:1019D00056606A747E8800BF84465CF8104F38E019 -:1019E00084465CF8105F382404EAC30E25F03803FF -:1019F00079E000BF84465CF8104F3CE084465CF818 -:101A0000104F42E084465CF8104F48E084465CF892 -:101A1000104F4EE084465CF8104F54E084465CF86A -:101A2000104F5AE084465CF8104F03F007034FEA6A -:101A3000036E24F0E06356E084465CF8104F03F038 -:101A400007034FEAC36E24F060534CE084465CF811 -:101A50000C4F03F0070E24F0070344E084465CF8C3 -:101A60000C4F382505EAC30E24F038033BE000BFD5 -:101A700084465CF80C4F03F007034FEA831E24F4FE -:101A8000E07330E084465CF80C4F03F007034FEA44 -:101A9000432E24F4606326E084465CF80C4F03F088 -:101AA00007034FEA033E24F4E0431CE084465CF85D -:101AB0000C4F03F007034FEAC33E24F4603312E0F7 -:101AC00084465CF80C4F03F007034FEA834E24F47E -:101AD000E01308E084465CF80C4F03F007034FEA7C -:101AE000435E24F4600343EA0E03CCF80030013A6D -:101AF0000F2A88BFB0BDDFE802F0090D1115191DCE -:101B00002125292D313D49535F6B00BF50F8342FFB -:101B10003EE000BF50F8342F44E000BF50F8342FAF -:101B20004CE000BF50F8342F54E000BF50F8342F81 -:101B300016E000BF50F8342F1EE000BF50F8302FE1 -:101B400026E000BF50F8302F2CE000BF50F8302FB7 -:101B500034E000BF50F8302F3CE000BF50F8302F89 -:101B60004FF0F87303EA015122F0F872114301605B -:101B7000B0BD00BF50F8302F4FF0785303EA4161F9 -:101B800022F0785211430160B0BD00BF50F82C2FF5 -:101B900001F01F0122F01F0211430160B0BD00BF20 -:101BA00050F82C2F4FF4787303EA411122F4787225 -:101BB00011430160B0BD00BF50F82C2F4FF4F84323 -:101BC00003EA812122F4F84211430160B0BD00BF55 -:101BD00050F82C2F4FF4782303EAC13122F47822F5 -:101BE00011430160B0BD00008368072923F0007332 -:101BF00088BF03F100738360836802F0010261F320 -:101C000053438360816821F4801141EA025181606D -:101C100070470000826801F0010122F4800242EA6C -:101C2000815181607047000042F20841C4F2010115 -:101C30000A6800F0010022F4000242EAC050086085 -:101C4000704700002DE9F04140F20004C2F20004A8 -:101C500040F29845617EC2F20005B5F84A00D9B15C -:101C6000013801B2002948BF40F26710B5F84C10A6 -:101C7000A5F84A0001390AB2002A48BF40F26711AC -:101C8000B5F84E20A5F84C10511E0AB2002A48BFE4 -:101C900040F267111AE000BF013001B2B1F5B47F24 -:101CA000A8BF0020B5F84C10A5F84A0001310AB2CF -:101CB000B2F5B47FA8BF0021B5F84E20A5F84C10AE -:101CC000511C0AB2B2F5B47FA8BF002140F2DE0871 -:101CD00000B2C2F20008A5F84E1038F91000B4F8AE -:101CE0004C10E28F084444F6D3575043C1F26207C8 -:101CF00050FB07F0C111227A01EBD07046F2676603 -:101D00005043C6F2666650FB06F0810801EBD070C6 -:101D100080B203F0E1FAB5F94C00B4F84C1038F990 -:101D20001000E28F0844504350FB07F0C111227AA3 -:101D300001EBD070504350FB06F0810801EBD070EE -:101D400080B203F0CFFAB5F94E00B4F84C1038F970 -:101D50001000E28F0844504350FB07F0C111227A73 -:101D600001EBD070504350FB06F0810801EBD070BE -:101D700080B2BDE8F04103F0BBBA0000F0B581B01D -:101D80002825C4F6000505F57674204601210022B9 -:101D900002230126022701F073FD4FF0904001213C -:101DA00000224FF48063C5F800744FF4806701F09F -:101DB00067FD20460121002201232F6001F060FD14 -:101DC0004FF09040012100224FF40073C5F80064E9 -:101DD0004FF4007401F054FD4FF0904001210022B7 -:101DE00080232C60802401F04BFD4FF090400121B6 -:101DF00000224FF480732C604FF4807401F040FD9A -:101E00002C6001B0F0BD000070B540F20105C2F2D7 -:101E10000005287840F20044C4F60004002820465B -:101E200006D002210022022301F02AFD07E000BFB4 -:101E3000012100220223022601F022FDA6624FF0BA -:101E40009040022100224FF4806301F019FD2878B0 -:101E500030B1204602210022012301F011FD07E0EC -:101E60002046012100220123012601F009FDA6627E -:101E70004FF09040022100224FF4007301F000FD6A -:101E8000287838B14FF0904002210022802301F0E1 -:101E9000F7FC0CE04FF090400121002280238025C8 -:101EA00001F0EEFC4FF62840CFF6FF7025504FF0C2 -:101EB0009040022100224FF48073BDE8704001F091 -:101EC000DFBC000040F21D03C2F200031A781C20A0 -:101ED000C121C4F20100042AC4F2000101D0012A88 -:101EE00003D101F1100202601A78052A01D0022AFA -:101EF00003D101F1200202601A78062A04D0032AD5 -:101F000008BF016001E000BF016040F21801C2F2A9 -:101F100000010A78D0F8EC1352B121F40011C0F896 -:101F2000EC13D0F8F01341F40011C0F8F01370472F -:101F300041F40011C0F8EC13D0F8F01321F40011B3 -:101F4000C0F8F01370470000002818BF70471C202D -:101F5000C4F20100026861F30002026070470000F1 -:101F6000F0B581B00138052800F2D481DFE800F037 -:101F700004185694BEE800BF40F20100C2F200000F -:101F800000782824C4F60004002804F5767000F0D8 -:101F9000EB8002210022022301F072FCECE000BF82 -:101FA0002825C4F6000505F5767420460121002297 -:101FB00002230126022701F063FC4FF0904001212B -:101FC00000224FF48063C5F800744FF4806701F07D -:101FD00057FC20460121002201232F6001F050FC14 -:101FE0004FF09040012100224FF40073C5F8F063D8 -:101FF0004FF4007401F044FC40F201002C60C2F286 -:1020000000000078002800F0EB804FF090400221A3 -:102010000022802301F034FCF5E000BF2825C4F63F -:10202000000505F5767420460121002202230126D1 -:10203000022701F025FC4FF09040012100224FF4CF -:102040008063C5F8F0734FF4806701F019FC2046F7 -:102050000121002201232F6001F012FC4FF090407B -:10206000012100224FF40073C5F800644FF400749E -:1020700001F006FC40F201002C60C2F20000007882 -:10208000002800F0B7804FF090400221002280230A -:1020900001F0F6FBB7E000BF2825C4F6000505F502 -:1020A000767420460121002202230126022701F036 -:1020B000E7FB4FF09040012100224FF48063C5F808 -:1020C000F0734FF4806701F0DBFB40F201002F60FA -:1020D000C2F200000078002800F0A0802046022113 -:1020E0000022012301F0CCFBA0E000BF2825C4F6AC -:1020F000000505F576742046012100220223012601 -:10210000022701F0BDFB4FF09040012100224FF467 -:102110008063C5F800744FF4806701F0B1FB40F2B2 -:1021200001002F60C2F200000078002800F09080CB -:10213000204602210022012301F0A2FB90E000BF13 -:1021400040F20100C2F2000000782824C4F6000426 -:10215000002804F5767000F0A380022100220223FB -:1021600001F08EFBA4E000BF012100220223022522 -:1021700001F086FBC4F800544FF090400221002289 -:102180004FF4806301F07CFB04F57670012100229E -:102190000123012501F074FB4FF090400121002242 -:1021A0004FF40073C4F8F0534FF4007501F068FB6E -:1021B0004FF090400121002280232560802501F00E -:1021C0005FFB4FF09040012100224FF480732560A7 -:1021D0004FF4807501F054FB256001B0F0BD00BFE5 -:1021E0004FF09040012100228023802401F048FB21 -:1021F0002C6008E04FF090400121002280238024D1 -:1022000001F03EFB2C604FF09040022100224FF481 -:10221000807301B0BDE8F04001F032BB20460121DF -:102220000022012301F02CFBC5F800644FF0904020 -:10223000022100224FF4007301F022FB4FF0904086 -:10224000012100228023802401F01AFB2C6019E078 -:10225000204601210022012301F012FBC5F8006491 -:102260004FF09040022100224FF4007301F008FB70 -:102270004FF09040012100228023802401F000FBD8 -:1022800045F8104C4FF09040012100224FF480732C -:102290004FF4807401F0F4FA2C6001B0F0BD00BF7F -:1022A000012100220223022501F0EAFAC4F80054B9 -:1022B0004FF09040022100224FF4806301F0E0FAD9 -:1022C00004F57670012100220123012501F0D8FADE -:1022D0004FF09040012100224FF40073C4F80054E5 -:1022E0004FF4007501F0CCFA4FF09040012100222C -:1022F00080232560802501F0C3FA4FF09040012132 -:1023000000224FF4807344F8105C4FF4807501F0A4 -:10231000B7FA256001B0F0BD2DE9F04740F2000C9E -:1023200040F2984AC2F2000C40F21459C2F2000A7C -:102330009CF81D10C2F20009BAF8422009F1080702 -:1023400007EB410727F8022CB9F80820B9F80A7002 -:10235000B9F80C40B9F80E603A44B9F8105022446C -:10236000B9F8120032442A449CF819301044043061 -:102370004010012BCAF8780012D10131C8B20728E9 -:102380008CF81D1022BF01218CF81D108AF8131043 -:1023900001F001029AF816008CF81820B0B912E08A -:1023A000013908068CF81D1005D1062101208CF892 -:1023B0001D108AF81300012020EA01029AF8160085 -:1023C0008CF8182010B9C8B2FFF7CAFDFFF77AFDE4 -:1023D000DAF87000B0F5FA6F08D99AF805009AF8A3 -:1023E0000B1008431CBF01208AF817009AF80C0054 -:1023F00000210028AAF8221008BFBDE8F0879AF84B -:102400001A00002857D0DAF87800BAF8261040F2FF -:102410005C07C2F20007411A3A69D7E90130DAF8DD -:10242000604000FB01203A6A3960FE689042C8BFF4 -:10243000104652429042B8BF1046BA6938618A1AB3 -:1024400002FB060002FB06F503FB01007A6A7D61D0 -:10245000B9619042C8BF104651428842B8BF084691 -:10246000F86104F06BFA44F20001C4F21C6104F05C -:1024700035F90146204604F05BF84EF20001C4F243 -:10248000FF41044604F002F900281CBF4EF200048C -:10249000C4F2FF44204600214FF0000804F00BF97D -:1024A000002818BF0024D9F80000CAF8604063284B -:1024B00098BFC7F81080BDE8F08700002DE9F04F05 -:1024C00089B040F27857C2F20007D7F87CC097E88D -:1024D0004C00D7E90359ACEB02010791C1F34A1153 -:1024E0009A1A8A424FF00002D7E9050ED7F81C80ED -:1024F00088BF01220892AA1B8A424FF00002A0EB7B -:10250000090088BF012288424FF00000069288BF70 -:1025100001200590A8EB0E0088424FF0000088BF14 -:10252000012007F1200604904DCE4FF0000B101A49 -:102530008842A6EB0300D7E90C54D7F838E0FA6BD1 -:1025400088BF4FF0010B88424FF00000CDF800B07B -:1025500088BF01200390601B88424FF0000088BFB5 -:1025600001200290A2EB0E0088424FF0000088BFCD -:10257000012007F1400301900DCB4FF0000A101A23 -:10258000FA6C8842386DA2EB030288BF4FF0010A53 -:102590007B6D4FF000098A42A3EB000088BF4FF02B -:1025A0000109D7E916234FF000088842A3EB020087 -:1025B00088BF4FF00108D7E9182300258842A3EB14 -:1025C000020088BF0125D7E91A328842A2EB030432 -:1025D000D7E91C20BB6FA0EB020E4FF00002ACEB62 -:1025E000030088BF01228C424FF0000C88BF4FF0DF -:1025F000010C8E454FF000034FF0000788BF012308 -:10260000884288BF0127089840F2B64680EA0B004E -:1026100090EA0A0018BF08208C424FEAC204C2F2B6 -:10262000000688BF04348E4596F800E040F27866D4 -:10263000C2F2000696F800B088BF02345BEA0E06CC -:1026400040F2284BC2F2000BABF808100899CBE916 -:10265000132CCBF81C100099039ACBF82C10069978 -:10266000CBF83020CBF8201081EA020181EA090181 -:1026700061F382000599029ACBF8241081EA0201E5 -:1026800081EA0801CBF8342061F341000499019AF2 -:10269000079ECBF8281081EA0201ABF80A6081EAB4 -:1026A000050104EB070640F27864CBF8485040EA95 -:1026B0000105C2F20004CBF83CA0CBF85430CBF8B3 -:1026C0004090CBF84480CBF83820CBF858700CD130 -:1026D00001F084F848B19BF804000130C1B26529CB -:1026E0008BF8040024BF012020702078002818BF38 -:1026F00086F00F06AE4247D10BF11C078FCF49027F -:1027000041EA802040EA0220DBE90C6540EAC31080 -:1027100040EA8710DBF8384040EA46100BF13C07EE -:1027200040EA05108ECF40EAC40040EA810040EA4A -:10273000420040EA030140F2D840BBF80C30C2F23C -:10274000000000220280581C012FABF80C0005D1BC -:1027500040F2AD40C2F200000122027030291BDBC2 -:102760009BF80100C0B140F2D240C2F200000180EB -:1027700040F27960C2F20000002101708BF8021073 -:1027800009B0BDE8F08F00BFBBF80E000130ABF818 -:102790000E0009B0BDE8F08F481E2E280ED840F27A -:1027A000D240C2F200000022028040F27962C2F2FE -:1027B0000002C8B21170F8B9EBE700BF31B140F2C6 -:1027C0007960C2F200000078B0B9E2E79BF800003F -:1027D00040F2D241012804BF00208BF80100C2F270 -:1027E00000010020088040F27961C2F20001087007 -:1027F0008BF802000028CCD040F2B241C2F20001B6 -:1028000009780029C5D140F2B641C2F20001097829 -:102810000029BED09BF8031088421EBF8BF803002E -:1028200000218BF80210052807D39BF80210013114 -:10283000CAB2062A8BF80210ABD30138002514283F -:102840008BF8025000F28080DFE800F00C10147E5C -:10285000187E1C2E424A7E5256647E7E7E7E7E6CA0 -:10286000740000BF02F03AFA6EE000BF02F070FAA6 -:102870006AE000BF02F004F966E000BF02F0A4FACB -:1028800062E000BF40F29A40C2F2000000210170F5 -:1028900040F21900C2F200000121017040F2AA408A -:1028A000C2F2000001704FE040F29A40C2F2000014 -:1028B0000121017040F21900C2F2000000210170F4 -:1028C00040F2AA40C2F20000022101703CE000BFC9 -:1028D00040F29B40C2F200000021017034E000BFD2 -:1028E00040F29B40C2F20000012101702CE000BFC9 -:1028F00002F070FB28E000BF9BF8001001204FF4AD -:1029000060628BF805000129ABF8062008BF8BF840 -:10291000010019E000208BF8050040F6FF60ABF8DD -:10292000060011E040F29A40C2F200000078C0F1C7 -:10293000010004E040F29A40C2F20000007840F248 -:102940001901C2F20001087040F27960C2F2000081 -:10295000017840F2C072C2F200021170057009B035 -:10296000BDE8F08F70B582B040F27855C2F2000534 -:10297000D5E9000140F27652081AA0F2213140F266 -:1029800084449142C2F2000436D86178D1B3E17830 -:10299000002951D0217940F2E14290420BD840F217 -:1029A0002602C2F2000213880131C3EBC3031844AC -:1029B000C00821711080C8B24C2873D340F22600A1 -:1029C000C2F2000001880025193101804FF6125033 -:1029D000CFF6FF7010FA81F000EBD07040F27A6110 -:1029E0004008C2F2000181F82000657002F0F2FA9E -:1029F000257102F00FF955E040F2CE40C2F200001E -:102A000054E000BF40F29B41C2F20001097839B3A3 -:102A100040F22A01C2F200010A88904236D940F2FF -:102A20002801C2F200010B88511C4FF4FA661A46C5 -:102A300040F2E93332E000BFA17840F228060029D5 -:102A40000CBFE080E0880131C2F20006A17031883D -:102A500080B200F0B7FE332846DB0020607064E0EF -:102A600040F2260140F22802C2F20001C2F2000246 -:102A70000988128840F2FF762F23009601F0A8FF04 -:102A800001462F3818BF08460BE000BF40F2260170 -:102A9000C2F2000109884FF47A760023009601F013 -:102AA00097FFE06040F2D840C2F2000040F2D2410D -:102AB000C2F2000140F2D806E2680B88C2F20006BA -:102AC0003668D51AB5424FF00005058004DD9A1925 -:102AD0000A8002B070BD00BF981AB042C8BF9A1BEE -:102AE0000A8002B070BD00BF3088D5E90012C0EB8B -:102AF000C000511A0844A178C0083329308014D38B -:102B00004FF62A111938CFF6FF71308011FA80F094 -:102B100000EBD07040F27A614008C2F2000181F807 -:102B200021000120E07002F0A7F8E0783188002849 -:102B3000E180B7D0D5E90001081A217940F2E142DD -:102B400090427FF62CAF36E741F20401C4F2020155 -:102B50000A6860F38F320A600A68C0F3830060F38A -:102B60001C720A607047000041F20401C4F20201C5 -:102B70000A6800F00F0022F0F00242EA001008603C -:102B80007047000041F20401C4F202010A6800F03B -:102B9000070022F4E06242EA00200860704700006B -:102BA00041F20401C4F202010A6800F0070022F4B5 -:102BB000605242EAC02008607047000041F25401B0 -:102BC000C4F202010A68012822F0300208BF303244 -:102BD0000A607047042888BF7047DFE800F0030DE3 -:102BE0001B29330041F20000C4F20200026861F3C5 -:102BF00000020260704700BF41F20000C4F2020010 -:102C0000026801F0010122F4803242EA01410160D0 -:102C1000704700BF41F20000C4F20200026801F0F8 -:102C2000010122F0807242EA01610160704700BF39 -:102C300041F20000C4F20200026A61F30002026283 -:102C4000704700BF41F20000C4F20200426A61F323 -:102C5000000242627047000070B541F20401C4F204 -:102C600002010A68C2F3810341F20022022BC0F282 -:102C70007A020DD0002B4BD10B6D9B0548D5CB6A4A -:102C80009B0144BF46F60042C0F2DC2240E000BF98 -:102C90000B688C6AC3F30046002C17D40C680B68D1 -:102CA000C4F38344C3F341731D010135002B2B464C -:102CB00008BF02230F2C08BF2B46234406BB40F657 -:102CC0000012C0F23D025A4322E000BF8B6A8C6AB8 -:102CD000C3F3031E8B6A40F6001CC0F23D0CC4F324 -:102CE000082403F007031EB10D68AD0358BF9446D6 -:102CF0000CFB04F20EFA03F3B2FBF3F208E000BFA0 -:102D00000E68B60344BF40F60012C0F23D025A43BB -:102D100002600B6812A6C3F30313F35C46F63A761F -:102D2000DA4042600B68C0F60006C3F30223F35C8E -:102D300022FA03F3C3600B68C3F3C223F35C0426D7 -:102D4000DA4082600B68096806EA9363C1F3813157 -:102D5000194407A3595CB2FBF1F1016170BD00BFDA -:102D6000000000000000000001020304060708093B -:102D700002040608020C081041F20002010CC4F221 -:102D80000202895800F01F0021FA00F000F0010053 -:102D90007047000041F2000200F01F034FF0010CE9 -:102DA000C4F2020201290CFA03F14FEA10408358E1 -:102DB00014BF23EA010119438150704741F2000218 -:102DC00000F01F034FF0010CC4F2020201290CFABB -:102DD00003F14FEA1040835814BF23EA010119435D -:102DE0008150704741F20402C4F20202136868B1D4 -:102DF00043F4803313601368012807BF23F40033C2 -:102E00004FF0007043F40033002002E023F48033DD -:102E100000201360136861F3954313601368C1F3D6 -:102E2000021161F35E731360916A21F0E06108435F -:102E30009062704741F20000C4F20200016841F064 -:102E400001010160016889075FBF01685FEA817164 -:102E500001685FEA817102D401688907F2D541688F -:102E600021F00301416000BF416811F00C0F0BD04D -:102E7000416811F00C0F07D0416811F00C0F03D01E -:102E8000416811F00C0FEFD101684FF6FF72CFF6D9 -:102E9000F262114001600021416041F61071C1628F -:102EA0004FF4801101634FF41F01816070470000EF -:102EB00041F20401C4F202010A6860F301020A60EF -:102EC0007047000041F20400C4F202000068C0F341 -:102ED0008100704744F62401C4F2010100220A6017 -:102EE00007E000BF0A68824228BF70470A68824232 -:102EF00005D20A68824202D20A688242F2D370473F -:102F000044F62401C4F2010100220A6042F6E062A4 -:102F10004A6051F8102C00EB800042F001024000A2 -:102F200041F8102C0A68824208D20A68824205D20F -:102F30000A68824202D20A688242F3D3782048604B -:102F400051F8100C40F0010041F8100C70470000DF -:102F50002DE9F04340F2785CC2F2000C40F2580ECA -:102F6000DCF80040C2F2000E44F62061002300228B -:102F7000AEF8021003E000BF2833782B5CD00CEBD6 -:102F8000030045682C1B05D022448C423CBFA1B2F3 -:102F9000AEF802408468651B05D02A448D423CBFD0 -:102FA000A9B2AEF80250C5682C1B05D022448C4251 -:102FB0003CBFA1B2AEF802400469651B05D02A44AB -:102FC0008D423CBFA9B2AEF8025045692C1B05D01A -:102FD00022448C423CBFA1B2AEF802408469651B1A -:102FE00005D02A448D423CBFA9B2AEF80250C56953 -:102FF0002C1B05D022448C423CBFA1B2AEF802404B -:10300000046A651B05D02A448D423CBFA9B2AEF8C4 -:103010000250456A2C1B05D022448C423CBFA1B211 -:10302000AEF80240846A601BA6D0024488423CBFCE -:1030300081B2AEF802009FE740F2B848C2F2000841 -:1030400098F8000040F2844C5409C2F2000C0128A8 -:10305000CCF8104037D1012935D9D4090E2C98BFAE -:10306000042917D905292ED3182C98BF08292AD846 -:1030700040F2D5050124C2F200052C7003258CF81E -:10308000055040F2D405C2F20005072688F800403A -:1030900010E000BF40F2D504C2F200040025257004 -:1030A000012440F2D4058CF8054088F80040C2F2B3 -:1030B00000050C262E7020258EF8005040F2B745F2 -:1030C000C2F200052C7040F2B949C2F2000999F829 -:1030D0000060A1F1C905012E14D144F65657BD4236 -:1030E00010D840F2D503C2F2000377241C700223EB -:1030F0008EF8003040F2B7430127C2F2000389F88E -:1031000000701F70304323D1022921D3D0090E282B -:1031100098BF04291ED905291AD3182898BF082951 -:103120002AD944F65650854288BFBDE8F08340F264 -:10313000D501C2F2000177220A7002218EF8001038 -:1031400040F2B7410120C2F2000189F80000087086 -:10315000BDE8F08340F2D500C2F20000002101700A -:1031600040F2D4010120C2F200010C228CF80500CB -:1031700088F8000010E000BF40F2D5010120C2F243 -:103180000001087003218CF8051040F2D40188F882 -:103190000000C2F2000107220A7020218EF8001000 -:1031A00040F2B741C2F200010870BDE8F0830000B0 -:1031B00044F20C40C4F20100016821F001010160F9 -:1031C00070470000026861F300020260704700006F -:1031D00000210182C0E90011C0E90211704700001E -:1031E0000021C4F202010968084018BF012070479D -:1031F00002684BF6EF731A4002600A8903681A43AB -:1032000002604A7C036802F0030223F4405343EA5D -:1032100002320260CA7B036802F0030223F44063B7 -:1032200043EA822202608A7B036802F0030223F4ED -:10323000407343EA022202604A7B036802F0010203 -:1032400023F0800343EAC21202600A7B036862F340 -:10325000861303600A7C036862F3451303604A899E -:1032600042600A6882604968C1607047002A02684B -:103270000CBF22EA010111430160704701686FF041 -:1032800007024CF6CD4352FA80F2CCF6CC43A2FBB7 -:10329000032321F00101016000210422016041604B -:1032A0008160C1606FF00300C4F2020200EA930083 -:1032B0000F21136801FA00F01843106070470000F6 -:1032C00040F20040C4F20100016841F400110160C5 -:1032D0007047000010B542F60044C4F201042046D5 -:1032E0000021012202F056FE20460221012202F0B6 -:1032F00051FE20460421012202F04CFE204601210D -:10330000012202F047FE20460321012202F042FE84 -:1033100020460521012202F03DFE206840F0010018 -:103320002060606C40F400406064606940F001001F -:10333000606144F20040C4F20100016840F20044C0 -:1033400041F0010101604169C4F2000441F0010152 -:103350004161C16821F00101C160D0F8001441F061 -:103360000101C0F80014D4F8000C40F00100C4F8CA -:10337000000C41F21400C4F20000016841F00101A8 -:10338000016042F20000C4F20000016841F0010156 -:103390000160416941F001014161C16841F00101F1 -:1033A000C160FEF74DF820460021012202F0F2FD37 -:1033B000206840F00100206010BD00004420C4F2ED -:1033C0000200016841F004010160704742F20C0103 -:1033D000C4F202010860704742F21000C4F2020019 -:1033E000016841F0800101607047000042F20C0169 -:1033F000C4F202014A6842F002024A6088604868EA -:1034000040F0400048600868C0070DD108684007D8 -:1034100046D40868C0064FF0020058BF03204A682F -:1034200022F002024A6070474FF080420868C007ED -:1034300000F08B800868C00738D00868C0073BD010 -:103440000868C0073ED00868C00741D00868C007B8 -:1034500044D00868C00747D00868C0074AD0086849 -:10346000C0074DD00868C00750D00868C00753D0C7 -:103470000868C00756D00868C00759D00868C00758 -:103480005CD00868C0075FD00868C00768D0103AF1 -:10349000CCD104204A6822F002024A60704700BF83 -:1034A00001204A6822F002024A607047013A086827 -:1034B00040074DD558E000BF023A0868400747D59D -:1034C00052E000BF033A0868400741D54CE000BF16 -:1034D000043A086840073BD546E000BF053A086853 -:1034E000400735D540E000BF063A086840072FD5B1 -:1034F0003AE000BF073A0868400729D534E000BF2A -:10350000083A0868400723D52EE000BF093A08684A -:1035100040071DD528E000BF0A3A0868400717D5C4 -:1035200022E000BF0B3A0868400711D51CE000BF3D -:103530000C3A086840070BD516E000BF0D3A086842 -:10354000400705D510E000BF0E3A086840070BD4CD -:103550000868C0064FF0020058BF032005E000BF16 -:103560000F3A08684007F3D50120012A08BF04205C -:103570004A6822F002024A607047000042F20400EA -:1035800040F22311C4F20200C4F26751016048F610 -:10359000AB11CCF6EF5101607047000042F20C0213 -:1035A000C4F20202536843F00103536001601068E3 -:1035B000C0070DD11068400746D41068C0064FF010 -:1035C000020058BF0320516821F00101516070478B -:1035D0004FF480111068C00700F08B801068C0079E -:1035E00038D01068C0073BD01068C0073ED01068C4 -:1035F000C00741D01068C00744D01068C00747D04A -:103600001068C0074AD01068C0074DD01068C007C6 -:1036100050D01068C00753D01068C00756D010684B -:10362000C00759D01068C0075CD01068C0075FD0D1 -:103630001068C00768D01039CCD10420516821F03F -:1036400001015160704700BF0120516821F0010164 -:10365000516070470139106840074DD558E000BFF0 -:1036600002391068400747D552E000BF033910689F -:10367000400741D54CE000BF0439106840073BD5F6 -:1036800046E000BF05391068400735D540E000BF6F -:103690000639106840072FD53AE000BF0739106897 -:1036A000400729D534E000BF08391068400723D50A -:1036B0002EE000BF0939106840071DD528E000BF83 -:1036C0000A391068400717D522E000BF0B3910688F -:1036D000400711D51CE000BF0C39106840070BD51E -:1036E00016E000BF0D391068400705D510E000BF97 -:1036F0000E39106840070BD41068C0064FF0020066 -:1037000058BF032005E000BF0F3910684007F3D50C -:103710000120012908BF0420516821F001015160F6 -:1037200070470000F0B581B02825C4F6000505F506 -:10373000767420460121002202230126022700F090 -:103740009FF84FF09040012100224FF48063C5F8AC -:10375000F0734FF4806700F093F8204601210022B7 -:1037600001232F6000F08CF84FF0904001210022DF -:103770004FF40073C5F8F0634FF4007400F080F864 -:103780004FF090400121002280232C60802400F023 -:1037900077F84FF09040012100224FF4807345F8F4 -:1037A000104C4FF4807400F06BF82C6001B0F0BD49 -:1037B00042F61440C4F20100016841F001010160C9 -:1037C00070470000401A48BF404270471C20C4F2B6 -:1037D00001000068C0F380707047000040F21040A4 -:1037E000C4F60000006800F01000704741F22400A9 -:1037F000C4F20000006880B2704700002DE9F0417B -:103800000A88002A08BFBDE8F0814FF000084FF099 -:10381000030C4FF0010E0024002508E0B8EB520F16 -:103820004FEA520205F1010504F1020426D0D60741 -:10383000F4D006680CFA04F7BE4306608E7903687C -:10384000A6403343036043680EFA05F6B343436072 -:103850000B794668AB40334343608368BB43836066 -:10386000CB798668A34033438360C368BB43C3609E -:103870004B79C668A3403343C360CFE7BDE8F0810E -:10388000D0F800C05B4303EB43022CEA0202594329 -:10389000114301607047000010B51C2303EA810E3C -:1038A00024234FF00F0C11F0F80F08BF2023C45849 -:1038B0000CFA0EF124EA0101C150C15802FA0EF2CD -:1038C0001143C15010BD000062B670472DE9F04FA2 -:1038D00081B001F02BFD4FF4A0100121FFF75AFA3F -:1038E0004EF20B47CEF2000710204EF20016387051 -:1038F000CEF200064FF400603060FDF73DFF40F26D -:10390000010BC0F21C0B0BF103000121FFF742FA7F -:1039100041F22800C4F200004FF6FF7A3B24C0F8C1 -:1039200004A004600BF107000121FFF733FA42F213 -:103930002800C4F20000322141607721016020207C -:1039400038724FF4002011253060C0F2140528466B -:103950000121FFF71FFA4FF4C0100121FFF71AFAF7 -:103960004FF090400321002202234FF00009FFF79F -:1039700087FF4FF09040032100222023FFF780FFB4 -:1039800087F801904FF48050306000200121FEF74D -:10399000DBFA1220C0F218000121FFF7FBF944F610 -:1039A0002C0044F20048C4F20100C4F20108C0F83F -:1039B00000A0C8F82844D8F80004012140F0800095 -:1039C000C8F8000405F58020FFF7E4F94FF4FA7019 -:1039D000C8F82C00C8F82840D8F80000012140F0B1 -:1039E0008000C8F8000087F80A904FF4001030609B -:1039F000681CFFF7CFF958460121FFF7CBF940F2D9 -:103A00000044C4F600042046022100221023FFF7E0 -:103A100037FF204604210122FFF73EFF4FF4A0109C -:103A20000121FFF7B7F94420C4F2020040F68A11E1 -:103A30000160102139704FF40060306040F20040A6 -:103A4000C4F20000C0F82CA08162016841F080013E -:103A50000160016841F00101016001B0BDE8F04F73 -:103A600001F016BD70B540F29844C2F20004206F18 -:103A70007E282DD3FFF7BAFE7C280DD8A08FC00872 -:103A80004A2809D840F21450C2F200000068B0F58C -:103A9000FA7F01D270BD00BFFFF7A8FE40F200011F -:103AA000C2F20001B1F84E10B0EB510F38BF70BD3B -:103AB000207F0130C1B26529207709D300F09CFF37 -:103AC00040F21450C2F200000021016070BD00BF3E -:103AD000FFF78CFE40F20005C2F200052A7EA97DA8 -:103AE000A4F8420062B1A9B1002600BFFFF76EFE44 -:103AF0000028CFD1A87D01368642F7D30AE000BF67 -:103B000041B10026FFF762FE0028C3D0A87D013630 -:103B10008642F7D300F070FF002001F0FFFBE08F3A -:103B2000297DC840E087BDE8704001F0AFBB0000D0 -:103B3000F0B581B040F27A64C2F2000447F6004169 -:103B4000C0F600012046B02201F0C2F9607CA17CE1 -:103B50000138B0FA80F040F298474009C2F20007FD -:103B6000B870481EE27CB0FA80F04009012AF87073 -:103B700004BF0120B871207D617D0138B0FA80F06A -:103B800040F200064009C2F200067070481EA27D95 -:103B9000B0FA80F04009B070501EB0FA80F04009D1 -:103BA000E37DF070207E042BA0F1080128BF0223E2 -:103BB0002829B37116D8182826D2A0F10C010B2998 -:103BC00033D900F0FC01082940D141F64C5C0721B3 -:103BD000102243F69823CDF800C000F0F9FEF087DC -:103BE00035E000BF41F28830B08741F2883001F003 -:103BF0005BFB607EA0F13201642935D99620708686 -:103C0000552030873BE000BF40F6C41C182130220D -:103C100041F28833CDF800C000F0DAFE0146207E84 -:103C2000F187A0F10C010B29CBD841F2883C0C2183 -:103C3000182242F21073CDF800C000F0C9FE014610 -:103C4000207EF18700F0FC010829BED0F08F80B201 -:103C500001F02AFBF08FA6F84800A6F84000607E2D -:103C6000A0F132016429C9D800F1780171861421CC -:103C700001EB500131871E2101EB50007087A07EBF -:103C8000227F00EB8000142505EBC000F083501E5E -:103C9000637FB0FA80F040093871581EB0FA80F0A6 -:103CA000E17E400978710520F17101F02DFB60780B -:103CB000002800F0AF80A07F0B2888BF052001F00E -:103CC00023FBE07F94F820100138B0FA80F040091F -:103CD000F87140F2EE2094F8212000EB410094F8B6 -:103CE0002230F08440F2D66000EB4200308503F2CF -:103CF0005E50708594F8230094F824107073481E69 -:103D0000B0FA80F094F825104009B87201F1FA0079 -:103D100094F82610B085481EB0FA80F04009F87279 -:103D200094F828000021421F142A397298BF30737A -:103D300094F82900411E092998BF707294F82A004E -:103D4000411EC9B2082919D8B07200EB80006FF08B -:103D50002D01A1EB4000617EF07251FA80F2728673 -:103D60004908B6F8462051FA80F1318752FA80F1BD -:103D7000F28EA6F8461052FA80F0F08694F82B00E6 -:103D8000A0F14601462998BF707194F82C00411E9D -:103D9000622903D8400030840120787394F82D0004 -:103DA000411E092998BF307294F82E10092909D8AC -:103DB00004290FD807F12100DFE801F004360A0CCE -:103DC0003A0000BF0020388440F22940C2F20000CF -:103DD00001210170F08B202381084A299CBF00211A -:103DE000F17348F21F51C5F2EB11A0FB01124FF223 -:103DF000F101CFF2F001A0FB0101F0795209B3FB10 -:103E0000F0F00909B2FBF0F2B1FBF0F0A6F84220A5 -:103E1000A6F844007078C8210028318604BF00202D -:103E2000F87001B0F0BD00BF012087F82000CBE79B -:103E300040F22840C2F200000121017040F2294006 -:103E4000C2F200000021017007F12000C0E700006D -:103E500082B0FFF739FDFFF739FDFFF73BFAFFF7B7 -:103E600067FE40F6FC70C0F60000007840F2984B08 -:103E7000C2F2000B8BF8250040F2B43140F27A60B8 -:103E8000C2F20001C2F200000A78C7784B7840F213 -:103E90000009BA42C2F2000902D10779BB4244D0FC -:103EA000C2700371D1F80220D1F80630D1F80A109F -:103EB000C0F80930C0F80D1099F800109BF80330D5 -:103EC00041709BF802109BF806700139B1FA81F13C -:103ED00049094174591EB1FA81F149098174791E69 -:103EE000C0F8052099F80120B1FA81F14909C1749F -:103EF000511EB1FA81F14909017599F8021099F83A -:103F000003200139B1FA81F149094175511EB1FA15 -:103F100081F199F80630490947F600428175C0F6EB -:103F20000002B021C37501F097F89BF8060044F633 -:103F3000D35200281CBFB9F83400A9F83200B9F8F0 -:103F40003E00B9F83610C1F262024143A1FB0213F0 -:103F5000B9F846109BF802704143A1FB0212791E8A -:103F600018BF012189F8191099F80B1099F8017000 -:103F700001EBD311A9F83610D109A9F83C00A9F832 -:103F80004610002FA9F8480004BF00208BF8060057 -:103F90009BF80B0000B34FF47A70A9F8460001209B -:103FA0008BF80300002189F80F00B9F838008BF86E -:103FB0000610A9F8011089F80310B9F83A10323048 -:103FC000A9F8380001F13200B9F83210A9F83A0026 -:103FD00001F13200A9F8320000F0F6FE4FF0000ABD -:103FE000ABF836A0FDF732FB00F0E4FF00F0A2FFD3 -:103FF0009BF8000040F21458C2F200080124002887 -:104000001CBF01208BF80C0022E000BF9BF80400CD -:104010008BF80940002800F01D82B9F83E0099F89D -:104020000910B9F83C2000EB410113398BB25A4317 -:10403000B2FBF0F2ABF83C10801A0130ABF8500044 -:1040400000F00AFFBBF8500001F034F98BF816407D -:1040500000F0B0FFBBF83010D8F80000C8294FF0CE -:10406000000238BF012264284FF0000388BF0123FB -:10407000B0F57A7F00F20881002900F005811A402E -:1040800018BF8BF819A09F2905D89BF80620002A95 -:1040900018BF8BF819A09BF80F202AB1090918291D -:1040A00098BF8BF819A005E095298CBF0A216421DF -:1040B00089F81110DBF8781045F25652C5F25552C6 -:1040C00051FB02F101EBD1710B28CBF8701022D318 -:1040D0009BF81300F8B1D8F80400FFF773FBDBF886 -:1040E00070100A097C2A12D84A0890420FD99BF80E -:1040F0000E00C8F800A001308BF80E00B9F83200AD -:104100008BF81AA040088BF81740ABF82E008BF8FC -:1041100013A0C8F80410B9F84E000021972838BF42 -:10412000012196284FF0000088BF01204EF20B427B -:1041300009010001CEF20002117050709BF81500C9 -:10414000B8B1DBF868009BF82450BBF84460BBF8BA -:104150002C7002F0D1FBBBF8524003462846314692 -:104160003A460094012400F09DFA01F081F88BF8A2 -:1041700015A09BF814000130C1B265298BF814001A -:10418000C0F08C8042F20040C4F201000121FDF732 -:1041900041FDBBF8580040F6E44740F20111784376 -:1041A000C0F21001A0FB0112801A02EB500099F836 -:1041B0001020C00A504348F21F52BBF85410C5F2F9 -:1041C000EB12A0FB0202C1F57A6046F26761C6F20B -:1041D000666150FB01F0C11001EBD0709BF8241018 -:1041E000ABF85600C1EBC1010844BBF84410C0084D -:1041F0008BF82400C1EBC100DBF86C1000EB52100F -:10420000BBF85A20C1EB81111144891140F2FF42E1 -:10421000CBF86C107943C4F6EC7251FB02F10A1230 -:104220009BF80A3002EBD171C0080A04ABF84400D5 -:1042300048BF5146ABF82C1073B39BF81010B9F877 -:104240002C2080B25143814224D9BBF828009BF82E -:104250001B104FF67C47013044F62063CFF6FF7702 -:1042600082B211FB07319142ABF8280014DAABF8A7 -:1042700038A0FDF783FD00F0BFFB8BF81AA0ABF868 -:1042800036A08BF81EA007E08BF819A09F297FF6B7 -:10429000FCAE00E7ABF828A08BF814A09BF81B003D -:1042A0008BF81CA0E0B3BBF838003128FFF4AEAEA9 -:1042B0009BF81E1000293FF4A9AE882800F2B480B4 -:1042C0009BF8090050B1FEF773FF00F095FB00204A -:1042D00000F0F0FFFDF798FD8BF809A0FDF7B2FCA8 -:1042E00099F8071041F65832B2FBF1F340F22A3246 -:1042F000BBF83800B2FBF1F730217822009700F0CC -:1043000067FBA9F84A0080B2FEF7E4FDB9F84A005D -:104310004FF41671B1FBF0F0ABF8520098E600BF15 -:10432000DBF8780042F2C072C0F209029BF81A1062 -:1043300092FBF0F04CF6CD42484381B2CCF6CC4231 -:10434000A1FB021299F80F10ABF85200D008ABF89D -:104350005C0069B1B9F84210B9F84420B9F84630A8 -:10436000B9F8487080B2009700F032FBA9F840001D -:104370009BF8240099F8052090420AD9B9F84830F2 -:10438000A2F10A010A325B08009400F021FBA9F8AF -:104390004000D8F80000B9F84E1064284FF00C0027 -:1043A0000ED3B1F5FA7F0BD8DBF8700064214FF41F -:1043B000FA7203230C27009700F00AFBB9F84E109D -:1043C000642938BF0220B9F81E1089F81600890840 -:1043D0007C299CBF400089F816009BF81700002834 -:1043E00000F0F6809BF81A00002800F0F18000F041 -:1043F00003FBFFF7EBF999F81810002960D00028AB -:1044000060D09BF81D0099F81A200130C3B2934286 -:104410008BF81D0088BF8BF823A09BF82200002892 -:1044200040F0D68057E000BF8BF80940FDF70AFC4A -:10443000BBF83800C82813D95020ABF84AA0A9F817 -:104440004A00FEF747FDBBF84A0000287FF400AEA3 -:104450000FE000BF002000F02DFFFDF78FFCF7E517 -:10446000B9F84A00FEF736FDBBF84A0000287FF491 -:10447000EFAD42F22830A9F84E00CBF87000C8F832 -:10448000040042F22830ABF81A408BF8174000F0D5 -:1044900045FF0A2099F81510C8F800009BF80500A0 -:1044A0008BF816A089F81D1000281CBFB9F83A0037 -:1044B000A9F83800FDF730FFFFF77AF9C8E500BF2B -:1044C00000289ED09BF8230001308BF823009BF836 -:1044D000220000287CD19BF8230079B399F81B10A7 -:1044E000884275D98BF82240FFF780F9ABF842007B -:1044F000002000F013FFB9F84E00BBF8421000EBAB -:104500004000084499F81710C0F38F02B2FBF1F194 -:104510008208C1EBD000A9F84E20ABF83410ABF8FC -:104520003E0000BFFFF762F9BBF83E10884233D26D -:10453000D8F800000928F5D82EE000BF99F81C1023 -:10454000884245D98BF82240FFF750F9ABF842007A -:10455000002000F0E3FEB9F84E00BBF8421000EB7B -:104560004000084499F81710C0F38F02B2FBF1F134 -:104570008208C1EBD000A9F84E20ABF83410ABF89C -:104580003E0000BFFFF732F9BBF83E10884203D26D -:10459000D8F800000928F5D8FDF7BEFED8F80000CD -:1045A0009BF805109BF80B20013011438BF823A0DA -:1045B0008BF81DA0C8F8000070D0142808D3B9F8F3 -:1045C0004E00B0F5FA6F03D88BF817A0FEF778FE0F -:1045D000FFF70CF94AF6C9718842FFF439AD9BF830 -:1045E0001A0001287FF434AD9BF8190001308BF8D4 -:1045F000190000F001FABBF838008BF817402F289B -:1046000098BF8BF81AA0C8F800A0FFF7EFF8ABF836 -:104610004200002000F082FEB9F84E00BBF84210C4 -:1046200000EB4000084499F81710C0F38F02B2FB6A -:10463000F1F18208C1EBD000A9F84E20ABF834109C -:10464000ABF83E00FFF7D2F8BBF83E10884203D229 -:10465000D8F800000928F5D8FDF75EFED8F800006C -:104660009BF805109BF80B20013011438BF823A019 -:104670008BF81DA0C8F8000008D01428FFF4E8AC9F -:10468000B9F84E00B0F5FA6F03D9E1E41F28FFF442 -:10469000DFAC8BF817A0FEF713FED9E41F2893D2E6 -:1046A00096E7000010B540F26A5CC2F2000CDDF83B -:1046B00008E00C0A8CF80210110A8CF80310190A91 -:1046C0008CF804208CF805108CF806304FEA1E2177 -:1046D0008CF808E04FF0000E072200238CF8000051 -:1046E0008CF801408CF807105840C3B282EA4304AA -:1046F000000658BF5C0082EA4400230658BF6000F1 -:1047000082EA4003040658BF430082EA43001C06C5 -:1047100058BF580082EA4003040658BF430082EAAB -:1047200043001C0658BF580082EA4003040658BFE5 -:10473000430082EA43001C0658BF5800BEF1080F30 -:1047400030D0C3B20CEB0E0044788078634082EA2C -:104750004304190658BF5C0082EA4401230658BF8F -:10476000610082EA41030C0658BF4B0082EA430114 -:104770001C0658BF590082EA41030C0658BF4B0083 -:1047800082EA43011C0658BF590082EA41040B0625 -:1047900058BF4C0082EA44030EF1020E210658BFB6 -:1047A0006300A1E78CF8090010BD00002DE9F04F6F -:1047B00081B040F2284CC2F2000CBCF8060018B1DF -:1047C0000021ACF8061029E040F2B240C2F200002D -:1047D0000078002840F21050C2F2000014D00168A6 -:1047E000B1F5803F10DA47F6FF7021EA0000B0F51E -:1047F000004F0CD043F6FF7021EA0000B0F5804F67 -:1048000040F0B480062203E04FF6FF7101600722FA -:1048100041FA02F040EA4220CCF8102046F64273FA -:1048200080EA1011C0F60003C0F3031481EA1021DE -:1048300040F3132213F804B001F00F019E5C41EA2B -:1048400000114FEA8B2281F00F0142EAC63740F295 -:10485000D402CCF8141000F00F0001F00F01C2F2E6 -:10486000000213F800805B5C107840F22C71C2F2F9 -:104870000001009001EB8002802020EAC60A06F0C9 -:1048800008068AEA061E00EA972147EA481481EAE8 -:104890000E0100EA572544EA03094D4000EA1727B4 -:1048A000CCF818906F400BF0100C87EACC0C0BF092 -:1048B000080602F1040B8CEA06168BE8014402F1AB -:1048C000100E8EE8A21000EA541126F07F0787EA46 -:1048D000010C00EA14178CEA070A00EAD4001662F9 -:1048E00080EA0A0008F0100680EAC60608F008050B -:1048F00086EA051509F080046C4009F0400E24F0AA -:104900007F0181EA4E0109F0200781EA8707C2E9A9 -:104910000B0603F01000C2E90F1787EAC00003F08E -:10492000080180EA011103F0040781EA471703F048 -:10493000020687EA8616DB01C2E90D54DBB226F0D7 -:104940007F05C2E909CA6B4002F1440C8CE8830080 -:10495000C2E9146340F22C71009A0020C2F20001F7 -:1049600041F8220001B0BDE8F08F00BF41F6FF70B2 -:1049700021EA0000B0F5005F02D1052248E700BF40 -:1049800040F6FF7021EA0000B0F5805F02D10422FA -:104990003EE700BF40F2FF7021EA0000B0F5006F73 -:1049A00002D1032234E700BF40F2FF3021EA0000C9 -:1049B000B0F5806F02D102222AE700BF40F2FF105B -:1049C00021EA0000A0F50070B0FA80F042091FE76C -:1049D00080B5DDF808C08842B8BF08469042C8BF1D -:1049E0001046A0EB010EACEB03000EFB00F0511AD9 -:1049F00090FBF1F0184480BD40F20040C4F2010089 -:104A0000016821F4001101604FF400114161704709 -:104A100010B54EF60C5CCEF2000CDCF80030C3F39F -:104A2000022E8EF00704042C28BF0424BEF10303D9 -:104A30004FF0FF3E0EFA04F438BF0023A143994023 -:104A40000EFA03F39A431143B0F1FF3F4FEA01110D -:104A500010DD4EF20012CEF20002831883F800132C -:104A600000F01F01012303FA01F1400942F8201070 -:104A700010BD00BF00F00F006044017210BD0000C7 -:104A800070B541F2883000F00FFCEFF3108072B681 -:104A900040F27450C2F20000007800F00BFC4CF6BB -:104AA000CD457924CCF6CC450A2600BF023C00F067 -:104AB00081FAA4FB05010809FDF752FA06EB540040 -:104AC00080B200F01BFC0A20FEF71AFA022CEDD887 -:104AD000FDF754F90020002400F010FC40F23E00E5 -:104AE000C2F2000040F2D8410088C2F200010C80FE -:104AF00000F0DAFB62B670BD2DE9F04F81B0032003 -:104B0000FDF72EFA40F2D84A40F27A6741F2597B1B -:104B10000026C2F2000AC2F20007CDF2B71B4FF026 -:104B200000084FF0000907E009F1010908F134001D -:104B300008F10208AE2859D200F03CFA07EB080150 -:104B400091F83400AAF80060FF28EDD091F83510F4 -:104B5000E1B34FF47A62F72311FB032149F280623B -:104B6000C0F29802B2FBF1F448F2A0625FFA89F158 -:104B7000C0F20102C1EBC111B2FBF4F200EB410043 -:104B800048F21F515043C5F2EB11A0FB01050A206A -:104B900000F0B4FB43F60060C0F24900B0FBF4F44F -:104BA000A0B200F081FB40F27450C2F20000007825 -:104BB0006043A0FB0B01C1F30F3000F07BFBC5F39A -:104BC0004F10FEF79DF94FF00009AFE75FFA89F14A -:104BD000C1EBC11100EB410400204FF0000900F0CF -:104BE00069FB2046FEF78CF9A0E700BFFDF7C6F889 -:104BF0000020002400F082FB40F23E00C2F20000E0 -:104C0000008800F051FBAAF8004001B0BDE8F04F69 -:104C100000F0D0B910B541F2883000F045FB2820F3 -:104C200000F06CFB40F27450C2F20000007800F01B -:104C300041FB0220FDF794F99620FEF761F900F0A0 -:104C4000B9F9502000F05AFB9620FEF759F9FDF70C -:104C500095F80020002400F051FB40F23E00C2F223 -:104C6000000040F2D8410088C2F200010C80BDE88B -:104C7000104000F019BB000010B541F2883000F080 -:104C800013FB322000F03AFB40F27450C2F20000F5 -:104C9000007800F00FFB0220FDF762F99620FEF786 -:104CA0002FF900F087F91E2000F028FB9620FEF770 -:104CB00027F9FDF763F80020002400F01FFB40F205 -:104CC0003E00C2F2000040F2D8410088C2F200016A -:104CD0000C80BDE8104000F0E7BA000010B5EFF31B -:104CE000108072B641F2883000F0DEFA00F062F90E -:104CF000502000F003FB40F27450C2F20000007834 -:104D000000F0D8FA0320FDF72BF96420FEF7F8F83D -:104D1000462000F0F3FA6420FEF7F2F8282000F0B5 -:104D2000EDFA6420FEF7ECF8FDF728F800200024E7 -:104D300000F0E4FA40F23E00C2F2000040F2D84136 -:104D40000088C2F200010C8000F0AEFA62B610BD1D -:104D500010B541F2883000F0A7FAEFF3108072B678 -:104D600000F028F93C2000F0C9FA40F27450C2F279 -:104D70000000007800F09EFA0120FDF7F1F84B20CA -:104D8000FEF7BEF8502000F0B9FA4B20FEF7B8F855 -:104D90005A2000F0B3FA00F00DF94B20FEF7B0F8FE -:104DA000FCF7ECFF0020002400F0A8FA40F23E00DF -:104DB000C2F2000040F2D8410088C2F200010C802B -:104DC00000F072FA62B610BD10B5EFF3108072B643 -:104DD00047F63040C0F600000078FF2802D0FFF709 -:104DE0008BFE30E041F2883000F05EFA40F2745001 -:104DF000C2F20000007800F05DFA0320FDF7B0F881 -:104E0000372000F07BFAC820FEF77AF80520FDF77E -:104E1000A7F8282000F072FAC820FEF771F80620E3 -:104E2000FDF79EF8192000F069FAC820FEF768F82F -:104E3000FCF7A4FF0020002400F060FA40F2D84004 -:104E4000C2F20000048040F23E00C2F2000000887E -:104E500000F02AFA62B610BDB0B54FF090400121C3 -:104E600000224FF480634FF48064FEF709FD28258B -:104E7000C4F600054FF09040012100224FF400736A -:104E80002C604FF40074FEF7FBFC4FF090400121C2 -:104E900000224FF480732C604FF48074FEF7F0FC16 -:104EA0002C6005F576742046022100220223FEF7CD -:104EB000E7FC2046022100220123FEF7E1FC4FF02F -:104EC0009040022100228023BDE8B040FEF7D8BC0C -:104ED00070B5012A20DB531E032B02F0030C01D214 -:104EE000002211E022F0030E431C00228D5C9E186C -:104EF0008C1806F8015C65789D54A57804327570AD -:104F0000E4789645B470F1D1BCF1000F04D0535C45 -:104F1000BCF1010F835401D170BD00BF531C5E5C16 -:104F2000BCF1020FC65408BF70BD0232515C8154FF -:104F300070BD0000B0B54425C4F20205286840F2F7 -:104F40000044C4F200042860204601F0A1F847F2B2 -:104F5000010040F2D501A061C2F200010B200978E6 -:104F600020624FF6FF70A162E0626069002140F0AC -:104F70000100606140F2C170C2F20000017004F1F2 -:104F800034006162A86040F27850C2F20000E8602C -:104F900040F25800C2F2000000786860E06840F417 -:104FA0000070E060206840F00100206040F68B1047 -:104FB0002860B0BD43F20000C4F200004AF6AA2106 -:104FC0000160704740F22440C4F20000002181607B -:104FD00001607047B0B540F20001C2F2000140F23A -:104FE0007A600A78C2F20000427040F29842C2F23F -:104FF00000029478D57892794B78013AB2FA82F22D -:105000005209C2745A1E91F802C0B2FA82F25209D1 -:105010000275ACF1010291F803E0013CB2FA82F2B0 -:10502000B4FA84F4520964094275AEF10102447481 -:105030006C1EB2FA82F2B4FA84F452098B796409D4 -:10504000827547F600428474C0F60002B021C37531 -:10505000BDE8B040AFF300802DE9F04F03AF85B05D -:105060008346C81701EB9070841020F003000730CE -:1050700020F007009246ADEB00088946C546404641 -:105080002146FCF7B3F8B9F1040F6FDB601E03286B -:1050900004F0030C47F81C4C02D200211DE000BFB5 -:1050A00024F0030E08F10809002000210BEB000496 -:1050B0005BF80060A3686568E468043108EB0002EF -:1050C00048F8006009EB000649F800308E4500F111 -:1050D000100046F8045CD460E8D157F81C4CBCF1D1 -:1050E000000F43D08800831CC21C1BF803301BF840 -:1050F000022001301B041BF8000043EA02621BF887 -:10510000213042EA00201844BCF1010F48F8210088 -:105110002CD0481C8200961CD31C1BF806601BF880 -:105120000330013236041BF8022046EA03631BF801 -:10513000206043EA02223244BCF1020F48F82020EA -:1051400014D0881C81008B1CCA1C1BF803301BF870 -:10515000022001311B041BF8011043EA02621BF814 -:10516000203042EA0121194448F8201047F8144C35 -:10517000FEF704FA5FEA8A5002D15046FEF736F98C -:10518000002047F8180C57F8180C57F8141C8842E0 -:1051900018D200BF57F8180C57F8181C0AEB8000FB -:1051A00058F82110FEF7FAF90320FEF70FF957F827 -:1051B000180C013047F8180C57F8180C57F8141C45 -:1051C0008842E7D3A7F10C04A546BDE8F04FFEF7EF -:1051D00003B90000B0B54425C4F20205286840F2C6 -:1051E000004440F01000C4F200042860204600F0A3 -:1051F0004FFF6020A0610320206240F28940C2F28C -:10520000000000780121A0624C20E06240F2C170F1 -:10521000C2F200000170606940F00100606104F1B9 -:105220003400A86040F22C70C2F20000E86040F246 -:10523000D400C2F20000007817306860286840F09F -:1052400002002860286840F008002860286840F0C4 -:1052500001002860E06840F40070E060606C40F499 -:1052600000406064206840F001002060B0BD000094 -:1052700040F2DC00C2F2000000781C21C4F20201FE -:105280004860086840F001000860704744F20C4133 -:10529000C4F2010100228A6108624A60086840F095 -:1052A000010008607047000042F62C41C4F2010181 -:1052B0000860704742F63441C4F20101C1E90000C0 -:1052C0008860704740F22040C4F20000016821F07D -:1052D000020101607047000042F63441C4F201014E -:1052E0000860704742F63841C4F201010860704717 -:1052F00042F63C41C4F201010860704742F6284181 -:10530000C4F20101086070470B2828BF0B2040F24F -:1053100074514000C2F200010870704741F224004D -:10532000C4F20000002101607047000080B542F225 -:105330000000C4F2020040F253110160FDF77AFD53 -:1053400000200121FDF746FC0120FDF715FD012895 -:10535000FAD100201D21FDF745FD02200121FDF7B6 -:1053600039FC00BF1920FDF707FD0128FAD1002004 -:10537000FDF7FAFB0020FDF713FC0020FDF702FC0F -:105380000120FDF71BFC0220FDF792FDFDF79AFDC1 -:105390000228FBD10020FDF711FCBDE8804000F0A1 -:1053A00001B80000B0B541F2040441F20025C4F296 -:1053B0000204C0F27A05FDF785FD02280CD0002812 -:1053C00050D1206D80054DD5E06A800144BF46F67E -:1053D0000045C0F2DC2545E02068A16AC0F300402A -:1053E000002919D421682268C1F38341C2F34172B4 -:1053F00013010133002A1A4608BF02220F2908BFF1 -:105400001A46002802EB010020D140F60011C0F23C -:105410003D0100FB01F525E0A26AA36AC2F3031C6B -:10542000A26A40F60011C0F23D01C3F30823002830 -:1054300002F0070003D02268920358BF294659435F -:105440000CFA00F0B1FBF0F50CE000BF2168890315 -:1054500002D4454306E000BF40F60011C0F23D0112 -:1054600000FB01F540F2B030C2F200000560216897 -:1054700003A2C1F30311515C25FA01F10160B0BD33 -:1054800000000000000000000102030406070809F4 -:10549000F0B587B00E20C0F218000121FDF77AFCAC -:1054A0001220C0F214000121FDF774FC4FF4A0108B -:1054B0000121FDF76FFC40F20010C0F2021040F233 -:1054C000004406904020C4F60004059005A920463B -:1054D000FEF794F92046062100220027FEF7DCF9AA -:1054E0001C25C4F202052846FDF7C8FE6E4630466C -:1054F000FDF76EFE40F2DC00C2F20000007843F6D9 -:105500000004ADF80A001020ADF8080040F26A501F -:10551000C2F20000C4F201040190201D00904FF47B -:105520008070039028463146ADF81070FDF760FE9C -:1055300028684FF4E13140F002002860286800221A -:1055400040F0080028602046002300F0B3FE20460B -:10555000012100F007FF2046012100F0EFFE204668 -:10556000012100F0F5FE2046012100F08FFE2046CB -:10557000012100F095FE0A2003210022FFF748FADE -:1055800007B0F0BD2DE9F04782B040F29846C2F274 -:1055900000067078022813D0012803D1FCF78EFF93 -:1055A00000207070708DF17840F200080130C2F276 -:1055B0000008708551B196F8200058B1708FD4E082 -:1055C000FFF7F4F80020707000F071BC708F308627 -:1055D00027E100BFF17A98F80D30708F4FF47A729E -:1055E000002902EB43010DD0814254D298F81920D2 -:1055F000B778BA4240D1B77E00253586C7B30121BE -:10560000B17548E0814213D298F81920B3789A42D4 -:1056100040F08880B8F84E00B8F8303098426BD827 -:10562000F07E002868D14FF47A7070877AE000BF6E -:105630004FF47A74A4EB4302824240F38780B1783E -:1056400098F81930C1F101079F4240F04F84B8F833 -:105650004E00B8F83030984200F23484F07E0028D2 -:1056600040F030844FF47A70708700F03FBC00BF88 -:10567000C2F1010288F81920B27D62B940F2FF77C9 -:105680004FF4FA622F230097FFF7A2F90146708FBB -:1056900098F80D3031864FF47A74A4EB43028242BD -:1056A0001DDDB17898F81970C1F10105BD4208D12E -:1056B000B77E002F0EBF88F819100121B1750021A7 -:1056C0003186B17D59B92F27002140F2FF73009731 -:1056D000FFF77EF90146708F98F80D303186A4EB04 -:1056E000430181423DD804EB4301814239D300217B -:1056F0003186B17535E000BFC2F1010088F81900AC -:1057000040F21450C2F20000002404600120F07541 -:10571000FFF772F998F80D10708F4FF47A72747465 -:1057200002EB410140F2FF774FF4FA622F2300971A -:10573000FFF74EF90146708F98F80D3031864FF41F -:105740007A74A4EB430282423FF779AFA4EB4301A2 -:10575000814206D804EB4301814222BF00213186F9 -:10576000717496F8201000295BD0B0F5836F26D3B2 -:1057700098F81910B27891421AD1B8F84E00B8F8DA -:105780003020904204D8F07E10B9002070870FE0DE -:10579000C1F1010088F8190040F21450C2F2000073 -:1057A000002404600120F075FFF726F9708F7474EF -:1057B00098F81210C1EB4001A1F601013186A0F169 -:1057C000300189B2C9087C2926D8B17898F8192007 -:1057D000C1F10103934219D1B8F84E00B8F8302056 -:1057E000904205D8F07E18B9002070870EE000BF07 -:1057F00040F21450C2F20000002404600120F07551 -:1058000088F81910FFF7F8F8708F747498F8121070 -:10581000C1EB4001313931862F2802D80020308673 -:10582000707498F8030098B1F07B642398F8112005 -:105830005843717E01305043884209D2FCF79EFAEA -:10584000FFF7DAF800203087662070766EE000BF40 -:10585000B07928B1308E1D2828D80021318753E037 -:10586000307B002860D0307820B3308ED8E91473B4 -:105870002F2140F2FF720097FFF7AAF848F200715B -:10588000C0F2933198F8072091FBF0F05108328E66 -:1058900090FBF1F02E2AF0840CD840F25C0100203D -:1058A000C2F200013087086030663FE01E281BD13D -:1058B0001E2029E0346E4EF20005C4F2FF4520465A -:1058C000294600F0F8FE002818BF2546284601F0BA -:1058D00013F800213087C4F24021204600F0DDFE9D -:1058E00020BB302021E000BF98F80C1001EB8101B3 -:1058F0008A00824208D9A0271E212F230097FFF794 -:1059000067F80146308EA9E798F80C1001EB810189 -:10591000890081420AD840F2FF7740F2FF72A0234B -:105920000097FFF755F800E0308E3087708D44F611 -:105930002161884245D3B6F92C40204600F0FEFF95 -:105940000021C4F2B43100F0C9FEB16E024608462F -:10595000114600F0EDFD40F22D41C2F200010A783F -:10596000B066032A0AD0022A16D0012A27D196F857 -:105970002400022200F500701BE000BFB6F84400CE -:1059800048F21F52C5F2EB12A0FB0202D00804221B -:1059900062F31F2001220CE0A0B248F21F52C0B2F5 -:1059A000C5F2EB12A0FB02024FF4C06040EA1210F5 -:1059B000032240F22E43C2F2000318800A70002036 -:1059C0007085B07F002800F0A581F07988B1B6F825 -:1059D000480098F80410013082B201EB8101B2EB6B -:1059E000810FA6F8480004D9012070750020A6F8A0 -:1059F0004800F07E002840F04982B07F4FF02F0928 -:105A0000002800F0EE80B279308F02EB820109EBC2 -:105A10000111814200F2E580B07EC8B9FCF7AEF911 -:105A2000F07D78B9B07E58B9FCF776FC42F2107080 -:105A3000A8F84E0041F28830FFF770FC0120B076E4 -:105A4000FDF73EFC0120B076B8F83200B279F0855F -:105A5000308FB8F83830B8F83E708921002A40F20B -:105A6000FF7208BF2F210097FEF7B2FF0446708D2A -:105A70004CF6CD41CCF6CC4148434CF6CC414FEAF4 -:105A8000B000C0F6CC418842B48700F2A580707B9C -:105A900096F81AA0002818BFBAF1000F48D0B6F93E -:105AA0002C00B8F820106FF0630201FB020240F2F4 -:105AB0005C01C2F200018B6BD1E90BC08A6200FB72 -:105AC00002308B6C4D6B9842C8BF18465B429842BF -:105AD000B8BF18460B6C8863D31A03FB050003FBA1 -:105AE00005F70CFB0200CB6CCF630A649842C8BF79 -:105AF00018465A429042B8BF1046486400F01EFF54 -:105B000044F20001C4F21C6100F0E8FD00F0F4FE74 -:105B1000B8F82E10081AB8F8381002B28A42B8BF86 -:105B2000084601B2A2B28A42B8BF2046A8F82E00A9 -:105B3000BAF1000F50D0707900284DD0B8F84E005F -:105B4000B8F82210421A40F25C01C2F200010B6E5A -:105B5000D1E915700A6500FB02300B6FCD6D9842DC -:105B6000C8BF18465B429842B8BF18468B6E08669D -:105B7000D31A03FB050003FB05F407FB02004B6F80 -:105B80004C668A669842C8BF18465A429042B8BFCF -:105B90001046C86600F0D2FE44F20001C4F21C6157 -:105BA00000F09CFD716E02460846114600F0C0FCF4 -:105BB0000021C4F21631044600F068FD00281CBF25 -:105BC0000024C4F21634204600217466002400F03C -:105BD0005DFD002808BF7466F07A002804BF00202D -:105BE000B075B079318F00EB800009EB001088426E -:105BF00040D9B07C50B1012802D1FFF73DF8B07C0C -:105C0000022808BFFFF706F80020B07498F80100DA -:105C1000002800F08D80B07E002800F0CF8098F83A -:105C20001D00B8F82410C0EB001001EB8000A0F1BB -:105C30003C010AB2B2F5B47FA8BFA0F5D27101F160 -:105C4000770002B2A6F84A10B2F5B47FA8BFA1F15E -:105C5000F100A6F84C0001F1EF0002B2B2F5B47FFA -:105C6000B279A8BFA1F17900012AA6F84E0004BFBD -:105C70000120F076B57D002D40F0C68040F2145032 -:105C8000C2F2000071790068142222FA01F1B78F84 -:105C900088420BD2B8F8320087423CBFB087074633 -:105CA000B8F83600874284BFB0870746B8F840008E -:105CB000874284BFB0870746707B28B1B8F92E00B1 -:105CC0008742C4BF87B2B787746E0021204600F0B8 -:105CD000EBFC20B9204600F00FFE0744B78798F888 -:105CE0000E00002800F09080316F3C20B1F5FA7F63 -:105CF00088BF1420F18DBAB2531A834288F813007A -:105D00007ADDB8F84E200844B2F5FA7FB08778D92A -:105D1000012077E0307C00287FF457AEF07F002828 -:105D20003FF453AE308EB8B10020A6F846004CE6E2 -:105D3000B17E00200029B08740F0F1800121F1758B -:105D4000317940F21452C2F200020029106000F0D2 -:105D5000E180FDF7E7FCE2E0B6F8460044F6216298 -:105D6000013081B29142A6F84600FFF42EAEF08ECB -:105D70001F28C0F09F80B07A01210028B17700F081 -:105D8000E980B6F844004DF2B9324108CBF21F1257 -:105D9000A1FB0212D109B0F5B97F3174C0F0DC80EB -:105DA0000024FEF79BFF6420FDF7AAF8FFF702F935 -:105DB000307C01348442F4D3CEE000BF0120F07582 -:105DC00040F214500024C2F2000004603079B4871D -:105DD0000028747772D0B07900287FF420AFB8F82B -:105DE0003E0098F8091000EB41001338B087FFF728 -:105DF00033F80120B07512E78A1A8242C4BF081A2C -:105E0000B087002088F81400B17FB07E002918BF49 -:105E100000280BD1F5B1B18FB8F83C00B8F83E209E -:105E200000FB01F3B3FBF2F3D21A24E0318F3029E7 -:105E3000F0D398F80200A8B1B8F83E70B8F84E0058 -:105E40007B086021C8220097FEF7C2FDA8F83C003D -:105E50000AE000BFC0EB00108200B18FB8F83C0030 -:105E60000AE000BFB8F83C00B18F82B2B8F83E300B -:105E70004A43B2FBF3F2013280B2A6F85020F1851A -:105E8000FFF712FAB6F85000FFF714FAB6F8400020 -:105E900042F21172411C88B29042A6F8401006D31B -:105EA000B17F002960D14CF2513188425CD202B0FE -:105EB000BDE8F0870020F07737E700BFFBF75EFF13 -:105EC000B487ACE640F21450C2F200000025056031 -:105ED0000120F07588F81910FEF78EFD98F80D1066 -:105EE000708F4FF47A727574A2EB41022F27002154 -:105EF00040F2FF730097FEF76BFD0146708F98F834 -:105F00000D303186A4EB430181427FF623ACFFF7CD -:105F100028BC00BFB07D002808BFFBF72FFFF07A38 -:105F2000B57D002818BF002D3FF4A5AE718F4FF44A -:105F30007A70FDF747FC00F57A7081B2B1F5FA6F1F -:105F4000B08703D1FDF7EEFB94E600BFFEF784FFB8 -:105F500090E600BFFEF7C2FE96F8210000287FF40D -:105F600034AD0020F07230E5FBF708FF0020F0832D -:105F7000C6F836000020FFF79DF9FFF723F840F23E -:105F80007850C2F200004FF48071FBF72FF9FBF755 -:105F9000B3FC0000062988BF7047DFE801F0050F59 -:105FA00019232D37410000BF50F8203F02F00101B6 -:105FB00023F0010211430160704700BF50F8203FF9 -:105FC000042101EA820123F00402114301607047B9 -:105FD00050F8203F102101EA021123F01002114372 -:105FE0000160704750F8203F402101EA821123F000 -:105FF000400211430160704750F8203F02F0010158 -:10600000090223F4807211430160704750F8203F69 -:1060100002F00101890223F480621143016070479C -:1060200050F8203F02F00101090323F4805211438C -:1060300001607047062988BF7047DFE801F0051E40 -:10604000091E0D1E150000BF50F8183F06E000BFE6 -:1060500050F8183F0AE000BF50F81C3F082101EA41 -:10606000C20123F0080206E050F81C3F02F00101D3 -:10607000C90223F40062114301607047026801F015 -:10608000010122F0800242EAC11101607047000064 -:1060900010B542F6FF31C4F20101884216DD44F228 -:1060A000FF31C4F201010B248842C0F20C0425DC4C -:1060B00042F60041C4F2010188423AD044F20001A4 -:1060C000C4F2010188423FD1053432E040F2004180 -:1060D000C4F20001884221D041F20001C4F2000163 -:1060E00088421FD042F20001C4F2000188422BD145 -:1060F0000120C0F21000C41D1BE000BF44F20041AB -:10610000C4F20101884213D044F60001C4F2010137 -:10611000884218BF10BD07340BE000BF0124C0F255 -:10612000100406E00120C0F21000C41C01E000BF12 -:10613000063420460121FCF741FE20460021BDE83F -:106140001040FCF73BBE00BF10BD0000B0B540F2F0 -:10615000B644C2F2000440F278602178C2F2000036 -:106160000078002918BF00280ED140F2B741C2F2D2 -:1061700000010978012917D000294BD1FCF7E8FE6E -:10618000BDE8B040FEF7D6BE40F2C170C2F20000DA -:106190000078C8B1FEF7CEFE40F29940C2F200008E -:1061A00002210170B0BD00BFC0B140F2C170C2F2A7 -:1061B0000000007880B3FEF7F9FAFCF77FF9BDE83C -:1061C000B040FEF7B7BE00BFFFF704F840F29940B9 -:1061D000C2F2000001210170B0BD00BF40F2B84022 -:1061E000C2F200000078012803D1FCF767F9FEF73E -:1061F000A1FE40F2B940C2F200000078012807D1A8 -:10620000FCF7B0FBFFF75EF8FEF794FEFDF7D6F85B -:10621000207828B1B0BD00BFBDE8B040FEF7DABFBE -:1062200040F2C844C2F20004208840F28445C2F221 -:10623000000548B9697839B940F2CE40C2F2000091 -:10624000018801310180B0BD40F2CE4140F2DD5302 -:10625000C2F20001002298420A8038BFB0BD2989ED -:10626000FDF7B0FA2A78E97801323228C8BF002257 -:10627000D0B233282A7005D321B9FEF701FC4FF4C0 -:106280008070288020882881B0BD0000426901F01C -:10629000010122F0800242EAC11141617047000011 -:1062A000C26801F0010122F4005242EA4131C160AA -:1062B000704700002DE9F04186B001AD0446284644 -:1062C000984616460F46FCF7C7FC43F6000105F159 -:1062D0000C00C4F201018C4208BF05F108000068FF -:1062E0004CF6CD4100EB80004000B0FBF7F0CCF65F -:1062F000CC41A0FB0112D10801EB8103A0EB4300CC -:106300000428A0684FF0010388BF03EBD201C1EA63 -:106310000000A060E06806F0010120F4805040EA2F -:106320000130E060206908F0030120F4405040EAA9 -:106330000130206106B0BDE8F0810000C26801F0C4 -:10634000010122F0040242EA8101C16070470000AD -:10635000426901F0010122F0080242EAC1014161F3 -:1063600070470000C26801F0010122F0080242EA11 -:10637000C101C160704700001CF0700F08BF0A46E1 -:106380000FB403B42DE90C50FAF75AFFBDE80C50D6 -:10639000024603BC11680CF0405030EA814318BF3C -:1063A0004CF0804C4FEA4C034FEAD36323EA1123AD -:1063B00010EA814F18BF23F0100341EA030101F0F6 -:1063C000E0734CEA030C11600CF00F030A2B1DBFA5 -:1063D000082B0CF070034CEAC30C4FF4003304BFDD -:1063E00033EA0C034CF4400C1CF0005F14D11CF099 -:1063F000805F0BD11CF0804F31D11CF0006F12D1A7 -:1064000011F4807F0FBC47D000F04FBD11F4806FB6 -:106410000FBC2BD000F049BD11F4006F0FBC08BFBA -:10642000704700F042BD11F4007F0FBC40F03D8585 -:106430001CF0400F1EBF4FF0004040F001007047BD -:106440001CF0100F14BF81EA030242400CF00F0051 -:106450000A2808BF4FF0FF324FF000030FE011F49D -:10646000805F0FBC08BF704700F01FBD2CF0805C40 -:106470001CF0800F14BF01F0004200F0004202F057 -:1064800000421CF0100F1DBF0FF28C0003C8114317 -:10649000234808BF104370471CF0400F40F028808D -:1064A0001CF4404F1BD01CF4004F1CBF1946104673 -:1064B0000CF4807218BF8CEA520C1CF0800F0CBFD9 -:1064C00040F4800041F400218CEADC0313F0100F4B -:1064D0001CBF2CF00F0C4CF0080C00F08DBC1CF015 -:1064E000100F1ABF0FA393E80300104800F084BCFC -:1064F0001CF0800F14BF01F0004200F000421CF0BD -:10650000100F1BBF07A393E803000848114308BFFF -:10651000104300F071BC00BF000000000000F07FDD -:106520000000807F000000000000F87F0000C07FB6 -:1065300080EA400281EA410312F0FE4F18BF13F0D7 -:10654000FE4F00F04E8090EA010F48BF81F00041FD -:1065500000F12E83421A3CBF801A89184FEAD052AC -:10656000A2EBD1534FF0004C4CEA00204CEA012141 -:1065700021FA03FC10EB0C0C22D202F1FF325FEA8D -:106580001C2040EBC25038BF70471CF07F0F4FEA11 -:10659000400C18BFBCF17F4F38BF7047C3F12003D8 -:1065A000994008BF20F00100BCF17F4F38BF704711 -:1065B000A0F1C0404FF0010C4CF0805CFFF7DCBE56 -:1065C0004FEA3C00000A40EBC25028BF1CF0FF0F0E -:1065D0004FEA400CE2D018BFBCF17F4F38BF704784 -:1065E000E6E74FF07F4C3CEA400218BF3CEA41022C -:1065F00036D090EA010F48BF81F0004100F144839A -:10660000421A3CBF801A89184FEAD052A2EBD153EC -:10661000090219D04FEA002012F0FF0F1CBF40F012 -:1066200000405B1EA4D108444FEA102040EAC2504B -:1066300010F4000F18BF70474FF0010200F0B4BB18 -:106640005FEA400C08BF00205FEA026C18BF704789 -:1066500030F0004C08BF70474FF0010200F0A4BBBF -:1066600010B500F0E7F900BF64FBBE3E0100000476 -:1066700010B500F011F90CBF0120002010BD10B5BD -:1066800000F00AF914BF0120002010BD10B500F081 -:106690006DF98CBF0120002010BD10B500F066F927 -:1066A0002CBF0120002010BD10B500F091F994BF5F -:1066B0000120002010BD10B500F08AF934BF012080 -:1066C000002010BD401058BFC0F14040491058BFD5 -:1066D000C1F140418142EFF3008070474FF47F0CDD -:1066E0001CEAD0121EBF1CEAD11392EA0C0F93EAE7 -:1066F0000C0F00F0958090EA010F48BF42F48072C1 -:1067000040F4000C41F400002CF07F4120F07F4069 -:1067100000B5A2EB030281420FF21E1CACEB504EFF -:106720009EF800E0C0F100004FEA4E0E00FB0EFCA8 -:1067300038BF49004FEA2C1C0CFB0EF34FEACE1E6B -:106740000EEB635E4FEA112C0EFB0CFC4FEAC121ED -:106750004FEA1C5300FB031102F5FA024FEA112C19 -:106760000EFB0CFC4FEA01314FEADC4C00FB0C1134 -:1067700042EB2242C14228BF09184CEB03335DF8BB -:1067800004EB490018BF11EB000143EBC250B2F516 -:106790007C0F38BF704731D512F0F00F08BF70473B -:1067A00000F1C0400A0018BF4FF0804248BF4FF0D0 -:1067B000404242F0040200F08ABA0081828384855C -:1067C000868788898B8C8D8E8F91929395969799D9 -:1067D0009A9C9D9FA0A2A3A5A7A8AAACAEB0B2B355 -:1067E000B5B7B9BCBEC0C2C5C7C9CCCED1D4D7D944 -:1067F000DCDFE2E6E9ECF0F3F7FAFE004FEA400CEA -:106800000CF1807CBCF17E4F28BF7047A0F1C040E6 -:10681000DFF880C0094218BF4CF0804CFFF7ACBDD8 -:106820000CEAD11390EA010F48BF42F4807262452E -:1068300038BF634511D25FEA410C22D05FEA400CB9 -:1068400004BFD00570470FF2070C00F06EB94FEA95 -:10685000102C4FEA112061465AE710B500F0EAF813 -:10686000097EFC3E0400000400F005B880EA010047 -:1068700000F00040704780EA010000F0004000F0A6 -:1068800080B95FEA400C5FF824C018BF8CF0406C00 -:10689000FFF772BD0400001050EA010C00F10D80FA -:1068A0001CF5000F01D48842704710F5000F58BF47 -:1068B00011F5000F13D4884270471CF5000F04D562 -:1068C0005FEA4C0C18BF814270474FF0807C1CEB94 -:1068D000400F38BF1CEB410F01D28142704710B509 -:1068E00000F0A8F892244938090012044FF0005033 -:1068F0004FF08051FFF7E6BE41000B0ED3F19E0230 -:1069000008D950F400034FEA032323FA02F048BFEA -:106910004042704710B500F08DF800BF000000BF86 -:1069200048000304B0F14F4F04BF4FF000407047E0 -:10693000DFF804C0FFF720BD4800020410F000415A -:1069400048BF4042B0FA80F310FA03F2C3F19D034E -:106950000BD051EAC35101EB1220530638BF7047E8 -:1069600000F1010008BF20F00100704750EA010C5F -:1069700000F10D801CF5000F01D48842704710F51E -:10698000000F58BF11F5000F13D4884270471CF553 -:10699000000F04D55FEA4C0C18BF814270474FF0DE -:1069A000807C1CEB400F38BF1CEB410F01D28142B1 -:1069B000704710B500F03EF80000003F09001304D6 -:1069C000FFF780BE4FF080504FF00051FFF77ABEC6 -:1069D00050EA010C00F10D801CF5000F01D4884233 -:1069E000704710F5000F58BF11F5000F13D48842FF -:1069F00070471CF5000F04D55FEA4C0C18BF8142AC -:106A000070474FF0807C1CEB400F38BF1CEB410FF0 -:106A100001D28142704710B500F00CF80000003F31 -:106A200009001604FFF74EBE4FF000504FF08051A2 -:106A3000FFF748BE0EF1020E2EF0030E5EF8044B77 -:106A40004FEA400212F1807218BFB2F5000F22D354 -:106A5000244207D44FEA410313F1807318BFB3F502 -:106A6000000F18D34FEA400C1CF5000F16D2244239 -:106A700004D44FEA410C1CF5000F0FD2002A10D1AC -:106A80004FEAD07C0CEB4C0C0CF1020C002B08BF35 -:106A90004CEBD17C07E04FF0090C04E04FF0080C00 -:106AA00001E04FEAD17C0CEB4C030EF1040E24FA0A -:106AB00003F404F00704B4F1040C06D20EEB840CCA -:106AC000BDE810404CF0010C6047DFE80CF01F20DF -:106AD00013025EF804CC1B2B08D1002A88BFB2F544 -:106AE000000F34BF4CF4804C4CF4004CBDE8104017 -:106AF000FFF742BC002A88BFB2F1807F28BF08465A -:106B000010BD4FF00040A0F5800010BD08464200C7 -:106B100018BFD2F1807284BF5EF8042C22F080622C -:106B2000BDE8104000F24081704710B44FEA0020E9 -:106B30004FEA012112F47F0F10D1B0FA80F4A2EBDA -:106B4000044202F5803200FA04F013F47F0F18BFFC -:106B500041F0004100D010BC18BF604740F0004039 -:106B6000B1FA81F4A3EB044303F5803301FA04F195 -:106B700010BC604710B5FAF763FB4FF000010160ED -:106B800010BDFF2141EAD050C005704780EA4002A5 -:106B900081EA410312F0FE4F18BF13F0FE4F00F0E0 -:106BA000648090EA010F48BF81F000413FF5D2AC0C -:106BB000421A04D882F00042A0EB020011444FEACE -:106BC000D052A2EBD1534FF0004C4CEA00204CEADB -:106BD000012121FA03FCB0EB0C0C0FD412F0FE0FD4 -:106BE0003DD05FEA4C001DD5001240EBC25038BFCB -:106BF00070471CF03F0F18BF70470BE05FEA1C2086 -:106C0000A2F1010240EBC25038BF70471CF07F0F69 -:106C100018BF7047C3F12003994014BF401E20F0F5 -:106C2000010070474FEA1223800808BF7047B0FA8E -:106C300080FCA2EB0C02CCF1280C60FA0CF093EA79 -:106C4000122F04BF00EBC2507047C2F1000220FABD -:106C500002F040EAC3704FF0020200F0A5B8130A38 -:106C60005FEADC1008BF7047F1E74FF07F4C3CEA69 -:106C7000400218BF3CEA41021ED090EA010F48BF13 -:106C800081F000413FF5BCAC421A3EBF82F00042A9 -:106C9000801A89184FEAD052A2EBD15309023FF46F -:106CA000CFAC4FEA002012F0FF0F1ABF40F00040B7 -:106CB0005B1E521CFFF78DBF10B5FFF7BBFE00BF78 -:106CC00040DFF63E0100000481F00040704703B44D -:106CD0002DE90C50FAF7B4FABDE80C50844603BC19 -:106CE000DCF8001011F0807F1CBF00F000407047FE -:106CF00011F4006F40F07C8000F0004343EAD05371 -:106D000023F48073C3F1C10323F0004117292FD866 -:106D1000C3F1200310FA03F1C3F1200320F07F40F8 -:106D200040F4000020FA03F003F0004340EA0300BF -:106D300013D00B46DCF8001041F00801CCF800102D -:106D4000590009D318BF401C06D17FEAE27398BFEF -:106D5000401C38BF20F00100704712F0804F08BF80 -:106D60007047DCF8001041F00801CCF800107047C3 -:106D700003EB9123182918BF6FF000410131DCF8B3 -:106D8000001041F00801CCF8001068BF03F000408B -:106D900009D6400203F0004000F1010004BF12F0E8 -:106DA000004F20F00100704703B42DE90C50FAF7B2 -:106DB00047FABDE80C50844603BCDCF8001011F023 -:106DC000807F1CBF00F00040704711F4006F08BFC7 -:106DD000704700F0004141F0C04120F00040B0FA9F -:106DE00080F3A3F1080300FA03F0A1EBC3510844B8 -:106DF00042F0005C00F059B80CF00F03092B08BFFB -:106E0000082000F064800A2B32D0082B18BF70478E -:106E100008BF1CF0400F31D01CF4803F23D11CF080 -:106E2000200F11D11CF0100F0BBF02460A466FF065 -:106E300000406FF0004118BF4FF0FF3012F0004FDC -:106E40001CBFC043C94370471CF0100F0CBF024663 -:106E50000A4612F0004F4FF0FF304FF0FF311CBFD9 -:106E6000C043C94370474FF000004FF00001704726 -:106E70001CF0400F18BF4FF0004070471CF0100F7F -:106E800008D000F07F4220F0704342EAD3014FEA7D -:106E90004370704700F0604021F07F4242EA0002F8 -:106EA00001F07F4040EA727070472DE900502DE9F3 -:106EB0000050FAF7F3F9BDE80050BDE800500CF0BF -:106EC0000F0393F0090F18BF7047AFF300801CF455 -:106ED000801F2DD01CF4E02F09D010F0080F02D134 -:106EE000D0F1020070476FEACC31490070474FF093 -:106EF000604111EA407028BF40F0405003B42DE9D2 -:106F00000C50FAF79DF9BDE80C50844603BCDCF840 -:106F1000003023F0704343EA0003CCF80030EFF375 -:106F2000008222F0704242EA000282F30088704739 -:106F30001CEA004018BF0120704700000000010259 -:106F40000304191B12131D1516171A090A0B1E0D1F -:106F50000E0F0000786F000800000020C80300003A -:106F60000811000868720008C8030020000A000029 -:106F700064110008000000001022020101011EFF40 -:106F8000020E050A0A3C056401016E0A01020105B0 -:106F90000506010105060601D007CA146419B418D4 -:106FA000084C046C07DC054A1014DC0578127814D0 -:106FB00068013C123C2B881302121412461E9001E9 -:106FC0008813641225D430102723E80312204320AD -:106FD0004E720A021364292C6350C31A20344129CB -:106FE0003C0110294A54A0860172020A193250232A -:106FF00007113AFA7C12B412B712BA12BD12C112BA -:10700000C412C712CA12CD12D012D312D612D9127C -:10701000DC12E012E312E612E912EC12EF12F212A5 -:10702000F51AF73422FD1867010301060109010B67 -:10703000010E0111011301160119011B011E01208E -:10704000012301250128012A012C012F01310133DF -:1070500001350138013A013C013E01400142014441 -:10706000014601470149014B014D014E01500151BB -:1070700001530154015601570158015A015B015C4B -:10708000015D015E015F0160016101620163021C3B -:10709000640165021A66023A6702FA680249182911 -:1070A00022292A3A64361A62401A60481A5E501A37 -:1070B0005C581A5A601A57681A54701A51781A4E46 -:1070C000801A4B881A47901A44981A40A01A3CA874 -:1070D0001A38B01A33B81A2FC01A2AC81A25D01A6B -:1070E00020D81A1BE01A16E81A11F01A0BF8150628 -:1070F0000103011301FD12FA12F712F512F212EF59 -:1071000012EC12E912E612E312E012DC12D912D6E6 -:1071100012D312D012CD12CA12C712C412C112BD9C -:1071200012BA12B712B412B112AE12AB12A712A455 -:1071300012A1129E129B129812951292128F128C0B -:10714000128812851282127F127C127912761273C3 -:107150001271126E126B126812651262125F125D6A -:10716000125A125712551252124F124D124A124809 -:10717000124512431240123E123C12391237123598 -:1071800012331230122E122C122A12281226122416 -:1071900012221221121F121D121B121A121812177C -:1071A00012151214121212111210120E120D120CCC -:1071B000120B120A12091208120712061A050212FD -:1071C000041A03021A020219D919020112491829D4 -:1071D00022292A3A04361A06401A08481A0A501A6E -:1071E0000C581A0E601A11681A14701A17781A1AA5 -:1071F000801A1D881A21901A24981A28A01A2CA8DF -:107200001A30B01A35B81A39C01A3EC81A43D01A03 -:1072100048D81A4DE01A52E81A57F01A5DF812626F -:1072200012651268126B126E127112731276127955 -:10723000127C127F128212851288128C128F129287 -:1072400012951298129B129E12A112A412A712ABB1 -:1072500012AE42B11B127AA828094154333250426F -:08726000342001610000000070 -:04000005080010CD12 -:00000001FF diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F421.htm b/Keil_Projects/Objects/AM32_AT32DEV_F421.htm deleted file mode 100644 index 5cb2cec0..00000000 --- a/Keil_Projects/Objects/AM32_AT32DEV_F421.htm +++ /dev/null @@ -1,1397 +0,0 @@ - - -Static Call Graph - [.\Objects\AM32_AT32DEV_F421.axf] -
    -

    Static Call Graph for image .\Objects\AM32_AT32DEV_F421.axf


    -

    #<CALLGRAPH># ARM Linker, 6160001: Last Updated: Tue Aug 22 18:44:34 2023 -

    -

    Maximum Stack Usage = 0 bytes + Unknown(Cycles, Untraceable Function Pointers)

    -Call chain for Maximum Stack Depth:

    - -

    -

    -Mutually Recursive functions -

  • CRM_IRQHandler   ⇒   CRM_IRQHandler
    -
  • BusFault_Handler   ⇒   BusFault_Handler
    -
  • HardFault_Handler   ⇒   HardFault_Handler
    -
  • MemManage_Handler   ⇒   MemManage_Handler
    -
  • UsageFault_Handler   ⇒   UsageFault_Handler
    - -

    -

    -Function Pointers -

      -
    • ADC1_CMP_IRQHandler from at32f421_it.o(.text.ADC1_CMP_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • BusFault_Handler from at32f421_it.o(.text.BusFault_Handler) referenced from startup_at32f421.o(RESET) -
    • CRM_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • DMA1_Channel1_IRQHandler from at32f421_it.o(.text.DMA1_Channel1_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • DMA1_Channel3_2_IRQHandler from at32f421_it.o(.text.DMA1_Channel3_2_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • DMA1_Channel5_4_IRQHandler from at32f421_it.o(.text.DMA1_Channel5_4_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • DebugMon_Handler from at32f421_it.o(.text.DebugMon_Handler) referenced from startup_at32f421.o(RESET) -
    • ERTC_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • EXINT15_4_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • EXINT1_0_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • EXINT3_2_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • FLASH_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • HardFault_Handler from at32f421_it.o(.text.HardFault_Handler) referenced from startup_at32f421.o(RESET) -
    • I2C1_ERR_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • I2C1_EVT_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • I2C2_ERR_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • I2C2_EVT_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • MemManage_Handler from at32f421_it.o(.text.MemManage_Handler) referenced from startup_at32f421.o(RESET) -
    • NMI_Handler from at32f421_it.o(.text.NMI_Handler) referenced from startup_at32f421.o(RESET) -
    • PVM_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • PendSV_Handler from at32f421_it.o(.text.PendSV_Handler) referenced from startup_at32f421.o(RESET) -
    • Reset_Handler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • SPI1_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • SPI2_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • SVC_Handler from at32f421_it.o(.text.SVC_Handler) referenced from startup_at32f421.o(RESET) -
    • SysTick_Handler from at32f421_it.o(.text.SysTick_Handler) referenced from startup_at32f421.o(RESET) -
    • SystemInit from system_at32f421.o(.text.SystemInit) referenced from startup_at32f421.o(.text) -
    • TMR14_GLOBAL_IRQHandler from at32f421_it.o(.text.TMR14_GLOBAL_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • TMR15_GLOBAL_IRQHandler from at32f421_it.o(.text.TMR15_GLOBAL_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • TMR16_GLOBAL_IRQHandler from at32f421_it.o(.text.TMR16_GLOBAL_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • TMR17_GLOBAL_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • TMR1_BRK_OVF_TRG_HALL_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • TMR1_CH_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • TMR3_GLOBAL_IRQHandler from at32f421_it.o(.text.TMR3_GLOBAL_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • TMR6_GLOBAL_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • USART1_IRQHandler from at32f421_it.o(.text.USART1_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • USART2_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • UsageFault_Handler from at32f421_it.o(.text.UsageFault_Handler) referenced from startup_at32f421.o(RESET) -
    • WWDT_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • __main from __main.o(!!!main) referenced from startup_at32f421.o(.text) -
    -

    -

    -Global Symbols -

    -

    __main (Thumb, 8 bytes, Stack size 0 bytes, __main.o(!!!main)) -

    [Calls]

    • >>   __scatterload -
    • >>   __rt_entry -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(.text) -
    -

    __scatterload (Thumb, 0 bytes, Stack size 0 bytes, __scatter.o(!!!scatter)) -

    [Called By]

    • >>   __main -
    - -

    __scatterload_rt2 (Thumb, 44 bytes, Stack size 0 bytes, __scatter.o(!!!scatter), UNUSED) -

    [Calls]

    • >>   __rt_entry -
    - -

    __rt_lib_init (Thumb, 0 bytes, Stack size 0 bytes, libinit.o(.ARM.Collect$$libinit$$00000000)) -

    [Called By]

    • >>   __rt_entry_li -
    - -

    __rt_lib_init_fp_1 (Thumb, 0 bytes, Stack size 0 bytes, libinit2.o(.ARM.Collect$$libinit$$00000001)) -

    [Calls]

    • >>   _fp_init -
    - -

    __rt_lib_shutdown (Thumb, 0 bytes, Stack size 0 bytes, libshutdown.o(.ARM.Collect$$libshutdown$$00000000)) -

    [Called By]

    • >>   __rt_exit_ls -
    - -

    __rt_entry (Thumb, 0 bytes, Stack size 0 bytes, __rtentry.o(.ARM.Collect$$rtentry$$00000000)) -

    [Called By]

    • >>   __scatterload_rt2 -
    • >>   __main -
    - -

    __rt_entry_sh (Thumb, 0 bytes, Stack size 0 bytes, __rtentry4.o(.ARM.Collect$$rtentry$$00000004)) -

    [Calls]

    • >>   __user_setup_stackheap -
    - -

    __rt_entry_li (Thumb, 0 bytes, Stack size 0 bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)) -

    [Calls]

    • >>   __rt_lib_init -
    - -

    __rt_entry_main (Thumb, 0 bytes, Stack size 0 bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)) -

    [Calls]

    • >>   main -
    • >>   exit -
    - -

    __rt_exit (Thumb, 0 bytes, Stack size 0 bytes, rtexit.o(.ARM.Collect$$rtexit$$00000000)) -

    [Called By]

    • >>   exit -
    - -

    __rt_exit_ls (Thumb, 0 bytes, Stack size 0 bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000003)) -

    [Calls]

    • >>   __rt_lib_shutdown -
    - -

    __rt_exit_exit (Thumb, 0 bytes, Stack size 0 bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000004)) -

    [Calls]

    • >>   _sys_exit -
    - -

    Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    CRM_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -

    [Calls]

    • >>   CRM_IRQHandler -
    -
    [Called By]
    • >>   CRM_IRQHandler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    ERTC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    EXINT15_4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    EXINT1_0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    EXINT3_2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    FLASH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    I2C1_ERR_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    I2C1_EVT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    I2C2_ERR_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    I2C2_EVT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    PVM_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    SPI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR17_GLOBAL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR1_BRK_OVF_TRG_HALL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR1_CH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR6_GLOBAL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    USART2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    WWDT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    __user_initial_stackheap (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -

    [Called By]

    • >>   __user_setup_stackheap -
    - -

    __aeabi_memclr4 (Thumb, 0 bytes, Stack size 0 bytes, rt_memclr_w.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   save_flash_nolib -
    - -

    __rt_fp_status_addr (Thumb, 8 bytes, Stack size 0 bytes, rt_fp_status_addr_intlibspace.o(.text)) -

    [Called By]

    • >>   _fp_init -
    • >>   __fpl_cmpreturn -
    • >>   __funder_d -
    • >>   __funder -
    • >>   __fpl_exception -
    - -

    __user_perproc_libspace (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text)) -

    [Called By]

    • >>   __user_setup_stackheap -
    - -

    __user_setup_stackheap (Thumb, 74 bytes, Stack size 0 bytes, sys_stackheap_outer.o(.text)) -

    [Calls]

    • >>   __user_perproc_libspace -
    • >>   __user_initial_stackheap -
    -
    [Called By]
    • >>   __rt_entry_sh -
    - -

    _fp_trap (Thumb, 44 bytes, Stack size 0 bytes, _fptrap.o(.text), UNUSED) -

    [Calls]

    • >>   __rt_SIGFPE -
    -
    [Called By]
    • >>   _fp_trapveneer -
    - -

    exit (Thumb, 18 bytes, Stack size 0 bytes, exit.o(.text)) -

    [Calls]

    • >>   __rt_exit -
    -
    [Called By]
    • >>   __rt_entry_main -
    - -

    __rt_SIGFPE (Thumb, 14 bytes, Stack size 0 bytes, defsig_fpe_outer.o(.text), UNUSED) -

    [Calls]

    • >>   __rt_SIGFPE_inner -
    -
    [Called By]
    • >>   _fp_trap -
    - -

    __sig_exit (Thumb, 10 bytes, Stack size 0 bytes, defsig_exit.o(.text), UNUSED) -

    [Calls]

    • >>   _sys_exit -
    - -

    __rt_SIGFPE_inner (Thumb, 62 bytes, Stack size 0 bytes, defsig_fpe_inner.o(.text), UNUSED) -

    [Calls]

    • >>   __default_signal_display -
    -
    [Called By]
    • >>   __rt_SIGFPE -
    - -

    _sys_exit (Thumb, 8 bytes, Stack size 0 bytes, sys_exit.o(.text)) -

    [Called By]

    • >>   __sig_exit -
    • >>   __rt_exit_exit -
    - -

    __default_signal_display (Thumb, 50 bytes, Stack size 0 bytes, defsig_general.o(.text), UNUSED) -

    [Calls]

    • >>   _ttywrch -
    -
    [Called By]
    • >>   __rt_SIGFPE_inner -
    - -

    _ttywrch (Thumb, 14 bytes, Stack size 0 bytes, sys_wrch.o(.text), UNUSED) -

    [Called By]

    • >>   __default_signal_display -
    - -

    ADC1_CMP_IRQHandler (Thumb, 26 bytes, Stack size 0 bytes, at32f421_it.o(.text.ADC1_CMP_IRQHandler)) -

    [Calls]

    • >>   interruptRoutine -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    ADC_DMA_Callback (Thumb, 46 bytes, Stack size 0 bytes, adc.o(.text.ADC_DMA_Callback)) -

    [Called By]

    • >>   DMA1_Channel1_IRQHandler -
    - -

    ADC_Init (Thumb, 286 bytes, Stack size 0 bytes, adc.o(.text.ADC_Init)) -

    [Calls]

    • >>   nvic_irq_enable -
    • >>   dma_reset -
    • >>   dma_interrupt_enable -
    • >>   dma_init -
    • >>   dma_default_para_init -
    • >>   dma_channel_enable -
    • >>   crm_periph_clock_enable -
    • >>   crm_adc_clock_div_set -
    • >>   adc_tempersensor_vintrv_enable -
    • >>   adc_ordinary_conversion_trigger_set -
    • >>   adc_ordinary_channel_set -
    • >>   adc_enable -
    • >>   adc_dma_mode_enable -
    • >>   adc_calibration_status_get -
    • >>   adc_calibration_start -
    • >>   adc_calibration_init_status_get -
    • >>   adc_calibration_init -
    • >>   adc_base_default_para_init -
    • >>   adc_base_config -
    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    BusFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.BusFault_Handler)) -

    [Calls]

    • >>   BusFault_Handler -
    -
    [Called By]
    • >>   BusFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    DMA1_Channel1_IRQHandler (Thumb, 42 bytes, Stack size 0 bytes, at32f421_it.o(.text.DMA1_Channel1_IRQHandler)) -

    [Calls]

    • >>   dma_flag_get -
    • >>   ADC_DMA_Callback -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    DMA1_Channel3_2_IRQHandler (Thumb, 60 bytes, Stack size 0 bytes, at32f421_it.o(.text.DMA1_Channel3_2_IRQHandler)) -

    [Calls]

    • >>   dma_flag_get -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    DMA1_Channel5_4_IRQHandler (Thumb, 118 bytes, Stack size 0 bytes, at32f421_it.o(.text.DMA1_Channel5_4_IRQHandler)) -

    [Calls]

    • >>   dma_flag_get -
    • >>   transfercomplete -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    DebugMon_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.DebugMon_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    HardFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.HardFault_Handler)) -

    [Calls]

    • >>   HardFault_Handler -
    -
    [Called By]
    • >>   HardFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    MX_IWDG_Init (Thumb, 38 bytes, Stack size 0 bytes, peripherals.o(.text.MX_IWDG_Init)) -

    [Called By]

    • >>   main -
    - -

    MemManage_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.MemManage_Handler)) -

    [Calls]

    • >>   MemManage_Handler -
    -
    [Called By]
    • >>   MemManage_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    NMI_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.NMI_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.PendSV_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    PeriodElapsedCallback (Thumb, 98 bytes, Stack size 0 bytes, main.o(.text.PeriodElapsedCallback)) -

    [Calls]

    • >>   enableCompInterrupts -
    • >>   disableComTimerInt -
    • >>   commutate -
    -
    [Called By]
    • >>   TMR16_GLOBAL_IRQHandler -
    - -

    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.SVC_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    SysTick_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.SysTick_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    SystemInit (Thumb, 140 bytes, Stack size 0 bytes, system_at32f421.o(.text.SystemInit)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(.text) -
    -

    TIM1_Init (Thumb, 278 bytes, Stack size 0 bytes, peripherals.o(.text.TIM1_Init)) -

    [Calls]

    • >>   gpio_pin_mux_config -
    • >>   crm_periph_clock_enable -
    • >>   gpio_mode_QUICK -
    • >>   tmr_period_buffer_enable -
    • >>   tmr_output_channel_buffer_enable -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    TMR14_GLOBAL_IRQHandler (Thumb, 18 bytes, Stack size 0 bytes, at32f421_it.o(.text.TMR14_GLOBAL_IRQHandler)) -

    [Calls]

    • >>   tenKhzRoutine -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    TMR15_GLOBAL_IRQHandler (Thumb, 22 bytes, Stack size 0 bytes, at32f421_it.o(.text.TMR15_GLOBAL_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR16_GLOBAL_IRQHandler (Thumb, 16 bytes, Stack size 0 bytes, at32f421_it.o(.text.TMR16_GLOBAL_IRQHandler)) -

    [Calls]

    • >>   PeriodElapsedCallback -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    TMR3_GLOBAL_IRQHandler (Thumb, 34 bytes, Stack size 0 bytes, at32f421_it.o(.text.TMR3_GLOBAL_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    USART1_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.USART1_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    UsageFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.UsageFault_Handler)) -

    [Calls]

    • >>   UsageFault_Handler -
    -
    [Called By]
    • >>   UsageFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    adc_base_config (Thumb, 68 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_base_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_base_default_para_init (Thumb, 8 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_base_default_para_init)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_init (Thumb, 10 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_calibration_init)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_init_status_get (Thumb, 8 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_calibration_init_status_get)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_start (Thumb, 10 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_calibration_start)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_status_get (Thumb, 8 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_calibration_status_get)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_dma_mode_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_dma_mode_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_enable (Thumb, 10 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_ordinary_channel_set (Thumb, 558 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_ordinary_channel_set)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_ordinary_conversion_trigger_set (Thumb, 42 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_ordinary_conversion_trigger_set)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_ordinary_software_trigger_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_ordinary_software_trigger_enable)) -

    [Called By]

    • >>   main -
    - -

    adc_tempersensor_vintrv_enable (Thumb, 26 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_tempersensor_vintrv_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    advanceincrement (Thumb, 310 bytes, Stack size 0 bytes, main.o(.text.advanceincrement)) -

    [Calls]

    • >>   setPWMCompare3 -
    • >>   setPWMCompare2 -
    • >>   setPWMCompare1 -
    -
    [Called By]
    • >>   main -
    - -

    allOff (Thumb, 138 bytes, Stack size 0 bytes, phaseouts.o(.text.allOff)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    allpwm (Thumb, 186 bytes, Stack size 0 bytes, phaseouts.o(.text.allpwm)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   main -
    - -

    changeCompInput (Thumb, 130 bytes, Stack size 0 bytes, comparator.o(.text.changeCompInput)) -

    [Called By]

    • >>   commutate -
    - -

    cmp_enable (Thumb, 22 bytes, Stack size 0 bytes, at32f421_cmp.o(.text.cmp_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    - -

    comStep (Thumb, 952 bytes, Stack size 0 bytes, phaseouts.o(.text.comStep)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   commutate -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    commutate (Thumb, 418 bytes, Stack size 0 bytes, main.o(.text.commutate)) -

    [Calls]

    • >>   comStep -
    • >>   changeCompInput -
    • >>   __aeabi_i2f -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fadd -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    computeDshotDMA (Thumb, 1192 bytes, Stack size 0 bytes, dshot.o(.text.computeDshotDMA)) -

    [Calls]

    • >>   saveEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   getInputPinState -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    computeServoInput (Thumb, 484 bytes, Stack size 0 bytes, signal.o(.text.computeServoInput)) -

    [Calls]

    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   map -
    • >>   getAbsDif -
    • >>   saveEEpromSettings -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    crm_adc_clock_div_set (Thumb, 30 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_adc_clock_div_set)) -

    [Called By]

    • >>   ADC_Init -
    - -

    crm_ahb_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_ahb_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_apb1_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_apb1_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_apb2_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_apb2_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_auto_step_mode_enable (Thumb, 24 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_auto_step_mode_enable)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_clock_source_enable (Thumb, 130 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_clock_source_enable)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_clocks_freq_get (Thumb, 264 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_clocks_freq_get)) -

    [Called By]

    • >>   usart_init -
    - -

    crm_flag_get (Thumb, 26 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_flag_get)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_periph_clock_enable (Thumb, 40 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_periph_clock_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   telem_UART_Init -
    • >>   TIM1_Init -
    • >>   ADC_Init -
    - -

    crm_periph_reset (Thumb, 40 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_periph_reset)) -

    [Called By]

    • >>   tmr_reset -
    - -

    crm_pll_config (Thumb, 80 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_pll_config)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_reset (Thumb, 122 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_reset)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_sysclk_switch (Thumb, 18 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_sysclk_switch)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_sysclk_switch_status_get (Thumb, 16 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_sysclk_switch_status_get)) -

    [Called By]

    • >>   system_core_clock_update -
    • >>   system_clock_config -
    - -

    delayMicros (Thumb, 44 bytes, Stack size 0 bytes, functions.o(.text.delayMicros)) -

    [Called By]

    • >>   main -
    - -

    delayMillis (Thumb, 78 bytes, Stack size 0 bytes, functions.o(.text.delayMillis)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    detectInput (Thumb, 606 bytes, Stack size 0 bytes, signal.o(.text.detectInput)) -

    [Called By]

    • >>   transfercomplete -
    - -

    disableComTimerInt (Thumb, 18 bytes, Stack size 0 bytes, peripherals.o(.text.disableComTimerInt)) -

    [Called By]

    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    dma_channel_enable (Thumb, 10 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_channel_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    dma_default_para_init (Thumb, 14 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_default_para_init)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_flag_get (Thumb, 16 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_flag_get)) -

    [Called By]

    • >>   DMA1_Channel5_4_IRQHandler -
    • >>   DMA1_Channel3_2_IRQHandler -
    • >>   DMA1_Channel1_IRQHandler -
    - -

    dma_init (Thumb, 124 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_init)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_interrupt_enable (Thumb, 16 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_interrupt_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    dma_reset (Thumb, 66 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_reset)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    enableCompInterrupts (Thumb, 18 bytes, Stack size 0 bytes, comparator.o(.text.enableCompInterrupts)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    enableCorePeripherals (Thumb, 230 bytes, Stack size 0 bytes, peripherals.o(.text.enableCorePeripherals)) -

    [Calls]

    • >>   tmr_channel_enable -
    • >>   ADC_Init -
    -
    [Called By]
    • >>   main -
    - -

    enableHalfTransferInt (Thumb, 16 bytes, Stack size 0 bytes, io.o(.text.enableHalfTransferInt)) -

    [Called By]

    • >>   transfercomplete -
    - -

    flash_flag_clear (Thumb, 12 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_flag_clear)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_lock (Thumb, 18 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_lock)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_sector_erase (Thumb, 398 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_sector_erase)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_unlock (Thumb, 30 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_unlock)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_word_program (Thumb, 390 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_word_program)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    fullBrake (Thumb, 140 bytes, Stack size 0 bytes, phaseouts.o(.text.fullBrake)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   tenKhzRoutine -
    - -

    generatePwmTimerEvent (Thumb, 18 bytes, Stack size 0 bytes, peripherals.o(.text.generatePwmTimerEvent)) -

    [Called By]

    • >>   main -
    - -

    getAbsDif (Thumb, 8 bytes, Stack size 0 bytes, functions.o(.text.getAbsDif)) -

    [Called By]

    • >>   transfercomplete -
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    • >>   main -
    - -

    getCompOutputLevel (Thumb, 14 bytes, Stack size 0 bytes, comparator.o(.text.getCompOutputLevel)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    getInputPinState (Thumb, 16 bytes, Stack size 0 bytes, io.o(.text.getInputPinState)) -

    [Called By]

    • >>   computeDshotDMA -
    - -

    getintervaTimerCount (Thumb, 14 bytes, Stack size 0 bytes, peripherals.o(.text.getintervaTimerCount)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    gpio_init (Thumb, 132 bytes, Stack size 0 bytes, at32f421_gpio.o(.text.gpio_init)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    gpio_mode_QUICK (Thumb, 22 bytes, Stack size 0 bytes, functions.o(.text.gpio_mode_QUICK)) -

    [Called By]

    • >>   proportionalBrake -
    • >>   initCorePeripherals -
    • >>   fullBrake -
    • >>   comStep -
    • >>   allpwm -
    • >>   allOff -
    • >>   TIM1_Init -
    • >>   ADC_Init -
    - -

    gpio_pin_mux_config (Thumb, 46 bytes, Stack size 0 bytes, at32f421_gpio.o(.text.gpio_pin_mux_config)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   telem_UART_Init -
    • >>   TIM1_Init -
    - -

    initAfterJump (Thumb, 4 bytes, Stack size 0 bytes, peripherals.o(.text.initAfterJump)) -

    [Called By]

    • >>   main -
    - -

    initCorePeripherals (Thumb, 408 bytes, Stack size 0 bytes, peripherals.o(.text.initCorePeripherals)) -

    [Calls]

    • >>   gpio_pin_mux_config -
    • >>   crm_periph_clock_enable -
    • >>   cmp_enable -
    • >>   gpio_mode_QUICK -
    • >>   telem_UART_Init -
    • >>   system_clock_config -
    • >>   TIM1_Init -
    -
    [Called By]
    • >>   main -
    - -

    interruptRoutine (Thumb, 202 bytes, Stack size 0 bytes, main.o(.text.interruptRoutine)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setAndEnableComInt -
    • >>   maskPhaseInterrupts -
    • >>   getintervaTimerCount -
    • >>   getCompOutputLevel -
    -
    [Called By]
    • >>   ADC1_CMP_IRQHandler -
    - -

    loadEEpromSettings (Thumb, 798 bytes, Stack size 0 bytes, main.o(.text.loadEEpromSettings)) -

    [Calls]

    • >>   setVolume -
    • >>   setAutoReloadPWM -
    • >>   read_flash_bin -
    • >>   map -
    -
    [Called By]
    • >>   main -
    - -

    main (Thumb, 2130 bytes, Stack size 0 bytes, main.o(.text.main)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   send_telem_DMA -
    • >>   save_flash_nolib -
    • >>   reloadWatchDogCounter -
    • >>   receiveDshotDma -
    • >>   proportionalBrake -
    • >>   maskPhaseInterrupts -
    • >>   makeTelemPackage -
    • >>   loadEEpromSettings -
    • >>   initCorePeripherals -
    • >>   initAfterJump -
    • >>   getintervaTimerCount -
    • >>   getCompOutputLevel -
    • >>   generatePwmTimerEvent -
    • >>   enableCorePeripherals -
    • >>   enableCompInterrupts -
    • >>   disableComTimerInt -
    • >>   commutate -
    • >>   allpwm -
    • >>   allOff -
    • >>   advanceincrement -
    • >>   adc_ordinary_software_trigger_enable -
    • >>   MX_IWDG_Init -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMicros -
    • >>   playStartupTune -
    • >>   __aeabi_f2iz -
    -
    [Called By]
    • >>   __rt_entry_main -
    - -

    makeTelemPackage (Thumb, 262 bytes, Stack size 0 bytes, serial_telemetry.o(.text.makeTelemPackage)) -

    [Called By]

    • >>   main -
    - -

    make_dshot_package (Thumb, 548 bytes, Stack size 0 bytes, dshot.o(.text.make_dshot_package)) -

    [Called By]

    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    map (Thumb, 40 bytes, Stack size 0 bytes, functions.o(.text.map)) -

    [Called By]

    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   loadEEpromSettings -
    - -

    maskPhaseInterrupts (Thumb, 24 bytes, Stack size 0 bytes, comparator.o(.text.maskPhaseInterrupts)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   interruptRoutine -
    - -

    nvic_irq_enable (Thumb, 110 bytes, Stack size 0 bytes, at32f421_misc.o(.text.nvic_irq_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    playBeaconTune3 (Thumb, 120 bytes, Stack size 0 bytes, sounds.o(.text.playBeaconTune3)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   computeDshotDMA -
    - -

    playBlueJayTune (Thumb, 284 bytes, Stack size 0 bytes, sounds.o(.text.playBlueJayTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   playStartupTune -
    - -

    playChangedTone (Thumb, 98 bytes, Stack size 0 bytes, sounds.o(.text.playChangedTone)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    - -

    playDefaultTone (Thumb, 98 bytes, Stack size 0 bytes, sounds.o(.text.playDefaultTone)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    - -

    playInputTune (Thumb, 116 bytes, Stack size 0 bytes, sounds.o(.text.playInputTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   computeDshotDMA -
    - -

    playInputTune2 (Thumb, 120 bytes, Stack size 0 bytes, sounds.o(.text.playInputTune2)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeDshotDMA -
    - -

    playStartupTune (Thumb, 144 bytes, Stack size 0 bytes, sounds.o(.text.playStartupTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   playBlueJayTune -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   main -
    • >>   computeDshotDMA -
    - -

    proportionalBrake (Thumb, 120 bytes, Stack size 0 bytes, phaseouts.o(.text.proportionalBrake)) -

    [Calls]

    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   main -
    - -

    read_flash_bin (Thumb, 98 bytes, Stack size 0 bytes, eeprom.o(.text.read_flash_bin)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    receiveDshotDma (Thumb, 128 bytes, Stack size 0 bytes, io.o(.text.receiveDshotDma)) -

    [Calls]

    • >>   tmr_reset -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   main -
    - -

    reloadWatchDogCounter (Thumb, 16 bytes, Stack size 0 bytes, peripherals.o(.text.reloadWatchDogCounter)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    resetInputCaptureTimer (Thumb, 16 bytes, Stack size 0 bytes, peripherals.o(.text.resetInputCaptureTimer)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    saveEEpromSettings (Thumb, 132 bytes, Stack size 0 bytes, main.o(.text.saveEEpromSettings)) -

    [Called By]

    • >>   computeServoInput -
    • >>   computeDshotDMA -
    - -

    save_flash_nolib (Thumb, 378 bytes, Stack size 0 bytes, eeprom.o(.text.save_flash_nolib)) -

    [Calls]

    • >>   flash_word_program -
    • >>   flash_unlock -
    • >>   flash_sector_erase -
    • >>   flash_lock -
    • >>   flash_flag_clear -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   main -
    - -

    sendDshotDma (Thumb, 154 bytes, Stack size 0 bytes, io.o(.text.sendDshotDma)) -

    [Calls]

    • >>   tmr_reset -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    send_telem_DMA (Thumb, 28 bytes, Stack size 0 bytes, serial_telemetry.o(.text.send_telem_DMA)) -

    [Called By]

    • >>   main -
    - -

    setAndEnableComInt (Thumb, 26 bytes, Stack size 0 bytes, peripherals.o(.text.setAndEnableComInt)) -

    [Called By]

    • >>   interruptRoutine -
    - -

    setAutoReloadPWM (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setAutoReloadPWM)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   loadEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setDutyCycleAll (Thumb, 16 bytes, Stack size 0 bytes, peripherals.o(.text.setDutyCycleAll)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setInputPolarityRising (Thumb, 18 bytes, Stack size 0 bytes, io.o(.text.setInputPolarityRising)) -

    [Called By]

    • >>   transfercomplete -
    - -

    setPWMCompare1 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare1)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare2 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare2)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare3 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare3)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPrescalerPWM (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPrescalerPWM)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setVolume (Thumb, 20 bytes, Stack size 0 bytes, sounds.o(.text.setVolume)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    setintervaTimerCount (Thumb, 14 bytes, Stack size 0 bytes, peripherals.o(.text.setintervaTimerCount)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   interruptRoutine -
    - -

    system_clock_config (Thumb, 118 bytes, Stack size 0 bytes, peripherals.o(.text.system_clock_config)) -

    [Calls]

    • >>   crm_sysclk_switch_status_get -
    • >>   crm_sysclk_switch -
    • >>   crm_reset -
    • >>   crm_pll_config -
    • >>   crm_flag_get -
    • >>   crm_clock_source_enable -
    • >>   crm_auto_step_mode_enable -
    • >>   crm_apb2_div_set -
    • >>   crm_apb1_div_set -
    • >>   crm_ahb_div_set -
    • >>   system_core_clock_update -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    system_core_clock_update (Thumb, 220 bytes, Stack size 0 bytes, system_at32f421.o(.text.system_core_clock_update)) -

    [Calls]

    • >>   crm_sysclk_switch_status_get -
    -
    [Called By]
    • >>   system_clock_config -
    - -

    telem_UART_Init (Thumb, 244 bytes, Stack size 0 bytes, serial_telemetry.o(.text.telem_UART_Init)) -

    [Calls]

    • >>   nvic_irq_enable -
    • >>   gpio_pin_mux_config -
    • >>   gpio_init -
    • >>   dma_reset -
    • >>   dma_init -
    • >>   dma_default_para_init -
    • >>   crm_periph_clock_enable -
    • >>   usart_transmitter_enable -
    • >>   usart_single_line_halfduplex_select -
    • >>   usart_receiver_enable -
    • >>   usart_init -
    • >>   usart_enable -
    • >>   usart_dma_transmitter_enable -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    tenKhzRoutine (Thumb, 2574 bytes, Stack size 0 bytes, main.o(.text.tenKhzRoutine)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   resetInputCaptureTimer -
    • >>   reloadWatchDogCounter -
    • >>   proportionalBrake -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   maskPhaseInterrupts -
    • >>   fullBrake -
    • >>   enableCompInterrupts -
    • >>   commutate -
    • >>   allOff -
    • >>   __NVIC_SystemReset -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMillis -
    • >>   playInputTune -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    • >>   __aeabi_i2f -
    • >>   __aeabi_f2iz -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmple -
    • >>   __aeabi_fcmpge -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fadd -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   TMR14_GLOBAL_IRQHandler -
    - -

    tmr_channel_enable (Thumb, 160 bytes, Stack size 0 bytes, at32f421_tmr.o(.text.tmr_channel_enable)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    tmr_output_channel_buffer_enable (Thumb, 72 bytes, Stack size 0 bytes, at32f421_tmr.o(.text.tmr_output_channel_buffer_enable)) -

    [Called By]

    • >>   TIM1_Init -
    - -

    tmr_period_buffer_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_tmr.o(.text.tmr_period_buffer_enable)) -

    [Called By]

    • >>   TIM1_Init -
    - -

    tmr_reset (Thumb, 186 bytes, Stack size 0 bytes, at32f421_tmr.o(.text.tmr_reset)) -

    [Calls]

    • >>   crm_periph_reset -
    -
    [Called By]
    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    - -

    transfercomplete (Thumb, 318 bytes, Stack size 0 bytes, signal.o(.text.transfercomplete)) -

    [Calls]

    • >>   setInputPolarityRising -
    • >>   sendDshotDma -
    • >>   enableHalfTransferInt -
    • >>   detectInput -
    • >>   computeServoInput -
    • >>   receiveDshotDma -
    • >>   getAbsDif -
    • >>   playBeaconTune3 -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    -
    [Called By]
    • >>   DMA1_Channel5_4_IRQHandler -
    - -

    usart_dma_transmitter_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_dma_transmitter_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_init (Thumb, 134 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_init)) -

    [Calls]

    • >>   crm_clocks_freq_get -
    -
    [Called By]
    • >>   telem_UART_Init -
    - -

    usart_receiver_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_receiver_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_single_line_halfduplex_select (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_single_line_halfduplex_select)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_transmitter_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_transmitter_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    __fpl_exception (Thumb, 414 bytes, Stack size 0 bytes, except.o(x$fpl$exception), UNUSED) -

    [Calls]

    • >>   _fp_trapveneer -
    • >>   __fpl_return_NaN -
    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   __fpl_fnaninf -
    • >>   _ffix -
    • >>   _fdiv -
    • >>   _fadd -
    - -

    __aeabi_fadd (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fadd (Thumb, 320 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Calls]

    • >>   __funder_d -
    • >>   __fpl_fnaninf -
    • >>   __fpl_exception -
    • >>   fsub_zerodenorm -
    • >>   _fsub1 -
    - -

    _feq (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpeq -
    - -

    _fneq (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpeq -
    - -

    __aeabi_fcmpgt (Thumb, 0 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fgr (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpge -
    - -

    __aeabi_fcmpge (Thumb, 0 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    _fgeq (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpge -
    - -

    __aeabi_fcmple (Thumb, 0 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    _fleq (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmple -
    - -

    __aeabi_fcmplt (Thumb, 0 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fls (Thumb, 14 bytes, Stack size 0 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmple -
    - -

    __fpl_fcmp_Inf (Thumb, 24 bytes, Stack size 0 bytes, fcmpi.o(x$fpl$fcmpinf), UNUSED) -

    [Called By]

    • >>   _fcmple -
    • >>   _fcmpge -
    • >>   _fcmpeq -
    - -

    __aeabi_fdiv (Thumb, 0 bytes, Stack size 0 bytes, fdiv.o(x$fpl$fdiv)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fdiv (Thumb, 440 bytes, Stack size 0 bytes, fdiv.o(x$fpl$fdiv), UNUSED) -

    [Calls]

    • >>   __funder -
    • >>   __fpl_fretinf -
    • >>   __fpl_normalise2 -
    • >>   __fpl_fnaninf -
    • >>   __fpl_exception -
    - -

    _fcmpeq (Thumb, 96 bytes, Stack size 0 bytes, feqf.o(x$fpl$feqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fneq -
    • >>   _feq -
    - -

    __aeabi_f2iz (Thumb, 0 bytes, Stack size 0 bytes, ffix.o(x$fpl$ffix)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    - -

    _ffix (Thumb, 64 bytes, Stack size 0 bytes, ffix.o(x$fpl$ffix), UNUSED) -

    [Calls]

    • >>   __fpl_fnaninf -
    • >>   __fpl_exception -
    - -

    __aeabi_i2f (Thumb, 0 bytes, Stack size 0 bytes, fflt_clz.o(x$fpl$fflt)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    _fcmpge (Thumb, 100 bytes, Stack size 0 bytes, fgeqf.o(x$fpl$fgeqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fgeq -
    • >>   _fgr -
    - -

    _fcmple (Thumb, 100 bytes, Stack size 0 bytes, fleqf.o(x$fpl$fleqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fls -
    • >>   _fleq -
    - -

    __fpl_fnaninf (Thumb, 246 bytes, Stack size 0 bytes, fnaninf.o(x$fpl$fnaninf), UNUSED) -

    [Calls]

    • >>   __funder_d -
    • >>   __fpl_exception -
    -
    [Called By]
    • >>   _fcmple -
    • >>   _fcmpge -
    • >>   _fcmpeq -
    • >>   _ffix -
    • >>   _fdiv -
    • >>   _fsub -
    • >>   _fadd -
    - -

    __fpl_normalise2 (Thumb, 74 bytes, Stack size 0 bytes, fnorm2_clz.o(x$fpl$fnorm2), UNUSED) -

    [Called By]

    • >>   _fdiv -
    - -

    _fp_init (Thumb, 14 bytes, Stack size 0 bytes, fpinit.o(x$fpl$fpinit)) -

    [Calls]

    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   __rt_lib_init_fp_1 -
    - -

    __fpl_fretinf (Thumb, 10 bytes, Stack size 0 bytes, fretinf.o(x$fpl$fretinf), UNUSED) -

    [Called By]

    • >>   _fdiv -
    - -

    _fsub (Thumb, 322 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) -

    [Calls]

    • >>   __funder_d -
    • >>   __fpl_fnaninf -
    • >>   fsub_bzero -
    • >>   fadd_zerodenorm -
    • >>   _fadd1 -
    - -

    __funder (Thumb, 218 bytes, Stack size 0 bytes, funder_clz.o(x$fpl$funder), UNUSED) -

    [Calls]

    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   _fdiv -
    - -

    __funder_d (Thumb, 80 bytes, Stack size 0 bytes, funder_clz.o(x$fpl$funder), UNUSED) -

    [Calls]

    • >>   _fp_trapveneer -
    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   __fpl_fnaninf -
    • >>   _fsub -
    • >>   _fadd -
    - -

    __fpl_return_NaN (Thumb, 178 bytes, Stack size 0 bytes, retnan.o(x$fpl$retnan), UNUSED) -

    [Calls]

    • >>   __fpl_cmpreturn -
    -
    [Called By]
    • >>   __fpl_exception -
    - -

    _fp_trapveneer (Thumb, 36 bytes, Stack size 0 bytes, trapv.o(x$fpl$trapveneer), UNUSED) -

    [Calls]

    • >>   _fp_trap -
    -
    [Called By]
    • >>   __funder_d -
    • >>   __fpl_exception -
    - -

    __fpl_cmpreturn (Thumb, 108 bytes, Stack size 0 bytes, trapv.o(x$fpl$trapveneer), UNUSED) -

    [Calls]

    • >>   __rt_fp_status_addr -
    -
    [Called By]
    • >>   __fpl_return_NaN -
    -

    -

    -Local Symbols -

    -

    __NVIC_SystemReset (Thumb, 42 bytes, Stack size 0 bytes, main.o(.text.__NVIC_SystemReset)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    _fadd1 (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Called By]

    • >>   _fsub -
    - -

    fadd_zerodenorm (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Called By]

    • >>   _fsub -
    - -

    fsub_bzero (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Called By]

    • >>   _fsub -
    - -

    _fsub1 (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) -

    [Called By]

    • >>   _fadd -
    - -

    fsub_zerodenorm (Thumb, 0 bytes, Stack size 0 bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) -

    [Called By]

    • >>   _fadd -
    -

    -

    -Undefined Global Symbols -


    diff --git a/Keil_Projects/Objects/AM32_AT32DEV_F421.lnp b/Keil_Projects/Objects/AM32_AT32DEV_F421.lnp deleted file mode 100644 index 77566328..00000000 --- a/Keil_Projects/Objects/AM32_AT32DEV_F421.lnp +++ /dev/null @@ -1,39 +0,0 @@ ---cpu=Cortex-M4 --fpu=SoftVFP -".\objects\dshot.o" -".\objects\functions.o" -".\objects\main.o" -".\objects\signal.o" -".\objects\sounds.o" -".\objects\at32f421_adc.o" -".\objects\at32f421_cmp.o" -".\objects\at32f421_crc.o" -".\objects\at32f421_crm.o" -".\objects\at32f421_debug.o" -".\objects\at32f421_dma.o" -".\objects\at32f421_ertc.o" -".\objects\at32f421_exint.o" -".\objects\at32f421_flash.o" -".\objects\at32f421_gpio.o" -".\objects\at32f421_i2c.o" -".\objects\at32f421_misc.o" -".\objects\at32f421_pwc.o" -".\objects\at32f421_scfg.o" -".\objects\at32f421_spi.o" -".\objects\at32f421_tmr.o" -".\objects\at32f421_usart.o" -".\objects\at32f421_wdt.o" -".\objects\at32f421_wwdt.o" -".\objects\adc.o" -".\objects\at32f421_it.o" -".\objects\comparator.o" -".\objects\eeprom.o" -".\objects\io.o" -".\objects\peripherals.o" -".\objects\phaseouts.o" -".\objects\serial_telemetry.o" -".\objects\system_at32f421.o" -".\objects\startup_at32f421.o" ---nodebug --strict --scatter "..\Mcu\e230\Am32.sct" ---summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols ---info sizes --info totals --info unused --info veneers ---list ".\Listings\AM32_AT32DEV_F421.map" -o .\Objects\AM32_AT32DEV_F421.axf \ No newline at end of file diff --git a/Keil_Projects/Objects/AM32_GEN_64K_G071.axf b/Keil_Projects/Objects/AM32_GEN_64K_G071.axf deleted file mode 100644 index dbf4fb60..00000000 Binary files a/Keil_Projects/Objects/AM32_GEN_64K_G071.axf and /dev/null differ diff --git a/Keil_Projects/Objects/AM32_GEN_64K_G071.build_log.htm b/Keil_Projects/Objects/AM32_GEN_64K_G071.build_log.htm deleted file mode 100644 index ff513210..00000000 --- a/Keil_Projects/Objects/AM32_GEN_64K_G071.build_log.htm +++ /dev/null @@ -1,86 +0,0 @@ - - -
    -

    µVision Build Log

    -

    Tool Versions:

    -IDE-Version: µVision V5.36.0.0 -Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved. -License Information: P S, Here, LIC=---- - -Tool Versions: -Toolchain: MDK-Lite Version: 5.36.0.0 -Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin -C Compiler: ArmClang.exe V6.16 -Assembler: Armasm.exe V6.16 -Linker/Locator: ArmLink.exe V6.16 -Library Manager: ArmAr.exe V6.16 -Hex Converter: FromElf.exe V6.16 -CPU DLL: SARMCM3.DLL V5.36.0.0 -Dialog DLL: DARMCM1.DLL V1.19.4.0 -Target DLL: UL2CM3.DLL V1.164.0.0 -Dialog DLL: TARMCM1.DLL V1.14.4.0 - -

    Project:

    -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Keil_Projects\Am32G071.uvprojx -Project File Date: 08/23/2023 - -

    Output:

    -*** Using Compiler 'V6.16', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' -Build Project 'Am32G071' - Target 'GEN_64K_G071' -assembling startup_stm32g071xx.s... -compiling comparator.c... -compiling ADC.c... -compiling eeprom.c... -compiling IO.c... -compiling phaseouts.c... -compiling peripherals.c... -compiling system_stm32g0xx.c... -compiling serial_telemetry.c... -compiling stm32g0xx_it.c... -compiling WS2812.c... -compiling dshot.c... -compiling functions.c... -compiling signal.c... -compiling sounds.c... -compiling firmwareversion.c... -compiling main.c... -compiling stm32g0xx_ll_adc.c... -compiling stm32g0xx_ll_comp.c... -compiling stm32g0xx_ll_exti.c... -compiling stm32g0xx_ll_dma.c... -compiling stm32g0xx_ll_gpio.c... -compiling stm32g0xx_ll_pwr.c... -compiling stm32g0xx_ll_rcc.c... -compiling stm32g0xx_ll_usart.c... -compiling stm32g0xx_ll_tim.c... -compiling stm32g0xx_ll_utils.c... -linking... -Program Size: Code=21016 RO-data=364 RW-data=968 ZI-data=1952 -FromELF: creating hex file... -".\Objects\AM32_GEN_64K_G071.axf" - 0 Error(s), 0 Warning(s). - -

    Software Packages used:

    - -Package Vendor: ARM - http://www.keil.com/pack/ARM.CMSIS.5.8.0.pack - ARM.CMSIS.5.8.0 - CMSIS (Common Microcontroller Software Interface Standard) - * Component: CORE Version: 5.5.0 - -Package Vendor: Keil - http://www.keil.com/pack/Keil.STM32G0xx_DFP.1.4.0.pack - Keil.STM32G0xx_DFP.1.4.0 - STMicroelectronics STM32G0 Series Device Support - -

    Collection of Component include folders:

    - .\RTE\_GEN_64K_G071 - C:\Users\alkaz\AppData\Local\Arm\Packs\ARM\CMSIS\5.8.0\CMSIS\Core\Include - C:\Users\alkaz\AppData\Local\Arm\Packs\Keil\STM32G0xx_DFP\1.4.0\Drivers\CMSIS\Device\ST\STM32G0xx\Include - -

    Collection of Component Files used:

    - - * Component: ARM::CMSIS:CORE:5.5.0 -Build Time Elapsed: 00:00:25 -
    - - diff --git a/Keil_Projects/Objects/AM32_GEN_64K_G071.hex b/Keil_Projects/Objects/AM32_GEN_64K_G071.hex deleted file mode 100644 index bcb219e2..00000000 --- a/Keil_Projects/Objects/AM32_GEN_64K_G071.hex +++ /dev/null @@ -1,1388 +0,0 @@ -:020000040800F2 -:10100000680B0020D110000821260008E91700080D -:1010100000000000000000000000000000000000D0 -:101020000000000000000000000000007926000819 -:101030000000000000000000232600087B260008B6 -:10104000E3100008E3100008E3100008E3100008B4 -:10105000E3100008E3100008E3100008E3100008A4 -:10106000E31000084517000895170008D11600087E -:10107000A9140008E3100008E3100008E3100008BA -:1010800089270008B1270008E31000084527000859 -:10109000E310000861270008E3100008E3100008CF -:1010A000E3100008E3100008E3100008E310000854 -:1010B000E3100008E3100008E31000080348854629 -:1010C00000F0B4F9004800473D3E0008680B0020DE -:1010D0000448804704480047FEE7FEE7FEE7FEE7D6 -:1010E000FEE7FEE735270008BD10000803460B4366 -:1010F0009B0703D009E008C9121F08C0042AFAD2CE -:1011000003E00B780370401C491C521EF9D2704753 -:10111000D2B201E00270401C491EFBD2704700228F -:10112000F6E710B513460A4604461946FFF7F0FFE6 -:10113000204610BDF8B502464A40D40F42004B008D -:1011400052085B089A4202D20246084611464A00FB -:1011500023D0C30D4A00DDB2120EAD1A202D35DAB0 -:1011600049020126490AF6058A19002C00D052428C -:1011700020214F1B1146B9402A411018C20D9A4236 -:1011800021D0002C17D0012D08DCDA05801AD20FEF -:101190008019D207DBB200F00FF9F8BDDA05801A2A -:1011A000012340001B06C01880185A428018CA0F3D -:1011B0001043490007E04908C2071143DA05801AC5 -:1011C00080194008801800F0EFF8F8BD6100012296 -:1011D000511A001BF7E70122D2075140AAE701226A -:1011E000D2075040A6E770B502464A40D50F4000EE -:1011F0004A00ED0740085208002814D0002A12D0F7 -:10120000C40DD30D41020120C0055202490A520A01 -:10121000E41A091812187D34914201D3641C00E0CD -:101220004900002C01DA002070BD0023914201D357 -:10123000891A0343400849000028F7D100290AD041 -:10124000914202D10121C90705E0914201D2012159 -:1012500001E00121C943E005C018401900F0A4F8DD -:1012600070BD0122D207002800DB101A002900DB24 -:10127000511A814201D80120704700207047012295 -:10128000D207002800DB101A002900DB511A814226 -:1012900001D201207047002070470122D2070028A8 -:1012A00000DB101A002900DB511A814201D3012012 -:1012B0007047002070470122D207002800DB101A77 -:1012C000002900DB511A814201D90120704700201A -:1012D0007047C217C10F504010B54018CA07962377 -:1012E000002100F069F810BDC20F41004002012347 -:1012F000400ADB05D207090EC0187F2901DA002059 -:101300007047962903DC9623591AC84001E09639A4 -:101310008840002AF4D04042704770B50446002946 -:1013200003D000202022012310E0002801D000205B -:10133000C043C046C0460DE02546D5408D4205D38A -:101340000D469540641B1D46954040191546521E9A -:10135000002DF1DC214670BD70B5002504462E46F7 -:10136000002911D0002C01DA01254442002901DABC -:10137000012649422046FFF7D0FFB54200D0404247 -:10138000002D00D0494270BD002C02DA0121C907AE -:1013900002E0002C00DD03490846C046C046214655 -:1013A00070BD0000FFFFFF7F002904DA401C4900E8 -:1013B00001D140084000704770B40024050C05D1ED -:1013C0001024000402D1002921D01124050E01D1DE -:1013D00000020834050F01D10001241D850F01D141 -:1013E0008000A41C002801DB4000641C002908D0F8 -:1013F00020252E1B0D46F540A14000D00121294398 -:10140000084301061B1B000ADB1D02D5002070BC2F -:101410007047DB05181880180029F8DA401C4900CD -:10142000F5D170BC4008400070470000064C012513 -:10143000064E05E0E36807CC2B430C3C984710347C -:10144000B442F7D3FFF73EFE44630008646300082C -:1014500070B58C180578401C6B075B0F01D10378C1 -:10146000401C2A1106D10278401C03E006780E7059 -:10147000401C491C5B1EF9D12B0705D40023521ECA -:101480000DD40B70491CFAE70378401CCB1A921C50 -:1014900003E01D780D70491C5B1C521EF9D5A1425A -:1014A000D8D3002070BD000080B5012291040A4805 -:1014B00043685B030BD403680B4206D151044268B6 -:1014C000920304D402680A4204D0016000E0416043 -:1014D00002F0EEFA80BDC0460C1802400548818833 -:1014E000054A11804188054A118000880449088016 -:1014F0007047C046040500208C04002090040020A2 -:1015000092040020F0B599B0002717971697159709 -:10151000149713971297119710970F970E970D978F -:101520000C970B970A9701231A0506925F48C1682A -:101530001143C160C1681140189118990168019365 -:1015400019430160006818401890032609961898FE -:1015500040200490089005200790040708AD20461D -:10156000294600F097F90C970996202003900890DF -:101570002046294600F08EF94D480168079A11432C -:10158000FA22914301604B4801684B4A11400160C7 -:1015900033460296310302688A43019E7103059126 -:1015A000511801600168039A114301600168049AAF -:1015B00091430160016880220A43026019020268B7 -:1015C0008A437102511801609A02049201689143A2 -:1015D000B2028918016039480168394A0A4039491C -:1015E0005118016017971696159714970F200390BE -:1015F000000313901297344C2546143D12A9284637 -:1016000000F00EF9201F0168B14301601121490665 -:1016100002688A4371065118016071052246083A32 -:1016200013680B4313600168284A0A40F1045118FB -:101630000160206804210843029AD24302402260DC -:1016400020687022024322602046103802688A43D4 -:1016500002600168082291430160119710970F976B -:101660000EA9284600F0C2F86069079908430A21CC -:101670008843606120680599884320606069602123 -:1016800001439020814361610B491031206808407B -:101690002060039800026169814304980818606122 -:1016A000206806990843206019B0F0BD341002404C -:1016B000040802401C000240EFBFFFFF0827014062 -:1016C000FFEF3F4E001000B014240140FFFFF73F32 -:1016D000B0B5194801466C390A680A68920216D4F6 -:1016E0000968090212D50121CA4303681340036047 -:1016F000CB03124C656C9D436564236813402360E3 -:101700000F4A00231370683809050160B0BD014617 -:101710006839012213050B60D14303680B40036055 -:10172000D003064A536C834353641068084010602A -:10173000034800210170B0BD6C000240004401402C -:101740001806002080B52648016849070CD50F49C6 -:101750000978002908D00E490A6802231343082299 -:1017600093430B60042141600168890705D4016837 -:10177000090701D50121416080BD012141608268D6 -:101780008A43826004F004FD80BDC04659040020F5 -:101790002004004010B5124C2068800609D420684F -:1017A00000060DD4206880050FD4206800050FD4F2 -:1017B00010BD10206060FFF791FE20680006F1D593 -:1017C0008020606020688005EFD506480021017008 -:1017D000012001026160216B8143216310BDC0467D -:1017E000000002404D040020FEE700008268D2079E -:1017F00012D1C268094B13404A681A438B681343DD -:10180000CA681A43C26003229207036993430968B6 -:10181000194301610020704701207047C73FFFFF57 -:10182000B0B58268D2070CD1C568C2680D4B1340B1 -:101830000C684A68AD0206D5F02A04D123431C4641 -:1018400004E00120B0BD23438C681C43CB680D69C4 -:10185000496923432B430B43C360816A114381626F -:101860000020B0BD3CC2FEFFF0B50268002A0DD4D6 -:101870000268074B1340F4C909681A4322432A43FC -:1018800032433A430A4302600020F0BD0120F0BD1C -:101890000F7C00FEF0B582B00E460C68002C43D0E1 -:1018A000002200960EE0190A494349434D430F2395 -:1018B0004B43416A994329434162521C3468234691 -:1018C000D34032D0012393402340F6D01C465C43E2 -:1018D000716826464E43032767430568BD43354379 -:1018E0000560FE4301914D1E012D06D8009DAD6897 -:1018F0006543876837402F4387603146009E3569CE -:101900006543C7680F402F43C76001990229D4D1AE -:101910007569FF2BC7D8644365430F216143036A90 -:101920008B432B430362C8E700247168491E0129D9 -:1019300005D8F16861434268A2430A43426000202F -:1019400002B0F0BD80B57D21C900FFF7E6FC401E66 -:1019500003494860002088600520086080BDC046BB -:1019600010E000E070B50446904E351F286838211D -:1019700001409048082921D0102919D1316803224B -:101980000A408B49032A00D00846022A00D00146AB -:1019900030684004400E484331684906490F491CED -:1019A000FFF7BBFC3168490F491CFFF7B6FC05E0A7 -:1019B0000C3E30688004410F7D48C8402060296893 -:1019C00089093C220A407D4989581F221140C8409C -:1019D00060602968890A1C230B407749C958114067 -:1019E000C840A06070BDC046B0B50C2825D0032803 -:1019F00051D16E4CA06C032108400A048018704A33 -:101A0000904251D06F4A904247D06F4A904251D194 -:101A1000201F0068382202406648082A00D1C4E02E -:101A2000102A00D08BE022680A406149032A00D0C6 -:101A30000846022A1FD001461DE05C4CA06C00073E -:101A4000800F032830D0022827D0012854D1201F2E -:101A50000068382101405748082900D1A5E0102925 -:101A60006DD1216803220A405149032A00D008465B -:101A7000022A00D0014620684004400E48432168F5 -:101A80004906490F491CFFF748FC2168490F491CCA -:101A9000FFF743FCB0BD0020B0BD0C3C2068400502 -:101AA000C11743480840B0BD0120C103206D800329 -:101AB0000840B0BD251F2868382202403D48082A4A -:101AC0004AD0102A42D122680A403949032A00D05C -:101AD0000846022A00D0014620684004400E4843D0 -:101AE00021684906490F491CFFF717FC2168490F77 -:101AF000491CFFF712FC2FE0251F28683821014000 -:101B00002C48082940D0102938D1216803220A40E6 -:101B10002749032A00D00846022A00D0014620683F -:101B20004004400E484321684906490F491CFFF70D -:101B3000F4FB2168490F491CFFF7EFFB24E00C3C44 -:101B400020688004410F1A48C840B0BD0C3C206892 -:101B50008004410F1648C84029682A68920A1C234D -:101B60001340154AD2581F231A4089093C240C40BF -:101B7000124909591940C840D040B0BD0C3C2068FA -:101B80008004410F0A48C84029682A68920A1C2329 -:101B90001340094AD2581F231A4089093C240C409B -:101BA000064909591940C840D040B0BD0C10024048 -:101BB0000024F40000127A0014630008D4620008C4 -:101BC0000300030002000300010003000149086054 -:101BD0007047C046E8000020B0B51F22D30234C9C8 -:101BE0009C433F239B029D430B782B4323430F24AD -:101BF0002403A2431A4303239B034C689C431443CE -:101C00004A88154B134023430A6A1A433D4B0C394B -:101C1000984202D042640020B0BD104B1A404B697C -:101C20000F4C1C4014438A690E4B1340234323225C -:101C300012064C6A94431C4311225206CB6993430B -:101C40002343012252070C6A94431C438A6A2243AD -:101C500042640020B0BDC046FF1F0000FFFF00CC63 -:101C6000FFFF0FCCFFFF0FDCB0B505680122940722 -:101C7000A04205D0234B984202D0234B984217D163 -:101C800070239D434B682B43204DA84214DD204C0C -:101C9000A04206DC1B4CA04216D0204CA04213D020 -:101CA0002EE01C4CA0420FD01B4CA0420CD027E0D1 -:101CB0002B46164DA842EADCA04205D0124CA042A9 -:101CC00002D0174CA0421BD103242402A343CC68AA -:101CD0001C4304608B68C3620B888362CE4BC318BD -:101CE0000A24E341072B06D814469C40E1231C42FA -:101CF00001D0097C01634169114341610020B0BDFD -:101D00001C46E6E7002C014000040040FF2B014088 -:101D1000FF430140004801400044014000400140B1 -:101D200000200040F0B584B00123BA4CA1424EDC43 -:101D3000012900D18BE0102900D1C3E001273C022A -:101D4000A14200D080E0016AA1430162B749491C69 -:101D500013691B020B40032102910902046A8C43A0 -:101D60001C431168039151680B022343AA4941188F -:101D70000A24E1414568C46907291DD88F40E12143 -:101D80000F4219D0029F39038D4351690191916926 -:101D9000D66900960901A44E0E402E4300994D01CC -:101DA0003543B9028B43A249091D019EB6020E407C -:101DB0001E4391688B023343456099490C40039957 -:101DC0000C43C461D168C163036200233CE0012479 -:101DD0002503A94200D1B4E02504A94200D1E2E0E4 -:101DE0002505A94230D1016AA94301628A494318F5 -:101DF0000A21CB41016A1568039555681669476D3C -:101E0000072B11D8029131462E4625469D40E123ED -:101E10001D4235460E46029906D0A30444689C43F1 -:101E200093699B02234343607C4B1F40039B1B022F -:101E30003B434365D268C265032212059143720891 -:101E400052050A432905DBE0184604B0F0BD01271E -:101E5000F943036A0B40036213690B40046A0321D0 -:101E600002918C431C431668516821436A4BC31886 -:101E70000A24E34145688469072B1BD803963E4634 -:101E80009E40E1231E4214D0029B1B029D437B0215 -:101E9000566902969769D6699F432F4375003D4363 -:101EA0000C239943029B5B08DB000B43916889007C -:101EB0001943039E45605A4B1C4034438461D268E9 -:101EC00042639EE0016A102399430162016A302354 -:101ED000994313695B085C010C4317685168090159 -:101EE00021434D4C06190A24E64145688469072EB2 -:101EF0001ED803970127B740E126374217D00326A3 -:101F0000B602B543536902939769D369BF00264669 -:101F1000474C3C402C43DD0025433446C0239943C5 -:101F2000029B5B08DB010B43916889011943039F06 -:101F300045603C4B1C403B0223438361D268826373 -:101F40005FE0016AA9430162334945180A21CD4186 -:101F5000016A436816680296566817690397C7694D -:101F6000072D55D801962646AE40E1252E424DD08C -:101F7000A403A3439469A4011C43019E4460294B1C -:101F80001F40029B1B023B43C361D26802640322D1 -:101F900012039143244A1032039B1B0313400B434B -:101FA000310319432DE01E4F7337016A3940016236 -:101FB000194946180A21CE41016A156853680393EE -:101FC00013690293436D072E09D8B440E1263442C9 -:101FD00005D044683C409669360226434660104C62 -:101FE000E41C23402B434365836DD2688265032242 -:101FF00012049143029A520852040A4303990904B5 -:10200000114301620023184604B0F0BD1C46B4E73A -:102010001C46B3E7FF0F000000D4FEBFFF8FFFFE9A -:102020008CFFFEFFFF8CFFFEF0DFFFFFFFFDFFFFD9 -:10203000FCF7FFFFF0B583B004460068C00724D169 -:102040000D46206833490140A868084329690143C7 -:1020500068690843E969014321600320010362685C -:102060008A43E968114361600002A1688143A8695D -:102070000843A0600126284884420ADC294884429B -:1020800016D0294884420CD03BE00126304603B0EC -:10209000F0BD2248844204D02148844231D103203B -:1020A00007E06846FFF75EFC0298002805D128E0AB -:1020B0000C20FFF799FC002823D06F68002F20D058 -:1020C000296800260B291CD8890018A25158FFF74F -:1020D00024F90121C903EA698A420BD17908400039 -:1020E00040183946FFF719F91C4901400007400F15 -:1020F000401805E0790840183946FFF70EF980B21C -:10210000E060E06A0F21884329880143E16230469C -:1021100003B0F0BDF369FFEFFF4B0040004C0040FF -:102120000038014000440040004800400100000029 -:10213000020000000400000006000000080000008B -:102140000A0000000C000000100000002000000049 -:10215000400000008000000000010000F0FF0000CF -:10216000F0B58FB000270D970C970B970A9709973A -:1021700008970797069705970497D94A1068012191 -:10218000019108431060106808400E900E98106886 -:10219000022108431060106808400E900326039641 -:1021A000042002900E9805200007009002AC214602 -:1021B000FFF770FB069703960825029500982146C5 -:1021C000FFF768FB069703960295C9482146FFF77B -:1021D00061FB0697039680250295C5482146FFF7C7 -:1021E00059FBBF4AD06801990843D060D0680840C5 -:1021F0000E9048050D900C970B970A950D464802D6 -:1022000009900E981D4C08A92046FFF72DFBB0043D -:102210002168814321602068194908402060201FFF -:1022200002680A4002602168164A11402160016874 -:10223000114001600E97144800681449FFF76DF8CB -:10224000C82141430E910E98002805D00E98401EDB -:102250000E900E980028F9D10D4841680D4A1140A2 -:1022600041600168114001600B480168FF22914301 -:1022700001602803E84908600FB0F0BD0402014086 -:10228000FFF7FFFFFFBFFFFFE800002080841E0074 -:1022900080180240FFFFFBFF0CE400E007480849FC -:1022A0000160084901600021416007498160C268FE -:1022B0005207FCD1016105490160704700300040C0 -:1022C000CCCC000055550000FF0F0000AAAA00006A -:1022D000F0B5A7B00024259424942394229421944B -:1022E00020941F941E941D941C941B941A9419946A -:1022F0000DA802903021FEF712FF0C940B940A9463 -:102300000994089407940125EB020693BB4AD06810 -:102310001843D06021A90C740C80D0681840269016 -:10232000249470482390229426986F4F3846FFF7E4 -:102330009BFC38688021009108433860B869082107 -:1023400005910843B8611A941B941C941D941E9423 -:102350001F9420946020199019AE384629463246C1 -:10236000FFF7E0FC0420C1430491B8690840B8615C -:10237000B86906990843B8611B941A94102138462D -:102380003246FFF7CFFCB86958490840B861F86990 -:1023900005990843F8611B941A9429020191384663 -:1023A0003246FFF7BFFCF86904990840F861F86904 -:1023B00006990843F8611B941A942903384632465B -:1023C000FFF7B0FCF86949490840F861786D059954 -:1023D000084378651B941A94290438463246FFF75F -:1023E000A1FC786D0499084078657868702188436D -:1023F00078600F2000057968814379600299CC816B -:102400003C200873B868009EB043B86018941794D5 -:1024100016946806159014941394129468031190FE -:102420000F940E940D943846FFF7D6FB7349086855 -:102430002843086008682840039526902698086875 -:102440000227384308600868384026900C970B94A0 -:102450000A94099408970796269805200007069085 -:1024600007AE3146FFF716FA0C970B940A940994BD -:1024700008970795624D28463146FFF70BFA0C97EF -:102480000B940A9409940897079728463146FFF75A -:1024900001FA0C970B940A940994089701980790F5 -:1024A000069D28463146FFF7F5F90C970B940A94E0 -:1024B0000994089703984002079028463146FFF791 -:1024C000E9F90C970B940A940994089703988002F1 -:1024D000079028463146FFF7DDF927B0F0BDC0462A -:1024E00034100240B80B0000002C0140FFFBFFFF3E -:1024F00000040050F0B58DB000240B940A940994A8 -:1025000008940794022502953C488168294381601C -:10251000816829400C910C99016829430160006889 -:1025200028400C90059404940394102001900C987A -:10253000012006900746324801A9FFF7ABF9314860 -:10254000016820221143DF23994301602E4801686E -:102550002E4B0B40036003210B0306689E4306606D -:10256000036893430360026840239A430260026851 -:102570008026324302600A020368934300973A02BE -:102580009A180260890202688A43F90251180160B0 -:102590001F480168FF22914301601E480990401CBA -:1025A0001D49086007A90C800A9408941B4F3C46FB -:1025B000183C2046FFF758FBF0432168014021609A -:1025C000394614390A6870239A430A60394610392B -:1025D0000A6802400A60386800990843A8433860D6 -:1025E00038680C21884338603868F02188433860A7 -:1025F000B8680A210143B9600DB0F0BD3410024043 -:10260000000400500008024008000240EFBFFFFF36 -:1026100010E400E0FFFF000000E100E018040040CB -:102620007047704770B500F0F9FF4220DA4C205A2D -:102630005025DA4E715B03224A431018800870530C -:1026400000F0DEFB705BC108B2794A43A286400805 -:10265000801AE087E07D002801D101F015F80448D8 -:102660000168044A914201D8491C016070BDC0460E -:10267000B40400200F2700007047704770B5284A47 -:1026800013680220034305218B431360126801265F -:102690003302244D2A46083A14681C431460136818 -:1026A0005B05FCD5AB6D3343AB65AB6D9B07FCD5D0 -:1026B0006B681D4C1C401D4BE3186B60330614689F -:1026C0001C43146033076C681C436C6013689B01E7 -:1026D000FCD50F2212022B6893432B602A68024319 -:1026E0008A432A602868382101401029FAD107203E -:1026F00000032968814329600D4C2046FFF722F929 -:102700002046FFF763FA2046FFF760FAB005E96C50 -:102710008143E96403208007E96C8143E96470BD6B -:1027200000200240081002408C80FF1F0208002099 -:102730000090D0030120C006014908607047C046E0 -:1027400008ED00E010B5054C2068C00704D0FFF785 -:1027500069FF0120C043206010BDC046102000402A -:102760000220C04307490A68920703D40A68D207C7 -:1027700004D1704708600A68D207FAD0401C08608C -:102780007047C046104401400220C04307490A6810 -:10279000920703D40A68D20704D1704708600A6818 -:1027A000D207FAD0401C08607047C04610040040B1 -:1027B00080B505480168C90704D00121C9430160FB -:1027C00002F0D4FF80BDC04610100040B0B582B00A -:1027D000002001900090254C2068C00744D120685B -:1027E0002349014001252807081820602148006876 -:1027F0002149FEF792FD400001900198002805D084 -:102800000198401E019001980028F9D160680321C9 -:102810000840009060688843606022681748024062 -:102820001218183222602268002AFCD4009A6368C9 -:102830008B4313436360402101910199002905D026 -:102840000199491E019101990029F9D1216801409E -:1028500029432160204608380068C007FAD0E805FF -:1028600007490A6802430A6002B0B0BD082401406B -:10287000E8FFFF6FE8000020400D0300E8FFFF7F46 -:1028800008270140F0B583B04A23434DE95AFF20A1 -:102890006830424E727E002A18D04A1E11B20029BA -:1028A000014600D41146E9524C22AB5A5B1E1CB2C1 -:1028B000002C044600D41C46AC524E22AA5A521E8A -:1028C00013B2002B00D41046024619E04C1C21B272 -:1028D00000228142114600DC2146E9524C232F465A -:1028E000EC5A641C25B28542154600DC2546FD5293 -:1028F0003D464E23FB5A5B1C1CB2844200DC1A4648 -:102900004E27EA53F05B09B24900254A515E41184F -:10291000344640200290305A48437D2109010191FC -:10292000FEF71AFD317A48430A263146FEF714FDB8 -:1029300080B202F02FFE2346E05B4C21695E490025 -:10294000174A515E4118029C185B4843019D294675 -:10295000FEF702FD1149097A48433146FEF7FCFCB7 -:1029600080B202F01DFE0D4BD85B0B49C95F4900D8 -:102970000B4A515E4118185B1C4648432946FEF736 -:10298000EBFC217A48433146FEF7E6FC80B202F0C8 -:102990000DFE03B0F0BDC04638040020100000203A -:1029A000F600002070B53B4B186804210143082055 -:1029B0008143196002249C6203210A050520000757 -:1029C0000568954301221605AD19056095028562DB -:1029D0001D681543A5431D609A628B0404689C43DF -:1029E0009304E3180360530283628B0304689C43DF -:1029F0009303E318036080238362090403688B4315 -:102A00001104591801601102816270BD70B5FA4954 -:102A10000A78FA4C20680C239843002A03D0082235 -:102A20001043206004E00422104320600220A062D2 -:102A3000032213050520000705689D4301235E0559 -:102A4000AD1905600E7825689543002E03D0022647 -:102A50003543256002E01D432560A36294040568A8 -:102A6000A543DC042C1904600C7895030168A94384 -:102A7000002C03D0DC032143016004E09C032143CC -:102A8000016080218162110402688A43590451184F -:102A9000016070BD00040050B0B5244A13781320C3 -:102AA00040012349042B01D0012B08D1214B1B6885 -:102AB0001C680C400546203525431D601378052B06 -:102AC00001D0022B08D11B4B1B681C680C4005462B -:102AD000103525431D601378062B01D0032B05D13B -:102AE000144A126813680B400343136012480378BA -:102AF00012481349134A002B0BD003680B400360A4 -:102B00000168114001600B49496842680A4342600C -:102B1000B0BD084B5B6804681C4304604368134005 -:102B2000436042680A404260B0BDC0462D000020AC -:102B30000FFCFFFF000000202800002000180240CA -:102B4000FFFFFBFFFFFFFDFF70B5401E052800D90A -:102B500050E1C0467844007940008744020F3D6A46 -:102B600088A6A5480278A54908680C239843002A3E -:102B700000D1A6E0082210430860A7E09F4B186828 -:102B80000421014308208143196002249C6203212F -:102B90000A05052000070568954301221605AD19B1 -:102BA0000560950285621D681543A5431D609A6105 -:102BB0008B0404689C439304E3180360530283620C -:102BC0008D4B1C788D030368AB43002C00D1A6E02D -:102BD000D40323430360ADE0884B1868042101430C -:102BE00008208143196002249C6103210A05052005 -:102BF00000070568954301221605AD190560950289 -:102C000085621D681543A5431D609A628B040468A4 -:102C10009C439304E318036053028362764B1C7851 -:102C20008D030368AB43002C7FD0D40323430360A0 -:102C300080E0724B18680421014308208143196029 -:102C400002249C6103210A050520000705689543BD -:102C500001221605AD19056095028562664D2E7834 -:102C60001D688D43002E6CD025431D606CE0634BC6 -:102C700018680421014308208143196002249C62E2 -:102C800003210A0505200007056895430122160562 -:102C9000AD19056095028562574D2E781D688D43EC -:102CA000002E60D025431D6060E0534802785349F0 -:102CB00008680C239843002A6FD00822104308604C -:102CC00070E004221043086002208862032213058A -:102CD0000520000704689C4301235D056419046016 -:102CE0000C681C430225AC430C608B6191040468A2 -:102CF0008C43990461180160590281629103046850 -:102D00008C4399036118016080218162110402687B -:102D10008A431904511801601902816270BD94033D -:102D2000234303608023836204E09403234303600E -:102D300080238362090403688B435104591801609E -:102D400070BD15431D609A628B0404689C43D304D4 -:102D5000E31803608B0304689C439303E318036048 -:102D60008023836210E015431D609A628B0404681F -:102D70009C43D304E31803608B0304689C439303D0 -:102D8000E318036080238361090403688B43110403 -:102D9000591801601102816270BD0422104308605D -:102DA00002208862032213050520000704689C4363 -:102DB00001235D05641904600C681C430225AC43C3 -:102DC0000C608B62910404688C4399046118016063 -:102DD00059028162910304688C4399036118016070 -:102DE00080218161110402688A431904511801602D -:102DF0001902816270BDC04611000020000400501D -:102E0000F0B581B042204C4E325A4C4D2B4608331F -:102E10004B48417F4C00E3189B1E1A806A892B891E -:102E20009A18AB89D218EB89D2182B8AD2186B8AE0 -:102E3000D218121D5210B267427E012A0ED1491CCF -:102E40004177CAB2072A02D30121F17441770122E6 -:102E50000A400276B07D002811D10DE0491E41776D -:102E60000A0603D10121F1740621417701228A4328 -:102E70000276B07D002802D1C8B2FFF765FEFFF7E9 -:102E80000BFE306F2F49884205D37079F17A0143E8 -:102E900001D00120F07500247484307B002849D0D3 -:102EA000B07E002846D0F08CB16F081A264F3860EB -:102EB000B969421ABB68F9683D6951437961B861E3 -:102EC00043435D193B6A9D421A4600DC2A465B4239 -:102ED0009A4200DB13463B61C9187A6850430A18CE -:102EE000786A8242014600DC11464042814200DBA2 -:102EF0000846F861FEF7EDF91449FEF774F901464A -:102F0000306EFEF717F90646114D2946FEF7D3F944 -:102F1000002800D1354628462146FEF7B0F90028A2 -:102F200000D12C460448046604480068632801D890 -:102F30000020386101B0F0BD38040020B404002046 -:102F400010000020D10700007000002000401C4647 -:102F500000E0FF44F0B58FB0D74806C8436F0D932B -:102F60005B1AD64F7B811B045B0D3B81511A0125F7 -:102F700000220E9208389942294600D80E990C91E9 -:102F8000F9618168C268511A9942294600D80E99A0 -:102F90000B91396201694269511A9942294600D858 -:102FA0000E990A9179628169C269511A994229463A -:102FB00000D80E990991B962016A426A511A994280 -:102FC0002E4600D80E9EFE62816AC26A511A99424C -:102FD000294600D80E993963026B446BA21A9A42B3 -:102FE0002A4600D80E9A7A63846BC76B3C1B9C42BE -:102FF0002C4600D80E9C0894B04FBC63046C476C00 -:103000003C1B9C422F4600D80E9FAC4C0797E763B1 -:10301000846CC76C3C1B9C422F4600D80E9FA74C6B -:1030200006972764046D476D3C1B9C422F4600D8D1 -:103030000E9FA24C05976764846DC76D3C1B9C4234 -:103040002F4600D80E9F9D4C0497A764046E476ED0 -:103050003C1B9C422F4600D80E9F984C0397E76478 -:10306000846EC76E3C1B9C422F4600D80E9F934C2B -:1030700002972765046F476F3C1B9C422F4600D880 -:103080000E9F01978D4C6765806F0D9F381A98428F -:1030900000D80E9DA5650C98464007984640701EC6 -:1030A0008641F0000B9B5940069B59404B1E9941AD -:1030B000890001430A98424005984240501E8241CF -:1030C00057000F430998089E4640049846400398CD -:1030D000C0000299890008180199490044187848ED -:1030E0000078784A1178014346D06019B9191278EE -:1030F000002A01D00F225040704E884237D11C3632 -:103100007CCE6E48076B6D48416B6C48806B9202B9 -:103110005B02134322021A43EB011343B2011A4329 -:103120007B01664E134309011943C000084334462E -:103130003C341ECC8D000543510029431943C74A36 -:1031400000201080B289521CB281012C02D15E4A4B -:103150000123137030291EDB7278002A1BD05B48D4 -:1031600000220270C1480180B2700FB0F0BDF0893A -:10317000401CF0810FB0F0BD00F06EFB514A0028FA -:10318000B3D04E490879401C0871C0B26528ACD351 -:1031900001201070A9E74A1E2E2A08D84B4801705A -:1031A000B24800220280C8B2002813D1E2E7002909 -:1031B00004D04648007800280CD1DBE7317801299B -:1031C00001D10021717041490870A8490880B07090 -:1031D0000028CFD03E4909780029CBD13849097859 -:1031E0000029C7D0F178884202D00021B170F07078 -:1031F000052805D3B178491CB170C9B20629B9D3E5 -:103200000024B470401E14284FD8C046784400797A -:10321000400087440A0D104A134A161E272A4A3EC8 -:10322000412E4A4A4A4A4A34390001F0DDFE3CE068 -:1032300001F00CFF39E001F0E9FD36E001F03AFF62 -:1032400033E02548012101702248047023480170B1 -:103250002BE0214804701F48012101701F48022102 -:10326000017022E07F4804701FE07E480121017058 -:103270001BE0747107204002FF30F08015E0154814 -:1032800000780121081A01E01248007812490870FC -:103290000BE001F0FBFF08E00120707107214902FB -:1032A000F1803178012900D17070084801780C4A0A -:1032B000117004700FB0F0BD18050020C803002085 -:1032C00056040020190600204D0400201A06002094 -:1032D000520400203A040020290000204A04002063 -:1032E00060070020F0B581B0C54E03CE081A554CDA -:1032F0000119564A083E91420BD8C24D69780029FF -:1033000009D0E97800295FD1A97800292DD0E88873 -:103310002CE04D4E7FE05349097800290DD05249E9 -:103320000A887D21CB00904216D9494C2488090196 -:103330000091511C5B1C224612E045490A8848490D -:1033400009887D231B012F3300932F2301F03CFDBF -:103350002F2807D1002005E0414909880093002368 -:1033600001F032FDE8603D4E55E0E880491CA9704F -:10337000374F398880B200F061FA332802DB002031 -:1033800068701AE038880721414305CE101A4018AA -:10339000C0083880A978083E33290ED3193881B285 -:1033A0002C4A8918CA0F8918490821222A4B995496 -:1033B0000121E970388001F0EFFD3888E880E87875 -:1033C0000028D0D003CE081A29797D22D200FA3203 -:1033D000904208D2491C2971214A138807265E436E -:1033E0003018C0081080C8B21C4E4C2813D31C489B -:1033F000018819318AB2A2183332D30FD218520879 -:103400002023154CE25400246C70018001F03EFF33 -:103410002C7101F099FD0020308014480288794910 -:10342000C9688C1A124B1B689C4201DDD11806E05A -:10343000541A9C4203DDD11A018001B0F0BD018015 -:1034400001B0F0BDDFFCFFFF6E0400207605000038 -:10345000380000202AF9FFFF1B0600207804002016 -:10346000360000203B0400203A00002072040020B7 -:10347000F0000020034900220A600A688242FCD35F -:103480007047C04624480140094900220A617D2254 -:1034900052024A610B68012213430B600B6983429D -:1034A000FCD3402048610868104308607047C0465C -:1034B00014480140F0B581B04F4BC9334F484380A9 -:1034C0004F490E680022042404E09219241D7C2C2C -:1034D0002E4608D00D59AE1BF8D09FB2BE42F4D292 -:1034E00046803346F1E75109464E3161464D2F780B -:1034F0000F21C9010091012F28D199B2012925D9A5 -:10350000009CA2420FD204290DD8002171713F4CBA -:103510002170012129703E4C0C2525702024047057 -:103520003C4C217012E0052910D3D409182C0DD879 -:1035300008290BD8354901240C702C70747134495A -:1035400007250D702021017032490C701C46C93CC2 -:1035500031490D78012D0DD1A1B2274EB14209D2CA -:103560002A493F260E7001212B4E3170022606702B -:10357000284E31703D433DD19BB2022B3AD3009986 -:103580008A4212D2042B10D800211E4A51711F4AC0 -:10359000117001211C4A11701D4A0C231370202246 -:1035A00002701C48017001B0F0BD052B22D3D10977 -:1035B000182911D8082B0FD8144901220A70124972 -:1035C0000A7010494A71124907230B7020210170BB -:1035D0001048027001B0F0BDA1B2074A914209D271 -:1035E0000A493F220A7001210B4A1170022202701F -:1035F0000848017001B0F0BD574D00006C0000207C -:10360000180500202404002058040020ED000020AC -:10361000EC00002057040020590400206048016895 -:103620000122914301607047FF20000410490A689D -:1036300082430320800510180860012081020D4A92 -:1036400011600D490D4A8A600D4ACA604A680D4BE7 -:103650001340DA1C4A600A68022313430B600A68AD -:10366000082313430B600A6802430A607047C04690 -:1036700008E400E000E100E01C00024040240140BA -:10368000040500200000FFFF7248406802490A68F4 -:1036900002430A607047C0468018024010B582B0ED -:1036A0003D480168012421430160016810220A435A -:1036B0000260210202680A430260016804220A4390 -:1036C0000260016840220A430260A10202680A43C4 -:1036D0000260210402680A430260210302680A436F -:1036E000026064210162014620390A6822430A60AF -:1036F000E103426A0A4342620C38016821430160D7 -:103700002648016A2143016201682143016024487F -:1037100001460C390A6822430A60816821438160AE -:103720000168214301600168A1430160DE4801682E -:1037300021430160416921434161A00701682143A0 -:103740000160416921434161D8480168214301601A -:10375000416921434161C1682143C160FDF7D2FE47 -:10376000FFF762FFFFF732F8002001900D48016873 -:10377000214301600C4800680C49FDF7CEFDC000F4 -:1037800001900198002805D00198401E01900198F1 -:103790000028F9D102B010BD202C014000040040E7 -:1037A0000C20004004020140E8000020400D03000E -:1037B0000248016804220A43026070470800024080 -:1037C00070B5194B18680421014308208143196022 -:1037D00002249C6103210A05052000070568954322 -:1037E00001221605AD190560950285621D68154315 -:1037F000A5431D609A618B0404689C439304E318FD -:103800000360530283628B0304689C439303E318B1 -:10381000036080238361090403688B4311045918F2 -:1038200001601102816270BD00040050024801680D -:1038300001220A4302607047142C0140401AC1174C -:103840004018484070470000024800680068400087 -:10385000C00F704700000020024801681020084097 -:103860007047C046100400500148006880B270479D -:103870002400004002480349016062B67047C04618 -:1038800008ED00E000100008F0B58DB07C4A5068EB -:103890000125284350605068284007900798280762 -:1038A000116801431160116814460140079107989F -:1038B0007448016808220A430260016810220592D8 -:1038C00011430160280270490A6802430A60FEF74A -:1038D000D5FE204608380168294301600168294067 -:1038E00007910799016802221143016000681040A6 -:1038F00007900798201F016829430160006828404D -:1039000007900798614A106861490840A903401868 -:10391000106068025F4908600B46FF2002900004B7 -:1039200011688143A80508181060A8021860FEF706 -:1039300017FCFEF7CDFC00270B970A97099708970D -:10394000079720682843206007A91F20009008805F -:10395000206828400C90504809900C984F4E3446EF -:10396000083C2046FEF780F980200390C143206880 -:1039700008400A460691206030684949014031609C -:103980007020C3430493301F016819400160306800 -:1039900010403060FEF7AEFD0B970A970997089725 -:1039A0000797EA030192364948681043486048681F -:1039B0000E4610400C900C9802980006334A91680D -:1039C00081439160E8043349086007A900980880A2 -:1039D0000A97314809900897324C2046FEF744F97F -:1039E00020680699084020600B970A970997089766 -:1039F0000797A804324671680143716007A90F74E4 -:103A00003F260E80526802400C92234809900C9881 -:103A1000254C2046FEF728F92068039908432060CA -:103A20000B970A97099708970797154A1068059901 -:103A300008431060106808400C900C98134A906876 -:103A400013490840019940189060680411490860C2 -:103A500007A90E80322009900897144C2046FEF7E3 -:103A600003F920680699084020606068049A1040B5 -:103A70006060A0680840A06001F0B4FD0DB0F0BD2A -:103A80003C100240000001400020024008E400E039 -:103A9000FF00FFFF00E100E0FFFF00000800004022 -:103AA000F8BFFEFF00200040004801400010004029 -:103AB00070B5D54C206F7E2821D3FFF7D5FE7C282A -:103AC00009D8A08FC0084A2805D823480068800874 -:103AD0007D2800D270BDFFF7C7FE5021CB4A515A56 -:103AE00049088842F6D3207F401C2077C0B2652861 -:103AF00005D301F07DF918480021016070BDFFF782 -:103B0000B3FE42216052C14DA87D297E00290BD011 -:103B1000002814D00026FFF797FE0028DAD1761C83 -:103B2000A87D8642F7D30AE0002808D00026FFF7D8 -:103B30008BFE0028CED0761CA87D8642F7D301F0FC -:103B400057F9002001F048FD297DE08FC840E0874B -:103B500001F000FD70BDC046B4040020F0B583B094 -:103B6000A74CA849B022204601F01CFB607C401EF7 -:103B700041424141A44DA970A07C401E41424141B7 -:103B8000E970E07C012801D10120A871E07D0428C2 -:103B900000D302209D4FB871207D401E414241411B -:103BA0007970607D401E41424141B970A07D401E48 -:103BB00041424141F970207E01460839282928D820 -:103BC000934D182809D393490091182130222B4690 -:103BD00001F0FAF840217852207E01460C390B2979 -:103BE00008D800950C2118228B4B01F0EDF84021EC -:103BF0007852207E844DFC21014008290ED187494E -:103C0000009107211022864B01F0DEF84021785206 -:103C100006E07F48F88701F0A9FC0AE04020385A06 -:103C200080B201F0A3FC4020385A4A217852422148 -:103C30007852607E01463239642908D841087830CC -:103C4000B88608461E30B8871431798703E05520BE -:103C500078879620B886E07EF871A07E282670438B -:103C60001430F883207F401E414241412971607F1A -:103C7000401E4142414169710525284601F0A2FCE0 -:103C80006078002800D1A2E0A07F0B2800D805466C -:103C9000284601F097FC00205B4D28722321615CCF -:103CA00079732221615C5F4A891879852521615CDD -:103CB000FA31B98520210291625C52005A4BD21828 -:103CC000FA842122A25C5200584BD2183A85E27F36 -:103CD000521E53425341EB712422A25C521E5342A6 -:103CE0005341AB722622A25C521E53425341EB72E7 -:103CF000A25D531F142B00D83A732922A25C531ED5 -:103D0000092B00D87A722A22A25C531EDBB2082B40 -:103D100018D848257E5B0923D94351432E39CBB2AD -:103D2000F6187E53384DBA72F972617E4A08D2187D -:103D30007A87C918B986398FC91839873C490A6802 -:103D40001A430A602B21625C11464639462900D885 -:103D50007A712C21625C511E622903D8012169739A -:103D6000510039842D21625C511E092900D83A7214 -:103D70002E21635C092B0AD8042B0CD82A46213249 -:103D80007B441B795B009F44022E0406320028848A -:103D9000284A01211170FC8BA1084A2900D8F87328 -:103DA000F9792020FDF7B9FA054611212046FDF7E3 -:103DB000B4FA2946FDF7B1FA46217852642120462B -:103DC000FDF7ABFA2946FDF7A8FA44217852C8203E -:103DD00078867878002801D003B0F0BD00200A4929 -:103DE000C87003B0F0BD0121029AA954D0E711496F -:103DF0000870114901220A702A462032C9E7C046DC -:103E00001B06002000F800083804002010000020E5 -:103E10006B0A000035050000D61400009F0F00005B -:103E2000411F00005E050000EE020000D606000003 -:103E3000442C0140C9030020C803002000B58DB008 -:103E4000FFF718FDFFF720FDFFF728FCFFF786FEC0 -:103E5000EB4800782521EB4D6854EB4CE0780228C4 -:103E600002D12079002830D0002020710220E0709B -:103E7000601DE6A10C22FDF739F9E8480178617070 -:103E80008179E175A978491E4A424A416274E9780C -:103E9000491E4A424A41A274A979491E4A424A41EE -:103EA000E2744178491E4A424A4122758178491E8E -:103EB0004A424A416275C078401E41424141A17563 -:103EC000B021D74A204601F015FAA879002802D07F -:103ED000D248C18E81864020D04F06903E5A4A205B -:103EE0000C903E524824385B70437D2108910901B3 -:103EF0000B91FDF712FA04943853FE87A878401E00 -:103F0000411E88417876388F70430B99FDF705FA8A -:103F1000F97A401838877878002800D144E3E87AA5 -:103F2000C049002813D00846BE30049978520020BA -:103F3000A8710121E970F97378807870788F323038 -:103F40007887B88F3230B887B88E3230B88601F0B3 -:103F5000B1F800200790E886FEF7A0F901F086F995 -:103F600001F02AF92878002801D001202873089848 -:103F700080000B9004E0002001F0FEFAFEF712FD35 -:103F800001F074F9288E0121C8280A4600D3079A47 -:103F9000A54B1C68642CA14F00D80799089BDB0037 -:103FA0009C4203D8002801D0114001D0002169763D -:103FB0009F280C9E04D8A979002901D00021697698 -:103FC000E97B002907D00B99643989B2884208D26D -:103FD0000020687605E0952801D8642000E00A20DA -:103FE0007874A86F03210A91FDF7B6F928670B2CA6 -:103FF0008E4C21D30146E87C00281DD08A484068B9 -:10400000FFF71CFC296F0A097C2A11D84A08904244 -:104010000ED90020844A1060AA7B521CAA73EA7849 -:10402000002A00D1A8760120E875B88E4008E885FE -:104030007D4841600020E874FF200202216891431E -:1040400050220992BA5A972A05D3216061680698CE -:104050000143BF2004E00122920311432160616803 -:1040600081436160687D002811D0A86EFDF73CF99E -:1040700003464420295A2420285C5222AC5AAA8D97 -:10408000009400F0AFFA01F043FA00206875287D33 -:10409000401C2875C0B2652875D365481C38006877 -:1040A00040000321FDF739F9411C8AB2F88F8242A2 -:1040B00000D80846F88580B25D49183908605D4926 -:1040C00008685D4A1040001D08605420285A5B496A -:1040D00048435B49FDF721F95A490A88498C891AF6 -:1040E000801A64246043FDF737F91E302421685498 -:1040F000562168524427E85B072646435820285A31 -:104100004E4948435049FDF708F94449097C484362 -:104110002146FDF702F98019C408EC535A20285AA9 -:10412000E96E3F224A4310188011E866434948432C -:104130004649FDF711F9010400D50020A885A87AA9 -:104140000028364F0C9E1CD0287CB98D4143A0B26C -:10415000814214D9288D401C2885E97E3C4A514370 -:104160003C4A891880B281420BDA00242C87FEF782 -:1041700019FC00F03DFEEC86AC76AC7701E0002047 -:1041800028850020287500242C77E87E002863D03D -:10419000288F312800D2A7E0A97F002900D1A3E011 -:1041A000882800D9ECE0687A002809D0FFF736FAB1 -:1041B00000F01EFE204601F0DFF9FEF727FC6C72CE -:1041C000FEF760FBFC7917482146FDF7A6F8064686 -:1041D000F9482146FDF7A1F80346288F00963021C3 -:1041E000782200F0F1FD4C24385380B2FFF742F9F9 -:1041F000395B0B986430FDF790F852216852BFE6A6 -:10420000FC0F0008380400201B060020473037311F -:104210002036346B4553432000000000100000207E -:1042200000F800082A030000B404002008E400E0BD -:10423000582C014008240140E8FFFF7FE40C0000F7 -:10424000B80B0000A875FF1FFF0F0000BB0A00009D -:104250007CFCFFFF204E0000A96FDF48FDF77CF8D3 -:10426000A97E41435220295288B20A21FDF755F810 -:104270005C216852F97B00290ED004997B5A4621B3 -:104280007A5A4421795A0C9EBE5B00960C9E80B2ED -:1042900000F09AFD422178522420285C7A799042DD -:1042A0000AD9B95B012300934B0811460A390A3237 -:1042B00000F08AFD422178525026B95BC54800685B -:1042C000642830D30B9881422DD80520C04908605E -:1042D000286F0C210091642103230B9A00F074FDD8 -:1042E000B95B642925D325E001266E722879002860 -:1042F00000D140E606983C5A787A40003A462718A2 -:10430000133FB9B2D08F48432146FDF706F8201A73 -:10431000401C50242853AF8700F012FF285B01F0A7 -:104320002BF9AE752CE66420A94A10600C20642994 -:1043300000D20220B875F98B0B9A914201D240004D -:10434000B875E87D002800D1CDE0A87E002800D116 -:10435000C9E000F04DFDFFF777FA397E002945D01E -:10436000002845D0687F401C6877BA7EC0B2904272 -:1043700001D923202C5422202A5C002A40D0B2E00C -:1043800001276F72FEF77EFA288FC8280BD94C20C0 -:104390008B49099A0A52AC531046FFF76BF8A85B99 -:1043A000002809D0ECE54C208549085AFFF762F84F -:1043B000A85B002800D0E3E5814E8448099970523B -:1043C0006F83EF752867834F786001F005F9AC754E -:1043D0000A203860707D70776879002801D0B08F2E -:1043E0007087FEF70DFDFFF721FAC9E50028B9D067 -:1043F00023202A5C521C2A5422202A5C002A72D1D3 -:104400002323EA5C00292BD0F97E8A426BD90993D9 -:1044100001212954FFF728FA422105916852002012 -:10442000039001F0D9F80598285AB95B0A9A5143CC -:104430000818029080080596B85380B2F97DFCF701 -:104440006CFFA8860299C908081AE887614EFFF731 -:104450000BFAE98F88422ED230680928F7D82AE073 -:10446000397F8A423FD9099301212954FFF7FCF98A -:104470004221059168520020039001F0ADF80598A3 -:10448000285AB95B0A9A5143081802908008059689 -:10449000B85380B2F97DFCF740FFA8860299C9089D -:1044A000081AE8874B4EFFF7DFF9E98F884202D2FE -:1044B00030680928F7D8FEF7A3FC0998039B2B5412 -:1044C0006B773068401C30606979EA7A0A4367D0BC -:1044D00014283B48059E06D3805B3B49884202D2A4 -:1044E000EB75FFF7D1F8FFF7BFF93C49884200D2DE -:1044F00046E5A87E012800D042E5687E401C68762B -:1045000000F076FC0120E875288F2F2803D82C486E -:1045100033498153AC7635462E4E3460FFF7A4F90B -:1045200042272649C8530994204601F055F82348EC -:10453000C05B234A515B0A9B4B431F18B808059583 -:1045400050531E4D80B2D17DFCF7E7FEA886F908D6 -:10455000081AE887FFF788F9E98F884202D23068A5 -:104560000928F7D8FEF74CFC2320099B2B546B77C6 -:104570003068401C30606979EA7A0A4309D014280F -:10458000059900D2FCE40E48405A0F49884203D3F3 -:10459000F6E41F2800D2F3E4EB75FFF775F8EFE4BB -:1045A0001F28059E9CD29EE70020A871E87A054945 -:1045B000002800D0B7E4CAE4581B000038040020EB -:1045C000100000202A030000D1070000282300006B -:1045D000582C0140B4040020C0270900C9AF0000D6 -:1045E00088130000F0B583B0EF4C089D2572A371CD -:1045F0002271A170207002952D0A0195E57100933A -:104600001B0A6371170AE7700E0A667044000725DB -:1046100040B2002800DA71E1600064B2002C00DAD8 -:1046200072E1440040B2002800DA73E1600064B235 -:10463000002C00DA74E1440040B2002800DA75E191 -:10464000600064B2002C00DA76E1440040B2002839 -:1046500000DA77E1600064B2002C00DA6840704054 -:10466000440040B2002800DA73E1600064B2002C1C -:1046700000DA74E1440040B2002800DA75E160001D -:1046800064B2002C00DA76E1440040B2002800DA7F -:1046900077E1600064B2002C00DA78E1440040B2B7 -:1046A000002800DA79E1600064B2002C00DA68408A -:1046B0004840410040B2002800DA77E1480049B2A2 -:1046C000002900DA78E1410040B2002800DA79E1FF -:1046D000480049B2002900DA7AE1410040B20028DE -:1046E00000DA7BE1480049B2002900DA7CE14100B0 -:1046F00040B2002800DA7DE1480049B2002900DA22 -:1047000068404740780079B2002900DA79E1410039 -:1047100040B2002800DA7AE1480049B2002900DA04 -:104720007BE1410040B2002800DA7CE1480049B258 -:10473000002900DA7DE1410040B2002800DA7EE184 -:10474000480049B2002900DA7FE1410040B2002868 -:1047500000DA69404A40500051B2002900DA7BE19A -:10476000410040B2002800DA7CE1480049B200294B -:1047700000DA7DE1410040B2002800DA7EE1480025 -:1047800049B2002900DA7FE1410040B2002800DA96 -:1047900080E1480049B2002900DA81E1410040B2DD -:1047A000002800DA69404B40580059B2002900DA6D -:1047B0007DE1410040B2002800DA7EE1480049B2C4 -:1047C000002900DA7FE1410040B2002800DA80E1F0 -:1047D000480049B2002900DA81E1410040B20028D6 -:1047E00000DA82E1480049B2002900DA83E14100A1 -:1047F00040B2002800DA6940009A4A40500051B2A5 -:10480000002900DA7EE1410040B2002800DA7FE1B1 -:10481000480049B2002900DA80E1410040B2002896 -:1048200000DA81E1480049B2002900DA82E1410062 -:1048300040B2002800DA83E1480049B2002900DADA -:1048400084E1410040B2002800DA6940019A4A4000 -:10485000500051B2002900DA7FE1410040B2002847 -:1048600000DA80E1480049B2002900DA81E1410024 -:1048700040B2002800DA82E1480049B2002900DA9B -:1048800083E1410040B2002800DA84E1480049B2E7 -:10489000002900DA85E1410040B2002800DA6940D1 -:1048A000029A4A40500051B2002900DA80E14100EA -:1048B00040B2002800DA81E1480049B2002900DA5C -:1048C00082E1410040B2002800DA83E1480049B2A9 -:1048D000002900DA84E1410040B2002800DA85E1D5 -:1048E000480049B2002900DA86E1410040B20028C0 -:1048F00000DA87E1C648417203B0F0BD6C40600049 -:1049000064B2002C00DB8CE66840440040B2002812 -:1049100000DB8BE66C40600064B2002C00DB8AE6B2 -:104920006840440040B2002800DB89E66C4060002B -:1049300064B2002C00DB88E66840440040B20028E6 -:1049400000DB87E66C40600064B2002C00DA85E68C -:1049500085E66C40600064B2002C00DB8AE66840AB -:10496000440040B2002800DB89E66C40600064B27D -:10497000002C00DB88E66840440040B2002800DBE1 -:1049800087E66C40600064B2002C00DB86E668407D -:10499000440040B2002800DB85E66C40600064B251 -:1049A000002C00DA83E683E60A050020694048000F -:1049B00049B2002900DB86E66840410040B2002889 -:1049C00000DB85E66940480049B2002900DB84E647 -:1049D0006840410040B2002800DB83E6694048009F -:1049E00049B2002900DB82E66840410040B200285D -:1049F00000DB81E66940480049B2002900DA7FE621 -:104A00007FE66840410040B2002800DB84E6694050 -:104A1000480049B2002900DB83E66840410040B20B -:104A2000002800DB82E66940480049B2002900DB2B -:104A300081E66840410040B2002800DB80E6694022 -:104A4000480049B2002900DB7FE66840410040B2DF -:104A5000002800DA7DE67DE66840410040B200288B -:104A600000DB82E66940480049B2002900DB81E6AC -:104A70006840410040B2002800DB80E66940480001 -:104A800049B2002900DB7FE66840410040B20028BF -:104A900000DB7EE66940480049B2002900DB7DE684 -:104AA0006840410040B2002800DA7BE67BE66840BF -:104AB000410040B2002800DB80E66940480049B26E -:104AC000002900DB7FE66840410040B2002800DB9F -:104AD0007EE66940480049B2002900DB7DE6684077 -:104AE000410040B2002800DB7CE66940480049B242 -:104AF000002900DB7BE66840410040B2002800DA74 -:104B000079E679E66840410040B2002800DB7FE6A4 -:104B10006940480049B2002900DB7EE66840410058 -:104B200040B2002800DB7DE66940480049B2002918 -:104B300000DB7CE66840410040B2002800DB7BE6F9 -:104B40006940480049B2002900DB7AE6684041002C -:104B500040B2002800DA78E678E66840410040B2CA -:104B6000002800DB7EE66940480049B2002900DBEE -:104B70007DE66840410040B2002800DB7CE66940E9 -:104B8000480049B2002900DB7BE66840410040B2A2 -:104B9000002800DB7AE66940480049B2002900DBC2 -:104BA00079E66840410040B2002800DA77E677E60F -:104BB0006840410040B2002800DB7DE669404800C3 -:104BC00049B2002900DB7CE66840410040B2002881 -:104BD00000DB7BE66940480049B2002900DB7AE649 -:104BE0006840410040B2002800DB79E66940480097 -:104BF00049B2002900DB78E66840410040B2002855 -:104C000000DB77E669400248417203B0F0BDC04660 -:104C10000A050020F0B584B0644BDF88002F02D075 -:104C20000020D88032E0624A624800786249002859 -:104C300007D01068884204DCC10B012904D1072287 -:104C40001FE0116007221DE0810B012901D106221E -:104C500017E0410B012901D1052212E0010B0129C6 -:104C600001D104220DE0C10A012901D1032208E08B -:104C7000810A012901D1022203E0410A491E4A4268 -:104C80004A4101461A61114157020F434B480078CF -:104C9000800002904A490E18802373603D0128135A -:104CA0004849085C0190C4001946A143B1603A0923 -:104CB00014467C40380A60400F2403942040451974 -:104CC00065403A484561019804011C404C40F4603D -:104CD000C0030190039802403A49895C00918A021E -:104CE00001990A43910A19406140316107403548F2 -:104CF000C05D019044011443039805403148475D6D -:104D000025463D4329488561500A18404840706156 -:104D1000110A19404140B161009AD0001840484042 -:104D2000F06111011940414031627F20C0430140D0 -:104D300062091A404A407262210919405140B16229 -:104D4000E2081A404A40F262019CE10019405140D9 -:104D5000316322011A404A4072632946194051408A -:104D6000B16301406A001A404A40F263A900194049 -:104D7000514031640022124C029D6251FA001A40E7 -:104D80004A407264390119405140B1647A011A40B5 -:104D90004A40F264B9011940514031650140F801BF -:104DA000C0B24840706504B0F0BDC046C8030020E2 -:104DB000B004002052040020FFFF0000EC0000209F -:104DC000CC06002034630008B0B51C46049D884220 -:104DD0000B4600DB0346281B9342154600DC1D46AC -:104DE0006B1A5843511AFCF7B7FA0019B0BD00000E -:104DF0000120800404490A6882430A600A46743A22 -:104E000010607039086070478018024010B5C848BB -:104E100000F0ACFBEFF3108072B6C648007800F0EB -:104E2000ABFB792400F022FAA41E14212046FCF7E3 -:104E300074FAFDF789FE60080A3080B200F0BCFB0E -:104E40000A20FEF721FB022CECD8FDF7ABFD002475 -:104E5000204600F0B1FBB8480480B848008800F054 -:104E600085FB62B610BDC046F0B583B00320FDF7E8 -:104E70006BFE00243226B04D019403E0641CB61C86 -:104E8000AE2E49D200F0F2F9019828802A48801904 -:104E90008778FF2FF2D00294C478002C30D00A20FB -:104EA00000F08AFBF72060437D2149014118234827 -:104EB000FCF733FA044622482146FCF72EFA054651 -:104EC00080B200F053FB9B48007845432846984940 -:104ED000FCF723FA80B200F04FFB0298C0B2FE212B -:104EE0004143CD1917482146FCF717FA6843924D04 -:104EF0006421FCF712FA80B2FEF7C6FA0024BEE77E -:104F00000024204600F038FB0298C0B2FE21414345 -:104F1000C819FEF7B9FAB2E7FDF744FD00242046B0 -:104F200000F04AFB8548008800F020FB2C8000F050 -:104F30009DF903B0F0BDC0461B0600208096980086 -:104F4000003E4900A086010010B5794800F00EFB34 -:104F5000282000F031FB7748007800F00DFB02209C -:104F6000FDF7F2FD96242046FEF78EFA00F07EF95A -:104F7000502000F021FB2046FEF786FAFDF712FDD7 -:104F80000024204600F018FB6B4804806B48008822 -:104F900000F0ECFA10BDC04610B5654800F0E6FA26 -:104FA000322000F009FB6348007800F0E5FA0220A7 -:104FB000FDF7CAFD96242046FEF766FA00F056F982 -:104FC0001E2000F0F9FA2046FEF75EFAFDF7EAFC33 -:104FD0000024204600F0F0FA574804805748008823 -:104FE00000F0C4FA10BDC04610B5EFF3108072B6E1 -:104FF0004F4800F0BBFA00F039F9502000F0DCFA1D -:105000004C48007800F0B8FA0320FDF79DFD6424B9 -:105010002046FEF739FA462000F0CEFA2046FEF789 -:1050200033FA282000F0C8FA2046FEF72DFAFDF7E3 -:10503000B9FC0024204600F0BFFA3F4804803F48F6 -:10504000008800F093FA62B610BDC04610B538482B -:1050500000F08CFAEFF3108072B600F007F93C20F4 -:1050600000F0AAFA3348007800F086FA0120FDF734 -:105070006BFD4B242046FEF707FA502000F09CFA07 -:105080002046FEF701FA5A2000F096FA00F0EEF8FA -:105090002046FEF7F9F9FDF785FC0024204600F0D4 -:1050A0008BFA254804802548008800F05FFA62B634 -:1050B00010BDC04610B5EFF3108072B61B480078E3 -:1050C000FF2802D0FFF7D0FE2AE0194800F04EFA80 -:1050D0001848007800F050FA0320FDF735FD37201E -:1050E00000F06AFAC8242046FEF7CEF90520FDF745 -:1050F0002BFD282000F060FA2046FEF7C5F90620B7 -:10510000FDF722FD192000F057FA2046FEF7BCF902 -:10511000FDF748FC0024204600F04EFA06480480C3 -:105120000648008800F022FA62B610BD30F8000888 -:105130006B0A0000140500207804002050000020B5 -:10514000B0B503210A050520000703689343012237 -:1051500014051B190360930283628B0404689C434B -:105160009304E3180360530283620B0404689C43B6 -:105170001304E318036013028362094B1C680825BB -:1051800025430424A5431D601C680225254395433F -:105190001D60890303688B43D10359180160B0BDBA -:1051A00000040050012A05DB0B780370491C401CE9 -:1051B000521EF9D17047000070B5CD490868CD4A3C -:1051C00002400A60CC48026802231A430260026867 -:1051D0009A4302601F48204AC2600A2242611F4A65 -:1051E0001278C2611E4A02628468012214438460FC -:1051F00000248461C24D2C700C68C24D25400446C9 -:105200002834102D03D1CC60164C8C6002E08C60E9 -:10521000144CCC60144C24784D68CD4E2E4034197B -:105220004C600C681C430C600B6808241C430C6029 -:105230000B6813430B60510203680B430360036860 -:105240000B4303604169114341610C38016811430C -:10525000016070BD0C04004001600000ED00002002 -:10526000FFFF0000180500206C00002001480249E3 -:105270000160704700300040AAAA000002480021E7 -:10528000416001607047C0462404004010B51549D4 -:105290000A78154842708A79C275144A93785B1E61 -:1052A0005C425C414474D3785B1E5C425C41847414 -:1052B0009279521E53425341C3744A78521E53424C -:1052C000534103758A78521E534253414375C9783E -:1052D000491E4A424A418275B021054A00F00AF847 -:1052E00010BDC046100000201B060020380400201E -:1052F00000F80008F0B503AF89B06E46F31D113316 -:105300007361F260B1600446C817800F0B18032167 -:105310001A468A43D11D072291436A46501A9D10AE -:10532000854630612946FBF7FAFEB06804280FDB9A -:1053300030692946E2781206A3781B049A1863782C -:105340001B02D2182378D21804C0241D491EF1D1A3 -:10535000706985600120B0600204384D2B1F1C6805 -:105360001442FBD12C68002C03D4F1684C0524D1E5 -:1053700009E03348046829460C390C6044680C6025 -:10538000F1684C0519D12C68022004432C60F168A7 -:10539000CC0AE1002C680C432C602C6814432C6070 -:1053A0001C681442FCD11C68E40703D00146B068B5 -:1053B000186008462C6884432C600024706944609F -:1053C000046001688468A142B0682FD2F168091DA9 -:1053D00071600FE0194D2968A14329602046746966 -:1053E0006168083161602168891C21602168A468B6 -:1053F000A1421BD22C6804432C6075692C68A40060 -:10540000306904596968F0680C502968890030696E -:10541000091849686C687068015119681142FCD11B -:105420001968C907B468D5D01C60D3E7C1072A68DA -:105430000A432A60FC1F053CA546F0BD142002402B -:1054400008000020B0B52A490868C34A024010325B -:105450000A602948026802231A43026002689A43DC -:1054600002604B480246083A60241460032202603E -:10547000224A127882605C22C26004460C3C256895 -:105480000122154325601E4C22700C681D4D2540DD -:105490001D4C102D04D1CC60044614348C6003E004 -:1054A0008C6004461434CC604C68AE4D2540174CDB -:1054B0002478641917344C600C681C430C600B682A -:1054C00008241C430C600B6813430B605102034615 -:1054D000143B1C680C431C60016811430160D1033C -:1054E000436A0B4343622038016811430160B0BD39 -:1054F00008000240EFBFFFFF2C10024029040020EB -:105500006107002010400000CC060020EC000020C5 -:10551000B0B50E48036808210B430422934303608F -:105520008C4B5C688F4D25408F4C24782C195C6027 -:1055300084688025254385601C68012525431D60FE -:10554000036813438B430360B0BDC046003801407D -:105550000000FFFF044900228A6108624A6008686F -:10556000012202430A6070470C2000400149086094 -:105570007047C0462C2C014008490860486088608C -:105580007047C046024801680A2291430160704793 -:1055900020040040014908607047C046342C014097 -:1055A000014908607047C046382C01400149086035 -:1055B0007047C0463C2C0140014908607047C04616 -:1055C000282C01400B2800D30B2040000149087013 -:1055D0007047C04614050020014908607047C04666 -:1055E00024000040F0B591B000240F940E940D9467 -:1055F0000C940B940A94099408940127BA03504818 -:10560000C1681143C160C1680092114002910299C2 -:105610000222039201681143016000680192104068 -:1056200010900794069705970494109840260296C8 -:10563000444802A9FCF72EF9FF20000642490A68F7 -:10564000824303208307D2180A60F9063F4A11609B -:105650003F490A6833231343CC2293430B603D4DEB -:1056600029683D4A0A4010322A6001032A688A43A9 -:105670002A6029682022914329602968B143296062 -:10568000296880220A432A6001022A688A432A6024 -:1056900080022968814329600F940C200D900C949E -:1056A0000B940A94E1204002099008942B4C264662 -:1056B000083E08A93046FCF7BDFC072041072268D8 -:1056C0008A4322604006216881432160780731685F -:1056D000814331600920C002211F0A6882430A60A9 -:1056E000206822218843206021680820014321602E -:1056F00031683943316061698902FCD561694902C9 -:10570000F9D5009A103229681140102904D11449A2 -:10571000E9602034AC6003E01149A9602034EC60FA -:105720006968104A0A401049097851186960296867 -:10573000019A1143296029680143296011B0F0BD25 -:10574000341002400004005018E400E000E100E0E2 -:105750000808024030000240EFBFFFFF0838014058 -:105760000A0500200000FFFFF4000020F0B587B01C -:10577000F44E7078022811D0012803D1FDF7EAFB1E -:1057800000207070708D401C7085F07800280BD060 -:105790002024305D002809D0708FFEE0FFF73AFA30 -:1057A0000020707000F0ABFC708F5BE17D22D100B7 -:1057B000E548437B580006914118708F01250595F7 -:1057C000EF43F57A002D17D081420BD2DE4A527E8C -:1057D000B578AA4239D100253586B57E002D30D066 -:1057E0000599B175069D5F437A19824235DC5900EF -:1057F0006A1A824263D9CDE0814220D2D24B5B7ECD -:10580000B578AB4219D10493B58F01200023C82D80 -:10581000054600D31D46039502935025CA4B5D5B98 -:105820005B8E9D4200D80298039B1842049B4CD18A -:10583000F07E002849D1D0007087069D56E0069D75 -:105840005EE0059DAA1AC04D6A76B27D002A069DCB -:1058500010D05F437A198242C9DDB178059D6D1A77 -:10586000B94F7F7EBD4218D1B57E002D11D005996C -:10587000B17510E0B54A00922F3A2F23FFF7A4FA32 -:105880003086B148437B708F5F437A198242AEDD28 -:10589000E3E7AD4D697600213186B17D002909D15C -:1058A0002F2100910021A94BFFF78EFA3086A648E0 -:1058B000437B708F069D59006A1A82426AD8491943 -:1058C000814267D30021B17563E0A14800250560DE -:1058D0000120F075C01A9C494876FFF789FA757463 -:1058E0009948407B4000069D4119708F974A00926D -:1058F0002F3A2F23FFF768FA30869348437B708F47 -:10590000394659434A1982423ADDB178059B0491E0 -:10591000591A8D4D6D7EA94215D1B08F0021C8282E -:1059200000D30B4650258848455B408E854205983C -:1059300000D80846184208D1F07E002805D1069DFF -:105940007587284612E0069D10E00120F07580481A -:10595000002505607C4904984876FFF749FA75747C -:105960007948407B4743069D7A19708F2F2100911B -:105970000021764BFFF728FA30867348437B708FFF -:1059800059006A1A824205D84919814202D300217E -:1059900071743186315D002965D07D21CC002146AE -:1059A0002F3188422BD9684D697EB278914220D13F -:1059B000B38F01200022C82B034600D31346069262 -:1059C0005027EF5B6A8E974200D80698184205D19F -:1059D000F07E002802D1002070870AE05C48002792 -:1059E00007600120F075401A6876FFF701FA7774B6 -:1059F000708FA97C4200511A564A89183186014697 -:105A0000303989B2A14229D2B1780122531A4E4CC1 -:105A1000657EAB421DD1B38F0020C82B134600D347 -:105A200003465025655B678EBD4200D802461A4288 -:105A300005D1F07E002802D10020708709E0012006 -:105A4000F0754348002505606176FFF7D1F975745C -:105A5000708FA17C4200511A313931862F2802D82B -:105A6000002070743086384CE078002810D0F07B2D -:105A700064214143481C617C4143707E814207D2CE -:105A8000FCF790FFFFF7B4F96620707600206CE019 -:105A9000B079002805D0308E1D2822D8002131870A -:105AA00045E0307B00285FD0307800281DD0616D44 -:105AB000A36D308E00912F21244AFFF785F901460E -:105AC0002548FBF749FCE1794908FBF745FCF084E0 -:105AD000308E2E2809D82148002101603187316697 -:105AE00044E01E2816D11E2021E0346E1C4D2046B5 -:105AF0002946FBF7C4FB0028204600D12846FBF7C7 -:105B0000F3FB308717492046FBF7C7FB00282DD150 -:105B100030202AE0217B14224A43824207D9A02167 -:105B200000911E212F23FFF74FF93087308E227B03 -:105B300014215143814219D8044A0092A023FFF74F -:105B400043F912E03804002010000020FF07000095 -:105B5000B4040020FFF7FFFF0087930370000020CC -:105B600000E0FF4400004042308E3087708DDA4DF7 -:105B7000A84235D92C20345E2046FBF7AAFBD74932 -:105B8000FBF731FB0146B06EFBF7D4FAB066D44F99 -:105B9000387803280BD0022815D001281ED12420E4 -:105BA000305CFF21683141189931022213E0442012 -:105BB000305A1921FBF7B1FBC0B27D21C900411851 -:105BC0001831012207E0A0B2C0B23221FBF7A5FBD9 -:105BD0000322510201433A70C248018000207085BF -:105BE000B07F002845D0F0790028BF4D0DD0482067 -:105BF000315A491C31522A791423534389B28B42BA -:105C000003D20021315201207075F07EB74C00287C -:105C100000D037E25027B07F002806974AD0B179EC -:105C2000384648432F30328F904243D8B07E002808 -:105C300016D1FCF7B7FEF07D00280CD1B07E00280D -:105C400007D1FDF7DDF8EC53A948FFF7C5FC0120AB -:105C5000B076FDF719FD0120B076A88EF085B179F8 -:105C600040202A5A6B8F308F009200290ED0892154 -:105C70000DE0307C0028B6D1F07F0028B3D0308E04 -:105C8000002855D0462000213152ACE72F21994AF7 -:105C9000FFF79AF80446B087708D97494143022078 -:105CA000C1419648814270D9F07A00288E4D01D1C9 -:105CB0000020B075B07978432F30318F884200D8FA -:105CC0002AE1B07C00280AD0012802D1FFF764F94C -:105CD000B07C022801D1FFF737F90020B074687852 -:105CE000002800D1E7E0B07E002800D167E1687F9E -:105CF0003C214143A88C421810463C3803B2FF2196 -:105D000068318B4201DD7E4810184A22B0520246AB -:105D1000EF3213B28B4201DD0246793A4E23F25242 -:105D20000246773213B28B4200DDEBE01046EAE028 -:105D30004620315A491C315289B2A94200D852E753 -:105D4000F18E1F2900D2DCE10120B077B07A002863 -:105D500000D1FEE14420345AB92041002046FBF72F -:105D6000DCFA3074FF2068300B30844200D2F2E15C -:105D70000024FFF739F96420FDF786FBFFF776FA78 -:105D8000641C307C8442F4D3E5E1B17E707B002852 -:105D900046D0002944D005912C20305EF249098C70 -:105DA0000122D243623A4A431018F14988620A6CD0 -:105DB000831A0D6B4A6B8F6B5A43CA630864454361 -:105DC000ED198F6CBD423B4600DC2B467F42BB4247 -:105DD00000DB1F468F63D219CB6A58431318C86C77 -:105DE00083420246E04D00DC1A4640428242069F52 -:105DF00000DB10464864FBF76CFADF49FBF7F3F968 -:105E0000FBF772FA298E091A0AB2688F824200DB08 -:105E1000084601B2A2B28A4200DB04462C860599EC -:105E2000002900D140E77079002800D13CE7CE4935 -:105E3000C85B498C401ACE4908658A6E831A8C6DFE -:105E4000CA6D0D6E5A434A668866444365190C6FE5 -:105E5000A542234600DC2B466442A34200DB1C46DD -:105E60000C6612194B6D58431318486F8342024653 -:105E700000DC1A464042824200DB1046C866FBF74F -:105E800028FABD49FBF7AFF90146706EFBF752F9EE -:105E90000546BA4C2146FBF70EFA002800D12C46E5 -:105EA0007466002520462946FBF705FA002800D035 -:105EB000FAE67566F8E60020B087B17E002900D0CA -:105EC0002BE1AA4908600120F0753079002800D143 -:105ED0001EE1FDF775FC20E1204E00000000B443F8 -:105EE000CD030020CE03002010000020102700006A -:105EF00088130000FF070000CDCCCCCCCCCCCC0C60 -:105F00005CFEFFFFF1384C217052B079012801D1BD -:105F10000120F0760020B087B77D002F72D1707914 -:105F200014221146C140B48F9048006888420BD2B9 -:105F3000A88E844202D2B47E4443B487288FA1B293 -:105F4000814201D9B08704464220285AA1B2814239 -:105F500001D9B0870446707B0028059206D0302016 -:105F6000285EA1B2814201DD84B2B487756E002142 -:105F700028460491FBF775F9002804D12846FBF761 -:105F8000B3F92418B487784D059BA87B002839D035 -:105F90007D208000316F814200D83C23EB74F08D6E -:105FA000A1B20A1A9A4223DDC018B0870698285A6F -:105FB000FF2168318D31884222D9012021E06B48D0 -:105FC000002101600124F47571773079002800D137 -:105FD0009BE0B079002800D089E64020285A697AF1 -:105FE000490040181338B087FFF7AAF8B4757EE669 -:105FF000411A994204DD04992975C01AB08701E05D -:1060000004982875B07F002815D0B07E002812D0E3 -:10601000308F30280FD3A87800281AD00698285A35 -:106020004021695A00914B086021C822FEF7CCFE3E -:106030000446E8870EE04020002F11D029462D5A53 -:10604000B78FCC8F384660432946FBF766F9281A8C -:106050000DE0EC8F4020295AB78FA0B2784304E0BE -:10606000295AB78FEC8F38466043FBF756F9401C2E -:10607000069D7053F785A0B2FFF778FA705BFFF7C3 -:106080007BFA3C4C4020315A491C315288B2A04224 -:1060900035D9B17F002917D0FCF784FC0020308768 -:1060A000F086F083FFF768FAFFF7E8F801200102B5 -:1060B0003348FBF734F8BFF34F8F32483249016061 -:1060C000BFF34F8F00BFFDE73049884217D3FCF77D -:1060D00069FC00203087F086F083FFF74DFAFFF768 -:1060E000CDF8012001022648FBF719F8BFF34F8FC6 -:1060F000244825490160BFF34F8F00BFFDE707B07B -:10610000F0BD00213152F1776DE5FCF74BFCEEE577 -:10611000B07D002801D1FCF745FCB77DF07A00285E -:1061200000D1FAE6002F00D1F7E6718F7D25EC0053 -:106130002046FDF783FB0019B08780B22901884211 -:1061400003D1FDF73DFB084DE6E6FEF7F9FF064DEE -:10615000E2E6FEF749FF2120305C002800D042E54E -:106160000020F0723FE5C04610000020B40400207B -:10617000700000201027000000401C46000016435D -:10618000180500200CED00E00400FA0551C30000E2 -:1061900070B53D4800783D4C217800290BD000288F -:1061A00009D03B480078002810D0FFF705F839489F -:1061B0000221017070BD3849097801290CD00029ED -:1061C00022D1FDF777F9FEF7F7FF70BDFFF73AF937 -:1061D00030480121017070BD00280AD02C48007899 -:1061E000002812D0FEF716FDFCF7B4FEFEF7E4FF20 -:1061F00070BD2A48007801280AD029480078012873 -:106200000ED02078002816D070BDFFF71BF970BDA6 -:10621000FCF7A0FEFEF7D0FF214800780128F0D15E -:10622000FDF760F8FFF7AEF9FEF7C6FFFDF7C0FA1D -:1062300020780028E8D11B4C1B4D2888002807D166 -:106240006178002904D119480188491C018070BD7A -:10625000164900260E8016498842D5D32189FDF7BC -:10626000EDFA322801DC2078461C2670F0B2332883 -:1062700007D3E078002804D1FEF7C8FD0120000212 -:1062800020802888208170BD190600205604002037 -:106290006107002039040020570400205804002022 -:1062A0005904002024040020680400206E0400200B -:1062B000DD05000002E008C8121F08C1002AFAD15B -:1062C00070477047002001E001C1121F002AFBD176 -:1062D0007047000000000000000000000000000007 -:1062E00000000000000000000000000000000000AE -:1062F0000000000001000000020000000300000098 -:106300000400000006000000070000000800000074 -:106310000900000000000000000000000000000074 -:106320000000000001000000020000000300000067 -:1063300004000000191B12131D1516171A090A0B69 -:106340001E0D0E0F6863000800000020C803000047 -:106350005014000860660008C8030020A007000071 -:10636000C46200080000000025040201401204106D -:106370002A23016745AB89EFCD020101011EFF020F -:106380000E050A0A3C056401016E0A0102010505B9 -:1063900006010102040401D007CA146419B4100AEA -:1063A0004C046C07DC054A011E1AD00812781278DA -:1063B0001468013C123C2B6B0A02121412461E9008 -:1063C000016B0A641223D43023102723E803122020 -:1063D00043204E720A021364292C6350C31A2034DE -:1063E00041293C0110294A54A0860172020A1A323E -:1063F000501324F423070C3AFA8012B412B712BADD -:1064000012BD12C112C412C712CA12CD12D012D3B9 -:1064100012D612D912DC12E012E312E612E912ECE3 -:1064200012EF12F212F51AF73422FD186701030178 -:10643000060109010B010E011101130116011901D9 -:106440001B011E0120012301250128012A012C0125 -:106450002F0131013301350138013A013C013E0180 -:106460004001420144014601470149014B014D01F0 -:106470004E01500151015301540156015701580179 -:106480005A015B015C015D015E015F016001610118 -:10649000620163021C640165021A66023A6702FA2D -:1064A000680249182922292A3A64361A62401A6079 -:1064B000481A5E501A5C581A5A601A57681A547073 -:1064C0001A51781A4E801A4B881A47901A44981A13 -:1064D00040A01A3CA81A38B01A33B81A2FC01A2A8A -:1064E000C81A25D01A20D81A1BE01A16E81A11F07B -:1064F0001A0BF815060103011301FD12FA12F71227 -:10650000F512F212EF12EC12E912E612E312E012A7 -:10651000DC12D912D612D312D012CD12CA12C7125F -:10652000C412C112BD12BA12B712B412B112AE1215 -:10653000AB12A712A412A1129E129B1298129512CE -:1065400092128F128C128812851282127F127C1284 -:1065500079127612731271126E126B126812651232 -:1065600062125F125D125A125712551252124F12D6 -:106570004D124A1248124512431240123E123C126A -:10658000391237123512331230122E122C122A12EF -:10659000281226122412221221121F121D121B125F -:1065A0001A121812171215121412121211121012B6 -:1065B0000E120D120C120B120A12091208120712F7 -:1065C000061A050212041A03021A020219D9190244 -:1065D000011249182922292A3A04361A06401A08B3 -:1065E000481A0A501A0C581A0E601A11681A1470B8 -:1065F0001A17781A1A801A1D881A21901A24981AC4 -:1066000028A01A2CA81A30B01A35B81A39C01A3E68 -:10661000C81A43D01A48D81A4DE01A52E81A57F04F -:106620001A5DF8126212651268126B126E12711204 -:106630007312761279127C127F12821285128812DE -:106640008C128F129212951298129B129E12A11206 -:10665000A412A712AB12AE32B1000000000000007D -:020000040800F2 -:10F7E00047454E5F36344B5F4730373100000000ED -:10F7F0000000000000000000000000000000000009 -:04000005080010BD22 -:00000001FF diff --git a/Keil_Projects/Objects/AM32_GEN_64K_G071.htm b/Keil_Projects/Objects/AM32_GEN_64K_G071.htm deleted file mode 100644 index 607bec1c..00000000 --- a/Keil_Projects/Objects/AM32_GEN_64K_G071.htm +++ /dev/null @@ -1,1135 +0,0 @@ - - -Static Call Graph - [.\Objects\AM32_GEN_64K_G071.axf] -
    -

    Static Call Graph for image .\Objects\AM32_GEN_64K_G071.axf


    -

    #<CALLGRAPH># ARM Linker, 6160001: Last Updated: Wed Aug 23 19:59:48 2023 -

    -

    Maximum Stack Usage = 340 bytes + Unknown(Cycles, Untraceable Function Pointers)

    -Call chain for Maximum Stack Depth:

    -main ⇒ initCorePeripherals ⇒ MX_TIM1_Init ⇒ LL_TIM_OC_Init -

    -

    -Mutually Recursive functions -

  • CEC_IRQHandler   ⇒   CEC_IRQHandler
    -
  • HardFault_Handler   ⇒   HardFault_Handler
    - -

    -

    -Function Pointers -

      -
    • ADC1_COMP_IRQHandler from stm32g0xx_it.o(.text.ADC1_COMP_IRQHandler) referenced from startup_stm32g071xx.o(RESET) -
    • CEC_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler from stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) referenced from startup_stm32g071xx.o(RESET) -
    • DMA1_Channel1_IRQHandler from stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) referenced from startup_stm32g071xx.o(RESET) -
    • DMA1_Channel2_3_IRQHandler from stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) referenced from startup_stm32g071xx.o(RESET) -
    • EXTI0_1_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • EXTI2_3_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • EXTI4_15_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • FLASH_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • HardFault_Handler from stm32g0xx_it.o(.text.HardFault_Handler) referenced from startup_stm32g071xx.o(RESET) -
    • I2C1_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • I2C2_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • NMI_Handler from stm32g0xx_it.o(.text.NMI_Handler) referenced from startup_stm32g071xx.o(RESET) -
    • PVD_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • PendSV_Handler from stm32g0xx_it.o(.text.PendSV_Handler) referenced from startup_stm32g071xx.o(RESET) -
    • RCC_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • RTC_TAMP_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • Reset_Handler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • SPI1_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • SPI2_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • SVC_Handler from stm32g0xx_it.o(.text.SVC_Handler) referenced from startup_stm32g071xx.o(RESET) -
    • SysTick_Handler from stm32g0xx_it.o(.text.SysTick_Handler) referenced from startup_stm32g071xx.o(RESET) -
    • SystemInit from system_stm32g0xx.o(.text.SystemInit) referenced from startup_stm32g071xx.o(.text) -
    • TIM14_IRQHandler from stm32g0xx_it.o(.text.TIM14_IRQHandler) referenced from startup_stm32g071xx.o(RESET) -
    • TIM15_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • TIM16_IRQHandler from stm32g0xx_it.o(.text.TIM16_IRQHandler) referenced from startup_stm32g071xx.o(RESET) -
    • TIM17_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • TIM1_BRK_UP_TRG_COM_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • TIM1_CC_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • TIM2_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • TIM3_IRQHandler from stm32g0xx_it.o(.text.TIM3_IRQHandler) referenced from startup_stm32g071xx.o(RESET) -
    • TIM6_DAC_LPTIM1_IRQHandler from stm32g0xx_it.o(.text.TIM6_DAC_LPTIM1_IRQHandler) referenced from startup_stm32g071xx.o(RESET) -
    • TIM7_LPTIM2_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • UCPD1_2_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • USART1_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • USART2_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • USART3_4_LPUART1_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • WWDG_IRQHandler from startup_stm32g071xx.o(.text) referenced from startup_stm32g071xx.o(RESET) -
    • __main from entry.o(.ARM.Collect$$$$00000000) referenced from startup_stm32g071xx.o(.text) -
    • main from main.o(.text.main) referenced from entry9a.o(.ARM.Collect$$$$0000000B) -
    -

    -

    -Global Symbols -

    -

    __main (Thumb, 0 bytes, Stack size unknown bytes, entry.o(.ARM.Collect$$$$00000000)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(.text) -
    -

    _main_stk (Thumb, 0 bytes, Stack size unknown bytes, entry2.o(.ARM.Collect$$$$00000001)) - -

    _main_scatterload (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) -

    [Calls]

    • >>   __scatterload -
    - -

    __main_after_scatterload (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) -

    [Called By]

    • >>   __scatterload -
    - -

    _main_clock (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008)) - -

    _main_cpp_init (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A)) - -

    _main_init (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B)) - -

    __rt_final_cpp (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D)) - -

    __rt_final_exit (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F)) - -

    Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    CEC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -

    [Calls]

    • >>   CEC_IRQHandler -
    -
    [Called By]
    • >>   CEC_IRQHandler -
    -
    [Address Reference Count : 1]
    • startup_stm32g071xx.o(RESET) -
    -

    EXTI0_1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    EXTI2_3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    EXTI4_15_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    FLASH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    I2C1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    I2C2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    PVD_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    RCC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    RTC_TAMP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    SPI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    TIM15_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    TIM17_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    TIM1_BRK_UP_TRG_COM_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    TIM1_CC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    TIM2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    TIM7_LPTIM2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    UCPD1_2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    USART1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    USART2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    USART3_4_LPUART1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    WWDG_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32g071xx.o(.text)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    __aeabi_memcpy (Thumb, 36 bytes, Stack size 0 bytes, memcpya.o(.text)) -

    [Called By]

    • >>   main -
    - -

    __aeabi_memcpy4 (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) - -

    __aeabi_memcpy8 (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) - -

    __aeabi_memset (Thumb, 14 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) -

    [Called By]

    • >>   _memset$wrapper -
    • >>   __aeabi_memclr -
    - -

    __aeabi_memset4 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) - -

    __aeabi_memset8 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) - -

    __aeabi_memclr (Thumb, 4 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_memset -
    - -

    __aeabi_memclr4 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   MX_TIM1_Init -
    • >>   save_flash_nolib -
    - -

    __aeabi_memclr8 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) - -

    _memset$wrapper (Thumb, 18 bytes, Stack size 8 bytes, memseta.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_memset -
    - -

    __aeabi_fadd (Thumb, 162 bytes, Stack size 24 bytes, fadd.o(.text)) -

    [Stack]

    • Max Depth = 36
    • Call Chain = __aeabi_fadd ⇒ _float_epilogue -
    -
    [Calls]
    • >>   _float_round -
    • >>   _float_epilogue -
    -
    [Called By]
    • >>   commutate -
    • >>   tenKhzRoutine -
    • >>   __aeabi_frsub -
    • >>   __aeabi_fsub -
    - -

    __aeabi_fsub (Thumb, 8 bytes, Stack size 0 bytes, fadd.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_fadd -
    - -

    __aeabi_frsub (Thumb, 8 bytes, Stack size 0 bytes, fadd.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_fadd -
    - -

    __aeabi_fdiv (Thumb, 124 bytes, Stack size 16 bytes, fdiv.o(.text)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_fdiv -
    -
    [Calls]
    • >>   _float_round -
    -
    [Called By]
    • >>   commutate -
    • >>   tenKhzRoutine -
    - -

    __aeabi_fcmple (Thumb, 28 bytes, Stack size 0 bytes, fcmple.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    __aeabi_fcmplt (Thumb, 28 bytes, Stack size 0 bytes, fcmplt.o(.text)) -

    [Called By]

    • >>   commutate -
    • >>   tenKhzRoutine -
    - -

    __aeabi_fcmpge (Thumb, 28 bytes, Stack size 0 bytes, fcmpge.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    __aeabi_fcmpgt (Thumb, 28 bytes, Stack size 0 bytes, fcmpgt.o(.text)) -

    [Called By]

    • >>   commutate -
    • >>   tenKhzRoutine -
    - -

    __aeabi_i2f (Thumb, 22 bytes, Stack size 8 bytes, fflti.o(.text)) -

    [Stack]

    • Max Depth = 20
    • Call Chain = __aeabi_i2f ⇒ _float_epilogue -
    -
    [Calls]
    • >>   _float_epilogue -
    -
    [Called By]
    • >>   commutate -
    • >>   tenKhzRoutine -
    - -

    __aeabi_f2iz (Thumb, 50 bytes, Stack size 0 bytes, ffixi.o(.text)) -

    [Called By]

    • >>   main -
    • >>   tenKhzRoutine -
    - -

    __aeabi_uidiv (Thumb, 0 bytes, Stack size 16 bytes, uidiv_div0.o(.text)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_uidiv -
    -
    [Called By]
    • >>   main -
    • >>   loadEEpromSettings -
    • >>   playBeaconTune3 -
    • >>   tenKhzRoutine -
    • >>   LL_USART_Init -
    • >>   enableCorePeripherals -
    • >>   MX_COMP2_Init -
    • >>   LL_Init1msTick -
    • >>   activateADC -
    • >>   LL_RCC_GetUSARTClockFreq -
    • >>   LL_RCC_GetSystemClocksFreq -
    • >>   playBlueJayTune -
    - -

    __aeabi_uidivmod (Thumb, 62 bytes, Stack size 16 bytes, uidiv_div0.o(.text), UNUSED) -

    [Called By]

    • >>   __aeabi_idivmod$div0 -
    - -

    __aeabi_idiv (Thumb, 0 bytes, Stack size 16 bytes, idiv_div0.o(.text)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_idiv -
    -
    [Called By]
    • >>   main -
    • >>   advanceincrement -
    • >>   map -
    • >>   tenKhzRoutine -
    - -

    __aeabi_idivmod$div0 (Thumb, 74 bytes, Stack size 16 bytes, idiv_div0.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_uidivmod -
    - -

    __I$use$fp (Thumb, 0 bytes, Stack size 0 bytes, iusefp.o(.text), UNUSED) - -

    _float_round (Thumb, 16 bytes, Stack size 0 bytes, fepilogue.o(.text)) -

    [Called By]

    • >>   __aeabi_fdiv -
    • >>   __aeabi_fadd -
    - -

    _float_epilogue (Thumb, 114 bytes, Stack size 12 bytes, fepilogue.o(.text)) -

    [Stack]

    • Max Depth = 12
    • Call Chain = _float_epilogue -
    -
    [Called By]
    • >>   __aeabi_i2f -
    • >>   __aeabi_fadd -
    - -

    __scatterload (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text)) -

    [Calls]

    • >>   __main_after_scatterload -
    -
    [Called By]
    • >>   _main_scatterload -
    - -

    __scatterload_rt2 (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED) - -

    __decompress (Thumb, 0 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) - -

    __decompress1 (Thumb, 86 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) - -

    ADC1_COMP_IRQHandler (Thumb, 48 bytes, Stack size 8 bytes, stm32g0xx_it.o(.text.ADC1_COMP_IRQHandler)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = ADC1_COMP_IRQHandler ⇒ interruptRoutine -
    -
    [Calls]
    • >>   interruptRoutine -
    -
    [Address Reference Count : 1]
    • startup_stm32g071xx.o(RESET) -
    -

    ADC_DMA_Callback (Thumb, 24 bytes, Stack size 0 bytes, adc.o(.text.ADC_DMA_Callback)) -

    [Called By]

    • >>   DMA1_Channel2_3_IRQHandler -
    - -

    ADC_Init (Thumb, 424 bytes, Stack size 120 bytes, adc.o(.text.ADC_Init)) -

    [Stack]

    • Max Depth = 148
    • Call Chain = ADC_Init ⇒ LL_GPIO_Init -
    -
    [Calls]
    • >>   LL_GPIO_Init -
    • >>   LL_ADC_REG_Init -
    • >>   LL_ADC_Init -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler (Thumb, 104 bytes, Stack size 16 bytes, stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler -
    -
    [Address Reference Count : 1]
    • startup_stm32g071xx.o(RESET) -
    -

    DMA1_Channel1_IRQHandler (Thumb, 72 bytes, Stack size 8 bytes, stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler)) -

    [Stack]

    • Max Depth = 160
    • Call Chain = DMA1_Channel1_IRQHandler ⇒ transfercomplete ⇒ computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   transfercomplete -
    -
    [Address Reference Count : 1]
    • startup_stm32g071xx.o(RESET) -
    -

    DMA1_Channel2_3_IRQHandler (Thumb, 76 bytes, Stack size 8 bytes, stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = DMA1_Channel2_3_IRQHandler -
    -
    [Calls]
    • >>   ADC_DMA_Callback -
    -
    [Address Reference Count : 1]
    • startup_stm32g071xx.o(RESET) -
    -

    HardFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32g0xx_it.o(.text.HardFault_Handler)) -

    [Calls]

    • >>   HardFault_Handler -
    -
    [Called By]
    • >>   HardFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_stm32g071xx.o(RESET) -
    -

    LL_ADC_Init (Thumb, 48 bytes, Stack size 0 bytes, stm32g0xx_ll_adc.o(.text.LL_ADC_Init)) -

    [Called By]

    • >>   ADC_Init -
    - -

    LL_ADC_REG_Init (Thumb, 68 bytes, Stack size 16 bytes, stm32g0xx_ll_adc.o(.text.LL_ADC_REG_Init)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = LL_ADC_REG_Init -
    -
    [Called By]
    • >>   ADC_Init -
    - -

    LL_COMP_Init (Thumb, 40 bytes, Stack size 20 bytes, stm32g0xx_ll_comp.o(.text.LL_COMP_Init)) -

    [Stack]

    • Max Depth = 20
    • Call Chain = LL_COMP_Init -
    -
    [Called By]
    • >>   MX_COMP2_Init -
    - -

    LL_GPIO_Init (Thumb, 176 bytes, Stack size 28 bytes, stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init)) -

    [Stack]

    • Max Depth = 28
    • Call Chain = LL_GPIO_Init -
    -
    [Called By]
    • >>   telem_UART_Init -
    • >>   MX_TIM3_Init -
    • >>   MX_TIM1_Init -
    • >>   MX_COMP2_Init -
    • >>   ADC_Init -
    - -

    LL_Init1msTick (Thumb, 28 bytes, Stack size 8 bytes, stm32g0xx_ll_utils.o(.text.LL_Init1msTick)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = LL_Init1msTick ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   SystemClock_Config -
    - -

    LL_RCC_GetSystemClocksFreq (Thumb, 132 bytes, Stack size 16 bytes, stm32g0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = LL_RCC_GetSystemClocksFreq ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   LL_USART_Init -
    - -

    LL_RCC_GetUSARTClockFreq (Thumb, 452 bytes, Stack size 16 bytes, stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = LL_RCC_GetUSARTClockFreq ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   LL_USART_Init -
    - -

    LL_SetSystemCoreClock (Thumb, 8 bytes, Stack size 0 bytes, stm32g0xx_ll_utils.o(.text.LL_SetSystemCoreClock)) -

    [Called By]

    • >>   SystemClock_Config -
    - -

    LL_TIM_BDTR_Init (Thumb, 128 bytes, Stack size 16 bytes, stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = LL_TIM_BDTR_Init -
    -
    [Called By]
    • >>   MX_TIM1_Init -
    - -

    LL_TIM_Init (Thumb, 156 bytes, Stack size 16 bytes, stm32g0xx_ll_tim.o(.text.LL_TIM_Init)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = LL_TIM_Init -
    -
    [Called By]
    • >>   initCorePeripherals -
    • >>   MX_TIM3_Init -
    • >>   MX_TIM1_Init -
    - -

    LL_TIM_OC_Init (Thumb, 752 bytes, Stack size 36 bytes, stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init)) -

    [Stack]

    • Max Depth = 36
    • Call Chain = LL_TIM_OC_Init -
    -
    [Called By]
    • >>   MX_TIM1_Init -
    - -

    LL_USART_Init (Thumb, 224 bytes, Stack size 32 bytes, stm32g0xx_ll_usart.o(.text.LL_USART_Init)) -

    [Stack]

    • Max Depth = 64
    • Call Chain = LL_USART_Init ⇒ LL_RCC_GetUSARTClockFreq ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    • >>   LL_RCC_GetUSARTClockFreq -
    • >>   LL_RCC_GetSystemClocksFreq -
    -
    [Called By]
    • >>   telem_UART_Init -
    - -

    MX_COMP2_Init (Thumb, 284 bytes, Stack size 80 bytes, peripherals.o(.text.MX_COMP2_Init)) -

    [Stack]

    • Max Depth = 108
    • Call Chain = MX_COMP2_Init ⇒ LL_GPIO_Init -
    -
    [Calls]
    • >>   LL_COMP_Init -
    • >>   LL_GPIO_Init -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    MX_IWDG_Init (Thumb, 32 bytes, Stack size 0 bytes, peripherals.o(.text.MX_IWDG_Init)) -

    [Called By]

    • >>   main -
    - -

    MX_TIM1_Init (Thumb, 528 bytes, Stack size 176 bytes, peripherals.o(.text.MX_TIM1_Init)) -

    [Stack]

    • Max Depth = 212
    • Call Chain = MX_TIM1_Init ⇒ LL_TIM_OC_Init -
    -
    [Calls]
    • >>   LL_TIM_OC_Init -
    • >>   LL_TIM_Init -
    • >>   LL_TIM_BDTR_Init -
    • >>   LL_GPIO_Init -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    MX_TIM3_Init (Thumb, 264 bytes, Stack size 72 bytes, peripherals.o(.text.MX_TIM3_Init)) -

    [Stack]

    • Max Depth = 100
    • Call Chain = MX_TIM3_Init ⇒ LL_GPIO_Init -
    -
    [Calls]
    • >>   LL_TIM_Init -
    • >>   LL_GPIO_Init -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    NMI_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32g0xx_it.o(.text.NMI_Handler)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32g0xx_it.o(.text.PendSV_Handler)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    PeriodElapsedCallback (Thumb, 76 bytes, Stack size 16 bytes, main.o(.text.PeriodElapsedCallback)) -

    [Stack]

    • Max Depth = 76
    • Call Chain = PeriodElapsedCallback ⇒ commutate ⇒ __aeabi_fadd ⇒ _float_epilogue -
    -
    [Calls]
    • >>   commutate -
    • >>   disableComTimerInt -
    • >>   enableCompInterrupts -
    -
    [Called By]
    • >>   TIM14_IRQHandler -
    - -

    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32g0xx_it.o(.text.SVC_Handler)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    SysTick_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32g0xx_it.o(.text.SysTick_Handler)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    SystemClock_Config (Thumb, 164 bytes, Stack size 16 bytes, peripherals.o(.text.SystemClock_Config)) -

    [Stack]

    • Max Depth = 40
    • Call Chain = SystemClock_Config ⇒ LL_Init1msTick ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   LL_SetSystemCoreClock -
    • >>   LL_Init1msTick -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    SystemInit (Thumb, 12 bytes, Stack size 0 bytes, system_stm32g0xx.o(.text.SystemInit)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(.text) -
    -

    TIM14_IRQHandler (Thumb, 24 bytes, Stack size 8 bytes, stm32g0xx_it.o(.text.TIM14_IRQHandler)) -

    [Stack]

    • Max Depth = 84
    • Call Chain = TIM14_IRQHandler ⇒ PeriodElapsedCallback ⇒ commutate ⇒ __aeabi_fadd ⇒ _float_epilogue -
    -
    [Calls]
    • >>   PeriodElapsedCallback -
    -
    [Address Reference Count : 1]
    • startup_stm32g071xx.o(RESET) -
    -

    TIM16_IRQHandler (Thumb, 36 bytes, Stack size 0 bytes, stm32g0xx_it.o(.text.TIM16_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    TIM3_IRQHandler (Thumb, 36 bytes, Stack size 0 bytes, stm32g0xx_it.o(.text.TIM3_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_stm32g071xx.o(RESET) -
    -

    TIM6_DAC_LPTIM1_IRQHandler (Thumb, 24 bytes, Stack size 8 bytes, stm32g0xx_it.o(.text.TIM6_DAC_LPTIM1_IRQHandler)) -

    [Stack]

    • Max Depth = 192
    • Call Chain = TIM6_DAC_LPTIM1_IRQHandler ⇒ tenKhzRoutine ⇒ computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   tenKhzRoutine -
    -
    [Address Reference Count : 1]
    • startup_stm32g071xx.o(RESET) -
    -

    activateADC (Thumb, 160 bytes, Stack size 24 bytes, adc.o(.text.activateADC)) -

    [Stack]

    • Max Depth = 40
    • Call Chain = activateADC ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    advanceincrement (Thumb, 276 bytes, Stack size 32 bytes, main.o(.text.advanceincrement)) -

    [Stack]

    • Max Depth = 48
    • Call Chain = advanceincrement ⇒ __aeabi_idiv -
    -
    [Calls]
    • >>   setPWMCompare3 -
    • >>   setPWMCompare2 -
    • >>   setPWMCompare1 -
    • >>   __aeabi_idiv -
    -
    [Called By]
    • >>   main -
    - -

    allOff (Thumb, 104 bytes, Stack size 16 bytes, phaseouts.o(.text.allOff)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = allOff -
    -
    [Called By]
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   tenKhzRoutine -
    • >>   playBlueJayTune -
    - -

    allpwm (Thumb, 136 bytes, Stack size 16 bytes, phaseouts.o(.text.allpwm)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = allpwm -
    -
    [Called By]
    • >>   main -
    - -

    changeCompInput (Thumb, 148 bytes, Stack size 16 bytes, comparator.o(.text.changeCompInput)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = changeCompInput -
    -
    [Called By]
    • >>   commutate -
    - -

    comStep (Thumb, 688 bytes, Stack size 16 bytes, phaseouts.o(.text.comStep)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = comStep -
    -
    [Called By]
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   commutate -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   playBlueJayTune -
    - -

    commutate (Thumb, 312 bytes, Stack size 24 bytes, main.o(.text.commutate)) -

    [Stack]

    • Max Depth = 60
    • Call Chain = commutate ⇒ __aeabi_fadd ⇒ _float_epilogue -
    -
    [Calls]
    • >>   __aeabi_i2f -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fadd -
    • >>   comStep -
    • >>   changeCompInput -
    -
    [Called By]
    • >>   main -
    • >>   tenKhzRoutine -
    • >>   PeriodElapsedCallback -
    - -

    computeDshotDMA (Thumb, 868 bytes, Stack size 80 bytes, dshot.o(.text.computeDshotDMA)) -

    [Stack]

    • Max Depth = 136
    • Call Chain = computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   saveEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   getInputPinState -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    computeServoInput (Thumb, 352 bytes, Stack size 24 bytes, signal.o(.text.computeServoInput)) -

    [Stack]

    • Max Depth = 56
    • Call Chain = computeServoInput ⇒ map ⇒ __aeabi_idiv -
    -
    [Calls]
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   map -
    • >>   getAbsDif -
    • >>   saveEEpromSettings -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    delayMicros (Thumb, 16 bytes, Stack size 0 bytes, functions.o(.text.delayMicros)) -

    [Called By]

    • >>   main -
    - -

    delayMillis (Thumb, 40 bytes, Stack size 0 bytes, functions.o(.text.delayMillis)) -

    [Called By]

    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   tenKhzRoutine -
    • >>   playBlueJayTune -
    - -

    detectInput (Thumb, 324 bytes, Stack size 24 bytes, signal.o(.text.detectInput)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = detectInput -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    disableComTimerInt (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.disableComTimerInt)) -

    [Called By]

    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    enableADC_DMA (Thumb, 72 bytes, Stack size 0 bytes, adc.o(.text.enableADC_DMA)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    enableCompInterrupts (Thumb, 16 bytes, Stack size 0 bytes, comparator.o(.text.enableCompInterrupts)) -

    [Called By]

    • >>   main -
    • >>   tenKhzRoutine -
    • >>   PeriodElapsedCallback -
    - -

    enableCorePeripherals (Thumb, 252 bytes, Stack size 16 bytes, peripherals.o(.text.enableCorePeripherals)) -

    [Stack]

    • Max Depth = 164
    • Call Chain = enableCorePeripherals ⇒ ADC_Init ⇒ LL_GPIO_Init -
    -
    [Calls]
    • >>   enableADC_DMA -
    • >>   activateADC -
    • >>   ADC_Init -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   main -
    - -

    enableHalfTransferInt (Thumb, 12 bytes, Stack size 0 bytes, io.o(.text.enableHalfTransferInt)) -

    [Called By]

    • >>   transfercomplete -
    - -

    fullBrake (Thumb, 104 bytes, Stack size 16 bytes, phaseouts.o(.text.fullBrake)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = fullBrake -
    -
    [Called By]
    • >>   tenKhzRoutine -
    - -

    generatePwmTimerEvent (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.generatePwmTimerEvent)) -

    [Called By]

    • >>   main -
    - -

    getAbsDif (Thumb, 10 bytes, Stack size 0 bytes, functions.o(.text.getAbsDif)) -

    [Called By]

    • >>   main -
    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    • >>   computeServoInput -
    - -

    getCompOutputLevel (Thumb, 12 bytes, Stack size 0 bytes, comparator.o(.text.getCompOutputLevel)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    getInputPinState (Thumb, 12 bytes, Stack size 0 bytes, io.o(.text.getInputPinState)) -

    [Called By]

    • >>   computeDshotDMA -
    - -

    getintervaTimerCount (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.getintervaTimerCount)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    initAfterJump (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.initAfterJump)) -

    [Called By]

    • >>   main -
    - -

    initCorePeripherals (Thumb, 504 bytes, Stack size 72 bytes, peripherals.o(.text.initCorePeripherals)) -

    [Stack]

    • Max Depth = 284
    • Call Chain = initCorePeripherals ⇒ MX_TIM1_Init ⇒ LL_TIM_OC_Init -
    -
    [Calls]
    • >>   telem_UART_Init -
    • >>   SystemClock_Config -
    • >>   MX_TIM3_Init -
    • >>   MX_TIM1_Init -
    • >>   MX_COMP2_Init -
    • >>   LL_TIM_Init -
    -
    [Called By]
    • >>   main -
    - -

    interruptRoutine (Thumb, 168 bytes, Stack size 16 bytes, main.o(.text.interruptRoutine)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = interruptRoutine -
    -
    [Calls]
    • >>   setintervaTimerCount -
    • >>   setAndEnableComInt -
    • >>   getintervaTimerCount -
    • >>   maskPhaseInterrupts -
    • >>   getCompOutputLevel -
    -
    [Called By]
    • >>   ADC1_COMP_IRQHandler -
    - -

    loadEEpromSettings (Thumb, 676 bytes, Stack size 32 bytes, main.o(.text.loadEEpromSettings)) -

    [Stack]

    • Max Depth = 64
    • Call Chain = loadEEpromSettings ⇒ map ⇒ __aeabi_idiv -
    -
    [Calls]
    • >>   setVolume -
    • >>   map -
    • >>   setAutoReloadPWM -
    • >>   read_flash_bin -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   main -
    - -

    main (Thumb, 1916 bytes, Stack size 56 bytes, main.o(.text.main)) -

    [Stack]

    • Max Depth = 340
    • Call Chain = main ⇒ initCorePeripherals ⇒ MX_TIM1_Init ⇒ LL_TIM_OC_Init -
    -
    [Calls]
    • >>   loadEEpromSettings -
    • >>   commutate -
    • >>   advanceincrement -
    • >>   __aeabi_f2iz -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMicros -
    • >>   playStartupTune -
    • >>   send_telem_DMA -
    • >>   makeTelemPackage -
    • >>   proportionalBrake -
    • >>   allpwm -
    • >>   allOff -
    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   reloadWatchDogCounter -
    • >>   initCorePeripherals -
    • >>   initAfterJump -
    • >>   getintervaTimerCount -
    • >>   generatePwmTimerEvent -
    • >>   enableCorePeripherals -
    • >>   disableComTimerInt -
    • >>   MX_IWDG_Init -
    • >>   receiveDshotDma -
    • >>   save_flash_nolib -
    • >>   maskPhaseInterrupts -
    • >>   getCompOutputLevel -
    • >>   enableCompInterrupts -
    • >>   __aeabi_idiv -
    • >>   __aeabi_uidiv -
    • >>   __aeabi_memcpy -
    -
    [Address Reference Count : 1]
    • entry9a.o(.ARM.Collect$$$$0000000B) -
    -

    makeTelemPackage (Thumb, 1580 bytes, Stack size 32 bytes, serial_telemetry.o(.text.makeTelemPackage)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = makeTelemPackage -
    -
    [Called By]
    • >>   main -
    - -

    make_dshot_package (Thumb, 408 bytes, Stack size 36 bytes, dshot.o(.text.make_dshot_package)) -

    [Stack]

    • Max Depth = 36
    • Call Chain = make_dshot_package -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    map (Thumb, 38 bytes, Stack size 16 bytes, functions.o(.text.map)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = map ⇒ __aeabi_idiv -
    -
    [Calls]
    • >>   __aeabi_idiv -
    -
    [Called By]
    • >>   main -
    • >>   loadEEpromSettings -
    • >>   tenKhzRoutine -
    • >>   computeServoInput -
    - -

    maskPhaseInterrupts (Thumb, 24 bytes, Stack size 0 bytes, comparator.o(.text.maskPhaseInterrupts)) -

    [Called By]

    • >>   main -
    • >>   tenKhzRoutine -
    • >>   interruptRoutine -
    - -

    playBeaconTune3 (Thumb, 92 bytes, Stack size 8 bytes, sounds.o(.text.playBeaconTune3)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playBeaconTune3 ⇒ comStep -
    -
    [Calls]
    • >>   delayMillis -
    • >>   comStep -
    • >>   allOff -
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   computeDshotDMA -
    • >>   transfercomplete -
    - -

    playBlueJayTune (Thumb, 208 bytes, Stack size 32 bytes, sounds.o(.text.playBlueJayTune)) -

    [Stack]

    • Max Depth = 48
    • Call Chain = playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   delayMillis -
    • >>   comStep -
    • >>   allOff -
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   __aeabi_uidiv -
    -
    [Called By]
    • >>   playStartupTune -
    - -

    playChangedTone (Thumb, 80 bytes, Stack size 8 bytes, sounds.o(.text.playChangedTone)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playChangedTone ⇒ comStep -
    -
    [Calls]
    • >>   delayMillis -
    • >>   comStep -
    • >>   allOff -
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   computeServoInput -
    - -

    playDefaultTone (Thumb, 80 bytes, Stack size 8 bytes, sounds.o(.text.playDefaultTone)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playDefaultTone ⇒ comStep -
    -
    [Calls]
    • >>   delayMillis -
    • >>   comStep -
    • >>   allOff -
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   computeServoInput -
    - -

    playInputTune (Thumb, 100 bytes, Stack size 8 bytes, sounds.o(.text.playInputTune)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playInputTune ⇒ comStep -
    -
    [Calls]
    • >>   delayMillis -
    • >>   comStep -
    • >>   allOff -
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    -
    [Called By]
    • >>   computeDshotDMA -
    • >>   tenKhzRoutine -
    - -

    playInputTune2 (Thumb, 104 bytes, Stack size 8 bytes, sounds.o(.text.playInputTune2)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = playInputTune2 ⇒ comStep -
    -
    [Calls]
    • >>   delayMillis -
    • >>   comStep -
    • >>   allOff -
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    -
    [Called By]
    • >>   computeDshotDMA -
    - -

    playStartupTune (Thumb, 120 bytes, Stack size 8 bytes, sounds.o(.text.playStartupTune)) -

    [Stack]

    • Max Depth = 56
    • Call Chain = playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   delayMillis -
    • >>   comStep -
    • >>   allOff -
    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   playBlueJayTune -
    -
    [Called By]
    • >>   main -
    • >>   computeDshotDMA -
    - -

    proportionalBrake (Thumb, 96 bytes, Stack size 16 bytes, phaseouts.o(.text.proportionalBrake)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = proportionalBrake -
    -
    [Called By]
    • >>   main -
    • >>   tenKhzRoutine -
    - -

    read_flash_bin (Thumb, 18 bytes, Stack size 0 bytes, eeprom.o(.text.read_flash_bin)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    receiveDshotDma (Thumb, 156 bytes, Stack size 16 bytes, io.o(.text.receiveDshotDma)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = receiveDshotDma -
    -
    [Called By]
    • >>   main -
    • >>   transfercomplete -
    - -

    reloadWatchDogCounter (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.reloadWatchDogCounter)) -

    [Called By]

    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   tenKhzRoutine -
    • >>   playBlueJayTune -
    - -

    resetInputCaptureTimer (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.resetInputCaptureTimer)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    saveEEpromSettings (Thumb, 88 bytes, Stack size 8 bytes, main.o(.text.saveEEpromSettings)) -

    [Stack]

    • Max Depth = 28
    • Call Chain = saveEEpromSettings ⇒ save_flash_nolib -
    -
    [Calls]
    • >>   save_flash_nolib -
    -
    [Called By]
    • >>   computeDshotDMA -
    • >>   computeServoInput -
    - -

    save_flash_nolib (Thumb, 328 bytes, Stack size 20 bytes, eeprom.o(.text.save_flash_nolib)) -

    [Stack]

    • Max Depth = 20
    • Call Chain = save_flash_nolib -
    -
    [Calls]
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   main -
    • >>   saveEEpromSettings -
    - -

    sendDshotDma (Thumb, 172 bytes, Stack size 16 bytes, io.o(.text.sendDshotDma)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = sendDshotDma -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    send_telem_DMA (Thumb, 60 bytes, Stack size 16 bytes, serial_telemetry.o(.text.send_telem_DMA)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = send_telem_DMA -
    -
    [Called By]
    • >>   main -
    - -

    setAndEnableComInt (Thumb, 20 bytes, Stack size 0 bytes, peripherals.o(.text.setAndEnableComInt)) -

    [Called By]

    • >>   interruptRoutine -
    - -

    setAutoReloadPWM (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setAutoReloadPWM)) -

    [Called By]

    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   loadEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   tenKhzRoutine -
    • >>   playBlueJayTune -
    - -

    setDutyCycleAll (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setDutyCycleAll)) -

    [Called By]

    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   tenKhzRoutine -
    • >>   playBlueJayTune -
    - -

    setInputPolarityRising (Thumb, 12 bytes, Stack size 0 bytes, io.o(.text.setInputPolarityRising)) -

    [Called By]

    • >>   transfercomplete -
    - -

    setPWMCompare1 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare1)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare2 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare2)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare3 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare3)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPrescalerPWM (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPrescalerPWM)) -

    [Called By]

    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   playBlueJayTune -
    - -

    setVolume (Thumb, 16 bytes, Stack size 0 bytes, sounds.o(.text.setVolume)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    setintervaTimerCount (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setintervaTimerCount)) -

    [Called By]

    • >>   main -
    • >>   tenKhzRoutine -
    • >>   interruptRoutine -
    - -

    telem_UART_Init (Thumb, 348 bytes, Stack size 88 bytes, serial_telemetry.o(.text.telem_UART_Init)) -

    [Stack]

    • Max Depth = 152
    • Call Chain = telem_UART_Init ⇒ LL_USART_Init ⇒ LL_RCC_GetUSARTClockFreq ⇒ __aeabi_uidiv -
    -
    [Calls]
    • >>   LL_USART_Init -
    • >>   LL_GPIO_Init -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    tenKhzRoutine (Thumb, 2556 bytes, Stack size 48 bytes, main.o(.text.tenKhzRoutine)) -

    [Stack]

    • Max Depth = 184
    • Call Chain = tenKhzRoutine ⇒ computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   commutate -
    • >>   __aeabi_i2f -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmple -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fcmpge -
    • >>   __aeabi_fadd -
    • >>   __aeabi_f2iz -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMillis -
    • >>   playInputTune -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    • >>   proportionalBrake -
    • >>   fullBrake -
    • >>   allOff -
    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   resetInputCaptureTimer -
    • >>   reloadWatchDogCounter -
    • >>   maskPhaseInterrupts -
    • >>   enableCompInterrupts -
    • >>   __aeabi_idiv -
    • >>   __aeabi_uidiv -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   TIM6_DAC_LPTIM1_IRQHandler -
    - -

    transfercomplete (Thumb, 248 bytes, Stack size 16 bytes, signal.o(.text.transfercomplete)) -

    [Stack]

    • Max Depth = 152
    • Call Chain = transfercomplete ⇒ computeDshotDMA ⇒ playStartupTune ⇒ playBlueJayTune ⇒ comStep -
    -
    [Calls]
    • >>   getAbsDif -
    • >>   playBeaconTune3 -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    • >>   setInputPolarityRising -
    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    • >>   enableHalfTransferInt -
    • >>   detectInput -
    • >>   computeServoInput -
    -
    [Called By]
    • >>   DMA1_Channel1_IRQHandler -
    - -

    __scatterload_copy (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED) - -

    __scatterload_null (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED) - -

    __scatterload_zeroinit (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED) -

    -

    -Local Symbols -

    -

    -Undefined Global Symbols -


    diff --git a/Keil_Projects/Objects/AM32_GEN_64K_G071.lnp b/Keil_Projects/Objects/AM32_GEN_64K_G071.lnp deleted file mode 100644 index 30db5708..00000000 --- a/Keil_Projects/Objects/AM32_GEN_64K_G071.lnp +++ /dev/null @@ -1,32 +0,0 @@ ---cpu Cortex-M0+ -".\objects\startup_stm32g071xx.o" -".\objects\adc.o" -".\objects\comparator.o" -".\objects\eeprom.o" -".\objects\io.o" -".\objects\peripherals.o" -".\objects\phaseouts.o" -".\objects\serial_telemetry.o" -".\objects\stm32g0xx_it.o" -".\objects\system_stm32g0xx.o" -".\objects\ws2812.o" -".\objects\dshot.o" -".\objects\functions.o" -".\objects\main.o" -".\objects\signal.o" -".\objects\sounds.o" -".\objects\firmwareversion.o" -".\objects\stm32g0xx_ll_adc.o" -".\objects\stm32g0xx_ll_comp.o" -".\objects\stm32g0xx_ll_dma.o" -".\objects\stm32g0xx_ll_exti.o" -".\objects\stm32g0xx_ll_gpio.o" -".\objects\stm32g0xx_ll_pwr.o" -".\objects\stm32g0xx_ll_rcc.o" -".\objects\stm32g0xx_ll_tim.o" -".\objects\stm32g0xx_ll_usart.o" -".\objects\stm32g0xx_ll_utils.o" ---library_type=microlib --strict --scatter "..\Mcu\g071\Am32_64kb_g071.sct" ---summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols ---info sizes --info totals --info unused --info veneers ---list "AM32_GEN_64K_G071.map" -o .\Objects\AM32_GEN_64K_G071.axf \ No newline at end of file diff --git a/Keil_Projects/Objects/AM32_GEN_64K_G071.map b/Keil_Projects/Objects/AM32_GEN_64K_G071.map deleted file mode 100644 index aa517a8d..00000000 --- a/Keil_Projects/Objects/AM32_GEN_64K_G071.map +++ /dev/null @@ -1,2257 +0,0 @@ -Component: ARM Compiler 6.16 Tool: armlink [5dfeaa00] - -============================================================================== - -Section Cross References - - startup_stm32g071xx.o(RESET) refers to startup_stm32g071xx.o(STACK) for __initial_sp - startup_stm32g071xx.o(RESET) refers to startup_stm32g071xx.o(.text) for Reset_Handler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.NMI_Handler) for NMI_Handler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.HardFault_Handler) for HardFault_Handler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.SVC_Handler) for SVC_Handler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.PendSV_Handler) for PendSV_Handler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.SysTick_Handler) for SysTick_Handler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) for DMA1_Channel1_IRQHandler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) for DMA1_Channel2_3_IRQHandler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) for DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.ADC1_COMP_IRQHandler) for ADC1_COMP_IRQHandler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.TIM3_IRQHandler) for TIM3_IRQHandler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.TIM6_DAC_LPTIM1_IRQHandler) for TIM6_DAC_LPTIM1_IRQHandler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.TIM14_IRQHandler) for TIM14_IRQHandler - startup_stm32g071xx.o(RESET) refers to stm32g0xx_it.o(.text.TIM16_IRQHandler) for TIM16_IRQHandler - startup_stm32g071xx.o(.text) refers to system_stm32g0xx.o(.text.SystemInit) for SystemInit - startup_stm32g071xx.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main - adc.o(.text.ADC_DMA_Callback) refers to adc.o(.bss.ADCDataDMA) for ADCDataDMA - adc.o(.text.ADC_DMA_Callback) refers to main.o(.bss..L_MergedGlobals.2) for ADC_raw_temp - adc.o(.ARM.exidx.text.ADC_DMA_Callback) refers to adc.o(.text.ADC_DMA_Callback) for [Anonymous Symbol] - adc.o(.text.enableADC_DMA) refers to adc.o(.bss.ADCDataDMA) for ADCDataDMA - adc.o(.ARM.exidx.text.enableADC_DMA) refers to adc.o(.text.enableADC_DMA) for [Anonymous Symbol] - adc.o(.text.activateADC) refers to uidiv_div0.o(.text) for __aeabi_uidiv - adc.o(.text.activateADC) refers to system_stm32g0xx.o(.data.SystemCoreClock) for SystemCoreClock - adc.o(.ARM.exidx.text.activateADC) refers to adc.o(.text.activateADC) for [Anonymous Symbol] - adc.o(.text.ADC_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - adc.o(.text.ADC_Init) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_REG_Init) for LL_ADC_REG_Init - adc.o(.text.ADC_Init) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_Init) for LL_ADC_Init - adc.o(.ARM.exidx.text.ADC_Init) refers to adc.o(.text.ADC_Init) for [Anonymous Symbol] - comparator.o(.text.getCompOutputLevel) refers to comparator.o(.data..L_MergedGlobals) for [Anonymous Symbol] - comparator.o(.ARM.exidx.text.getCompOutputLevel) refers to comparator.o(.text.getCompOutputLevel) for [Anonymous Symbol] - comparator.o(.ARM.exidx.text.maskPhaseInterrupts) refers to comparator.o(.text.maskPhaseInterrupts) for [Anonymous Symbol] - comparator.o(.text.enableCompInterrupts) refers to comparator.o(.data..L_MergedGlobals) for [Anonymous Symbol] - comparator.o(.ARM.exidx.text.enableCompInterrupts) refers to comparator.o(.text.enableCompInterrupts) for [Anonymous Symbol] - comparator.o(.text.changeCompInput) refers to main.o(.data..L_MergedGlobals) for step - comparator.o(.text.changeCompInput) refers to comparator.o(.data..L_MergedGlobals) for [Anonymous Symbol] - comparator.o(.ARM.exidx.text.changeCompInput) refers to comparator.o(.text.changeCompInput) for [Anonymous Symbol] - eeprom.o(.text.save_flash_nolib) refers to memseta.o(.text) for __aeabi_memclr4 - eeprom.o(.text.save_flash_nolib) refers to eeprom.o(.data..L_MergedGlobals) for [Anonymous Symbol] - eeprom.o(.ARM.exidx.text.save_flash_nolib) refers to eeprom.o(.text.save_flash_nolib) for [Anonymous Symbol] - eeprom.o(.ARM.exidx.text.read_flash_bin) refers to eeprom.o(.text.read_flash_bin) for [Anonymous Symbol] - io.o(.text.changeToInput) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - io.o(.text.changeToInput) refers to io.o(.bss.out_put) for out_put - io.o(.ARM.exidx.text.changeToInput) refers to io.o(.text.changeToInput) for [Anonymous Symbol] - io.o(.text.receiveDshotDma) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - io.o(.text.receiveDshotDma) refers to io.o(.bss.out_put) for out_put - io.o(.text.receiveDshotDma) refers to io.o(.bss.dma_buffer) for dma_buffer - io.o(.text.receiveDshotDma) refers to signal.o(.data..L_MergedGlobals) for buffersize - io.o(.ARM.exidx.text.receiveDshotDma) refers to io.o(.text.receiveDshotDma) for [Anonymous Symbol] - io.o(.text.changeToOutput) refers to signal.o(.bss..L_MergedGlobals.1) for output_timer_prescaler - io.o(.text.changeToOutput) refers to io.o(.bss.out_put) for out_put - io.o(.ARM.exidx.text.changeToOutput) refers to io.o(.text.changeToOutput) for [Anonymous Symbol] - io.o(.text.sendDshotDma) refers to signal.o(.bss..L_MergedGlobals.1) for output_timer_prescaler - io.o(.text.sendDshotDma) refers to io.o(.bss.out_put) for out_put - io.o(.text.sendDshotDma) refers to dshot.o(.bss.gcr) for gcr - io.o(.text.sendDshotDma) refers to io.o(.data.buffer_padding) for buffer_padding - io.o(.ARM.exidx.text.sendDshotDma) refers to io.o(.text.sendDshotDma) for [Anonymous Symbol] - io.o(.ARM.exidx.text.getInputPinState) refers to io.o(.text.getInputPinState) for [Anonymous Symbol] - io.o(.ARM.exidx.text.setInputPolarityRising) refers to io.o(.text.setInputPolarityRising) for [Anonymous Symbol] - io.o(.ARM.exidx.text.setInputPullDown) refers to io.o(.text.setInputPullDown) for [Anonymous Symbol] - io.o(.ARM.exidx.text.setInputPullUp) refers to io.o(.text.setInputPullUp) for [Anonymous Symbol] - io.o(.ARM.exidx.text.enableHalfTransferInt) refers to io.o(.text.enableHalfTransferInt) for [Anonymous Symbol] - io.o(.ARM.exidx.text.setInputPullNone) refers to io.o(.text.setInputPullNone) for [Anonymous Symbol] - peripherals.o(.text.initCorePeripherals) refers to peripherals.o(.text.SystemClock_Config) for SystemClock_Config - peripherals.o(.text.initCorePeripherals) refers to peripherals.o(.text.MX_COMP2_Init) for MX_COMP2_Init - peripherals.o(.text.initCorePeripherals) refers to peripherals.o(.text.MX_TIM1_Init) for MX_TIM1_Init - peripherals.o(.text.initCorePeripherals) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.text.initCorePeripherals) refers to peripherals.o(.text.MX_TIM3_Init) for MX_TIM3_Init - peripherals.o(.text.initCorePeripherals) refers to serial_telemetry.o(.text.telem_UART_Init) for telem_UART_Init - peripherals.o(.ARM.exidx.text.initCorePeripherals) refers to peripherals.o(.text.initCorePeripherals) for [Anonymous Symbol] - peripherals.o(.text.SystemClock_Config) refers to stm32g0xx_ll_utils.o(.text.LL_Init1msTick) for LL_Init1msTick - peripherals.o(.text.SystemClock_Config) refers to stm32g0xx_ll_utils.o(.text.LL_SetSystemCoreClock) for LL_SetSystemCoreClock - peripherals.o(.ARM.exidx.text.SystemClock_Config) refers to peripherals.o(.text.SystemClock_Config) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_GPIO_Init) refers to peripherals.o(.text.MX_GPIO_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_DMA_Init) refers to peripherals.o(.text.MX_DMA_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_COMP2_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.text.MX_COMP2_Init) refers to stm32g0xx_ll_comp.o(.text.LL_COMP_Init) for LL_COMP_Init - peripherals.o(.text.MX_COMP2_Init) refers to uidiv_div0.o(.text) for __aeabi_uidiv - peripherals.o(.text.MX_COMP2_Init) refers to system_stm32g0xx.o(.data.SystemCoreClock) for SystemCoreClock - peripherals.o(.ARM.exidx.text.MX_COMP2_Init) refers to peripherals.o(.text.MX_COMP2_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_TIM1_Init) refers to memseta.o(.text) for __aeabi_memclr4 - peripherals.o(.text.MX_TIM1_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.text.MX_TIM1_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) for LL_TIM_OC_Init - peripherals.o(.text.MX_TIM1_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) for LL_TIM_BDTR_Init - peripherals.o(.text.MX_TIM1_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.ARM.exidx.text.MX_TIM1_Init) refers to peripherals.o(.text.MX_TIM1_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_TIM2_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.ARM.exidx.text.MX_TIM2_Init) refers to peripherals.o(.text.MX_TIM2_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_TIM3_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.text.MX_TIM3_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.ARM.exidx.text.MX_TIM3_Init) refers to peripherals.o(.text.MX_TIM3_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_TIM14_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.ARM.exidx.text.MX_TIM14_Init) refers to peripherals.o(.text.MX_TIM14_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_TIM17_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.ARM.exidx.text.MX_TIM17_Init) refers to peripherals.o(.text.MX_TIM17_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_TIM6_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.ARM.exidx.text.MX_TIM6_Init) refers to peripherals.o(.text.MX_TIM6_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.initAfterJump) refers to peripherals.o(.text.initAfterJump) for [Anonymous Symbol] - peripherals.o(.text.MX_COMP1_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.text.MX_COMP1_Init) refers to stm32g0xx_ll_comp.o(.text.LL_COMP_Init) for LL_COMP_Init - peripherals.o(.text.MX_COMP1_Init) refers to uidiv_div0.o(.text) for __aeabi_uidiv - peripherals.o(.text.MX_COMP1_Init) refers to system_stm32g0xx.o(.data.SystemCoreClock) for SystemCoreClock - peripherals.o(.ARM.exidx.text.MX_COMP1_Init) refers to peripherals.o(.text.MX_COMP1_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.MX_IWDG_Init) refers to peripherals.o(.text.MX_IWDG_Init) for [Anonymous Symbol] - peripherals.o(.text.MX_TIM16_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - peripherals.o(.text.MX_TIM16_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - peripherals.o(.ARM.exidx.text.MX_TIM16_Init) refers to peripherals.o(.text.MX_TIM16_Init) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.reloadWatchDogCounter) refers to peripherals.o(.text.reloadWatchDogCounter) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.disableComTimerInt) refers to peripherals.o(.text.disableComTimerInt) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.enableComTimerInt) refers to peripherals.o(.text.enableComTimerInt) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setAndEnableComInt) refers to peripherals.o(.text.setAndEnableComInt) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.getintervaTimerCount) refers to peripherals.o(.text.getintervaTimerCount) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setintervaTimerCount) refers to peripherals.o(.text.setintervaTimerCount) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setPrescalerPWM) refers to peripherals.o(.text.setPrescalerPWM) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setAutoReloadPWM) refers to peripherals.o(.text.setAutoReloadPWM) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setDutyCycleAll) refers to peripherals.o(.text.setDutyCycleAll) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setPWMCompare1) refers to peripherals.o(.text.setPWMCompare1) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setPWMCompare2) refers to peripherals.o(.text.setPWMCompare2) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.setPWMCompare3) refers to peripherals.o(.text.setPWMCompare3) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.generatePwmTimerEvent) refers to peripherals.o(.text.generatePwmTimerEvent) for [Anonymous Symbol] - peripherals.o(.ARM.exidx.text.resetInputCaptureTimer) refers to peripherals.o(.text.resetInputCaptureTimer) for [Anonymous Symbol] - peripherals.o(.text.enableCorePeripherals) refers to adc.o(.text.ADC_Init) for ADC_Init - peripherals.o(.text.enableCorePeripherals) refers to adc.o(.text.enableADC_DMA) for enableADC_DMA - peripherals.o(.text.enableCorePeripherals) refers to adc.o(.text.activateADC) for activateADC - peripherals.o(.text.enableCorePeripherals) refers to uidiv_div0.o(.text) for __aeabi_uidiv - peripherals.o(.text.enableCorePeripherals) refers to system_stm32g0xx.o(.data.SystemCoreClock) for SystemCoreClock - peripherals.o(.ARM.exidx.text.enableCorePeripherals) refers to peripherals.o(.text.enableCorePeripherals) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.proportionalBrake) refers to phaseouts.o(.text.proportionalBrake) for [Anonymous Symbol] - phaseouts.o(.text.phaseBPWM) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.phaseBPWM) refers to phaseouts.o(.text.phaseBPWM) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseBFLOAT) refers to phaseouts.o(.text.phaseBFLOAT) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseBLOW) refers to phaseouts.o(.text.phaseBLOW) for [Anonymous Symbol] - phaseouts.o(.text.phaseCPWM) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.phaseCPWM) refers to phaseouts.o(.text.phaseCPWM) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseCFLOAT) refers to phaseouts.o(.text.phaseCFLOAT) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseCLOW) refers to phaseouts.o(.text.phaseCLOW) for [Anonymous Symbol] - phaseouts.o(.text.phaseAPWM) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.phaseAPWM) refers to phaseouts.o(.text.phaseAPWM) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseAFLOAT) refers to phaseouts.o(.text.phaseAFLOAT) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.phaseALOW) refers to phaseouts.o(.text.phaseALOW) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.allOff) refers to phaseouts.o(.text.allOff) for [Anonymous Symbol] - phaseouts.o(.text.comStep) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.comStep) refers to phaseouts.o(.text.comStep) for [Anonymous Symbol] - phaseouts.o(.ARM.exidx.text.fullBrake) refers to phaseouts.o(.text.fullBrake) for [Anonymous Symbol] - phaseouts.o(.text.allpwm) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.allpwm) refers to phaseouts.o(.text.allpwm) for [Anonymous Symbol] - phaseouts.o(.text.twoChannelForward) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.twoChannelForward) refers to phaseouts.o(.text.twoChannelForward) for [Anonymous Symbol] - phaseouts.o(.text.twoChannelReverse) refers to main.o(.data..L_MergedGlobals) for comp_pwm - phaseouts.o(.ARM.exidx.text.twoChannelReverse) refers to phaseouts.o(.text.twoChannelReverse) for [Anonymous Symbol] - serial_telemetry.o(.text.telem_UART_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - serial_telemetry.o(.text.telem_UART_Init) refers to stm32g0xx_ll_usart.o(.text.LL_USART_Init) for LL_USART_Init - serial_telemetry.o(.text.telem_UART_Init) refers to serial_telemetry.o(.bss.aTxBuffer) for aTxBuffer - serial_telemetry.o(.text.telem_UART_Init) refers to serial_telemetry.o(.data.nbDataToTransmit) for nbDataToTransmit - serial_telemetry.o(.ARM.exidx.text.telem_UART_Init) refers to serial_telemetry.o(.text.telem_UART_Init) for [Anonymous Symbol] - serial_telemetry.o(.text.send_telem_DMA) refers to serial_telemetry.o(.data.nbDataToTransmit) for nbDataToTransmit - serial_telemetry.o(.ARM.exidx.text.send_telem_DMA) refers to serial_telemetry.o(.text.send_telem_DMA) for [Anonymous Symbol] - serial_telemetry.o(.ARM.exidx.text.update_crc8) refers to serial_telemetry.o(.text.update_crc8) for [Anonymous Symbol] - serial_telemetry.o(.ARM.exidx.text.get_crc8) refers to serial_telemetry.o(.text.get_crc8) for [Anonymous Symbol] - serial_telemetry.o(.text.makeTelemPackage) refers to serial_telemetry.o(.bss.aTxBuffer) for aTxBuffer - serial_telemetry.o(.ARM.exidx.text.makeTelemPackage) refers to serial_telemetry.o(.text.makeTelemPackage) for [Anonymous Symbol] - stm32g0xx_it.o(.ARM.exidx.text.NMI_Handler) refers to stm32g0xx_it.o(.text.NMI_Handler) for [Anonymous Symbol] - stm32g0xx_it.o(.ARM.exidx.text.HardFault_Handler) refers to stm32g0xx_it.o(.text.HardFault_Handler) for [Anonymous Symbol] - stm32g0xx_it.o(.ARM.exidx.text.SVC_Handler) refers to stm32g0xx_it.o(.text.SVC_Handler) for [Anonymous Symbol] - stm32g0xx_it.o(.ARM.exidx.text.PendSV_Handler) refers to stm32g0xx_it.o(.text.PendSV_Handler) for [Anonymous Symbol] - stm32g0xx_it.o(.ARM.exidx.text.SysTick_Handler) refers to stm32g0xx_it.o(.text.SysTick_Handler) for [Anonymous Symbol] - stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) refers to signal.o(.text.transfercomplete) for transfercomplete - stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) refers to main.o(.bss..L_MergedGlobals.2) for servoPwm - stm32g0xx_it.o(.ARM.exidx.text.DMA1_Channel1_IRQHandler) refers to stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) for [Anonymous Symbol] - stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) refers to adc.o(.text.ADC_DMA_Callback) for ADC_DMA_Callback - stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) refers to main.o(.bss..L_MergedGlobals.2) for send_telemetry - stm32g0xx_it.o(.ARM.exidx.text.DMA1_Channel2_3_IRQHandler) refers to stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) for [Anonymous Symbol] - stm32g0xx_it.o(.text.ADC1_COMP_IRQHandler) refers to main.o(.text.interruptRoutine) for interruptRoutine - stm32g0xx_it.o(.ARM.exidx.text.ADC1_COMP_IRQHandler) refers to stm32g0xx_it.o(.text.ADC1_COMP_IRQHandler) for [Anonymous Symbol] - stm32g0xx_it.o(.ARM.exidx.text.TIM3_IRQHandler) refers to stm32g0xx_it.o(.text.TIM3_IRQHandler) for [Anonymous Symbol] - stm32g0xx_it.o(.ARM.exidx.text.TIM16_IRQHandler) refers to stm32g0xx_it.o(.text.TIM16_IRQHandler) for [Anonymous Symbol] - stm32g0xx_it.o(.text.TIM6_DAC_LPTIM1_IRQHandler) refers to main.o(.text.tenKhzRoutine) for tenKhzRoutine - stm32g0xx_it.o(.ARM.exidx.text.TIM6_DAC_LPTIM1_IRQHandler) refers to stm32g0xx_it.o(.text.TIM6_DAC_LPTIM1_IRQHandler) for [Anonymous Symbol] - stm32g0xx_it.o(.text.TIM14_IRQHandler) refers to main.o(.text.PeriodElapsedCallback) for PeriodElapsedCallback - stm32g0xx_it.o(.ARM.exidx.text.TIM14_IRQHandler) refers to stm32g0xx_it.o(.text.TIM14_IRQHandler) for [Anonymous Symbol] - stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) refers to ws2812.o(.bss.dma_busy) for dma_busy - stm32g0xx_it.o(.ARM.exidx.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) refers to stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) for [Anonymous Symbol] - system_stm32g0xx.o(.ARM.exidx.text.SystemInit) refers to system_stm32g0xx.o(.text.SystemInit) for [Anonymous Symbol] - system_stm32g0xx.o(.text.SystemCoreClockUpdate) refers to uidiv_div0.o(.text) for __aeabi_uidiv - system_stm32g0xx.o(.text.SystemCoreClockUpdate) refers to system_stm32g0xx.o(.data.SystemCoreClock) for SystemCoreClock - system_stm32g0xx.o(.text.SystemCoreClockUpdate) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - system_stm32g0xx.o(.ARM.exidx.text.SystemCoreClockUpdate) refers to system_stm32g0xx.o(.text.SystemCoreClockUpdate) for [Anonymous Symbol] - ws2812.o(.text.send_LED_DMA) refers to ws2812.o(.bss.dma_busy) for dma_busy - ws2812.o(.text.send_LED_DMA) refers to ws2812.o(.data.led_Buffer) for led_Buffer - ws2812.o(.ARM.exidx.text.send_LED_DMA) refers to ws2812.o(.text.send_LED_DMA) for [Anonymous Symbol] - ws2812.o(.text.send_LED_RGB) refers to ws2812.o(.bss.dma_busy) for dma_busy - ws2812.o(.text.send_LED_RGB) refers to ws2812.o(.data.led_Buffer) for led_Buffer - ws2812.o(.ARM.exidx.text.send_LED_RGB) refers to ws2812.o(.text.send_LED_RGB) for [Anonymous Symbol] - ws2812.o(.text.WS2812_Init) refers to memseta.o(.text) for __aeabi_memclr4 - ws2812.o(.text.WS2812_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for LL_TIM_Init - ws2812.o(.text.WS2812_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) for LL_TIM_OC_Init - ws2812.o(.text.WS2812_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) for LL_TIM_BDTR_Init - ws2812.o(.text.WS2812_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for LL_GPIO_Init - ws2812.o(.ARM.exidx.text.WS2812_Init) refers to ws2812.o(.text.WS2812_Init) for [Anonymous Symbol] - dshot.o(.text.computeDshotDMA) refers to io.o(.text.getInputPinState) for getInputPinState - dshot.o(.text.computeDshotDMA) refers to sounds.o(.text.playInputTune) for playInputTune - dshot.o(.text.computeDshotDMA) refers to sounds.o(.text.playInputTune2) for playInputTune2 - dshot.o(.text.computeDshotDMA) refers to sounds.o(.text.playBeaconTune3) for playBeaconTune3 - dshot.o(.text.computeDshotDMA) refers to sounds.o(.text.playStartupTune) for playStartupTune - dshot.o(.text.computeDshotDMA) refers to main.o(.text.saveEEpromSettings) for saveEEpromSettings - dshot.o(.text.computeDshotDMA) refers to io.o(.bss.dma_buffer) for dma_buffer - dshot.o(.text.computeDshotDMA) refers to dshot.o(.bss..L_MergedGlobals) for [Anonymous Symbol] - dshot.o(.text.computeDshotDMA) refers to main.o(.bss..L_MergedGlobals.2) for armed - dshot.o(.text.computeDshotDMA) refers to main.o(.bss.dshot_telemetry) for dshot_telemetry - dshot.o(.text.computeDshotDMA) refers to main.o(.bss.dshotcommand) for dshotcommand - dshot.o(.text.computeDshotDMA) refers to main.o(.data..L_MergedGlobals) for forward - dshot.o(.text.computeDshotDMA) refers to main.o(.bss.last_dshot_command) for last_dshot_command - dshot.o(.ARM.exidx.text.computeDshotDMA) refers to dshot.o(.text.computeDshotDMA) for [Anonymous Symbol] - dshot.o(.text.make_dshot_package) refers to dshot.o(.bss..L_MergedGlobals) for [Anonymous Symbol] - dshot.o(.text.make_dshot_package) refers to main.o(.bss..L_MergedGlobals.2) for e_com_time - dshot.o(.text.make_dshot_package) refers to io.o(.data.buffer_padding) for buffer_padding - dshot.o(.text.make_dshot_package) refers to dshot.o(.bss.gcr) for gcr - dshot.o(.text.make_dshot_package) refers to dshot.o(.rodata.gcr_encode_table) for gcr_encode_table - dshot.o(.ARM.exidx.text.make_dshot_package) refers to dshot.o(.text.make_dshot_package) for [Anonymous Symbol] - functions.o(.text.map) refers to idiv_div0.o(.text) for __aeabi_idiv - functions.o(.ARM.exidx.text.map) refers to functions.o(.text.map) for [Anonymous Symbol] - functions.o(.ARM.exidx.text.getAbsDif) refers to functions.o(.text.getAbsDif) for [Anonymous Symbol] - functions.o(.ARM.exidx.text.delayMicros) refers to functions.o(.text.delayMicros) for [Anonymous Symbol] - functions.o(.ARM.exidx.text.delayMillis) refers to functions.o(.text.delayMillis) for [Anonymous Symbol] - main.o(.text.checkForHighSignal) refers to io.o(.text.changeToInput) for changeToInput - main.o(.text.checkForHighSignal) refers to io.o(.text.setInputPullDown) for setInputPullDown - main.o(.text.checkForHighSignal) refers to functions.o(.text.delayMicros) for delayMicros - main.o(.text.checkForHighSignal) refers to io.o(.text.getInputPinState) for getInputPinState - main.o(.text.checkForHighSignal) refers to io.o(.text.setInputPullUp) for setInputPullUp - main.o(.text.checkForHighSignal) refers to phaseouts.o(.text.allOff) for allOff - main.o(.text.checkForHighSignal) refers to main.o(.bss.low_pin_count) for low_pin_count - main.o(.ARM.exidx.text.checkForHighSignal) refers to main.o(.text.checkForHighSignal) for [Anonymous Symbol] - main.o(.text.doPidCalculations) refers to fflti.o(.text) for __aeabi_i2f - main.o(.ARM.exidx.text.doPidCalculations) refers to main.o(.text.doPidCalculations) for [Anonymous Symbol] - main.o(.text.loadEEpromSettings) refers to eeprom.o(.text.read_flash_bin) for read_flash_bin - main.o(.text.loadEEpromSettings) refers to functions.o(.text.map) for map - main.o(.text.loadEEpromSettings) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - main.o(.text.loadEEpromSettings) refers to sounds.o(.text.setVolume) for setVolume - main.o(.text.loadEEpromSettings) refers to uidiv_div0.o(.text) for __aeabi_uidiv - main.o(.text.loadEEpromSettings) refers to main.o(.bss.eepromBuffer) for eepromBuffer - main.o(.text.loadEEpromSettings) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.loadEEpromSettings) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.loadEEpromSettings) refers to dshot.o(.bss..L_MergedGlobals) for EDT_ARMED - main.o(.ARM.exidx.text.loadEEpromSettings) refers to main.o(.text.loadEEpromSettings) for [Anonymous Symbol] - main.o(.text.saveEEpromSettings) refers to eeprom.o(.text.save_flash_nolib) for save_flash_nolib - main.o(.text.saveEEpromSettings) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.saveEEpromSettings) refers to main.o(.bss.eepromBuffer) for eepromBuffer - main.o(.text.saveEEpromSettings) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.ARM.exidx.text.saveEEpromSettings) refers to main.o(.text.saveEEpromSettings) for [Anonymous Symbol] - main.o(.text.getSmoothedInput) refers to idiv_div0.o(.text) for __aeabi_idiv - main.o(.text.getSmoothedInput) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.getSmoothedInput) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.getSmoothedInput) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.ARM.exidx.text.getSmoothedInput) refers to main.o(.text.getSmoothedInput) for [Anonymous Symbol] - main.o(.text.getBemfState) refers to comparator.o(.text.getCompOutputLevel) for getCompOutputLevel - main.o(.text.getBemfState) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.getBemfState) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.ARM.exidx.text.getBemfState) refers to main.o(.text.getBemfState) for [Anonymous Symbol] - main.o(.text.commutate) refers to phaseouts.o(.text.comStep) for comStep - main.o(.text.commutate) refers to comparator.o(.text.changeCompInput) for changeCompInput - main.o(.text.commutate) refers to fflti.o(.text) for __aeabi_i2f - main.o(.text.commutate) refers to fdiv.o(.text) for __aeabi_fdiv - main.o(.text.commutate) refers to fadd.o(.text) for __aeabi_fadd - main.o(.text.commutate) refers to fcmpgt.o(.text) for __aeabi_fcmpgt - main.o(.text.commutate) refers to fcmplt.o(.text) for __aeabi_fcmplt - main.o(.text.commutate) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.commutate) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.commutate) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.commutate) refers to main.o(.data..L_MergedGlobals.1) for [Anonymous Symbol] - main.o(.ARM.exidx.text.commutate) refers to main.o(.text.commutate) for [Anonymous Symbol] - main.o(.text.PeriodElapsedCallback) refers to peripherals.o(.text.disableComTimerInt) for disableComTimerInt - main.o(.text.PeriodElapsedCallback) refers to main.o(.text.commutate) for commutate - main.o(.text.PeriodElapsedCallback) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.PeriodElapsedCallback) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.PeriodElapsedCallback) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.PeriodElapsedCallback) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.ARM.exidx.text.PeriodElapsedCallback) refers to main.o(.text.PeriodElapsedCallback) for [Anonymous Symbol] - main.o(.text.interruptRoutine) refers to peripherals.o(.text.getintervaTimerCount) for getintervaTimerCount - main.o(.text.interruptRoutine) refers to comparator.o(.text.maskPhaseInterrupts) for maskPhaseInterrupts - main.o(.text.interruptRoutine) refers to comparator.o(.text.getCompOutputLevel) for getCompOutputLevel - main.o(.text.interruptRoutine) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.interruptRoutine) refers to peripherals.o(.text.setAndEnableComInt) for setAndEnableComInt - main.o(.text.interruptRoutine) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.interruptRoutine) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.interruptRoutine) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.ARM.exidx.text.interruptRoutine) refers to main.o(.text.interruptRoutine) for [Anonymous Symbol] - main.o(.text.startMotor) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.startMotor) refers to main.o(.text.commutate) for commutate - main.o(.text.startMotor) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.startMotor) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.startMotor) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.ARM.exidx.text.startMotor) refers to main.o(.text.startMotor) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to dshot.o(.text.computeDshotDMA) for computeDshotDMA - main.o(.text.tenKhzRoutine) refers to dshot.o(.text.make_dshot_package) for make_dshot_package - main.o(.text.tenKhzRoutine) refers to functions.o(.text.map) for map - main.o(.text.tenKhzRoutine) refers to comparator.o(.text.maskPhaseInterrupts) for maskPhaseInterrupts - main.o(.text.tenKhzRoutine) refers to phaseouts.o(.text.allOff) for allOff - main.o(.text.tenKhzRoutine) refers to idiv_div0.o(.text) for __aeabi_idiv - main.o(.text.tenKhzRoutine) refers to fcmplt.o(.text) for __aeabi_fcmplt - main.o(.text.tenKhzRoutine) refers to ffixi.o(.text) for __aeabi_f2iz - main.o(.text.tenKhzRoutine) refers to fcmpge.o(.text) for __aeabi_fcmpge - main.o(.text.tenKhzRoutine) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to main.o(.data..L_MergedGlobals.1) for [Anonymous Symbol] - main.o(.text.tenKhzRoutine) refers to fflti.o(.text) for __aeabi_i2f - main.o(.text.tenKhzRoutine) refers to fdiv.o(.text) for __aeabi_fdiv - main.o(.text.tenKhzRoutine) refers to fadd.o(.text) for __aeabi_fadd - main.o(.text.tenKhzRoutine) refers to uidiv_div0.o(.text) for __aeabi_uidiv - main.o(.text.tenKhzRoutine) refers to main.o(.text.commutate) for commutate - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.tenKhzRoutine) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.tenKhzRoutine) refers to sounds.o(.text.playDefaultTone) for playDefaultTone - main.o(.text.tenKhzRoutine) refers to sounds.o(.text.playChangedTone) for playChangedTone - main.o(.text.tenKhzRoutine) refers to sounds.o(.text.playInputTune) for playInputTune - main.o(.text.tenKhzRoutine) refers to functions.o(.text.delayMillis) for delayMillis - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - main.o(.text.tenKhzRoutine) refers to fcmpgt.o(.text) for __aeabi_fcmpgt - main.o(.text.tenKhzRoutine) refers to phaseouts.o(.text.fullBrake) for fullBrake - main.o(.text.tenKhzRoutine) refers to dshot.o(.bss..L_MergedGlobals) for dshot_extended_telemetry - main.o(.text.tenKhzRoutine) refers to fcmple.o(.text) for __aeabi_fcmple - main.o(.text.tenKhzRoutine) refers to phaseouts.o(.text.proportionalBrake) for proportionalBrake - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - main.o(.text.tenKhzRoutine) refers to peripherals.o(.text.resetInputCaptureTimer) for resetInputCaptureTimer - main.o(.text.tenKhzRoutine) refers to memseta.o(.text) for __aeabi_memclr4 - main.o(.text.tenKhzRoutine) refers to functions.o(.text.getAbsDif) for getAbsDif - main.o(.text.tenKhzRoutine) refers to io.o(.bss.dma_buffer) for dma_buffer - main.o(.ARM.exidx.text.tenKhzRoutine) refers to main.o(.text.tenKhzRoutine) for [Anonymous Symbol] - main.o(.text.advanceincrement) refers to idiv_div0.o(.text) for __aeabi_idiv - main.o(.text.advanceincrement) refers to peripherals.o(.text.setPWMCompare1) for setPWMCompare1 - main.o(.text.advanceincrement) refers to peripherals.o(.text.setPWMCompare2) for setPWMCompare2 - main.o(.text.advanceincrement) refers to peripherals.o(.text.setPWMCompare3) for setPWMCompare3 - main.o(.text.advanceincrement) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.advanceincrement) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.advanceincrement) refers to main.o(.data.pwmSin) for pwmSin - main.o(.ARM.exidx.text.advanceincrement) refers to main.o(.text.advanceincrement) for [Anonymous Symbol] - main.o(.text.zcfoundroutine) refers to peripherals.o(.text.getintervaTimerCount) for getintervaTimerCount - main.o(.text.zcfoundroutine) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.zcfoundroutine) refers to uidiv_div0.o(.text) for __aeabi_uidiv - main.o(.text.zcfoundroutine) refers to main.o(.text.commutate) for commutate - main.o(.text.zcfoundroutine) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.text.zcfoundroutine) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.zcfoundroutine) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.zcfoundroutine) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.ARM.exidx.text.zcfoundroutine) refers to main.o(.text.zcfoundroutine) for [Anonymous Symbol] - main.o(.text.main) refers to peripherals.o(.text.initAfterJump) for initAfterJump - main.o(.text.main) refers to peripherals.o(.text.initCorePeripherals) for initCorePeripherals - main.o(.text.main) refers to peripherals.o(.text.enableCorePeripherals) for enableCorePeripherals - main.o(.text.main) refers to main.o(.text.loadEEpromSettings) for loadEEpromSettings - main.o(.text.main) refers to memcpya.o(.text) for __aeabi_memcpy - main.o(.text.main) refers to eeprom.o(.text.save_flash_nolib) for save_flash_nolib - main.o(.text.main) refers to uidiv_div0.o(.text) for __aeabi_uidiv - main.o(.text.main) refers to sounds.o(.text.playStartupTune) for playStartupTune - main.o(.text.main) refers to peripherals.o(.text.MX_IWDG_Init) for MX_IWDG_Init - main.o(.text.main) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - main.o(.text.main) refers to io.o(.text.receiveDshotDma) for receiveDshotDma - main.o(.text.main) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - main.o(.text.main) refers to phaseouts.o(.text.allOff) for allOff - main.o(.text.main) refers to idiv_div0.o(.text) for __aeabi_idiv - main.o(.text.main) refers to functions.o(.text.getAbsDif) for getAbsDif - main.o(.text.main) refers to ffixi.o(.text) for __aeabi_f2iz - main.o(.text.main) refers to serial_telemetry.o(.text.makeTelemPackage) for makeTelemPackage - main.o(.text.main) refers to serial_telemetry.o(.text.send_telem_DMA) for send_telem_DMA - main.o(.text.main) refers to comparator.o(.text.maskPhaseInterrupts) for maskPhaseInterrupts - main.o(.text.main) refers to peripherals.o(.text.disableComTimerInt) for disableComTimerInt - main.o(.text.main) refers to phaseouts.o(.text.allpwm) for allpwm - main.o(.text.main) refers to main.o(.text.advanceincrement) for advanceincrement - main.o(.text.main) refers to functions.o(.text.map) for map - main.o(.text.main) refers to functions.o(.text.delayMicros) for delayMicros - main.o(.text.main) refers to main.o(.bss..L_MergedGlobals.2) for [Anonymous Symbol] - main.o(.text.main) refers to main.o(.bss.eepromBuffer) for eepromBuffer - main.o(.text.main) refers to main.o(.data..L_MergedGlobals) for [Anonymous Symbol] - main.o(.text.main) refers to main.o(.bss..L_MergedGlobals.3) for [Anonymous Symbol] - main.o(.text.main) refers to phaseouts.o(.text.proportionalBrake) for proportionalBrake - main.o(.text.main) refers to comparator.o(.text.getCompOutputLevel) for getCompOutputLevel - main.o(.text.main) refers to peripherals.o(.text.setintervaTimerCount) for setintervaTimerCount - main.o(.text.main) refers to main.o(.text.commutate) for commutate - main.o(.text.main) refers to peripherals.o(.text.generatePwmTimerEvent) for generatePwmTimerEvent - main.o(.text.main) refers to peripherals.o(.text.getintervaTimerCount) for getintervaTimerCount - main.o(.text.main) refers to comparator.o(.text.enableCompInterrupts) for enableCompInterrupts - main.o(.ARM.exidx.text.main) refers to main.o(.text.main) for [Anonymous Symbol] - signal.o(.text.computeMSInput) refers to functions.o(.text.map) for map - signal.o(.text.computeMSInput) refers to io.o(.bss.dma_buffer) for dma_buffer - signal.o(.text.computeMSInput) refers to main.o(.bss..L_MergedGlobals.2) for newinput - signal.o(.ARM.exidx.text.computeMSInput) refers to signal.o(.text.computeMSInput) for [Anonymous Symbol] - signal.o(.text.computeServoInput) refers to functions.o(.text.map) for map - signal.o(.text.computeServoInput) refers to functions.o(.text.getAbsDif) for getAbsDif - signal.o(.text.computeServoInput) refers to sounds.o(.text.playDefaultTone) for playDefaultTone - signal.o(.text.computeServoInput) refers to main.o(.text.saveEEpromSettings) for saveEEpromSettings - signal.o(.text.computeServoInput) refers to sounds.o(.text.playChangedTone) for playChangedTone - signal.o(.text.computeServoInput) refers to io.o(.bss.dma_buffer) for dma_buffer - signal.o(.text.computeServoInput) refers to main.o(.bss..L_MergedGlobals.2) for zero_input_count - signal.o(.text.computeServoInput) refers to signal.o(.bss..L_MergedGlobals.1) for [Anonymous Symbol] - signal.o(.text.computeServoInput) refers to main.o(.data..L_MergedGlobals) for servo_high_threshold - signal.o(.text.computeServoInput) refers to main.o(.bss.eepromBuffer) for eepromBuffer - signal.o(.text.computeServoInput) refers to signal.o(.data.max_servo_deviation) for max_servo_deviation - signal.o(.ARM.exidx.text.computeServoInput) refers to signal.o(.text.computeServoInput) for [Anonymous Symbol] - signal.o(.text.transfercomplete) refers to io.o(.text.receiveDshotDma) for receiveDshotDma - signal.o(.text.transfercomplete) refers to signal.o(.text.detectInput) for detectInput - signal.o(.text.transfercomplete) refers to io.o(.text.sendDshotDma) for sendDshotDma - signal.o(.text.transfercomplete) refers to dshot.o(.text.make_dshot_package) for make_dshot_package - signal.o(.text.transfercomplete) refers to dshot.o(.text.computeDshotDMA) for computeDshotDMA - signal.o(.text.transfercomplete) refers to signal.o(.text.computeServoInput) for computeServoInput - signal.o(.text.transfercomplete) refers to io.o(.text.setInputPolarityRising) for setInputPolarityRising - signal.o(.text.transfercomplete) refers to io.o(.text.enableHalfTransferInt) for enableHalfTransferInt - signal.o(.text.transfercomplete) refers to functions.o(.text.getAbsDif) for getAbsDif - signal.o(.text.transfercomplete) refers to sounds.o(.text.playBeaconTune3) for playBeaconTune3 - signal.o(.text.transfercomplete) refers to main.o(.bss.dshot_telemetry) for dshot_telemetry - signal.o(.text.transfercomplete) refers to main.o(.bss..L_MergedGlobals.2) for armed - signal.o(.text.transfercomplete) refers to io.o(.bss.out_put) for out_put - signal.o(.text.transfercomplete) refers to signal.o(.bss..L_MergedGlobals.1) for [Anonymous Symbol] - signal.o(.ARM.exidx.text.transfercomplete) refers to signal.o(.text.transfercomplete) for [Anonymous Symbol] - signal.o(.text.checkDshot) refers to signal.o(.data..L_MergedGlobals) for [Anonymous Symbol] - signal.o(.text.checkDshot) refers to signal.o(.bss..L_MergedGlobals.1) for [Anonymous Symbol] - signal.o(.text.checkDshot) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - signal.o(.text.checkDshot) refers to main.o(.bss..L_MergedGlobals.2) for dshot - signal.o(.text.checkDshot) refers to io.o(.data.buffer_padding) for buffer_padding - signal.o(.ARM.exidx.text.checkDshot) refers to signal.o(.text.checkDshot) for [Anonymous Symbol] - signal.o(.text.checkServo) refers to signal.o(.data..L_MergedGlobals) for [Anonymous Symbol] - signal.o(.text.checkServo) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - signal.o(.text.checkServo) refers to main.o(.bss..L_MergedGlobals.2) for servoPwm - signal.o(.ARM.exidx.text.checkServo) refers to signal.o(.text.checkServo) for [Anonymous Symbol] - signal.o(.text.detectInput) refers to signal.o(.data..L_MergedGlobals) for [Anonymous Symbol] - signal.o(.text.detectInput) refers to io.o(.bss.dma_buffer) for dma_buffer - signal.o(.text.detectInput) refers to signal.o(.bss..L_MergedGlobals.1) for [Anonymous Symbol] - signal.o(.text.detectInput) refers to main.o(.bss..L_MergedGlobals.2) for dshot - signal.o(.text.detectInput) refers to io.o(.data.ic_timer_prescaler) for ic_timer_prescaler - signal.o(.text.detectInput) refers to io.o(.data.buffer_padding) for buffer_padding - signal.o(.ARM.exidx.text.detectInput) refers to signal.o(.text.detectInput) for [Anonymous Symbol] - sounds.o(.text.pause) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.pause) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.pause) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.ARM.exidx.text.pause) refers to sounds.o(.text.pause) for [Anonymous Symbol] - sounds.o(.text.setVolume) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.ARM.exidx.text.setVolume) refers to sounds.o(.text.setVolume) for [Anonymous Symbol] - sounds.o(.text.setCaptureCompare) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.setCaptureCompare) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.ARM.exidx.text.setCaptureCompare) refers to sounds.o(.text.setCaptureCompare) for [Anonymous Symbol] - sounds.o(.text.playBJNote) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playBJNote) refers to uidiv_div0.o(.text) for __aeabi_uidiv - sounds.o(.text.playBJNote) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playBJNote) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playBJNote) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playBJNote) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.ARM.exidx.text.playBJNote) refers to sounds.o(.text.playBJNote) for [Anonymous Symbol] - sounds.o(.text.getBlueJayNoteFrequency) refers to uidiv_div0.o(.text) for __aeabi_uidiv - sounds.o(.ARM.exidx.text.getBlueJayNoteFrequency) refers to sounds.o(.text.getBlueJayNoteFrequency) for [Anonymous Symbol] - sounds.o(.text.playBlueJayTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playBlueJayTune) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playBlueJayTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playBlueJayTune) refers to uidiv_div0.o(.text) for __aeabi_uidiv - sounds.o(.text.playBlueJayTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playBlueJayTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playBlueJayTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playBlueJayTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playBlueJayTune) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playBlueJayTune) refers to main.o(.bss.eepromBuffer) for eepromBuffer - sounds.o(.text.playBlueJayTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playBlueJayTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playBlueJayTune) refers to sounds.o(.text.playBlueJayTune) for [Anonymous Symbol] - sounds.o(.text.playStartupTune) refers to sounds.o(.text.playBlueJayTune) for playBlueJayTune - sounds.o(.text.playStartupTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playStartupTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playStartupTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playStartupTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playStartupTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playStartupTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playStartupTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playStartupTune) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playStartupTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playStartupTune) refers to sounds.o(.text.playStartupTune) for [Anonymous Symbol] - sounds.o(.text.playBrushedStartupTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playBrushedStartupTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playBrushedStartupTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playBrushedStartupTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playBrushedStartupTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playBrushedStartupTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playBrushedStartupTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playBrushedStartupTune) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playBrushedStartupTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playBrushedStartupTune) refers to sounds.o(.text.playBrushedStartupTune) for [Anonymous Symbol] - sounds.o(.text.playDuskingTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playDuskingTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playDuskingTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playDuskingTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playDuskingTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playDuskingTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playDuskingTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playDuskingTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playDuskingTune) refers to sounds.o(.text.playDuskingTune) for [Anonymous Symbol] - sounds.o(.text.playInputTune2) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playInputTune2) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playInputTune2) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playInputTune2) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playInputTune2) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playInputTune2) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playInputTune2) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playInputTune2) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playInputTune2) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playInputTune2) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playInputTune2) refers to sounds.o(.text.playInputTune2) for [Anonymous Symbol] - sounds.o(.text.playInputTune) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playInputTune) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playInputTune) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playInputTune) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playInputTune) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playInputTune) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playInputTune) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playInputTune) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playInputTune) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playInputTune) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playInputTune) refers to sounds.o(.text.playInputTune) for [Anonymous Symbol] - sounds.o(.text.playDefaultTone) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playDefaultTone) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playDefaultTone) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playDefaultTone) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playDefaultTone) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playDefaultTone) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playDefaultTone) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playDefaultTone) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playDefaultTone) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playDefaultTone) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playDefaultTone) refers to sounds.o(.text.playDefaultTone) for [Anonymous Symbol] - sounds.o(.text.playChangedTone) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playChangedTone) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playChangedTone) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playChangedTone) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playChangedTone) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playChangedTone) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playChangedTone) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playChangedTone) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playChangedTone) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playChangedTone) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playChangedTone) refers to sounds.o(.text.playChangedTone) for [Anonymous Symbol] - sounds.o(.text.playBeaconTune3) refers to peripherals.o(.text.setAutoReloadPWM) for setAutoReloadPWM - sounds.o(.text.playBeaconTune3) refers to peripherals.o(.text.setDutyCycleAll) for setDutyCycleAll - sounds.o(.text.playBeaconTune3) refers to peripherals.o(.text.reloadWatchDogCounter) for reloadWatchDogCounter - sounds.o(.text.playBeaconTune3) refers to uidiv_div0.o(.text) for __aeabi_uidiv - sounds.o(.text.playBeaconTune3) refers to phaseouts.o(.text.comStep) for comStep - sounds.o(.text.playBeaconTune3) refers to peripherals.o(.text.setPrescalerPWM) for setPrescalerPWM - sounds.o(.text.playBeaconTune3) refers to functions.o(.text.delayMillis) for delayMillis - sounds.o(.text.playBeaconTune3) refers to phaseouts.o(.text.allOff) for allOff - sounds.o(.text.playBeaconTune3) refers to sounds.o(.bss.beep_volume) for beep_volume - sounds.o(.text.playBeaconTune3) refers to main.o(.bss..L_MergedGlobals.2) for signaltimeout - sounds.o(.text.playBeaconTune3) refers to main.o(.data..L_MergedGlobals) for TIMER1_MAX_ARR - sounds.o(.ARM.exidx.text.playBeaconTune3) refers to sounds.o(.text.playBeaconTune3) for [Anonymous Symbol] - stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_CommonDeInit) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_CommonDeInit) for [Anonymous Symbol] - stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_CommonInit) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_CommonInit) for [Anonymous Symbol] - stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_CommonStructInit) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_CommonStructInit) for [Anonymous Symbol] - stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_DeInit) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_Init) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_Init) for [Anonymous Symbol] - stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_StructInit) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_REG_Init) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_REG_Init) for [Anonymous Symbol] - stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_REG_StructInit) refers to stm32g0xx_ll_adc.o(.text.LL_ADC_REG_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_DeInit) refers to stm32g0xx_ll_comp.o(.text.LL_COMP_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_Init) refers to stm32g0xx_ll_comp.o(.text.LL_COMP_Init) for [Anonymous Symbol] - stm32g0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_StructInit) refers to stm32g0xx_ll_comp.o(.text.LL_COMP_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_DeInit) refers to stm32g0xx_ll_dma.o(.text.LL_DMA_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_Init) refers to stm32g0xx_ll_dma.o(.text.LL_DMA_Init) for [Anonymous Symbol] - stm32g0xx_ll_dma.o(.text.LL_DMA_StructInit) refers to memseta.o(.text) for __aeabi_memclr4 - stm32g0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_StructInit) refers to stm32g0xx_ll_dma.o(.text.LL_DMA_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_DeInit) refers to stm32g0xx_ll_exti.o(.text.LL_EXTI_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_Init) refers to stm32g0xx_ll_exti.o(.text.LL_EXTI_Init) for [Anonymous Symbol] - stm32g0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_StructInit) refers to stm32g0xx_ll_exti.o(.text.LL_EXTI_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_DeInit) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_Init) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) for [Anonymous Symbol] - stm32g0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_StructInit) refers to stm32g0xx_ll_gpio.o(.text.LL_GPIO_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_pwr.o(.ARM.exidx.text.LL_PWR_DeInit) refers to stm32g0xx_ll_pwr.o(.text.LL_PWR_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_DeInit) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) refers to system_stm32g0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetSystemClocksFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.RCC_GetSystemClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetSystemClockFreq) refers to stm32g0xx_ll_rcc.o(.text.RCC_GetSystemClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.RCC_GetHCLKClockFreq) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetHCLKClockFreq) refers to stm32g0xx_ll_rcc.o(.text.RCC_GetHCLKClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.RCC_GetPCLK1ClockFreq) refers to system_stm32g0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetPCLK1ClockFreq) refers to stm32g0xx_ll_rcc.o(.text.RCC_GetPCLK1ClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) refers to system_stm32g0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetUSARTClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetI2CClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetI2CClockFreq) refers to system_stm32g0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetI2CClockFreq) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetI2CClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetI2CClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetI2SClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetI2SClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetI2SClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_I2S1) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_I2S1) refers to stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_I2S1) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPUARTClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPUARTClockFreq) refers to system_stm32g0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPUARTClockFreq) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetLPUARTClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPUARTClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPTIMClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPTIMClockFreq) refers to system_stm32g0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPTIMClockFreq) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetLPTIMClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPTIMClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetTIMClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetTIMClockFreq) refers to system_stm32g0xx.o(.rodata.APBPrescTable) for APBPrescTable - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetTIMClockFreq) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetTIMClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetTIMClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_TIM1) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_TIM1) refers to stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_TIM1) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_TIM15) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_TIM15) refers to stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_TIM15) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetCECClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetCECClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.LL_RCC_GetADCClockFreq) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetADCClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetADCClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_ADC) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_ADC) refers to stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_ADC) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetRTCClockFreq) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetRTCClockFreq) for [Anonymous Symbol] - stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_SYS) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_SYS) refers to stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_SYS) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_DeInit) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_StructInit) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_Init) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_OC_StructInit) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_OC_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_OC_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_IC_StructInit) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_IC_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_IC_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_IC_Init) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_ENCODER_StructInit) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_ENCODER_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_ENCODER_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_ENCODER_Init) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_HALLSENSOR_StructInit) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_HALLSENSOR_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_HALLSENSOR_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_HALLSENSOR_Init) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_StructInit) refers to memseta.o(.text) for __aeabi_memclr - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_BDTR_StructInit) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_BDTR_Init) refers to stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) for [Anonymous Symbol] - stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_DeInit) refers to stm32g0xx_ll_usart.o(.text.LL_USART_DeInit) for [Anonymous Symbol] - stm32g0xx_ll_usart.o(.text.LL_USART_Init) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) for LL_RCC_GetSystemClocksFreq - stm32g0xx_ll_usart.o(.text.LL_USART_Init) refers to stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) for LL_RCC_GetUSARTClockFreq - stm32g0xx_ll_usart.o(.text.LL_USART_Init) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_Init) refers to stm32g0xx_ll_usart.o(.text.LL_USART_Init) for [Anonymous Symbol] - stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_StructInit) refers to stm32g0xx_ll_usart.o(.text.LL_USART_StructInit) for [Anonymous Symbol] - stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_ClockInit) refers to stm32g0xx_ll_usart.o(.text.LL_USART_ClockInit) for [Anonymous Symbol] - stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_ClockStructInit) refers to stm32g0xx_ll_usart.o(.text.LL_USART_ClockStructInit) for [Anonymous Symbol] - stm32g0xx_ll_utils.o(.text.LL_Init1msTick) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_Init1msTick) refers to stm32g0xx_ll_utils.o(.text.LL_Init1msTick) for [Anonymous Symbol] - stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_mDelay) refers to stm32g0xx_ll_utils.o(.text.LL_mDelay) for [Anonymous Symbol] - stm32g0xx_ll_utils.o(.text.LL_SetSystemCoreClock) refers to system_stm32g0xx.o(.data.SystemCoreClock) for SystemCoreClock - stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_SetSystemCoreClock) refers to stm32g0xx_ll_utils.o(.text.LL_SetSystemCoreClock) for [Anonymous Symbol] - stm32g0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSI) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSI) refers to stm32g0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) for UTILS_EnablePLLAndSwitchSystem - stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_PLL_ConfigSystemClock_HSI) refers to stm32g0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSI) for [Anonymous Symbol] - stm32g0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) refers to system_stm32g0xx.o(.rodata.AHBPrescTable) for AHBPrescTable - stm32g0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) refers to system_stm32g0xx.o(.data.SystemCoreClock) for SystemCoreClock - stm32g0xx_ll_utils.o(.ARM.exidx.text.UTILS_EnablePLLAndSwitchSystem) refers to stm32g0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) for [Anonymous Symbol] - stm32g0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSE) refers to uidiv_div0.o(.text) for __aeabi_uidiv - stm32g0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSE) refers to stm32g0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem) for UTILS_EnablePLLAndSwitchSystem - stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_PLL_ConfigSystemClock_HSE) refers to stm32g0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSE) for [Anonymous Symbol] - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload - entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk - idiv.o(.text) refers to uidiv_div0.o(.text) for __aeabi_uidivmod - fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue - fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fdiv.o(.text) refers to fepilogue.o(.text) for _float_round - fcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fcmplt.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fcmpge.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fcmpgt.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - fflti.o(.text) refers to fepilogue.o(.text) for _float_epilogue - ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 - entry2.o(.ARM.Collect$$$$00002712) refers to startup_stm32g071xx.o(STACK) for __initial_sp - entry2.o(__vectab_stack_and_reset_area) refers to startup_stm32g071xx.o(STACK) for __initial_sp - entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main - entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload - entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(.text.main) for main - entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(.text.main) for main - idiv_div0.o(.text) refers to uidiv_div0.o(.text) for __aeabi_uidivmod - fepilogue.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp - init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload - - -============================================================================== - -Removing Unused input sections from the image. - - Removing startup_stm32g071xx.o(HEAP), (512 bytes). - Removing adc.o(.text), (0 bytes). - Removing adc.o(.ARM.exidx.text.ADC_DMA_Callback), (8 bytes). - Removing adc.o(.ARM.exidx.text.enableADC_DMA), (8 bytes). - Removing adc.o(.ARM.exidx.text.activateADC), (8 bytes). - Removing adc.o(.ARM.exidx.text.ADC_Init), (8 bytes). - Removing comparator.o(.text), (0 bytes). - Removing comparator.o(.ARM.exidx.text.getCompOutputLevel), (8 bytes). - Removing comparator.o(.ARM.exidx.text.maskPhaseInterrupts), (8 bytes). - Removing comparator.o(.ARM.exidx.text.enableCompInterrupts), (8 bytes). - Removing comparator.o(.ARM.exidx.text.changeCompInput), (8 bytes). - Removing eeprom.o(.text), (0 bytes). - Removing eeprom.o(.ARM.exidx.text.save_flash_nolib), (8 bytes). - Removing eeprom.o(.ARM.exidx.text.read_flash_bin), (8 bytes). - Removing io.o(.text), (0 bytes). - Removing io.o(.text.changeToInput), (96 bytes). - Removing io.o(.ARM.exidx.text.changeToInput), (8 bytes). - Removing io.o(.ARM.exidx.text.receiveDshotDma), (8 bytes). - Removing io.o(.text.changeToOutput), (88 bytes). - Removing io.o(.ARM.exidx.text.changeToOutput), (8 bytes). - Removing io.o(.ARM.exidx.text.sendDshotDma), (8 bytes). - Removing io.o(.ARM.exidx.text.getInputPinState), (8 bytes). - Removing io.o(.ARM.exidx.text.setInputPolarityRising), (8 bytes). - Removing io.o(.text.setInputPullDown), (24 bytes). - Removing io.o(.ARM.exidx.text.setInputPullDown), (8 bytes). - Removing io.o(.text.setInputPullUp), (24 bytes). - Removing io.o(.ARM.exidx.text.setInputPullUp), (8 bytes). - Removing io.o(.ARM.exidx.text.enableHalfTransferInt), (8 bytes). - Removing io.o(.text.setInputPullNone), (20 bytes). - Removing io.o(.ARM.exidx.text.setInputPullNone), (8 bytes). - Removing peripherals.o(.text), (0 bytes). - Removing peripherals.o(.ARM.exidx.text.initCorePeripherals), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.SystemClock_Config), (8 bytes). - Removing peripherals.o(.text.MX_GPIO_Init), (44 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_GPIO_Init), (8 bytes). - Removing peripherals.o(.text.MX_DMA_Init), (76 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_DMA_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_COMP2_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM1_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM2_Init), (112 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM2_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM3_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM14_Init), (108 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM14_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM17_Init), (80 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM17_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM6_Init), (124 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM6_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.initAfterJump), (8 bytes). - Removing peripherals.o(.text.MX_COMP1_Init), (296 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_COMP1_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_IWDG_Init), (8 bytes). - Removing peripherals.o(.text.MX_TIM16_Init), (300 bytes). - Removing peripherals.o(.ARM.exidx.text.MX_TIM16_Init), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.reloadWatchDogCounter), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.disableComTimerInt), (8 bytes). - Removing peripherals.o(.text.enableComTimerInt), (16 bytes). - Removing peripherals.o(.ARM.exidx.text.enableComTimerInt), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setAndEnableComInt), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.getintervaTimerCount), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setintervaTimerCount), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setPrescalerPWM), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setAutoReloadPWM), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setDutyCycleAll), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setPWMCompare1), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setPWMCompare2), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.setPWMCompare3), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.generatePwmTimerEvent), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.resetInputCaptureTimer), (8 bytes). - Removing peripherals.o(.ARM.exidx.text.enableCorePeripherals), (8 bytes). - Removing phaseouts.o(.text), (0 bytes). - Removing phaseouts.o(.ARM.exidx.text.proportionalBrake), (8 bytes). - Removing phaseouts.o(.text.phaseBPWM), (60 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseBPWM), (8 bytes). - Removing phaseouts.o(.text.phaseBFLOAT), (44 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseBFLOAT), (8 bytes). - Removing phaseouts.o(.text.phaseBLOW), (44 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseBLOW), (8 bytes). - Removing phaseouts.o(.text.phaseCPWM), (64 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseCPWM), (8 bytes). - Removing phaseouts.o(.text.phaseCFLOAT), (44 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseCFLOAT), (8 bytes). - Removing phaseouts.o(.text.phaseCLOW), (44 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseCLOW), (8 bytes). - Removing phaseouts.o(.text.phaseAPWM), (64 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseAPWM), (8 bytes). - Removing phaseouts.o(.text.phaseAFLOAT), (48 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseAFLOAT), (8 bytes). - Removing phaseouts.o(.text.phaseALOW), (48 bytes). - Removing phaseouts.o(.ARM.exidx.text.phaseALOW), (8 bytes). - Removing phaseouts.o(.ARM.exidx.text.allOff), (8 bytes). - Removing phaseouts.o(.ARM.exidx.text.comStep), (8 bytes). - Removing phaseouts.o(.ARM.exidx.text.fullBrake), (8 bytes). - Removing phaseouts.o(.ARM.exidx.text.allpwm), (8 bytes). - Removing phaseouts.o(.text.twoChannelForward), (136 bytes). - Removing phaseouts.o(.ARM.exidx.text.twoChannelForward), (8 bytes). - Removing phaseouts.o(.text.twoChannelReverse), (124 bytes). - Removing phaseouts.o(.ARM.exidx.text.twoChannelReverse), (8 bytes). - Removing serial_telemetry.o(.text), (0 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.telem_UART_Init), (8 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.send_telem_DMA), (8 bytes). - Removing serial_telemetry.o(.text.update_crc8), (148 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.update_crc8), (8 bytes). - Removing serial_telemetry.o(.text.get_crc8), (164 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.get_crc8), (8 bytes). - Removing serial_telemetry.o(.ARM.exidx.text.makeTelemPackage), (8 bytes). - Removing stm32g0xx_it.o(.text), (0 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.NMI_Handler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.HardFault_Handler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.SVC_Handler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.PendSV_Handler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.SysTick_Handler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.DMA1_Channel1_IRQHandler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.DMA1_Channel2_3_IRQHandler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.ADC1_COMP_IRQHandler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.TIM3_IRQHandler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.TIM16_IRQHandler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.TIM6_DAC_LPTIM1_IRQHandler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.TIM14_IRQHandler), (8 bytes). - Removing stm32g0xx_it.o(.ARM.exidx.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler), (8 bytes). - Removing stm32g0xx_it.o(.bss.update_interupt), (4 bytes). - Removing system_stm32g0xx.o(.text), (0 bytes). - Removing system_stm32g0xx.o(.ARM.exidx.text.SystemInit), (8 bytes). - Removing system_stm32g0xx.o(.text.SystemCoreClockUpdate), (144 bytes). - Removing system_stm32g0xx.o(.ARM.exidx.text.SystemCoreClockUpdate), (8 bytes). - Removing ws2812.o(.text), (0 bytes). - Removing ws2812.o(.text.send_LED_DMA), (132 bytes). - Removing ws2812.o(.ARM.exidx.text.send_LED_DMA), (8 bytes). - Removing ws2812.o(.text.send_LED_RGB), (376 bytes). - Removing ws2812.o(.ARM.exidx.text.send_LED_RGB), (8 bytes). - Removing ws2812.o(.text.WS2812_Init), (372 bytes). - Removing ws2812.o(.ARM.exidx.text.WS2812_Init), (8 bytes). - Removing ws2812.o(.data.led_Buffer), (48 bytes). - Removing dshot.o(.text), (0 bytes). - Removing dshot.o(.ARM.exidx.text.computeDshotDMA), (8 bytes). - Removing dshot.o(.ARM.exidx.text.make_dshot_package), (8 bytes). - Removing dshot.o(.bss.processtime), (2 bytes). - Removing functions.o(.text), (0 bytes). - Removing functions.o(.ARM.exidx.text.map), (8 bytes). - Removing functions.o(.ARM.exidx.text.getAbsDif), (8 bytes). - Removing functions.o(.ARM.exidx.text.delayMicros), (8 bytes). - Removing functions.o(.ARM.exidx.text.delayMillis), (8 bytes). - Removing main.o(.text), (0 bytes). - Removing main.o(.text.checkForHighSignal), (96 bytes). - Removing main.o(.ARM.exidx.text.checkForHighSignal), (8 bytes). - Removing main.o(.text.doPidCalculations), (98 bytes). - Removing main.o(.ARM.exidx.text.doPidCalculations), (8 bytes). - Removing main.o(.ARM.exidx.text.loadEEpromSettings), (8 bytes). - Removing main.o(.ARM.exidx.text.saveEEpromSettings), (8 bytes). - Removing main.o(.text.getSmoothedInput), (64 bytes). - Removing main.o(.ARM.exidx.text.getSmoothedInput), (8 bytes). - Removing main.o(.text.getBemfState), (92 bytes). - Removing main.o(.ARM.exidx.text.getBemfState), (8 bytes). - Removing main.o(.ARM.exidx.text.commutate), (8 bytes). - Removing main.o(.ARM.exidx.text.PeriodElapsedCallback), (8 bytes). - Removing main.o(.ARM.exidx.text.interruptRoutine), (8 bytes). - Removing main.o(.text.startMotor), (60 bytes). - Removing main.o(.ARM.exidx.text.startMotor), (8 bytes). - Removing main.o(.ARM.exidx.text.tenKhzRoutine), (8 bytes). - Removing main.o(.ARM.exidx.text.advanceincrement), (8 bytes). - Removing main.o(.text.zcfoundroutine), (152 bytes). - Removing main.o(.ARM.exidx.text.zcfoundroutine), (8 bytes). - Removing main.o(.ARM.exidx.text.main), (8 bytes). - Removing main.o(.bss.process_time), (4 bytes). - Removing main.o(.bss.start_process), (4 bytes). - Removing main.o(.data.crsf_input_channel), (1 bytes). - Removing main.o(.data.crsf_output_PWM_channel), (1 bytes). - Removing main.o(.file_name), (30 bytes). - Removing main.o(.data.firmware_name), (12 bytes). - Removing main.o(.data.current_angle), (2 bytes). - Removing main.o(.data.desired_angle), (2 bytes). - Removing main.o(.bss.MCU_Id), (4 bytes). - Removing main.o(.bss.REV_Id), (4 bytes). - Removing main.o(.bss.velocity_count), (2 bytes). - Removing main.o(.data.velocity_count_threshold), (2 bytes). - Removing main.o(.bss.lowkv), (1 bytes). - Removing main.o(.data.startup_boost), (1 bytes). - Removing main.o(.bss.low_pin_count), (2 bytes). - Removing main.o(.data.low_kv_filter_level), (1 bytes). - Removing main.o(.bss.ADC_smoothed_input), (2 bytes). - Removing main.o(.bss.telemetry_done), (1 bytes). - Removing main.o(.rodata.numReadings), (1 bytes). - Removing main.o(.data.armed_count_threshold), (2 bytes). - Removing main.o(.bss.ubAnalogWatchdogStatus), (1 bytes). - Removing main.o(.bss.target_e_com_time_high), (2 bytes). - Removing main.o(.bss.target_e_com_time_low), (2 bytes). - Removing main.o(.bss.Speed_pid_output), (2 bytes). - Removing main.o(.bss.temperature_offset), (1 bytes). - Removing main.o(.bss.ADC_raw_input), (2 bytes). - Removing main.o(.bss.lastzctime), (2 bytes). - Removing main.o(.ARM.use_no_argv), (4 bytes). - Removing signal.o(.text), (0 bytes). - Removing signal.o(.text.computeMSInput), (72 bytes). - Removing signal.o(.ARM.exidx.text.computeMSInput), (8 bytes). - Removing signal.o(.ARM.exidx.text.computeServoInput), (8 bytes). - Removing signal.o(.ARM.exidx.text.transfercomplete), (8 bytes). - Removing signal.o(.text.checkDshot), (116 bytes). - Removing signal.o(.ARM.exidx.text.checkDshot), (8 bytes). - Removing signal.o(.text.checkServo), (56 bytes). - Removing signal.o(.ARM.exidx.text.checkServo), (8 bytes). - Removing signal.o(.ARM.exidx.text.detectInput), (8 bytes). - Removing sounds.o(.text), (0 bytes). - Removing sounds.o(.text.pause), (32 bytes). - Removing sounds.o(.ARM.exidx.text.pause), (8 bytes). - Removing sounds.o(.ARM.exidx.text.setVolume), (8 bytes). - Removing sounds.o(.text.setCaptureCompare), (16 bytes). - Removing sounds.o(.ARM.exidx.text.setCaptureCompare), (8 bytes). - Removing sounds.o(.text.playBJNote), (64 bytes). - Removing sounds.o(.ARM.exidx.text.playBJNote), (8 bytes). - Removing sounds.o(.text.getBlueJayNoteFrequency), (28 bytes). - Removing sounds.o(.ARM.exidx.text.getBlueJayNoteFrequency), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playBlueJayTune), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playStartupTune), (8 bytes). - Removing sounds.o(.text.playBrushedStartupTune), (144 bytes). - Removing sounds.o(.ARM.exidx.text.playBrushedStartupTune), (8 bytes). - Removing sounds.o(.text.playDuskingTune), (164 bytes). - Removing sounds.o(.ARM.exidx.text.playDuskingTune), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playInputTune2), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playInputTune), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playDefaultTone), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playChangedTone), (8 bytes). - Removing sounds.o(.ARM.exidx.text.playBeaconTune3), (8 bytes). - Removing firmwareversion.o(.text), (0 bytes). - Removing stm32g0xx_ll_adc.o(.text), (0 bytes). - Removing stm32g0xx_ll_adc.o(.text.LL_ADC_CommonDeInit), (28 bytes). - Removing stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_CommonDeInit), (8 bytes). - Removing stm32g0xx_ll_adc.o(.text.LL_ADC_CommonInit), (36 bytes). - Removing stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_CommonInit), (8 bytes). - Removing stm32g0xx_ll_adc.o(.text.LL_ADC_CommonStructInit), (8 bytes). - Removing stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_CommonStructInit), (8 bytes). - Removing stm32g0xx_ll_adc.o(.text.LL_ADC_DeInit), (292 bytes). - Removing stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_DeInit), (8 bytes). - Removing stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_Init), (8 bytes). - Removing stm32g0xx_ll_adc.o(.text.LL_ADC_StructInit), (16 bytes). - Removing stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_StructInit), (8 bytes). - Removing stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_REG_Init), (8 bytes). - Removing stm32g0xx_ll_adc.o(.text.LL_ADC_REG_StructInit), (20 bytes). - Removing stm32g0xx_ll_adc.o(.ARM.exidx.text.LL_ADC_REG_StructInit), (8 bytes). - Removing stm32g0xx_ll_comp.o(.text), (0 bytes). - Removing stm32g0xx_ll_comp.o(.text.LL_COMP_DeInit), (18 bytes). - Removing stm32g0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_DeInit), (8 bytes). - Removing stm32g0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_Init), (8 bytes). - Removing stm32g0xx_ll_comp.o(.text.LL_COMP_StructInit), (22 bytes). - Removing stm32g0xx_ll_comp.o(.ARM.exidx.text.LL_COMP_StructInit), (8 bytes). - Removing stm32g0xx_ll_dma.o(.text), (0 bytes). - Removing stm32g0xx_ll_dma.o(.text.LL_DMA_DeInit), (260 bytes). - Removing stm32g0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_DeInit), (8 bytes). - Removing stm32g0xx_ll_dma.o(.text.LL_DMA_Init), (108 bytes). - Removing stm32g0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_Init), (8 bytes). - Removing stm32g0xx_ll_dma.o(.text.LL_DMA_StructInit), (10 bytes). - Removing stm32g0xx_ll_dma.o(.ARM.exidx.text.LL_DMA_StructInit), (8 bytes). - Removing stm32g0xx_ll_exti.o(.text), (0 bytes). - Removing stm32g0xx_ll_exti.o(.text.LL_EXTI_DeInit), (48 bytes). - Removing stm32g0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_DeInit), (8 bytes). - Removing stm32g0xx_ll_exti.o(.text.LL_EXTI_Init), (280 bytes). - Removing stm32g0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_Init), (8 bytes). - Removing stm32g0xx_ll_exti.o(.text.LL_EXTI_StructInit), (14 bytes). - Removing stm32g0xx_ll_exti.o(.ARM.exidx.text.LL_EXTI_StructInit), (8 bytes). - Removing stm32g0xx_ll_gpio.o(.text), (0 bytes). - Removing stm32g0xx_ll_gpio.o(.text.LL_GPIO_DeInit), (108 bytes). - Removing stm32g0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_DeInit), (8 bytes). - Removing stm32g0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_Init), (8 bytes). - Removing stm32g0xx_ll_gpio.o(.text.LL_GPIO_StructInit), (24 bytes). - Removing stm32g0xx_ll_gpio.o(.ARM.exidx.text.LL_GPIO_StructInit), (8 bytes). - Removing stm32g0xx_ll_pwr.o(.text), (0 bytes). - Removing stm32g0xx_ll_pwr.o(.text.LL_PWR_DeInit), (28 bytes). - Removing stm32g0xx_ll_pwr.o(.ARM.exidx.text.LL_PWR_DeInit), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text), (0 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_DeInit), (72 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_DeInit), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetSystemClocksFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.RCC_GetSystemClockFreq), (100 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetSystemClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.RCC_GetHCLKClockFreq), (32 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetHCLKClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.RCC_GetPCLK1ClockFreq), (32 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_GetPCLK1ClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetUSARTClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_GetI2CClockFreq), (268 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetI2CClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_GetI2SClockFreq), (196 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetI2SClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_I2S1), (68 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_I2S1), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPUARTClockFreq), (272 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetLPUARTClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_GetLPTIMClockFreq), (320 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetLPTIMClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_GetTIMClockFreq), (384 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetTIMClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_TIM1), (68 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_TIM1), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_TIM15), (68 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_TIM15), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_GetCECClockFreq), (40 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetCECClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_GetADCClockFreq), (192 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetADCClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_ADC), (68 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_ADC), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.LL_RCC_GetRTCClockFreq), (64 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.LL_RCC_GetRTCClockFreq), (8 bytes). - Removing stm32g0xx_ll_rcc.o(.text.RCC_PLL_GetFreqDomain_SYS), (76 bytes). - Removing stm32g0xx_ll_rcc.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_SYS), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text), (0 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_DeInit), (240 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_DeInit), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_StructInit), (16 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_StructInit), (8 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_Init), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_OC_StructInit), (20 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_OC_StructInit), (8 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_OC_Init), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_IC_StructInit), (14 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_IC_StructInit), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_IC_Init), (212 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_IC_Init), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_ENCODER_StructInit), (26 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_ENCODER_StructInit), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_ENCODER_Init), (96 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_ENCODER_Init), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_HALLSENSOR_StructInit), (12 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_HALLSENSOR_StructInit), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_HALLSENSOR_Init), (88 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_HALLSENSOR_Init), (8 bytes). - Removing stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_StructInit), (22 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_BDTR_StructInit), (8 bytes). - Removing stm32g0xx_ll_tim.o(.ARM.exidx.text.LL_TIM_BDTR_Init), (8 bytes). - Removing stm32g0xx_ll_usart.o(.text), (0 bytes). - Removing stm32g0xx_ll_usart.o(.text.LL_USART_DeInit), (132 bytes). - Removing stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_DeInit), (8 bytes). - Removing stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_Init), (8 bytes). - Removing stm32g0xx_ll_usart.o(.text.LL_USART_StructInit), (24 bytes). - Removing stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_StructInit), (8 bytes). - Removing stm32g0xx_ll_usart.o(.text.LL_USART_ClockInit), (62 bytes). - Removing stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_ClockInit), (8 bytes). - Removing stm32g0xx_ll_usart.o(.text.LL_USART_ClockStructInit), (12 bytes). - Removing stm32g0xx_ll_usart.o(.ARM.exidx.text.LL_USART_ClockStructInit), (8 bytes). - Removing stm32g0xx_ll_utils.o(.text), (0 bytes). - Removing stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_Init1msTick), (8 bytes). - Removing stm32g0xx_ll_utils.o(.text.LL_mDelay), (40 bytes). - Removing stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_mDelay), (8 bytes). - Removing stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_SetSystemCoreClock), (8 bytes). - Removing stm32g0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSI), (120 bytes). - Removing stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_PLL_ConfigSystemClock_HSI), (8 bytes). - Removing stm32g0xx_ll_utils.o(.text.UTILS_EnablePLLAndSwitchSystem), (248 bytes). - Removing stm32g0xx_ll_utils.o(.ARM.exidx.text.UTILS_EnablePLLAndSwitchSystem), (8 bytes). - Removing stm32g0xx_ll_utils.o(.text.LL_PLL_ConfigSystemClock_HSE), (144 bytes). - Removing stm32g0xx_ll_utils.o(.ARM.exidx.text.LL_PLL_ConfigSystemClock_HSE), (8 bytes). - -349 unused section(s) (total 12091 bytes) removed from the image. - -============================================================================== - -Image Symbol Table - - Local Symbols - - Symbol Name Value Ov Type Size Object(Section) - - ../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE - ../clib/division.s 0x00000000 Number 0 aeabi_sdivfast.o ABSOLUTE - ../clib/division.s 0x00000000 Number 0 aeabi_sdivfast_div0.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 uidiv_div0.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 idiv_div0.o ABSOLUTE - ../clib/microlib/division.c 0x00000000 Number 0 idiv0.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE - ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE - ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE - ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE - ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE - ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE - ../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE - ../fplib/microlib/fpcmp.c 0x00000000 Number 0 fcmple.o ABSOLUTE - ../fplib/microlib/fpcmp.c 0x00000000 Number 0 fcmplt.o ABSOLUTE - ../fplib/microlib/fpcmp.c 0x00000000 Number 0 fcmpge.o ABSOLUTE - ../fplib/microlib/fpcmp.c 0x00000000 Number 0 fcmpgt.o ABSOLUTE - ../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE - ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE - ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE - ../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.o ABSOLUTE - ..\Mcu\g071\Startup\mdk\startup_stm32g071xx.s 0x00000000 Number 0 startup_stm32g071xx.o ABSOLUTE - ADC.c 0x00000000 Number 0 adc.o ABSOLUTE - IO.c 0x00000000 Number 0 io.o ABSOLUTE - WS2812.c 0x00000000 Number 0 ws2812.o ABSOLUTE - comparator.c 0x00000000 Number 0 comparator.o ABSOLUTE - dc.s 0x00000000 Number 0 dc.o ABSOLUTE - dshot.c 0x00000000 Number 0 dshot.o ABSOLUTE - eeprom.c 0x00000000 Number 0 eeprom.o ABSOLUTE - firmwareversion.c 0x00000000 Number 0 firmwareversion.o ABSOLUTE - functions.c 0x00000000 Number 0 functions.o ABSOLUTE - handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE - init.s 0x00000000 Number 0 init.o ABSOLUTE - main.c 0x00000000 Number 0 main.o ABSOLUTE - peripherals.c 0x00000000 Number 0 peripherals.o ABSOLUTE - phaseouts.c 0x00000000 Number 0 phaseouts.o ABSOLUTE - serial_telemetry.c 0x00000000 Number 0 serial_telemetry.o ABSOLUTE - signal.c 0x00000000 Number 0 signal.o ABSOLUTE - sounds.c 0x00000000 Number 0 sounds.o ABSOLUTE - stm32g0xx_it.c 0x00000000 Number 0 stm32g0xx_it.o ABSOLUTE - stm32g0xx_ll_adc.c 0x00000000 Number 0 stm32g0xx_ll_adc.o ABSOLUTE - stm32g0xx_ll_comp.c 0x00000000 Number 0 stm32g0xx_ll_comp.o ABSOLUTE - stm32g0xx_ll_dma.c 0x00000000 Number 0 stm32g0xx_ll_dma.o ABSOLUTE - stm32g0xx_ll_exti.c 0x00000000 Number 0 stm32g0xx_ll_exti.o ABSOLUTE - stm32g0xx_ll_gpio.c 0x00000000 Number 0 stm32g0xx_ll_gpio.o ABSOLUTE - stm32g0xx_ll_pwr.c 0x00000000 Number 0 stm32g0xx_ll_pwr.o ABSOLUTE - stm32g0xx_ll_rcc.c 0x00000000 Number 0 stm32g0xx_ll_rcc.o ABSOLUTE - stm32g0xx_ll_tim.c 0x00000000 Number 0 stm32g0xx_ll_tim.o ABSOLUTE - stm32g0xx_ll_usart.c 0x00000000 Number 0 stm32g0xx_ll_usart.o ABSOLUTE - stm32g0xx_ll_utils.c 0x00000000 Number 0 stm32g0xx_ll_utils.o ABSOLUTE - system_stm32g0xx.c 0x00000000 Number 0 system_stm32g0xx.o ABSOLUTE - RESET 0x08001000 Section 188 startup_stm32g071xx.o(RESET) - .ARM.Collect$$$$00000000 0x080010bc Section 0 entry.o(.ARM.Collect$$$$00000000) - .ARM.Collect$$$$00000001 0x080010bc Section 4 entry2.o(.ARM.Collect$$$$00000001) - .ARM.Collect$$$$00000004 0x080010c0 Section 4 entry5.o(.ARM.Collect$$$$00000004) - .ARM.Collect$$$$00000008 0x080010c4 Section 0 entry7b.o(.ARM.Collect$$$$00000008) - .ARM.Collect$$$$0000000A 0x080010c4 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) - .ARM.Collect$$$$0000000B 0x080010c4 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) - __lit__00000000 0x080010cc Data 4 entry2.o(.ARM.Collect$$$$00002712) - .ARM.Collect$$$$0000000D 0x080010cc Section 0 entry10a.o(.ARM.Collect$$$$0000000D) - .ARM.Collect$$$$0000000F 0x080010cc Section 0 entry11a.o(.ARM.Collect$$$$0000000F) - .ARM.Collect$$$$00002712 0x080010cc Section 4 entry2.o(.ARM.Collect$$$$00002712) - .text 0x080010d0 Section 28 startup_stm32g071xx.o(.text) - .text 0x080010ec Section 0 memcpya.o(.text) - .text 0x08001110 Section 0 memseta.o(.text) - .text 0x08001134 Section 0 fadd.o(.text) - .text 0x080011e6 Section 0 fdiv.o(.text) - .text 0x08001262 Section 0 fcmple.o(.text) - .text 0x0800127e Section 0 fcmplt.o(.text) - .text 0x0800129a Section 0 fcmpge.o(.text) - .text 0x080012b6 Section 0 fcmpgt.o(.text) - .text 0x080012d2 Section 0 fflti.o(.text) - .text 0x080012e8 Section 0 ffixi.o(.text) - .text 0x0800131a Section 0 uidiv_div0.o(.text) - .text 0x08001358 Section 0 idiv_div0.o(.text) - .text 0x080013a8 Section 0 iusefp.o(.text) - .text 0x080013a8 Section 0 fepilogue.o(.text) - .text 0x0800142c Section 36 init.o(.text) - .text 0x08001450 Section 0 __dczerorl2.o(.text) - [Anonymous Symbol] 0x080014a8 Section 0 stm32g0xx_it.o(.text.ADC1_COMP_IRQHandler) - __arm_cp.7_0 0x080014d8 Number 4 stm32g0xx_it.o(.text.ADC1_COMP_IRQHandler) - [Anonymous Symbol] 0x080014dc Section 0 adc.o(.text.ADC_DMA_Callback) - __arm_cp.0_0 0x080014f4 Number 4 adc.o(.text.ADC_DMA_Callback) - __arm_cp.0_1 0x080014f8 Number 4 adc.o(.text.ADC_DMA_Callback) - __arm_cp.0_2 0x080014fc Number 4 adc.o(.text.ADC_DMA_Callback) - __arm_cp.0_3 0x08001500 Number 4 adc.o(.text.ADC_DMA_Callback) - [Anonymous Symbol] 0x08001504 Section 0 adc.o(.text.ADC_Init) - __arm_cp.3_0 0x080016ac Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_1 0x080016b0 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_2 0x080016b4 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_3 0x080016b8 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_4 0x080016bc Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_5 0x080016c0 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_6 0x080016c4 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_7 0x080016c8 Number 4 adc.o(.text.ADC_Init) - __arm_cp.3_8 0x080016cc Number 4 adc.o(.text.ADC_Init) - [Anonymous Symbol] 0x080016d0 Section 0 stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) - __arm_cp.12_0 0x08001738 Number 4 stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) - __arm_cp.12_1 0x0800173c Number 4 stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) - __arm_cp.12_2 0x08001740 Number 4 stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) - [Anonymous Symbol] 0x08001744 Section 0 stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) - __arm_cp.5_1 0x0800178c Number 4 stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) - __arm_cp.5_2 0x08001790 Number 4 stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) - [Anonymous Symbol] 0x08001794 Section 0 stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) - __arm_cp.6_0 0x080017e0 Number 4 stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) - __arm_cp.6_1 0x080017e4 Number 4 stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) - [Anonymous Symbol] 0x080017e8 Section 0 stm32g0xx_it.o(.text.HardFault_Handler) - [Anonymous Symbol] 0x080017ec Section 0 stm32g0xx_ll_adc.o(.text.LL_ADC_Init) - __arm_cp.4_0 0x0800181c Number 4 stm32g0xx_ll_adc.o(.text.LL_ADC_Init) - [Anonymous Symbol] 0x08001820 Section 0 stm32g0xx_ll_adc.o(.text.LL_ADC_REG_Init) - __arm_cp.6_0 0x08001864 Number 4 stm32g0xx_ll_adc.o(.text.LL_ADC_REG_Init) - [Anonymous Symbol] 0x08001868 Section 0 stm32g0xx_ll_comp.o(.text.LL_COMP_Init) - __arm_cp.1_0 0x08001890 Number 4 stm32g0xx_ll_comp.o(.text.LL_COMP_Init) - [Anonymous Symbol] 0x08001894 Section 0 stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) - [Anonymous Symbol] 0x08001944 Section 0 stm32g0xx_ll_utils.o(.text.LL_Init1msTick) - __arm_cp.0_0 0x08001960 Number 4 stm32g0xx_ll_utils.o(.text.LL_Init1msTick) - [Anonymous Symbol] 0x08001964 Section 0 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) - [Anonymous Symbol] 0x080019e8 Section 0 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_0 0x08001bac Number 4 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_1 0x08001bb0 Number 4 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_2 0x08001bb4 Number 4 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_3 0x08001bb8 Number 4 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_4 0x08001bbc Number 4 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_5 0x08001bc0 Number 4 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_6 0x08001bc4 Number 4 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - __arm_cp.5_7 0x08001bc8 Number 4 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - [Anonymous Symbol] 0x08001bcc Section 0 stm32g0xx_ll_utils.o(.text.LL_SetSystemCoreClock) - __arm_cp.2_0 0x08001bd4 Number 4 stm32g0xx_ll_utils.o(.text.LL_SetSystemCoreClock) - [Anonymous Symbol] 0x08001bd8 Section 0 stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - __arm_cp.12_0 0x08001c58 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - __arm_cp.12_2 0x08001c5c Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - __arm_cp.12_3 0x08001c60 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - __arm_cp.12_4 0x08001c64 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - [Anonymous Symbol] 0x08001c68 Section 0 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_0 0x08001d04 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_1 0x08001d08 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_2 0x08001d0c Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_3 0x08001d10 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_4 0x08001d14 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_5 0x08001d18 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_6 0x08001d1c Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - __arm_cp.2_7 0x08001d20 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - [Anonymous Symbol] 0x08001d24 Section 0 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_0 0x08002014 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_1 0x08002018 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_2 0x0800201c Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_3 0x08002020 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_4 0x08002024 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_5 0x08002028 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_6 0x0800202c Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - __arm_cp.4_7 0x08002030 Number 4 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - [Anonymous Symbol] 0x08002034 Section 0 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_0 0x08002114 Number 4 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_1 0x08002118 Number 4 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_2 0x0800211c Number 4 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_3 0x08002120 Number 4 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_4 0x08002124 Number 4 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_5 0x08002128 Number 4 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - USART_PRESCALER_TAB 0x0800212c Number 0 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - __arm_cp.1_7 0x0800215c Number 4 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - [Anonymous Symbol] 0x08002160 Section 0 peripherals.o(.text.MX_COMP2_Init) - __arm_cp.4_2 0x0800227c Number 4 peripherals.o(.text.MX_COMP2_Init) - __arm_cp.4_3 0x08002280 Number 4 peripherals.o(.text.MX_COMP2_Init) - __arm_cp.4_4 0x08002284 Number 4 peripherals.o(.text.MX_COMP2_Init) - __arm_cp.4_5 0x08002288 Number 4 peripherals.o(.text.MX_COMP2_Init) - __arm_cp.4_6 0x0800228c Number 4 peripherals.o(.text.MX_COMP2_Init) - __arm_cp.4_7 0x08002290 Number 4 peripherals.o(.text.MX_COMP2_Init) - __arm_cp.4_8 0x08002294 Number 4 peripherals.o(.text.MX_COMP2_Init) - __arm_cp.4_9 0x08002298 Number 4 peripherals.o(.text.MX_COMP2_Init) - [Anonymous Symbol] 0x0800229c Section 0 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.13_0 0x080022bc Number 4 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.13_1 0x080022c0 Number 4 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.13_2 0x080022c4 Number 4 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.13_3 0x080022c8 Number 4 peripherals.o(.text.MX_IWDG_Init) - __arm_cp.13_4 0x080022cc Number 4 peripherals.o(.text.MX_IWDG_Init) - [Anonymous Symbol] 0x080022d0 Section 0 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.5_0 0x080024e0 Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.5_1 0x080024e4 Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.5_2 0x080024e8 Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.5_3 0x080024ec Number 4 peripherals.o(.text.MX_TIM1_Init) - __arm_cp.5_4 0x080024f0 Number 4 peripherals.o(.text.MX_TIM1_Init) - [Anonymous Symbol] 0x080024f4 Section 0 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_0 0x080025fc Number 4 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_1 0x08002600 Number 4 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_2 0x08002604 Number 4 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_3 0x08002608 Number 4 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_4 0x0800260c Number 4 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_5 0x08002610 Number 4 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_6 0x08002614 Number 4 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_7 0x08002618 Number 4 peripherals.o(.text.MX_TIM3_Init) - __arm_cp.7_8 0x0800261c Number 4 peripherals.o(.text.MX_TIM3_Init) - [Anonymous Symbol] 0x08002620 Section 0 stm32g0xx_it.o(.text.NMI_Handler) - [Anonymous Symbol] 0x08002622 Section 0 stm32g0xx_it.o(.text.PendSV_Handler) - [Anonymous Symbol] 0x08002624 Section 0 main.o(.text.PeriodElapsedCallback) - __arm_cp.7_2 0x08002670 Number 4 main.o(.text.PeriodElapsedCallback) - __arm_cp.7_3 0x08002674 Number 4 main.o(.text.PeriodElapsedCallback) - [Anonymous Symbol] 0x08002678 Section 0 stm32g0xx_it.o(.text.SVC_Handler) - [Anonymous Symbol] 0x0800267a Section 0 stm32g0xx_it.o(.text.SysTick_Handler) - [Anonymous Symbol] 0x0800267c Section 0 peripherals.o(.text.SystemClock_Config) - __arm_cp.1_0 0x08002720 Number 4 peripherals.o(.text.SystemClock_Config) - __arm_cp.1_1 0x08002724 Number 4 peripherals.o(.text.SystemClock_Config) - __arm_cp.1_2 0x08002728 Number 4 peripherals.o(.text.SystemClock_Config) - __arm_cp.1_3 0x0800272c Number 4 peripherals.o(.text.SystemClock_Config) - __arm_cp.1_4 0x08002730 Number 4 peripherals.o(.text.SystemClock_Config) - [Anonymous Symbol] 0x08002734 Section 0 system_stm32g0xx.o(.text.SystemInit) - __arm_cp.0_0 0x08002740 Number 4 system_stm32g0xx.o(.text.SystemInit) - [Anonymous Symbol] 0x08002744 Section 0 stm32g0xx_it.o(.text.TIM14_IRQHandler) - __arm_cp.11_0 0x0800275c Number 4 stm32g0xx_it.o(.text.TIM14_IRQHandler) - [Anonymous Symbol] 0x08002760 Section 0 stm32g0xx_it.o(.text.TIM16_IRQHandler) - __arm_cp.9_0 0x08002784 Number 4 stm32g0xx_it.o(.text.TIM16_IRQHandler) - [Anonymous Symbol] 0x08002788 Section 0 stm32g0xx_it.o(.text.TIM3_IRQHandler) - __arm_cp.8_0 0x080027ac Number 4 stm32g0xx_it.o(.text.TIM3_IRQHandler) - [Anonymous Symbol] 0x080027b0 Section 0 stm32g0xx_it.o(.text.TIM6_DAC_LPTIM1_IRQHandler) - __arm_cp.10_0 0x080027c8 Number 4 stm32g0xx_it.o(.text.TIM6_DAC_LPTIM1_IRQHandler) - [Anonymous Symbol] 0x080027cc Section 0 adc.o(.text.activateADC) - __arm_cp.2_0 0x0800286c Number 4 adc.o(.text.activateADC) - __arm_cp.2_1 0x08002870 Number 4 adc.o(.text.activateADC) - __arm_cp.2_2 0x08002874 Number 4 adc.o(.text.activateADC) - __arm_cp.2_3 0x08002878 Number 4 adc.o(.text.activateADC) - __arm_cp.2_4 0x0800287c Number 4 adc.o(.text.activateADC) - __arm_cp.2_5 0x08002880 Number 4 adc.o(.text.activateADC) - [Anonymous Symbol] 0x08002884 Section 0 main.o(.text.advanceincrement) - __arm_cp.11_0 0x08002998 Number 4 main.o(.text.advanceincrement) - __arm_cp.11_1 0x0800299c Number 4 main.o(.text.advanceincrement) - __arm_cp.11_2 0x080029a0 Number 4 main.o(.text.advanceincrement) - [Anonymous Symbol] 0x080029a4 Section 0 phaseouts.o(.text.allOff) - [Anonymous Symbol] 0x08002a0c Section 0 phaseouts.o(.text.allpwm) - __arm_cp.13_1 0x08002a94 Number 4 phaseouts.o(.text.allpwm) - [Anonymous Symbol] 0x08002a98 Section 0 comparator.o(.text.changeCompInput) - __arm_cp.3_0 0x08002b2c Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_1 0x08002b30 Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_2 0x08002b34 Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_3 0x08002b38 Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_4 0x08002b3c Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_5 0x08002b40 Number 4 comparator.o(.text.changeCompInput) - __arm_cp.3_6 0x08002b44 Number 4 comparator.o(.text.changeCompInput) - [Anonymous Symbol] 0x08002b48 Section 0 phaseouts.o(.text.comStep) - __arm_cp.11_0 0x08002df8 Number 4 phaseouts.o(.text.comStep) - __arm_cp.11_1 0x08002dfc Number 4 phaseouts.o(.text.comStep) - [Anonymous Symbol] 0x08002e00 Section 0 main.o(.text.commutate) - __arm_cp.6_0 0x08002f38 Number 4 main.o(.text.commutate) - __arm_cp.6_1 0x08002f3c Number 4 main.o(.text.commutate) - __arm_cp.6_2 0x08002f40 Number 4 main.o(.text.commutate) - __arm_cp.6_3 0x08002f44 Number 4 main.o(.text.commutate) - __arm_cp.6_4 0x08002f48 Number 4 main.o(.text.commutate) - __arm_cp.6_5 0x08002f4c Number 4 main.o(.text.commutate) - __arm_cp.6_6 0x08002f50 Number 4 main.o(.text.commutate) - [Anonymous Symbol] 0x08002f54 Section 0 dshot.o(.text.computeDshotDMA) - __arm_cp.0_0 0x080032b8 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_1 0x080032bc Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_2 0x080032c0 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_3 0x080032c4 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_5 0x080032c8 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_6 0x080032cc Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_8 0x080032d0 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_9 0x080032d4 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_10 0x080032d8 Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_12 0x080032dc Number 4 dshot.o(.text.computeDshotDMA) - __arm_cp.0_13 0x080032e0 Number 4 dshot.o(.text.computeDshotDMA) - [Anonymous Symbol] 0x080032e4 Section 0 signal.o(.text.computeServoInput) - __arm_cp.1_1 0x08003444 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_2 0x08003448 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_3 0x0800344c Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_5 0x08003450 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_6 0x08003454 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_7 0x08003458 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_8 0x0800345c Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_9 0x08003460 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_10 0x08003464 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_11 0x08003468 Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_12 0x0800346c Number 4 signal.o(.text.computeServoInput) - __arm_cp.1_13 0x08003470 Number 4 signal.o(.text.computeServoInput) - [Anonymous Symbol] 0x08003474 Section 0 functions.o(.text.delayMicros) - __arm_cp.2_0 0x08003484 Number 4 functions.o(.text.delayMicros) - [Anonymous Symbol] 0x08003488 Section 0 functions.o(.text.delayMillis) - __arm_cp.3_0 0x080034b0 Number 4 functions.o(.text.delayMillis) - [Anonymous Symbol] 0x080034b4 Section 0 signal.o(.text.detectInput) - __arm_cp.5_0 0x080035f8 Number 4 signal.o(.text.detectInput) - __arm_cp.5_1 0x080035fc Number 4 signal.o(.text.detectInput) - __arm_cp.5_2 0x08003600 Number 4 signal.o(.text.detectInput) - __arm_cp.5_3 0x08003604 Number 4 signal.o(.text.detectInput) - __arm_cp.5_4 0x08003608 Number 4 signal.o(.text.detectInput) - __arm_cp.5_5 0x0800360c Number 4 signal.o(.text.detectInput) - __arm_cp.5_6 0x08003610 Number 4 signal.o(.text.detectInput) - __arm_cp.5_7 0x08003614 Number 4 signal.o(.text.detectInput) - __arm_cp.5_8 0x08003618 Number 4 signal.o(.text.detectInput) - [Anonymous Symbol] 0x0800361c Section 0 peripherals.o(.text.disableComTimerInt) - [Anonymous Symbol] 0x08003628 Section 0 adc.o(.text.enableADC_DMA) - __arm_cp.1_0 0x08003670 Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_1 0x08003674 Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_2 0x08003678 Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_3 0x0800367c Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_4 0x08003680 Number 4 adc.o(.text.enableADC_DMA) - __arm_cp.1_5 0x08003684 Number 4 adc.o(.text.enableADC_DMA) - [Anonymous Symbol] 0x08003688 Section 0 comparator.o(.text.enableCompInterrupts) - __arm_cp.2_1 0x08003698 Number 4 comparator.o(.text.enableCompInterrupts) - [Anonymous Symbol] 0x0800369c Section 0 peripherals.o(.text.enableCorePeripherals) - __arm_cp.29_0 0x08003798 Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.29_1 0x0800379c Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.29_2 0x080037a0 Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.29_5 0x080037a4 Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.29_6 0x080037a8 Number 4 peripherals.o(.text.enableCorePeripherals) - __arm_cp.29_7 0x080037ac Number 4 peripherals.o(.text.enableCorePeripherals) - [Anonymous Symbol] 0x080037b0 Section 0 io.o(.text.enableHalfTransferInt) - __arm_cp.8_0 0x080037bc Number 4 io.o(.text.enableHalfTransferInt) - [Anonymous Symbol] 0x080037c0 Section 0 phaseouts.o(.text.fullBrake) - __arm_cp.12_0 0x08003828 Number 4 phaseouts.o(.text.fullBrake) - [Anonymous Symbol] 0x0800382c Section 0 peripherals.o(.text.generatePwmTimerEvent) - __arm_cp.27_0 0x08003838 Number 4 peripherals.o(.text.generatePwmTimerEvent) - [Anonymous Symbol] 0x0800383c Section 0 functions.o(.text.getAbsDif) - [Anonymous Symbol] 0x08003848 Section 0 comparator.o(.text.getCompOutputLevel) - __arm_cp.0_0 0x08003854 Number 4 comparator.o(.text.getCompOutputLevel) - [Anonymous Symbol] 0x08003858 Section 0 io.o(.text.getInputPinState) - __arm_cp.4_0 0x08003864 Number 4 io.o(.text.getInputPinState) - [Anonymous Symbol] 0x08003868 Section 0 peripherals.o(.text.getintervaTimerCount) - __arm_cp.19_0 0x08003870 Number 4 peripherals.o(.text.getintervaTimerCount) - [Anonymous Symbol] 0x08003874 Section 0 peripherals.o(.text.initAfterJump) - __arm_cp.11_0 0x08003880 Number 4 peripherals.o(.text.initAfterJump) - __arm_cp.11_1 0x08003884 Number 4 peripherals.o(.text.initAfterJump) - [Anonymous Symbol] 0x08003888 Section 0 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_0 0x08003a80 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_1 0x08003a84 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_2 0x08003a88 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_3 0x08003a8c Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_4 0x08003a90 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_5 0x08003a94 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_6 0x08003a98 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_7 0x08003a9c Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_8 0x08003aa0 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_9 0x08003aa4 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_10 0x08003aa8 Number 4 peripherals.o(.text.initCorePeripherals) - __arm_cp.0_11 0x08003aac Number 4 peripherals.o(.text.initCorePeripherals) - [Anonymous Symbol] 0x08003ab0 Section 0 main.o(.text.interruptRoutine) - __arm_cp.8_1 0x08003b58 Number 4 main.o(.text.interruptRoutine) - [Anonymous Symbol] 0x08003b5c Section 0 main.o(.text.loadEEpromSettings) - __arm_cp.2_0 0x08003e00 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_1 0x08003e04 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_2 0x08003e08 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_3 0x08003e0c Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_4 0x08003e10 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_5 0x08003e14 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_6 0x08003e18 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_7 0x08003e1c Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_8 0x08003e20 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_9 0x08003e24 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_10 0x08003e28 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_11 0x08003e2c Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_12 0x08003e30 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_13 0x08003e34 Number 4 main.o(.text.loadEEpromSettings) - __arm_cp.2_14 0x08003e38 Number 4 main.o(.text.loadEEpromSettings) - [Anonymous Symbol] 0x08003e3c Section 0 main.o(.text.main) - __arm_cp.13_25 0x08004200 Number 4 main.o(.text.main) - __arm_cp.13_27 0x08004208 Number 4 main.o(.text.main) - __arm_cp.13_30 0x08004220 Number 4 main.o(.text.main) - __arm_cp.13_33 0x0800422c Number 4 main.o(.text.main) - __arm_cp.13_35 0x08004234 Number 4 main.o(.text.main) - __arm_cp.13_36 0x08004238 Number 4 main.o(.text.main) - __arm_cp.13_37 0x0800423c Number 4 main.o(.text.main) - __arm_cp.13_38 0x08004240 Number 4 main.o(.text.main) - __arm_cp.13_39 0x08004244 Number 4 main.o(.text.main) - __arm_cp.13_40 0x08004248 Number 4 main.o(.text.main) - __arm_cp.13_41 0x0800424c Number 4 main.o(.text.main) - __arm_cp.13_42 0x08004250 Number 4 main.o(.text.main) - __arm_cp.13_43 0x08004254 Number 4 main.o(.text.main) - __arm_cp.13_44 0x080045b8 Number 4 main.o(.text.main) - __arm_cp.13_1 0x080045bc Number 4 main.o(.text.main) - __arm_cp.13_4 0x080045c0 Number 4 main.o(.text.main) - __arm_cp.13_6 0x080045c4 Number 4 main.o(.text.main) - __arm_cp.13_7 0x080045c8 Number 4 main.o(.text.main) - __arm_cp.13_8 0x080045cc Number 4 main.o(.text.main) - __arm_cp.13_12 0x080045d0 Number 4 main.o(.text.main) - __arm_cp.13_14 0x080045d4 Number 4 main.o(.text.main) - __arm_cp.13_22 0x080045d8 Number 4 main.o(.text.main) - __arm_cp.13_23 0x080045dc Number 4 main.o(.text.main) - __arm_cp.13_24 0x080045e0 Number 4 main.o(.text.main) - [Anonymous Symbol] 0x080045e4 Section 0 serial_telemetry.o(.text.makeTelemPackage) - __arm_cp.4_0 0x08004c10 Number 4 serial_telemetry.o(.text.makeTelemPackage) - [Anonymous Symbol] 0x08004c14 Section 0 dshot.o(.text.make_dshot_package) - __arm_cp.1_0 0x08004dac Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_1 0x08004db0 Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_2 0x08004db4 Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_3 0x08004db8 Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_4 0x08004dbc Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_5 0x08004dc0 Number 4 dshot.o(.text.make_dshot_package) - __arm_cp.1_6 0x08004dc4 Number 4 dshot.o(.text.make_dshot_package) - [Anonymous Symbol] 0x08004dc8 Section 0 functions.o(.text.map) - [Anonymous Symbol] 0x08004df0 Section 0 comparator.o(.text.maskPhaseInterrupts) - __arm_cp.1_0 0x08004e08 Number 4 comparator.o(.text.maskPhaseInterrupts) - [Anonymous Symbol] 0x08004e0c Section 0 sounds.o(.text.playBeaconTune3) - [Anonymous Symbol] 0x08004e68 Section 0 sounds.o(.text.playBlueJayTune) - __arm_cp.5_1 0x08004f38 Number 4 sounds.o(.text.playBlueJayTune) - __arm_cp.5_2 0x08004f3c Number 4 sounds.o(.text.playBlueJayTune) - __arm_cp.5_3 0x08004f40 Number 4 sounds.o(.text.playBlueJayTune) - __arm_cp.5_6 0x08004f44 Number 4 sounds.o(.text.playBlueJayTune) - [Anonymous Symbol] 0x08004f48 Section 0 sounds.o(.text.playChangedTone) - [Anonymous Symbol] 0x08004f98 Section 0 sounds.o(.text.playDefaultTone) - [Anonymous Symbol] 0x08004fe8 Section 0 sounds.o(.text.playInputTune) - [Anonymous Symbol] 0x0800504c Section 0 sounds.o(.text.playInputTune2) - [Anonymous Symbol] 0x080050b4 Section 0 sounds.o(.text.playStartupTune) - __arm_cp.6_0 0x0800512c Number 4 sounds.o(.text.playStartupTune) - __arm_cp.6_1 0x08005130 Number 4 sounds.o(.text.playStartupTune) - __arm_cp.6_2 0x08005134 Number 4 sounds.o(.text.playStartupTune) - __arm_cp.6_3 0x08005138 Number 4 sounds.o(.text.playStartupTune) - __arm_cp.6_4 0x0800513c Number 4 sounds.o(.text.playStartupTune) - [Anonymous Symbol] 0x08005140 Section 0 phaseouts.o(.text.proportionalBrake) - __arm_cp.0_0 0x080051a0 Number 4 phaseouts.o(.text.proportionalBrake) - [Anonymous Symbol] 0x080051a4 Section 0 eeprom.o(.text.read_flash_bin) - [Anonymous Symbol] 0x080051b8 Section 0 io.o(.text.receiveDshotDma) - __arm_cp.1_3 0x08005254 Number 4 io.o(.text.receiveDshotDma) - __arm_cp.1_4 0x08005258 Number 4 io.o(.text.receiveDshotDma) - __arm_cp.1_5 0x0800525c Number 4 io.o(.text.receiveDshotDma) - __arm_cp.1_6 0x08005260 Number 4 io.o(.text.receiveDshotDma) - __arm_cp.1_9 0x08005264 Number 4 io.o(.text.receiveDshotDma) - __arm_cp.1_10 0x08005268 Number 4 io.o(.text.receiveDshotDma) - [Anonymous Symbol] 0x0800526c Section 0 peripherals.o(.text.reloadWatchDogCounter) - __arm_cp.15_0 0x08005274 Number 4 peripherals.o(.text.reloadWatchDogCounter) - __arm_cp.15_1 0x08005278 Number 4 peripherals.o(.text.reloadWatchDogCounter) - [Anonymous Symbol] 0x0800527c Section 0 peripherals.o(.text.resetInputCaptureTimer) - __arm_cp.28_0 0x08005288 Number 4 peripherals.o(.text.resetInputCaptureTimer) - [Anonymous Symbol] 0x0800528c Section 0 main.o(.text.saveEEpromSettings) - __arm_cp.3_0 0x080052e4 Number 4 main.o(.text.saveEEpromSettings) - __arm_cp.3_1 0x080052e8 Number 4 main.o(.text.saveEEpromSettings) - __arm_cp.3_2 0x080052ec Number 4 main.o(.text.saveEEpromSettings) - __arm_cp.3_3 0x080052f0 Number 4 main.o(.text.saveEEpromSettings) - [Anonymous Symbol] 0x080052f4 Section 0 eeprom.o(.text.save_flash_nolib) - __arm_cp.0_0 0x0800543c Number 4 eeprom.o(.text.save_flash_nolib) - __arm_cp.0_1 0x08005440 Number 4 eeprom.o(.text.save_flash_nolib) - [Anonymous Symbol] 0x08005444 Section 0 io.o(.text.sendDshotDma) - __arm_cp.3_0 0x080054f0 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_1 0x080054f4 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_2 0x080054f8 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_4 0x080054fc Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_5 0x08005500 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_6 0x08005504 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_7 0x08005508 Number 4 io.o(.text.sendDshotDma) - __arm_cp.3_9 0x0800550c Number 4 io.o(.text.sendDshotDma) - [Anonymous Symbol] 0x08005510 Section 0 serial_telemetry.o(.text.send_telem_DMA) - __arm_cp.1_0 0x0800554c Number 4 serial_telemetry.o(.text.send_telem_DMA) - __arm_cp.1_2 0x08005550 Number 4 serial_telemetry.o(.text.send_telem_DMA) - [Anonymous Symbol] 0x08005554 Section 0 peripherals.o(.text.setAndEnableComInt) - __arm_cp.18_0 0x08005568 Number 4 peripherals.o(.text.setAndEnableComInt) - [Anonymous Symbol] 0x0800556c Section 0 peripherals.o(.text.setAutoReloadPWM) - __arm_cp.22_0 0x08005574 Number 4 peripherals.o(.text.setAutoReloadPWM) - [Anonymous Symbol] 0x08005578 Section 0 peripherals.o(.text.setDutyCycleAll) - [Anonymous Symbol] 0x08005584 Section 0 io.o(.text.setInputPolarityRising) - __arm_cp.5_0 0x08005590 Number 4 io.o(.text.setInputPolarityRising) - [Anonymous Symbol] 0x08005594 Section 0 peripherals.o(.text.setPWMCompare1) - __arm_cp.24_0 0x0800559c Number 4 peripherals.o(.text.setPWMCompare1) - [Anonymous Symbol] 0x080055a0 Section 0 peripherals.o(.text.setPWMCompare2) - __arm_cp.25_0 0x080055a8 Number 4 peripherals.o(.text.setPWMCompare2) - [Anonymous Symbol] 0x080055ac Section 0 peripherals.o(.text.setPWMCompare3) - __arm_cp.26_0 0x080055b4 Number 4 peripherals.o(.text.setPWMCompare3) - [Anonymous Symbol] 0x080055b8 Section 0 peripherals.o(.text.setPrescalerPWM) - __arm_cp.21_0 0x080055c0 Number 4 peripherals.o(.text.setPrescalerPWM) - [Anonymous Symbol] 0x080055c4 Section 0 sounds.o(.text.setVolume) - __arm_cp.1_0 0x080055d4 Number 4 sounds.o(.text.setVolume) - [Anonymous Symbol] 0x080055d8 Section 0 peripherals.o(.text.setintervaTimerCount) - __arm_cp.20_0 0x080055e0 Number 4 peripherals.o(.text.setintervaTimerCount) - [Anonymous Symbol] 0x080055e4 Section 0 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_0 0x08005740 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_1 0x08005744 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_2 0x08005748 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_3 0x0800574c Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_4 0x08005750 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_5 0x08005754 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_6 0x08005758 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_7 0x0800575c Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_8 0x08005760 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_9 0x08005764 Number 4 serial_telemetry.o(.text.telem_UART_Init) - __arm_cp.0_10 0x08005768 Number 4 serial_telemetry.o(.text.telem_UART_Init) - [Anonymous Symbol] 0x0800576c Section 0 main.o(.text.tenKhzRoutine) - __arm_cp.10_24 0x08005b44 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_28 0x08005b54 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_29 0x08005b58 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_31 0x08005b60 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_32 0x08005b64 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_33 0x08005ed8 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_34 0x08005edc Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_35 0x08005ee0 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_36 0x08005ee4 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_39 0x08005ef0 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_40 0x08005ef4 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_41 0x08005ef8 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_42 0x08005efc Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_43 0x08005f00 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_1 0x08006168 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_3 0x0800616c Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_8 0x08006170 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_13 0x08006174 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_17 0x08006178 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_18 0x0800617c Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_20 0x08006180 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_21 0x08006184 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_22 0x08006188 Number 4 main.o(.text.tenKhzRoutine) - __arm_cp.10_23 0x0800618c Number 4 main.o(.text.tenKhzRoutine) - [Anonymous Symbol] 0x08006190 Section 0 signal.o(.text.transfercomplete) - __arm_cp.2_0 0x08006288 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_1 0x0800628c Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_2 0x08006290 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_3 0x08006294 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_4 0x08006298 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_5 0x0800629c Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_6 0x080062a0 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_7 0x080062a4 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_8 0x080062a8 Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_9 0x080062ac Number 4 signal.o(.text.transfercomplete) - __arm_cp.2_10 0x080062b0 Number 4 signal.o(.text.transfercomplete) - i.__scatterload_copy 0x080062b4 Section 14 handlers.o(i.__scatterload_copy) - i.__scatterload_null 0x080062c2 Section 2 handlers.o(i.__scatterload_null) - i.__scatterload_zeroinit 0x080062c4 Section 14 handlers.o(i.__scatterload_zeroinit) - __tagsym$$used.0 0x0800f7e0 Number 0 firmwareversion.o(.rodata.test) - [Anonymous Symbol] 0x20000000 Section 0 comparator.o(.data..L_MergedGlobals) - [Anonymous Symbol] 0x20000008 Section 0 eeprom.o(.data..L_MergedGlobals) - [Anonymous Symbol] 0x20000010 Section 0 main.o(.data..L_MergedGlobals) - [Anonymous Symbol] 0x2000006c Section 0 signal.o(.data..L_MergedGlobals) - [Anonymous Symbol] 0x20000070 Section 0 main.o(.data..L_MergedGlobals.1) - [Anonymous Symbol] 0x200003c8 Section 0 dshot.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x20000424 Section 0 signal.o(.bss..L_MergedGlobals.1) - [Anonymous Symbol] 0x20000438 Section 0 main.o(.bss..L_MergedGlobals.2) - [Anonymous Symbol] 0x200004b4 Section 0 main.o(.bss..L_MergedGlobals.3) - STACK 0x20000768 Section 1024 startup_stm32g071xx.o(STACK) - - Global Symbols - - Symbol Name Value Ov Type Size Object(Section) - - BuildAttributes$$THM_ISAv3M$S$PE$A:L22$X:L11$S22$IEEE1$IW$~IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE - __cpp_initialize__aeabi_ - Undefined Weak Reference - __cxa_finalize - Undefined Weak Reference - _clock_init - Undefined Weak Reference - _microlib_exit - Undefined Weak Reference - __Vectors_Size 0x000000bc Number 0 startup_stm32g071xx.o ABSOLUTE - __Vectors 0x08001000 Data 4 startup_stm32g071xx.o(RESET) - __Vectors_End 0x080010bc Data 0 startup_stm32g071xx.o(RESET) - __main 0x080010bd Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) - _main_stk 0x080010bd Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) - _main_scatterload 0x080010c1 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) - __main_after_scatterload 0x080010c5 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) - _main_clock 0x080010c5 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) - _main_cpp_init 0x080010c5 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) - _main_init 0x080010c5 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) - __rt_final_cpp 0x080010cd Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) - __rt_final_exit 0x080010cd Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) - Reset_Handler 0x080010d1 Thumb Code 8 startup_stm32g071xx.o(.text) - CEC_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - EXTI0_1_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - EXTI2_3_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - EXTI4_15_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - FLASH_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - I2C1_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - I2C2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - PVD_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - RCC_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - RTC_TAMP_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - SPI1_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - SPI2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - TIM15_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - TIM17_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - TIM1_BRK_UP_TRG_COM_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - TIM1_CC_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - TIM2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - TIM7_LPTIM2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - UCPD1_2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - USART1_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - USART2_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - USART3_4_LPUART1_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - WWDG_IRQHandler 0x080010e3 Thumb Code 0 startup_stm32g071xx.o(.text) - __aeabi_memcpy 0x080010ed Thumb Code 36 memcpya.o(.text) - __aeabi_memcpy4 0x080010ed Thumb Code 0 memcpya.o(.text) - __aeabi_memcpy8 0x080010ed Thumb Code 0 memcpya.o(.text) - __aeabi_memset 0x08001111 Thumb Code 14 memseta.o(.text) - __aeabi_memset4 0x08001111 Thumb Code 0 memseta.o(.text) - __aeabi_memset8 0x08001111 Thumb Code 0 memseta.o(.text) - __aeabi_memclr 0x0800111f Thumb Code 4 memseta.o(.text) - __aeabi_memclr4 0x0800111f Thumb Code 0 memseta.o(.text) - __aeabi_memclr8 0x0800111f Thumb Code 0 memseta.o(.text) - _memset$wrapper 0x08001123 Thumb Code 18 memseta.o(.text) - __aeabi_fadd 0x08001135 Thumb Code 162 fadd.o(.text) - __aeabi_fsub 0x080011d7 Thumb Code 8 fadd.o(.text) - __aeabi_frsub 0x080011df Thumb Code 8 fadd.o(.text) - __aeabi_fdiv 0x080011e7 Thumb Code 124 fdiv.o(.text) - __aeabi_fcmple 0x08001263 Thumb Code 28 fcmple.o(.text) - __aeabi_fcmplt 0x0800127f Thumb Code 28 fcmplt.o(.text) - __aeabi_fcmpge 0x0800129b Thumb Code 28 fcmpge.o(.text) - __aeabi_fcmpgt 0x080012b7 Thumb Code 28 fcmpgt.o(.text) - __aeabi_i2f 0x080012d3 Thumb Code 22 fflti.o(.text) - __aeabi_f2iz 0x080012e9 Thumb Code 50 ffixi.o(.text) - __aeabi_uidiv 0x0800131b Thumb Code 0 uidiv_div0.o(.text) - __aeabi_uidivmod 0x0800131b Thumb Code 62 uidiv_div0.o(.text) - __aeabi_idiv 0x08001359 Thumb Code 0 idiv_div0.o(.text) - __aeabi_idivmod$div0 0x08001359 Thumb Code 74 idiv_div0.o(.text) - __I$use$fp 0x080013a9 Thumb Code 0 iusefp.o(.text) - _float_round 0x080013a9 Thumb Code 16 fepilogue.o(.text) - _float_epilogue 0x080013b9 Thumb Code 114 fepilogue.o(.text) - __scatterload 0x0800142d Thumb Code 28 init.o(.text) - __scatterload_rt2 0x0800142d Thumb Code 0 init.o(.text) - __decompress 0x08001451 Thumb Code 0 __dczerorl2.o(.text) - __decompress1 0x08001451 Thumb Code 86 __dczerorl2.o(.text) - ADC1_COMP_IRQHandler 0x080014a9 Thumb Code 48 stm32g0xx_it.o(.text.ADC1_COMP_IRQHandler) - ADC_DMA_Callback 0x080014dd Thumb Code 24 adc.o(.text.ADC_DMA_Callback) - ADC_Init 0x08001505 Thumb Code 424 adc.o(.text.ADC_Init) - DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler 0x080016d1 Thumb Code 104 stm32g0xx_it.o(.text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler) - DMA1_Channel1_IRQHandler 0x08001745 Thumb Code 72 stm32g0xx_it.o(.text.DMA1_Channel1_IRQHandler) - DMA1_Channel2_3_IRQHandler 0x08001795 Thumb Code 76 stm32g0xx_it.o(.text.DMA1_Channel2_3_IRQHandler) - HardFault_Handler 0x080017e9 Thumb Code 2 stm32g0xx_it.o(.text.HardFault_Handler) - LL_ADC_Init 0x080017ed Thumb Code 48 stm32g0xx_ll_adc.o(.text.LL_ADC_Init) - LL_ADC_REG_Init 0x08001821 Thumb Code 68 stm32g0xx_ll_adc.o(.text.LL_ADC_REG_Init) - LL_COMP_Init 0x08001869 Thumb Code 40 stm32g0xx_ll_comp.o(.text.LL_COMP_Init) - LL_GPIO_Init 0x08001895 Thumb Code 176 stm32g0xx_ll_gpio.o(.text.LL_GPIO_Init) - LL_Init1msTick 0x08001945 Thumb Code 28 stm32g0xx_ll_utils.o(.text.LL_Init1msTick) - LL_RCC_GetSystemClocksFreq 0x08001965 Thumb Code 132 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetSystemClocksFreq) - LL_RCC_GetUSARTClockFreq 0x080019e9 Thumb Code 452 stm32g0xx_ll_rcc.o(.text.LL_RCC_GetUSARTClockFreq) - LL_SetSystemCoreClock 0x08001bcd Thumb Code 8 stm32g0xx_ll_utils.o(.text.LL_SetSystemCoreClock) - LL_TIM_BDTR_Init 0x08001bd9 Thumb Code 128 stm32g0xx_ll_tim.o(.text.LL_TIM_BDTR_Init) - LL_TIM_Init 0x08001c69 Thumb Code 156 stm32g0xx_ll_tim.o(.text.LL_TIM_Init) - LL_TIM_OC_Init 0x08001d25 Thumb Code 752 stm32g0xx_ll_tim.o(.text.LL_TIM_OC_Init) - LL_USART_Init 0x08002035 Thumb Code 224 stm32g0xx_ll_usart.o(.text.LL_USART_Init) - MX_COMP2_Init 0x08002161 Thumb Code 284 peripherals.o(.text.MX_COMP2_Init) - MX_IWDG_Init 0x0800229d Thumb Code 32 peripherals.o(.text.MX_IWDG_Init) - MX_TIM1_Init 0x080022d1 Thumb Code 528 peripherals.o(.text.MX_TIM1_Init) - MX_TIM3_Init 0x080024f5 Thumb Code 264 peripherals.o(.text.MX_TIM3_Init) - NMI_Handler 0x08002621 Thumb Code 2 stm32g0xx_it.o(.text.NMI_Handler) - PendSV_Handler 0x08002623 Thumb Code 2 stm32g0xx_it.o(.text.PendSV_Handler) - PeriodElapsedCallback 0x08002625 Thumb Code 76 main.o(.text.PeriodElapsedCallback) - SVC_Handler 0x08002679 Thumb Code 2 stm32g0xx_it.o(.text.SVC_Handler) - SysTick_Handler 0x0800267b Thumb Code 2 stm32g0xx_it.o(.text.SysTick_Handler) - SystemClock_Config 0x0800267d Thumb Code 164 peripherals.o(.text.SystemClock_Config) - SystemInit 0x08002735 Thumb Code 12 system_stm32g0xx.o(.text.SystemInit) - TIM14_IRQHandler 0x08002745 Thumb Code 24 stm32g0xx_it.o(.text.TIM14_IRQHandler) - TIM16_IRQHandler 0x08002761 Thumb Code 36 stm32g0xx_it.o(.text.TIM16_IRQHandler) - TIM3_IRQHandler 0x08002789 Thumb Code 36 stm32g0xx_it.o(.text.TIM3_IRQHandler) - TIM6_DAC_LPTIM1_IRQHandler 0x080027b1 Thumb Code 24 stm32g0xx_it.o(.text.TIM6_DAC_LPTIM1_IRQHandler) - activateADC 0x080027cd Thumb Code 160 adc.o(.text.activateADC) - advanceincrement 0x08002885 Thumb Code 276 main.o(.text.advanceincrement) - allOff 0x080029a5 Thumb Code 104 phaseouts.o(.text.allOff) - allpwm 0x08002a0d Thumb Code 136 phaseouts.o(.text.allpwm) - changeCompInput 0x08002a99 Thumb Code 148 comparator.o(.text.changeCompInput) - comStep 0x08002b49 Thumb Code 688 phaseouts.o(.text.comStep) - commutate 0x08002e01 Thumb Code 312 main.o(.text.commutate) - computeDshotDMA 0x08002f55 Thumb Code 868 dshot.o(.text.computeDshotDMA) - computeServoInput 0x080032e5 Thumb Code 352 signal.o(.text.computeServoInput) - delayMicros 0x08003475 Thumb Code 16 functions.o(.text.delayMicros) - delayMillis 0x08003489 Thumb Code 40 functions.o(.text.delayMillis) - detectInput 0x080034b5 Thumb Code 324 signal.o(.text.detectInput) - disableComTimerInt 0x0800361d Thumb Code 12 peripherals.o(.text.disableComTimerInt) - enableADC_DMA 0x08003629 Thumb Code 72 adc.o(.text.enableADC_DMA) - enableCompInterrupts 0x08003689 Thumb Code 16 comparator.o(.text.enableCompInterrupts) - enableCorePeripherals 0x0800369d Thumb Code 252 peripherals.o(.text.enableCorePeripherals) - enableHalfTransferInt 0x080037b1 Thumb Code 12 io.o(.text.enableHalfTransferInt) - fullBrake 0x080037c1 Thumb Code 104 phaseouts.o(.text.fullBrake) - generatePwmTimerEvent 0x0800382d Thumb Code 12 peripherals.o(.text.generatePwmTimerEvent) - getAbsDif 0x0800383d Thumb Code 10 functions.o(.text.getAbsDif) - getCompOutputLevel 0x08003849 Thumb Code 12 comparator.o(.text.getCompOutputLevel) - getInputPinState 0x08003859 Thumb Code 12 io.o(.text.getInputPinState) - getintervaTimerCount 0x08003869 Thumb Code 8 peripherals.o(.text.getintervaTimerCount) - initAfterJump 0x08003875 Thumb Code 12 peripherals.o(.text.initAfterJump) - initCorePeripherals 0x08003889 Thumb Code 504 peripherals.o(.text.initCorePeripherals) - interruptRoutine 0x08003ab1 Thumb Code 168 main.o(.text.interruptRoutine) - loadEEpromSettings 0x08003b5d Thumb Code 676 main.o(.text.loadEEpromSettings) - main 0x08003e3d Thumb Code 1916 main.o(.text.main) - makeTelemPackage 0x080045e5 Thumb Code 1580 serial_telemetry.o(.text.makeTelemPackage) - make_dshot_package 0x08004c15 Thumb Code 408 dshot.o(.text.make_dshot_package) - map 0x08004dc9 Thumb Code 38 functions.o(.text.map) - maskPhaseInterrupts 0x08004df1 Thumb Code 24 comparator.o(.text.maskPhaseInterrupts) - playBeaconTune3 0x08004e0d Thumb Code 92 sounds.o(.text.playBeaconTune3) - playBlueJayTune 0x08004e69 Thumb Code 208 sounds.o(.text.playBlueJayTune) - playChangedTone 0x08004f49 Thumb Code 80 sounds.o(.text.playChangedTone) - playDefaultTone 0x08004f99 Thumb Code 80 sounds.o(.text.playDefaultTone) - playInputTune 0x08004fe9 Thumb Code 100 sounds.o(.text.playInputTune) - playInputTune2 0x0800504d Thumb Code 104 sounds.o(.text.playInputTune2) - playStartupTune 0x080050b5 Thumb Code 120 sounds.o(.text.playStartupTune) - proportionalBrake 0x08005141 Thumb Code 96 phaseouts.o(.text.proportionalBrake) - read_flash_bin 0x080051a5 Thumb Code 18 eeprom.o(.text.read_flash_bin) - receiveDshotDma 0x080051b9 Thumb Code 156 io.o(.text.receiveDshotDma) - reloadWatchDogCounter 0x0800526d Thumb Code 8 peripherals.o(.text.reloadWatchDogCounter) - resetInputCaptureTimer 0x0800527d Thumb Code 12 peripherals.o(.text.resetInputCaptureTimer) - saveEEpromSettings 0x0800528d Thumb Code 88 main.o(.text.saveEEpromSettings) - save_flash_nolib 0x080052f5 Thumb Code 328 eeprom.o(.text.save_flash_nolib) - sendDshotDma 0x08005445 Thumb Code 172 io.o(.text.sendDshotDma) - send_telem_DMA 0x08005511 Thumb Code 60 serial_telemetry.o(.text.send_telem_DMA) - setAndEnableComInt 0x08005555 Thumb Code 20 peripherals.o(.text.setAndEnableComInt) - setAutoReloadPWM 0x0800556d Thumb Code 8 peripherals.o(.text.setAutoReloadPWM) - setDutyCycleAll 0x08005579 Thumb Code 12 peripherals.o(.text.setDutyCycleAll) - setInputPolarityRising 0x08005585 Thumb Code 12 io.o(.text.setInputPolarityRising) - setPWMCompare1 0x08005595 Thumb Code 8 peripherals.o(.text.setPWMCompare1) - setPWMCompare2 0x080055a1 Thumb Code 8 peripherals.o(.text.setPWMCompare2) - setPWMCompare3 0x080055ad Thumb Code 8 peripherals.o(.text.setPWMCompare3) - setPrescalerPWM 0x080055b9 Thumb Code 8 peripherals.o(.text.setPrescalerPWM) - setVolume 0x080055c5 Thumb Code 16 sounds.o(.text.setVolume) - setintervaTimerCount 0x080055d9 Thumb Code 8 peripherals.o(.text.setintervaTimerCount) - telem_UART_Init 0x080055e5 Thumb Code 348 serial_telemetry.o(.text.telem_UART_Init) - tenKhzRoutine 0x0800576d Thumb Code 2556 main.o(.text.tenKhzRoutine) - transfercomplete 0x08006191 Thumb Code 248 signal.o(.text.transfercomplete) - __scatterload_copy 0x080062b5 Thumb Code 14 handlers.o(i.__scatterload_copy) - __scatterload_null 0x080062c3 Thumb Code 2 handlers.o(i.__scatterload_null) - __scatterload_zeroinit 0x080062c5 Thumb Code 14 handlers.o(i.__scatterload_zeroinit) - AHBPrescTable 0x080062d4 Data 64 system_stm32g0xx.o(.rodata.AHBPrescTable) - APBPrescTable 0x08006314 Data 32 system_stm32g0xx.o(.rodata.APBPrescTable) - gcr_encode_table 0x08006334 Data 16 dshot.o(.rodata.gcr_encode_table) - Region$$Table$$Base 0x08006344 Number 0 anon$$obj.o(Region$$Table) - Region$$Table$$Limit 0x08006364 Number 0 anon$$obj.o(Region$$Table) - test 0x0800f7e0 Data 30 firmwareversion.o(.rodata.test) - active_COMP 0x20000000 Data 4 comparator.o(.data..L_MergedGlobals) - current_EXTI_LINE 0x20000004 Data 4 comparator.o(.data..L_MergedGlobals) - FLASH_FKEY1 0x20000008 Data 4 eeprom.o(.data..L_MergedGlobals) - FLASH_FKEY2 0x2000000c Data 4 eeprom.o(.data..L_MergedGlobals) - eeprom_layout_version 0x20000010 Data 1 main.o(.data..L_MergedGlobals) - comp_pwm 0x20000011 Data 1 main.o(.data..L_MergedGlobals) - VARIABLE_PWM 0x20000012 Data 1 main.o(.data..L_MergedGlobals) - stuck_rotor_protection 0x20000013 Data 1 main.o(.data..L_MergedGlobals) - telemetry_interval_ms 0x20000014 Data 1 main.o(.data..L_MergedGlobals) - TEMPERATURE_LIMIT 0x20000015 Data 1 main.o(.data..L_MergedGlobals) - advance_level 0x20000016 Data 1 main.o(.data..L_MergedGlobals) - motor_poles 0x20000017 Data 1 main.o(.data..L_MergedGlobals) - sine_mode_power 0x20000018 Data 1 main.o(.data..L_MergedGlobals) - drag_brake_strength 0x20000019 Data 1 main.o(.data..L_MergedGlobals) - driving_brake_strength 0x2000001a Data 1 main.o(.data..L_MergedGlobals) - dead_time_override 0x2000001b Data 1 main.o(.data..L_MergedGlobals) - sine_mode_changeover_thottle_level 0x2000001c Data 1 main.o(.data..L_MergedGlobals) - servo_dead_band 0x2000001d Data 1 main.o(.data..L_MergedGlobals) - maximum_throttle_change_ramp 0x2000001e Data 1 main.o(.data..L_MergedGlobals) - low_rpm_throttle_limit 0x2000001f Data 1 main.o(.data..L_MergedGlobals) - VOLTAGE_DIVIDER 0x20000020 Data 1 main.o(.data..L_MergedGlobals) - bemf_timeout 0x20000021 Data 1 main.o(.data..L_MergedGlobals) - reversing_dead_band 0x20000022 Data 1 main.o(.data..L_MergedGlobals) - max_duty_cycle_change 0x20000023 Data 1 main.o(.data..L_MergedGlobals) - fast_accel 0x20000024 Data 1 main.o(.data..L_MergedGlobals) - changeover_step 0x20000025 Data 1 main.o(.data..L_MergedGlobals) - filter_level 0x20000026 Data 1 main.o(.data..L_MergedGlobals) - advancedivisor 0x20000027 Data 1 main.o(.data..L_MergedGlobals) - rising 0x20000028 Data 1 main.o(.data..L_MergedGlobals) - forward 0x20000029 Data 1 main.o(.data..L_MergedGlobals) - bad_count_threshold 0x2000002a Data 1 main.o(.data..L_MergedGlobals) - min_bemf_counts_up 0x2000002b Data 1 main.o(.data..L_MergedGlobals) - min_bemf_counts_down 0x2000002c Data 1 main.o(.data..L_MergedGlobals) - step 0x2000002d Data 1 main.o(.data..L_MergedGlobals) - motor_kv 0x2000002e Data 2 main.o(.data..L_MergedGlobals) - CURRENT_LIMIT 0x20000030 Data 2 main.o(.data..L_MergedGlobals) - stall_protect_target_interval 0x20000032 Data 2 main.o(.data..L_MergedGlobals) - enter_sine_angle 0x20000034 Data 2 main.o(.data..L_MergedGlobals) - servo_low_threshold 0x20000036 Data 2 main.o(.data..L_MergedGlobals) - servo_high_threshold 0x20000038 Data 2 main.o(.data..L_MergedGlobals) - servo_neutral 0x2000003a Data 2 main.o(.data..L_MergedGlobals) - low_cell_volt_cutoff 0x2000003c Data 2 main.o(.data..L_MergedGlobals) - ADC_CCR 0x2000003e Data 2 main.o(.data..L_MergedGlobals) - use_current_limit_adjust 0x20000040 Data 2 main.o(.data..L_MergedGlobals) - reverse_speed_threshold 0x20000042 Data 2 main.o(.data..L_MergedGlobals) - min_startup_duty 0x20000044 Data 2 main.o(.data..L_MergedGlobals) - sin_mode_min_s_d 0x20000046 Data 2 main.o(.data..L_MergedGlobals) - startup_max_duty_cycle 0x20000048 Data 2 main.o(.data..L_MergedGlobals) - minimum_duty_cycle 0x2000004a Data 2 main.o(.data..L_MergedGlobals) - stall_protect_minimum_duty 0x2000004c Data 2 main.o(.data..L_MergedGlobals) - tim1_arr 0x2000004e Data 2 main.o(.data..L_MergedGlobals) - TIMER1_MAX_ARR 0x20000050 Data 2 main.o(.data..L_MergedGlobals) - duty_cycle_maximum 0x20000052 Data 2 main.o(.data..L_MergedGlobals) - low_rpm_level 0x20000054 Data 2 main.o(.data..L_MergedGlobals) - high_rpm_level 0x20000056 Data 2 main.o(.data..L_MergedGlobals) - throttle_max_at_low_rpm 0x20000058 Data 2 main.o(.data..L_MergedGlobals) - throttle_max_at_high_rpm 0x2000005a Data 2 main.o(.data..L_MergedGlobals) - step_delay 0x2000005c Data 2 main.o(.data..L_MergedGlobals) - gate_drive_offset 0x2000005e Data 2 main.o(.data..L_MergedGlobals) - commutation_interval 0x20000060 Data 2 main.o(.data..L_MergedGlobals) - MAXIMUM_RPM_SPEED_CONTROL 0x20000064 Data 4 main.o(.data..L_MergedGlobals) - MINIMUM_RPM_SPEED_CONTROL 0x20000068 Data 4 main.o(.data..L_MergedGlobals) - buffersize 0x2000006c Data 1 signal.o(.data..L_MergedGlobals) - smallestnumber 0x2000006e Data 2 signal.o(.data..L_MergedGlobals) - speedPid 0x20000070 Data 40 main.o(.data..L_MergedGlobals.1) - currentPid 0x20000098 Data 40 main.o(.data..L_MergedGlobals.1) - stallPid 0x200000c0 Data 40 main.o(.data..L_MergedGlobals.1) - SystemCoreClock 0x200000e8 Data 4 system_stm32g0xx.o(.data.SystemCoreClock) - buffer_padding 0x200000ec Data 1 io.o(.data.buffer_padding) - ic_timer_prescaler 0x200000ed Data 1 io.o(.data.ic_timer_prescaler) - max_servo_deviation 0x200000f0 Data 4 signal.o(.data.max_servo_deviation) - nbDataToTransmit 0x200000f4 Data 1 serial_telemetry.o(.data.nbDataToTransmit) - pwmSin 0x200000f6 Data 720 main.o(.data.pwmSin) - EDT_ARM_ENABLE 0x200003c8 Data 1 dshot.o(.bss..L_MergedGlobals) - EDT_ARMED 0x200003c9 Data 1 dshot.o(.bss..L_MergedGlobals) - command_count 0x200003ca Data 1 dshot.o(.bss..L_MergedGlobals) - last_command 0x200003cb Data 1 dshot.o(.bss..L_MergedGlobals) - high_pin_count 0x200003cc Data 1 dshot.o(.bss..L_MergedGlobals) - dshot_extended_telemetry 0x200003cd Data 1 dshot.o(.bss..L_MergedGlobals) - send_extended_dshot 0x200003ce Data 2 dshot.o(.bss..L_MergedGlobals) - halfpulsetime 0x200003d0 Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_frametime 0x200003d2 Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_goodcounts 0x200003d4 Data 2 dshot.o(.bss..L_MergedGlobals) - dshot_badcounts 0x200003d6 Data 2 dshot.o(.bss..L_MergedGlobals) - shift_amount 0x200003d8 Data 4 dshot.o(.bss..L_MergedGlobals) - dshot_full_number 0x200003dc Data 4 dshot.o(.bss..L_MergedGlobals) - gcrnumber 0x200003e0 Data 4 dshot.o(.bss..L_MergedGlobals) - dpulse 0x200003e4 Data 64 dshot.o(.bss..L_MergedGlobals) - enter_calibration_count 0x20000424 Data 1 signal.o(.bss..L_MergedGlobals.1) - calibration_required 0x20000425 Data 1 signal.o(.bss..L_MergedGlobals.1) - high_calibration_counts 0x20000426 Data 1 signal.o(.bss..L_MergedGlobals.1) - high_calibration_set 0x20000427 Data 1 signal.o(.bss..L_MergedGlobals.1) - low_calibration_counts 0x20000428 Data 1 signal.o(.bss..L_MergedGlobals.1) - output_timer_prescaler 0x20000429 Data 1 signal.o(.bss..L_MergedGlobals.1) - last_high_threshold 0x2000042a Data 2 signal.o(.bss..L_MergedGlobals.1) - last_input 0x2000042c Data 2 signal.o(.bss..L_MergedGlobals.1) - servorawinput 0x20000430 Data 4 signal.o(.bss..L_MergedGlobals.1) - average_signal_pulse 0x20000434 Data 4 signal.o(.bss..L_MergedGlobals.1) - drive_by_rpm 0x20000438 Data 1 main.o(.bss..L_MergedGlobals.2) - compute_dshot_flag 0x20000439 Data 1 main.o(.bss..L_MergedGlobals.2) - dir_reversed 0x2000043a Data 1 main.o(.bss..L_MergedGlobals.2) - bi_direction 0x2000043b Data 1 main.o(.bss..L_MergedGlobals.2) - brake_on_stop 0x2000043c Data 1 main.o(.bss..L_MergedGlobals.2) - stall_protection 0x2000043d Data 1 main.o(.bss..L_MergedGlobals.2) - use_sin_start 0x2000043e Data 1 main.o(.bss..L_MergedGlobals.2) - TLM_ON_INTERVAL 0x2000043f Data 1 main.o(.bss..L_MergedGlobals.2) - USE_HALL_SENSOR 0x20000440 Data 1 main.o(.bss..L_MergedGlobals.2) - do_once_sinemode 0x20000441 Data 1 main.o(.bss..L_MergedGlobals.2) - LOW_VOLTAGE_CUTOFF 0x20000442 Data 1 main.o(.bss..L_MergedGlobals.2) - RC_CAR_REVERSE 0x20000443 Data 1 main.o(.bss..L_MergedGlobals.2) - use_speed_control_loop 0x20000444 Data 1 main.o(.bss..L_MergedGlobals.2) - use_current_limit 0x20000445 Data 1 main.o(.bss..L_MergedGlobals.2) - desync_happened 0x20000446 Data 1 main.o(.bss..L_MergedGlobals.2) - crawler_mode 0x20000447 Data 1 main.o(.bss..L_MergedGlobals.2) - cell_count 0x20000448 Data 1 main.o(.bss..L_MergedGlobals.2) - brushed_direction_set 0x20000449 Data 1 main.o(.bss..L_MergedGlobals.2) - play_tone_flag 0x2000044a Data 1 main.o(.bss..L_MergedGlobals.2) - desync_check 0x2000044b Data 1 main.o(.bss..L_MergedGlobals.2) - adc_counter 0x2000044c Data 1 main.o(.bss..L_MergedGlobals.2) - send_telemetry 0x2000044d Data 1 main.o(.bss..L_MergedGlobals.2) - prop_brake_active 0x2000044e Data 1 main.o(.bss..L_MergedGlobals.2) - old_routine 0x2000044f Data 1 main.o(.bss..L_MergedGlobals.2) - readIndex 0x20000450 Data 1 main.o(.bss..L_MergedGlobals.2) - bemf_timeout_happened 0x20000451 Data 1 main.o(.bss..L_MergedGlobals.2) - running 0x20000452 Data 1 main.o(.bss..L_MergedGlobals.2) - stepper_sine 0x20000453 Data 1 main.o(.bss..L_MergedGlobals.2) - stuckcounter 0x20000454 Data 1 main.o(.bss..L_MergedGlobals.2) - bad_count 0x20000455 Data 1 main.o(.bss..L_MergedGlobals.2) - armed 0x20000456 Data 1 main.o(.bss..L_MergedGlobals.2) - inputSet 0x20000457 Data 1 main.o(.bss..L_MergedGlobals.2) - dshot 0x20000458 Data 1 main.o(.bss..L_MergedGlobals.2) - servoPwm 0x20000459 Data 1 main.o(.bss..L_MergedGlobals.2) - zcfound 0x2000045a Data 1 main.o(.bss..L_MergedGlobals.2) - bemfcounter 0x2000045b Data 1 main.o(.bss..L_MergedGlobals.2) - degrees_celsius 0x2000045c Data 1 main.o(.bss..L_MergedGlobals.2) - EEPROM_VERSION 0x2000045d Data 1 main.o(.bss..L_MergedGlobals.2) - target_e_com_time 0x2000045e Data 2 main.o(.bss..L_MergedGlobals.2) - low_voltage_count 0x20000460 Data 2 main.o(.bss..L_MergedGlobals.2) - tenkhzcounter 0x20000462 Data 2 main.o(.bss..L_MergedGlobals.2) - actual_current 0x20000464 Data 2 main.o(.bss..L_MergedGlobals.2) - last_duty_cycle 0x20000466 Data 2 main.o(.bss..L_MergedGlobals.2) - adjusted_input 0x20000468 Data 2 main.o(.bss..L_MergedGlobals.2) - smoothedinput 0x2000046a Data 2 main.o(.bss..L_MergedGlobals.2) - advance 0x2000046c Data 2 main.o(.bss..L_MergedGlobals.2) - zero_input_count 0x2000046e Data 2 main.o(.bss..L_MergedGlobals.2) - input 0x20000470 Data 2 main.o(.bss..L_MergedGlobals.2) - newinput 0x20000472 Data 2 main.o(.bss..L_MergedGlobals.2) - duty_cycle 0x20000474 Data 2 main.o(.bss..L_MergedGlobals.2) - waitTime 0x20000476 Data 2 main.o(.bss..L_MergedGlobals.2) - signaltimeout 0x20000478 Data 2 main.o(.bss..L_MergedGlobals.2) - thiszctime 0x2000047a Data 2 main.o(.bss..L_MergedGlobals.2) - battery_voltage 0x2000047c Data 2 main.o(.bss..L_MergedGlobals.2) - armed_timeout_count 0x2000047e Data 2 main.o(.bss..L_MergedGlobals.2) - telem_ms_count 0x20000480 Data 2 main.o(.bss..L_MergedGlobals.2) - phase_A_position 0x20000482 Data 2 main.o(.bss..L_MergedGlobals.2) - phase_B_position 0x20000484 Data 2 main.o(.bss..L_MergedGlobals.2) - phase_C_position 0x20000486 Data 2 main.o(.bss..L_MergedGlobals.2) - adjusted_duty_cycle 0x20000488 Data 2 main.o(.bss..L_MergedGlobals.2) - e_rpm 0x2000048a Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_temp 0x2000048c Data 2 main.o(.bss..L_MergedGlobals.2) - converted_degrees 0x2000048e Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_volts 0x20000490 Data 2 main.o(.bss..L_MergedGlobals.2) - ADC_raw_current 0x20000492 Data 2 main.o(.bss..L_MergedGlobals.2) - k_erpm 0x20000494 Data 2 main.o(.bss..L_MergedGlobals.2) - input_override 0x20000498 Data 4 main.o(.bss..L_MergedGlobals.2) - stall_protection_adjust 0x2000049c Data 4 main.o(.bss..L_MergedGlobals.2) - consumed_current 0x200004a0 Data 4 main.o(.bss..L_MergedGlobals.2) - smoothed_raw_current 0x200004a4 Data 4 main.o(.bss..L_MergedGlobals.2) - average_interval 0x200004a8 Data 4 main.o(.bss..L_MergedGlobals.2) - total 0x200004ac Data 4 main.o(.bss..L_MergedGlobals.2) - e_com_time 0x200004b0 Data 4 main.o(.bss..L_MergedGlobals.2) - zero_crosses 0x200004b4 Data 4 main.o(.bss..L_MergedGlobals.3) - last_average_interval 0x200004b8 Data 4 main.o(.bss..L_MergedGlobals.3) - commutation_intervals 0x200004bc Data 12 main.o(.bss..L_MergedGlobals.3) - readings 0x200004c8 Data 60 main.o(.bss..L_MergedGlobals.3) - ADCDataDMA 0x20000504 Data 6 adc.o(.bss.ADCDataDMA) - aTxBuffer 0x2000050a Data 10 serial_telemetry.o(.bss.aTxBuffer) - beep_volume 0x20000514 Data 1 sounds.o(.bss.beep_volume) - dma_buffer 0x20000518 Data 256 io.o(.bss.dma_buffer) - dma_busy 0x20000618 Data 1 ws2812.o(.bss.dma_busy) - dshot_telemetry 0x20000619 Data 1 main.o(.bss.dshot_telemetry) - dshotcommand 0x2000061a Data 1 main.o(.bss.dshotcommand) - eepromBuffer 0x2000061b Data 176 main.o(.bss.eepromBuffer) - gcr 0x200006cc Data 148 dshot.o(.bss.gcr) - last_dshot_command 0x20000760 Data 1 main.o(.bss.last_dshot_command) - out_put 0x20000761 Data 1 io.o(.bss.out_put) - __initial_sp 0x20000b68 Data 0 startup_stm32g071xx.o(STACK) - - - -============================================================================== - -Memory Map of the image - - Image Entry point : 0x080010bd - - Load Region LR_IROM1 (Base: 0x08001000, Size: 0x00005730, Max: 0x0000ffff, ABSOLUTE, COMPRESSED[0x00005660]) - - Execution Region ER_IROM1 (Exec base: 0x08001000, Load base: 0x08001000, Size: 0x00005364, Max: 0x0000ffff, ABSOLUTE) - - Exec Addr Load Addr Size Type Attr Idx E Section Name Object - - 0x08001000 0x08001000 0x000000bc Data RO 3 RESET startup_stm32g071xx.o - 0x080010bc 0x080010bc 0x00000000 Code RO 658 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) - 0x080010bc 0x080010bc 0x00000004 Code RO 691 .ARM.Collect$$$$00000001 mc_p.l(entry2.o) - 0x080010c0 0x080010c0 0x00000004 Code RO 694 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) - 0x080010c4 0x080010c4 0x00000000 Code RO 696 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) - 0x080010c4 0x080010c4 0x00000000 Code RO 698 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) - 0x080010c4 0x080010c4 0x00000008 Code RO 699 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) - 0x080010cc 0x080010cc 0x00000000 Code RO 701 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) - 0x080010cc 0x080010cc 0x00000000 Code RO 703 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) - 0x080010cc 0x080010cc 0x00000004 Code RO 692 .ARM.Collect$$$$00002712 mc_p.l(entry2.o) - 0x080010d0 0x080010d0 0x0000001c Code RO 4 .text startup_stm32g071xx.o - 0x080010ec 0x080010ec 0x00000024 Code RO 669 .text mc_p.l(memcpya.o) - 0x08001110 0x08001110 0x00000024 Code RO 671 .text mc_p.l(memseta.o) - 0x08001134 0x08001134 0x000000b2 Code RO 675 .text mf_p.l(fadd.o) - 0x080011e6 0x080011e6 0x0000007c Code RO 677 .text mf_p.l(fdiv.o) - 0x08001262 0x08001262 0x0000001c Code RO 679 .text mf_p.l(fcmple.o) - 0x0800127e 0x0800127e 0x0000001c Code RO 681 .text mf_p.l(fcmplt.o) - 0x0800129a 0x0800129a 0x0000001c Code RO 683 .text mf_p.l(fcmpge.o) - 0x080012b6 0x080012b6 0x0000001c Code RO 685 .text mf_p.l(fcmpgt.o) - 0x080012d2 0x080012d2 0x00000016 Code RO 687 .text mf_p.l(fflti.o) - 0x080012e8 0x080012e8 0x00000032 Code RO 689 .text mf_p.l(ffixi.o) - 0x0800131a 0x0800131a 0x0000003e Code RO 709 .text mc_p.l(uidiv_div0.o) - 0x08001358 0x08001358 0x00000050 Code RO 711 .text mc_p.l(idiv_div0.o) - 0x080013a8 0x080013a8 0x00000000 Code RO 715 .text mc_p.l(iusefp.o) - 0x080013a8 0x080013a8 0x00000082 Code RO 716 .text mf_p.l(fepilogue.o) - 0x0800142a 0x0800142a 0x00000002 PAD - 0x0800142c 0x0800142c 0x00000024 Code RO 718 .text mc_p.l(init.o) - 0x08001450 0x08001450 0x00000056 Code RO 728 .text mc_p.l(__dczerorl2.o) - 0x080014a6 0x080014a6 0x00000002 PAD - 0x080014a8 0x080014a8 0x00000034 Code RO 231 .text.ADC1_COMP_IRQHandler stm32g0xx_it.o - 0x080014dc 0x080014dc 0x00000028 Code RO 11 .text.ADC_DMA_Callback adc.o - 0x08001504 0x08001504 0x000001cc Code RO 17 .text.ADC_Init adc.o - 0x080016d0 0x080016d0 0x00000074 Code RO 241 .text.DMA1_Ch4_7_DMAMUX1_OVR_IRQHandler stm32g0xx_it.o - 0x08001744 0x08001744 0x00000050 Code RO 227 .text.DMA1_Channel1_IRQHandler stm32g0xx_it.o - 0x08001794 0x08001794 0x00000054 Code RO 229 .text.DMA1_Channel2_3_IRQHandler stm32g0xx_it.o - 0x080017e8 0x080017e8 0x00000002 Code RO 219 .text.HardFault_Handler stm32g0xx_it.o - 0x080017ea 0x080017ea 0x00000002 PAD - 0x080017ec 0x080017ec 0x00000034 Code RO 461 .text.LL_ADC_Init stm32g0xx_ll_adc.o - 0x08001820 0x08001820 0x00000048 Code RO 465 .text.LL_ADC_REG_Init stm32g0xx_ll_adc.o - 0x08001868 0x08001868 0x0000002c Code RO 479 .text.LL_COMP_Init stm32g0xx_ll_comp.o - 0x08001894 0x08001894 0x000000b0 Code RO 521 .text.LL_GPIO_Init stm32g0xx_ll_gpio.o - 0x08001944 0x08001944 0x00000020 Code RO 639 .text.LL_Init1msTick stm32g0xx_ll_utils.o - 0x08001964 0x08001964 0x00000084 Code RO 543 .text.LL_RCC_GetSystemClocksFreq stm32g0xx_ll_rcc.o - 0x080019e8 0x080019e8 0x000001e4 Code RO 551 .text.LL_RCC_GetUSARTClockFreq stm32g0xx_ll_rcc.o - 0x08001bcc 0x08001bcc 0x0000000c Code RO 643 .text.LL_SetSystemCoreClock stm32g0xx_ll_utils.o - 0x08001bd8 0x08001bd8 0x00000090 Code RO 611 .text.LL_TIM_BDTR_Init stm32g0xx_ll_tim.o - 0x08001c68 0x08001c68 0x000000bc Code RO 591 .text.LL_TIM_Init stm32g0xx_ll_tim.o - 0x08001d24 0x08001d24 0x00000310 Code RO 595 .text.LL_TIM_OC_Init stm32g0xx_ll_tim.o - 0x08002034 0x08002034 0x0000012c Code RO 623 .text.LL_USART_Init stm32g0xx_ll_usart.o - 0x08002160 0x08002160 0x0000013c Code RO 97 .text.MX_COMP2_Init peripherals.o - 0x0800229c 0x0800229c 0x00000034 Code RO 115 .text.MX_IWDG_Init peripherals.o - 0x080022d0 0x080022d0 0x00000224 Code RO 99 .text.MX_TIM1_Init peripherals.o - 0x080024f4 0x080024f4 0x0000012c Code RO 103 .text.MX_TIM3_Init peripherals.o - 0x08002620 0x08002620 0x00000002 Code RO 217 .text.NMI_Handler stm32g0xx_it.o - 0x08002622 0x08002622 0x00000002 Code RO 223 .text.PendSV_Handler stm32g0xx_it.o - 0x08002624 0x08002624 0x00000054 Code RO 328 .text.PeriodElapsedCallback main.o - 0x08002678 0x08002678 0x00000002 Code RO 221 .text.SVC_Handler stm32g0xx_it.o - 0x0800267a 0x0800267a 0x00000002 Code RO 225 .text.SysTick_Handler stm32g0xx_it.o - 0x0800267c 0x0800267c 0x000000b8 Code RO 91 .text.SystemClock_Config peripherals.o - 0x08002734 0x08002734 0x00000010 Code RO 251 .text.SystemInit system_stm32g0xx.o - 0x08002744 0x08002744 0x0000001c Code RO 239 .text.TIM14_IRQHandler stm32g0xx_it.o - 0x08002760 0x08002760 0x00000028 Code RO 235 .text.TIM16_IRQHandler stm32g0xx_it.o - 0x08002788 0x08002788 0x00000028 Code RO 233 .text.TIM3_IRQHandler stm32g0xx_it.o - 0x080027b0 0x080027b0 0x0000001c Code RO 237 .text.TIM6_DAC_LPTIM1_IRQHandler stm32g0xx_it.o - 0x080027cc 0x080027cc 0x000000b8 Code RO 15 .text.activateADC adc.o - 0x08002884 0x08002884 0x00000120 Code RO 336 .text.advanceincrement main.o - 0x080029a4 0x080029a4 0x00000068 Code RO 177 .text.allOff phaseouts.o - 0x08002a0c 0x08002a0c 0x0000008c Code RO 183 .text.allpwm phaseouts.o - 0x08002a98 0x08002a98 0x000000b0 Code RO 34 .text.changeCompInput comparator.o - 0x08002b48 0x08002b48 0x000002b8 Code RO 179 .text.comStep phaseouts.o - 0x08002e00 0x08002e00 0x00000154 Code RO 326 .text.commutate main.o - 0x08002f54 0x08002f54 0x00000390 Code RO 282 .text.computeDshotDMA dshot.o - 0x080032e4 0x080032e4 0x00000190 Code RO 389 .text.computeServoInput signal.o - 0x08003474 0x08003474 0x00000014 Code RO 302 .text.delayMicros functions.o - 0x08003488 0x08003488 0x0000002c Code RO 304 .text.delayMillis functions.o - 0x080034b4 0x080034b4 0x00000168 Code RO 397 .text.detectInput signal.o - 0x0800361c 0x0800361c 0x0000000c Code RO 121 .text.disableComTimerInt peripherals.o - 0x08003628 0x08003628 0x00000060 Code RO 13 .text.enableADC_DMA adc.o - 0x08003688 0x08003688 0x00000014 Code RO 32 .text.enableCompInterrupts comparator.o - 0x0800369c 0x0800369c 0x00000114 Code RO 147 .text.enableCorePeripherals peripherals.o - 0x080037b0 0x080037b0 0x00000010 Code RO 73 .text.enableHalfTransferInt io.o - 0x080037c0 0x080037c0 0x0000006c Code RO 181 .text.fullBrake phaseouts.o - 0x0800382c 0x0800382c 0x00000010 Code RO 143 .text.generatePwmTimerEvent peripherals.o - 0x0800383c 0x0800383c 0x0000000a Code RO 300 .text.getAbsDif functions.o - 0x08003846 0x08003846 0x00000002 PAD - 0x08003848 0x08003848 0x00000010 Code RO 28 .text.getCompOutputLevel comparator.o - 0x08003858 0x08003858 0x00000010 Code RO 65 .text.getInputPinState io.o - 0x08003868 0x08003868 0x0000000c Code RO 127 .text.getintervaTimerCount peripherals.o - 0x08003874 0x08003874 0x00000014 Code RO 111 .text.initAfterJump peripherals.o - 0x08003888 0x08003888 0x00000228 Code RO 89 .text.initCorePeripherals peripherals.o - 0x08003ab0 0x08003ab0 0x000000ac Code RO 330 .text.interruptRoutine main.o - 0x08003b5c 0x08003b5c 0x000002e0 Code RO 318 .text.loadEEpromSettings main.o - 0x08003e3c 0x08003e3c 0x000007a8 Code RO 340 .text.main main.o - 0x080045e4 0x080045e4 0x00000630 Code RO 205 .text.makeTelemPackage serial_telemetry.o - 0x08004c14 0x08004c14 0x000001b4 Code RO 284 .text.make_dshot_package dshot.o - 0x08004dc8 0x08004dc8 0x00000026 Code RO 298 .text.map functions.o - 0x08004dee 0x08004dee 0x00000002 PAD - 0x08004df0 0x08004df0 0x0000001c Code RO 30 .text.maskPhaseInterrupts comparator.o - 0x08004e0c 0x08004e0c 0x0000005c Code RO 436 .text.playBeaconTune3 sounds.o - 0x08004e68 0x08004e68 0x000000e0 Code RO 420 .text.playBlueJayTune sounds.o - 0x08004f48 0x08004f48 0x00000050 Code RO 434 .text.playChangedTone sounds.o - 0x08004f98 0x08004f98 0x00000050 Code RO 432 .text.playDefaultTone sounds.o - 0x08004fe8 0x08004fe8 0x00000064 Code RO 430 .text.playInputTune sounds.o - 0x0800504c 0x0800504c 0x00000068 Code RO 428 .text.playInputTune2 sounds.o - 0x080050b4 0x080050b4 0x0000008c Code RO 422 .text.playStartupTune sounds.o - 0x08005140 0x08005140 0x00000064 Code RO 157 .text.proportionalBrake phaseouts.o - 0x080051a4 0x080051a4 0x00000012 Code RO 46 .text.read_flash_bin eeprom.o - 0x080051b6 0x080051b6 0x00000002 PAD - 0x080051b8 0x080051b8 0x000000b4 Code RO 59 .text.receiveDshotDma io.o - 0x0800526c 0x0800526c 0x00000010 Code RO 119 .text.reloadWatchDogCounter peripherals.o - 0x0800527c 0x0800527c 0x00000010 Code RO 145 .text.resetInputCaptureTimer peripherals.o - 0x0800528c 0x0800528c 0x00000068 Code RO 320 .text.saveEEpromSettings main.o - 0x080052f4 0x080052f4 0x00000150 Code RO 44 .text.save_flash_nolib eeprom.o - 0x08005444 0x08005444 0x000000cc Code RO 63 .text.sendDshotDma io.o - 0x08005510 0x08005510 0x00000044 Code RO 199 .text.send_telem_DMA serial_telemetry.o - 0x08005554 0x08005554 0x00000018 Code RO 125 .text.setAndEnableComInt peripherals.o - 0x0800556c 0x0800556c 0x0000000c Code RO 133 .text.setAutoReloadPWM peripherals.o - 0x08005578 0x08005578 0x0000000c Code RO 135 .text.setDutyCycleAll peripherals.o - 0x08005584 0x08005584 0x00000010 Code RO 67 .text.setInputPolarityRising io.o - 0x08005594 0x08005594 0x0000000c Code RO 137 .text.setPWMCompare1 peripherals.o - 0x080055a0 0x080055a0 0x0000000c Code RO 139 .text.setPWMCompare2 peripherals.o - 0x080055ac 0x080055ac 0x0000000c Code RO 141 .text.setPWMCompare3 peripherals.o - 0x080055b8 0x080055b8 0x0000000c Code RO 131 .text.setPrescalerPWM peripherals.o - 0x080055c4 0x080055c4 0x00000014 Code RO 412 .text.setVolume sounds.o - 0x080055d8 0x080055d8 0x0000000c Code RO 129 .text.setintervaTimerCount peripherals.o - 0x080055e4 0x080055e4 0x00000188 Code RO 197 .text.telem_UART_Init serial_telemetry.o - 0x0800576c 0x0800576c 0x00000a24 Code RO 334 .text.tenKhzRoutine main.o - 0x08006190 0x08006190 0x00000124 Code RO 391 .text.transfercomplete signal.o - 0x080062b4 0x080062b4 0x0000000e Code RO 722 i.__scatterload_copy mc_p.l(handlers.o) - 0x080062c2 0x080062c2 0x00000002 Code RO 723 i.__scatterload_null mc_p.l(handlers.o) - 0x080062c4 0x080062c4 0x0000000e Code RO 724 i.__scatterload_zeroinit mc_p.l(handlers.o) - 0x080062d2 0x080062d2 0x00000002 PAD - 0x080062d4 0x080062d4 0x00000040 Data RO 256 .rodata.AHBPrescTable system_stm32g0xx.o - 0x08006314 0x08006314 0x00000020 Data RO 257 .rodata.APBPrescTable system_stm32g0xx.o - 0x08006334 0x08006334 0x00000010 Data RO 286 .rodata.gcr_encode_table dshot.o - 0x08006344 0x08006344 0x00000020 Data RO 721 Region$$Table anon$$obj.o - - - Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08006368, Size: 0x00000b68, Max: 0x00004000, ABSOLUTE, COMPRESSED[0x000002f8]) - - Exec Addr Load Addr Size Type Attr Idx E Section Name Object - - 0x20000000 COMPRESSED 0x00000008 Data RW 36 .data..L_MergedGlobals comparator.o - 0x20000008 COMPRESSED 0x00000008 Data RW 48 .data..L_MergedGlobals eeprom.o - 0x20000010 COMPRESSED 0x0000005c Data RW 375 .data..L_MergedGlobals main.o - 0x2000006c COMPRESSED 0x00000004 Data RW 400 .data..L_MergedGlobals signal.o - 0x20000070 COMPRESSED 0x00000078 Data RW 376 .data..L_MergedGlobals.1 main.o - 0x200000e8 COMPRESSED 0x00000004 Data RW 255 .data.SystemCoreClock system_stm32g0xx.o - 0x200000ec COMPRESSED 0x00000001 Data RW 77 .data.buffer_padding io.o - 0x200000ed COMPRESSED 0x00000001 Data RW 78 .data.ic_timer_prescaler io.o - 0x200000ee COMPRESSED 0x00000002 PAD - 0x200000f0 COMPRESSED 0x00000004 Data RW 399 .data.max_servo_deviation signal.o - 0x200000f4 COMPRESSED 0x00000001 Data RW 207 .data.nbDataToTransmit serial_telemetry.o - 0x200000f5 COMPRESSED 0x00000001 PAD - 0x200000f6 COMPRESSED 0x000002d0 Data RW 364 .data.pwmSin main.o - 0x200003c6 COMPRESSED 0x00000002 PAD - 0x200003c8 - 0x0000005c Zero RW 289 .bss..L_MergedGlobals dshot.o - 0x20000424 - 0x00000014 Zero RW 401 .bss..L_MergedGlobals.1 signal.o - 0x20000438 - 0x0000007c Zero RW 377 .bss..L_MergedGlobals.2 main.o - 0x200004b4 - 0x00000050 Zero RW 378 .bss..L_MergedGlobals.3 main.o - 0x20000504 - 0x00000006 Zero RW 19 .bss.ADCDataDMA adc.o - 0x2000050a - 0x0000000a Zero RW 208 .bss.aTxBuffer serial_telemetry.o - 0x20000514 - 0x00000001 Zero RW 438 .bss.beep_volume sounds.o - 0x20000515 COMPRESSED 0x00000003 PAD - 0x20000518 - 0x00000100 Zero RW 79 .bss.dma_buffer io.o - 0x20000618 - 0x00000001 Zero RW 273 .bss.dma_busy ws2812.o - 0x20000619 - 0x00000001 Zero RW 361 .bss.dshot_telemetry main.o - 0x2000061a - 0x00000001 Zero RW 372 .bss.dshotcommand main.o - 0x2000061b - 0x000000b0 Zero RW 360 .bss.eepromBuffer main.o - 0x200006cb COMPRESSED 0x00000001 PAD - 0x200006cc - 0x00000094 Zero RW 287 .bss.gcr dshot.o - 0x20000760 - 0x00000001 Zero RW 362 .bss.last_dshot_command main.o - 0x20000761 - 0x00000001 Zero RW 80 .bss.out_put io.o - 0x20000762 COMPRESSED 0x00000006 PAD - 0x20000768 - 0x00000400 Zero RW 1 STACK startup_stm32g071xx.o - - - - Load Region LR_FIRMWAREVERSION (Base: 0x0800f7e0, Size: 0x00000020, Max: 0x00000020, ABSOLUTE) - - Execution Region FIRMWAREVERSION (Exec base: 0x0800f7e0, Load base: 0x0800f7e0, Size: 0x00000020, Max: 0x00000020, ABSOLUTE) - - Exec Addr Load Addr Size Type Attr Idx E Section Name Object - - 0x0800f7e0 0x0800f7e0 0x0000001e Data RO 447 .rodata.test firmwareversion.o - - -============================================================================== - -Image component sizes - - - Code (inc. data) RO Data RW Data ZI Data Debug Object Name - - 780 100 0 0 6 9502 adc.o - 240 40 0 8 0 2813 comparator.o - 1348 94 16 0 240 3918 dshot.o - 354 8 0 8 0 2395 eeprom.o - 0 0 30 0 0 394 firmwareversion.o - 112 8 0 0 0 2348 functions.o - 432 68 0 2 257 6583 io.o - 6280 386 0 932 383 19936 main.o - 2428 256 0 0 0 21981 peripherals.o - 1148 26 0 0 0 8242 phaseouts.o - 2044 60 0 1 10 15799 serial_telemetry.o - 1052 128 0 8 20 2979 signal.o - 840 40 0 0 1 4432 sounds.o - 28 8 188 0 1024 668 startup_stm32g071xx.o - 478 48 0 0 0 6342 stm32g0xx_it.o - 124 8 0 0 0 6040 stm32g0xx_ll_adc.o - 44 4 0 0 0 2022 stm32g0xx_ll_comp.o - 176 0 0 0 0 4021 stm32g0xx_ll_gpio.o - 616 32 0 0 0 16967 stm32g0xx_ll_rcc.o - 1116 80 0 0 0 12488 stm32g0xx_ll_tim.o - 300 76 0 0 0 5779 stm32g0xx_ll_usart.o - 44 8 0 0 0 7233 stm32g0xx_ll_utils.o - 16 4 96 4 0 2223 system_stm32g0xx.o - 0 0 0 0 1 9705 ws2812.o - - ---------------------------------------------------------------------- - 20008 1482 364 968 1952 174810 Object Totals - 0 0 32 0 0 0 (incl. Generated) - 8 0 2 5 10 0 (incl. Padding) - - ---------------------------------------------------------------------- - - Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name - - 86 0 0 0 0 0 __dczerorl2.o - 0 0 0 0 0 0 entry.o - 0 0 0 0 0 0 entry10a.o - 0 0 0 0 0 0 entry11a.o - 8 4 0 0 0 0 entry2.o - 4 0 0 0 0 0 entry5.o - 0 0 0 0 0 0 entry7b.o - 0 0 0 0 0 0 entry8b.o - 8 4 0 0 0 0 entry9a.o - 30 0 0 0 0 0 handlers.o - 80 6 0 0 0 72 idiv_div0.o - 36 8 0 0 0 68 init.o - 0 0 0 0 0 0 iusefp.o - 36 0 0 0 0 60 memcpya.o - 36 0 0 0 0 100 memseta.o - 62 0 0 0 0 72 uidiv_div0.o - 178 0 0 0 0 108 fadd.o - 28 0 0 0 0 60 fcmpge.o - 28 0 0 0 0 60 fcmpgt.o - 28 0 0 0 0 60 fcmple.o - 28 0 0 0 0 60 fcmplt.o - 124 0 0 0 0 72 fdiv.o - 130 0 0 0 0 144 fepilogue.o - 50 0 0 0 0 60 ffixi.o - 22 0 0 0 0 68 fflti.o - - ---------------------------------------------------------------------- - 1008 22 0 0 0 1064 Library Totals - 6 0 0 0 0 0 (incl. Padding) - - ---------------------------------------------------------------------- - - Code (inc. data) RO Data RW Data ZI Data Debug Library Name - - 386 22 0 0 0 372 mc_p.l - 616 0 0 0 0 692 mf_p.l - - ---------------------------------------------------------------------- - 1008 22 0 0 0 1064 Library Totals - - ---------------------------------------------------------------------- - -============================================================================== - - - Code (inc. data) RO Data RW Data ZI Data Debug - - 21016 1504 364 968 1952 175258 Grand Totals - 21016 1504 364 760 1952 175258 ELF Image Totals (compressed) - 21016 1504 364 760 0 0 ROM Totals - -============================================================================== - - Total RO Size (Code + RO Data) 21380 ( 20.88kB) - Total RW Size (RW Data + ZI Data) 2920 ( 2.85kB) - Total ROM Size (Code + RO Data + RW Data) 22140 ( 21.62kB) - -============================================================================== - diff --git a/Keil_Projects/Objects/AM32_HAKRC_G23_F421.build_log.htm b/Keil_Projects/Objects/AM32_HAKRC_G23_F421.build_log.htm deleted file mode 100644 index 68414e96..00000000 --- a/Keil_Projects/Objects/AM32_HAKRC_G23_F421.build_log.htm +++ /dev/null @@ -1,99 +0,0 @@ - - -
    -

    µVision Build Log

    -

    Tool Versions:

    -IDE-Version: µVision V5.36.0.0 -Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved. -License Information: P S, Here, LIC=---- - -Tool Versions: -Toolchain: MDK-Lite Version: 5.36.0.0 -Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin -C Compiler: ArmClang.exe V6.16 -Assembler: Armasm.exe V6.16 -Linker/Locator: ArmLink.exe V6.16 -Library Manager: ArmAr.exe V6.16 -Hex Converter: FromElf.exe V6.16 -CPU DLL: SARMCM3.DLL V5.36.0.0 -Dialog DLL: DCM.DLL V1.17.3.0 -Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.9.0 -Dialog DLL: TCM.DLL V1.53.0.0 - -

    Project:

    -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Keil_Projects\Am32F421.uvprojx -Project File Date: 08/22/2023 - -

    Output:

    -*** Using Compiler 'V6.16', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' -Build Project 'Am32F421' - Target 'HAKRC_G23' -compiling functions.c... -compiling dshot.c... -compiling signal.c... -compiling sounds.c... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(309): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_major: VERSION_MAJOR, - ^~~~~~~~~~~~~~ - .version_major = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(310): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_minor: VERSION_MINOR, - ^~~~~~~~~~~~~~ - .version_minor = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(311): warning: use of GNU old-style field designator extension [-Wgnu-designator] - device_name: FIRMWARE_NAME - ^~~~~~~~~~~~ - .device_name = -3 warnings generated. -compiling main.c... -C:\2_92_EXPERIMENTAL\AM32_PUBLIC\Src\firmwareversion.c(1): error: 'firmwareversion.h' file not found -#include "firmwareversion.h" - ^~~~~~~~~~~~~~~~~~~ -1 error generated. -compiling firmwareversion.c... -compiling at32f421_cmp.c... -compiling at32f421_adc.c... -compiling at32f421_crc.c... -compiling at32f421_debug.c... -compiling at32f421_crm.c... -compiling at32f421_dma.c... -compiling at32f421_exint.c... -compiling at32f421_ertc.c... -compiling at32f421_gpio.c... -compiling at32f421_flash.c... -compiling at32f421_i2c.c... -compiling at32f421_misc.c... -compiling at32f421_pwc.c... -compiling at32f421_scfg.c... -compiling at32f421_spi.c... -compiling at32f421_usart.c... -compiling at32f421_wdt.c... -compiling at32f421_tmr.c... -compiling at32f421_wwdt.c... -compiling ADC.c... -compiling at32f421_it.c... -compiling comparator.c... -compiling eeprom.c... -compiling IO.c... -compiling peripherals.c... -compiling phaseouts.c... -compiling serial_telemetry.c... -assembling startup_at32f421.s... -compiling system_at32f421.c... -".\Objects\AM32_HAKRC_G23_F421.axf" - 1 Error(s), 3 Warning(s). - -

    Software Packages used:

    - -Package Vendor: ArteryTek - - ArteryTek.AT32F421_DFP.2.0.5 - ArteryTek AT32F421 Series Device Support,Drivers - -

    Collection of Component include folders:

    - C:\Users\alkaz\AppData\Local\Arm\Packs\ArteryTek\AT32F421_DFP\2.0.5\Device\Include - -

    Collection of Component Files used:

    -Target not created. -Build Time Elapsed: 00:00:20 -
    - - diff --git a/Keil_Projects/Objects/AM32_WRAITH32_F421.axf b/Keil_Projects/Objects/AM32_WRAITH32_F421.axf deleted file mode 100644 index 2ca471fd..00000000 Binary files a/Keil_Projects/Objects/AM32_WRAITH32_F421.axf and /dev/null differ diff --git a/Keil_Projects/Objects/AM32_WRAITH32_F421.build_log.htm b/Keil_Projects/Objects/AM32_WRAITH32_F421.build_log.htm deleted file mode 100644 index 86696b7b..00000000 --- a/Keil_Projects/Objects/AM32_WRAITH32_F421.build_log.htm +++ /dev/null @@ -1,85 +0,0 @@ - - -
    -

    µVision Build Log

    -

    Tool Versions:

    -IDE-Version: µVision V5.38.0.0 -Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved. -License Information: P S, Home, LIC=---- - -Tool Versions: -Toolchain: MDK-Lite Version: 5.38.0.0 -Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin -C Compiler: ArmClang.exe V6.19 -Assembler: Armasm.exe V6.19 -Linker/Locator: ArmLink.exe V6.19 -Library Manager: ArmAr.exe V6.19 -Hex Converter: FromElf.exe V6.19 -CPU DLL: SARMCM3.DLL V5.38.0.0 -Dialog DLL: DCM.DLL V1.17.5.0 -Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.1.0.0 -Dialog DLL: TCM.DLL V1.56.4.0 - -

    Project:

    -C:\Users\alkaz\OneDrive\Documents\AM32_MULTI_MCU\Keil_Projects\Am32F421.uvprojx -Project File Date: 09/24/2023 - -

    Output:

    -*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' -Build Project 'Am32F421' - Target 'WRAITH32' -compiling functions.c... -compiling dshot.c... -compiling sounds.c... -compiling firmwareversion.c... -compiling at32f421_crc.c... -compiling at32f421_debug.c... -compiling at32f421_dma.c... -compiling at32f421_cmp.c... -compiling at32f421_crm.c... -compiling at32f421_adc.c... -compiling signal.c... -compiling at32f421_exint.c... -compiling at32f421_misc.c... -compiling at32f421_gpio.c... -compiling at32f421_pwc.c... -compiling at32f421_scfg.c... -compiling main.c... -compiling at32f421_i2c.c... -compiling at32f421_spi.c... -compiling at32f421_ertc.c... -compiling at32f421_usart.c... -compiling at32f421_wdt.c... -compiling at32f421_wwdt.c... -compiling at32f421_tmr.c... -compiling comparator.c... -compiling ADC.c... -compiling at32f421_it.c... -compiling IO.c... -compiling eeprom.c... -compiling peripherals.c... -compiling phaseouts.c... -compiling WS2812.c... -compiling system_at32f421.c... -assembling startup_at32f421.s... -compiling serial_telemetry.c... -compiling at32f421_flash.c... -linking... -Program Size: Code=23618 RO-data=294 RW-data=952 ZI-data=2720 -FromELF: creating hex file... -".\Objects\AM32_WRAITH32_F421.axf" - 0 Error(s), 0 Warning(s). - -

    Software Packages used:

    - -Package Vendor: ArteryTek - - ArteryTek.AT32F421_DFP.2.0.5 - ArteryTek AT32F421 Series Device Support,Drivers - -

    Collection of Component include folders:

    - C:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include - -

    Collection of Component Files used:

    -Build Time Elapsed: 00:00:01 -
    - - diff --git a/Keil_Projects/Objects/AM32_WRAITH32_F421.hex b/Keil_Projects/Objects/AM32_WRAITH32_F421.hex deleted file mode 100644 index 7c487bdd..00000000 --- a/Keil_Projects/Objects/AM32_WRAITH32_F421.hex +++ /dev/null @@ -1,1545 +0,0 @@ -:020000040800F2 -:10100000580E0020A911000889150008591500087C -:101010008515000815140008891800080000000054 -:101020000000000000000000000000007916000829 -:101030002D150008000000008D1500087D16000821 -:10104000C3110008C3110008C3110008C311000830 -:10105000C3110008C3110008C311000831150008AE -:10106000000000001914000845140008811400084D -:10107000B1120008C3110008C311000800000000ED -:1010800061180008C31100080000000025180008BE -:101090003918000851180008C3110008C3110008CE -:1010A000C3110008C3110008C31100088518000807 -:1010B000C311000800000000000000000000000054 -:1010C000C311000800000000C311000800F002F87E -:1010D00000F05AF80AA090E8000C82448344AAF178 -:1010E0000107DA4501D100F04FF8AFF2090EBAE876 -:1010F0000F0013F0010F18BFFB1A43F0010318474C -:10110000285C0000485C00000A444FF0000C10F816 -:10111000013B13F0070408BF10F8014B1D1108BF75 -:1011200010F8015B641E05D010F8016B641E01F815 -:10113000016BF9D113F0080F1EBF10F8014BAD1C65 -:101140000C1B09D16D1E58BF01F801CBFAD505E083 -:1011500014F8016B01F8016B6D1EF9D59142D6D3DD -:10116000704700000023002400250026103A28BF05 -:1011700078C1FBD8520728BF30C148BF0B60704709 -:101180001FB51FBD10B510BD00F058F81146FFF790 -:10119000F7FF02F0EFFC00F076F803B4FFF7F2FF80 -:1011A00003BC00F07DF8000009488047094800476B -:1011B000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE707 -:1011C000FEE7FEE704480549054A064B7047000064 -:1011D00081160008CD10000858080020580E002085 -:1011E000580A0020580A00204FF0000200B51346AC -:1011F00094469646203922BFA0E80C50A0E80C5037 -:10120000B1F12001BFF4F7AF090728BFA0E80C50E7 -:1012100048BF0CC05DF804EB890028BF40F8042BE0 -:1012200008BF704748BF20F8022B11F0804F18BF4D -:1012300000F8012B7047704770477047754600F003 -:101240002BF8AE4605006946534620F00700854658 -:1012500018B020B5FFF7B6FFBDE820404FF00006FC -:101260004FF000074FF000084FF0000BAC46ACE821 -:10127000C009ACE8C009ACE8C009ACE8C00921F07D -:1012800007018D46704710B50446AFF30080204635 -:10129000BDE81040FFF781BF00487047B803002049 -:1012A00001491820ABBEFEE726000200704700008F -:1012B00040F21440C4F201000168890258BF70472F -:1012C0004FF40011016002F03BBA000040F22850D8 -:1012D000C2F20000818840F2EA42C2F200021180AC -:1012E000018840F2EE42C2F200021180408840F2D2 -:1012F000D641C2F20001088070470000F0B587B007 -:1013000042F200444FF09040032100224023C4F2F7 -:101310000104002702F026F94FF09040032100223B -:10132000082302F01FF94FF4A010012101F0B2FBD5 -:101330000825C4F20205284601F0FAFD02AE304647 -:1013400001F0A8FD0320C0F20010CDF8120040F219 -:101350002850C2F20000039004F14C00029040F2C9 -:101360000110C0F20120CDF8160028463146ADF834 -:10137000107001F09FFD2846012101F085FD092034 -:10138000C0F21800012101F085FB072001F05EFA90 -:1013900001AD284600F0B2FA40F20110C0F2003070 -:1013A00001902046294600F087FA204603210122B9 -:1013B000032300F0CBFA204606210222032300F08B -:1013C000C5FA204610210322032300F0BFFA0120B2 -:1013D00000F00AFC20460721012200F0E5FB204630 -:1013E000012100F0A3FA2046012100F0A9FA2046CD -:1013F00000F088FA204600F08BFA0028FAD1204647 -:1014000000F08AFA204600F08DFA0028FAD107B0E1 -:10141000F0BD0000FEE70000B0B5022001F042FD83 -:10142000012818BFB0BD0424C4F2020401252560C0 -:10143000FFF74CFF082001F035FD012808BF2560AB -:10144000B0BD000010B51C242020C4F2020401F03D -:1014500029FD012806D1102044F8180C206820F03E -:1014600001002060802001F01DFD012818BF10BD83 -:10147000102044F8180C206820F00100206010BDF6 -:1014800010B540F2B040C2F200000078A0B10420D4 -:10149000C4F202004FF480310160416D21F001017E -:1014A000416504F085FF40F21040C4F201004FF4A2 -:1014B0000041016010BD00BF04244FF48020C4F23D -:1014C000020401F0EFFC012810D140F2B140C2F259 -:1014D0000000007850B144F22000C4F2010001681D -:1014E00041F0020101604FF4802020604FF4003091 -:1014F00001F0D8FC01280FD14FF480302060606DDE -:1015000020F00100606504F053FF40F21040C4F287 -:1015100001004FF4004101604FF4002001F0C2FCD3 -:10152000012804BF4FF48030206010BD70470000D8 -:1015300040F2F061C2F200010A6840F21440013248 -:10154000C4F201000A600168090458BF70474FF4F3 -:101550000041016003F020BDFEE7000043F20000FF -:10156000C4F2000045F2555101604CF6CC410160D7 -:10157000032141604FF47A6181604AF6AA2101603B -:1015800070470000FEE70000704700007047000051 -:1015900070B544F20C40C4F20100016840F200054D -:1015A00021F001010160C2F20005A97EA87F40F28E -:1015B00090440129C2F200040AD10130C1B20729C6 -:1015C000A87722BF0120A877E07400F001000AE0AC -:1015D00001380106A87703D106200121A877E1741C -:1015E000012121EA00006876EFF3108072B6A07D39 -:1015F00010B9A87F00F0F8FB62B600F0A7FB607995 -:10160000E17A084308D0A06FB0F5FA6F04D9012041 -:101610006875002004E000BF687DB0FA80F04009E2 -:101620000021AA7F40F20C566184B4F84810C2F23F -:10163000000606EB4202D181B5F85020AB7902EBEF -:10164000420211448A08A5F850204A09C1F3CE018C -:1016500002FB131102FB03F500282587A4F84210B2 -:1016600018BF01F085FC706842F20F7188429CBF80 -:101670000130706070BD00007047000070470000CE -:1016800041F20000C4F20200016841F00101016072 -:101690000168890709D4016889075CBF01685FEAAE -:1016A000817102D401688907F2D5416821F00301F4 -:1016B000416000BF416811F00C0F0BD0416811F080 -:1016C0000C0F07D0416811F00C0F03D0416811F0E6 -:1016D0000C0FEFD101684FF6FF72CFF6F2621140A6 -:1016E00001600021416041F61071C1624FF4801128 -:1016F00001634FF41F0181604EF6085041F2000172 -:10170000CEF20000C0F600010160704710B50B205A -:10171000C0F21800012101F0BDF942F60044C4F204 -:10172000010440F6B830E0620020A06246F668008E -:10173000A0616820E06120460021012204F09EFDA6 -:1017400020460221012204F099FD204604210122B5 -:1017500004F094FD2046012104F0C2FD606C3C21A0 -:1017600061F3070060641124C0F2140420460121D3 -:1017700001F090F9601C012101F08CF940F2004465 -:10178000C4F60004204602210022022301F0EAFEF2 -:10179000204602210022012301F0E4FE4FF0904098 -:1017A00002210022802301F0DDFE204601210222D9 -:1017B00001F0E4FE20460021022201F0DFFE4FF09E -:1017C00090400721022201F0D9FE4FF09040022103 -:1017D00000224FF4806301F0C5FE4FF090400221DB -:1017E00000224FF4007301F0BDFE4FF09040022143 -:1017F00000224FF4807301F0B5FE4FF090400A21B3 -:10180000022201F0BBFE4FF090400921022201F0BC -:10181000B5FE4FF0904008210222BDE8104001F0D3 -:10182000ADBE000042F21000C4F200004FF6FE719F -:10183000016004F09DBA000044F21000C4F20100FF -:101840004FF6FE7101604FF6FD71016070470000B8 -:1018500044F21040C4F2010000210160FFF798BE7D -:1018600040F21040C4F200000168890744BF4FF6FF -:10187000FD7101600168C9071CBF4FF6FE71016070 -:101880007047000070470000FEE700004EF60C5065 -:10189000BFF34F8FCEF200000168042201F4E06133 -:1018A000C0F2FA5211430160BFF34F8F00BF00BF77 -:1018B00000BF00BFFAE700000A78436802F00102A7 -:1018C00023F4807343EA022242604A78836862F319 -:1018D000410383608A78836802F0010223F4006385 -:1018E00043EAC2228260C978C26A013901F00F015D -:1018F00022F4700242EA0151C16270474FF08071D8 -:1019000001607047816841F0080181607047000004 -:101910008068C0F3C0007047816841F004018160B5 -:10192000704700008068C0F380007047826801F053 -:10193000010122F4807242EA0121816070470000B7 -:10194000826861F3000282607047000080B511294F -:1019500000F2BB80DFE801F00A121C26303A444E48 -:1019600058626C747E88929CA6B000BFD0F810C0FC -:1019700063F3020CC0F810C0A7E000BFD0F810C09D -:1019800003F0070E2CF0380343EACE0303619CE01A -:10199000D0F810C003F0070E2CF4E07343EA8E1366 -:1019A000036192E0D0F810C003F0070E2CF46063DE -:1019B00043EA4E23036188E0D0F810C003F0070E1D -:1019C0002CF4E04343EA0E3303617EE0D0F810C00C -:1019D00003F0070E2CF4603343EACE33036174E066 -:1019E000D0F810C003F0070E2CF4E01343EA8E4346 -:1019F00003616AE0D0F810C003F0070E2CF4600316 -:101A000043EA4E53036160E0D0F810C003F0070EC4 -:101A10002CF0E06343EA0E63036156E0D0F810C097 -:101A200003F0070E2CF0605343EACE6303614CE0F1 -:101A3000D0F80CC063F3020CC0F80CC045E000BF46 -:101A4000D0F80CC003F0070E2CF0380343EACE03A5 -:101A50003AE000BFD0F80CC003F0070E2CF4E0739E -:101A600043EA8E1330E000BFD0F80CC003F0070E3D -:101A70002CF4606343EA4E2326E000BFD0F80CC08C -:101A800003F0070E2CF4E04343EA0E331CE000BFE2 -:101A9000D0F80CC003F0070E2CF4603343EACE33C9 -:101AA00012E000BFD0F80CC003F0070E2CF4E013D6 -:101AB00043EA8E4308E000BFD0F80CC003F0070EE5 -:101AC0002CF4600343EA4E53C360013A0F2A88BFE7 -:101AD00080BDDFE802F0090F151B21272D33393FA8 -:101AE000454B51575D6300BF426B61F30402426393 -:101AF00080BD00BF426B61F34912426380BD00BFED -:101B0000426B61F38E22426380BD00BF426B61F382 -:101B1000D332426380BD00BF426B61F3185242630F -:101B200080BD00BF426B61F35D62426380BD00BF58 -:101B3000026B61F30402026380BD00BF026B61F3BC -:101B40004912026380BD00BF026B61F38E22026303 -:101B500080BD00BF026B61F3D332026380BD00BF62 -:101B6000026B61F31852026380BD00BF026B61F328 -:101B70005D62026380BD00BFC26A61F30402C2629B -:101B800080BD00BFC26A61F34912C26280BD00BF5E -:101B9000C26A61F38E22C26280BD00BFC26A61F375 -:101BA000D332C26280BD00008368072923F000732E -:101BB00088BF03F100738360836802F0010261F360 -:101BC00053438360816821F4801141EA02518160AE -:101BD00070470000826801F0010122F4800242EAAD -:101BE000815181607047000042F20841C4F2010156 -:101BF0000A6800F0010022F4000242EAC0500860C6 -:101C000070470000F0B581B02825C4F6000505F541 -:101C1000767420460121002202230126022701F0CA -:101C2000A1FC4FF09040012100224FF48063C5F8E1 -:101C300000744FF4806701F095FC204601210022DA -:101C400001232F6001F08EFC4FF090400121002213 -:101C50004FF40073C5F800644FF4007401F082FC87 -:101C60004FF090400121002280232C60802401F05D -:101C700079FC4FF09040012100224FF480732C60DA -:101C80004FF4807401F06EFC2C6001B0F0BD0000D8 -:101C900070B540F20105C2F20005287840F2004418 -:101CA000C4F600040028204606D0022100220223A8 -:101CB00001F058FC07E000BF0121002202230226A8 -:101CC00001F050FCA6624FF09040022100224FF438 -:101CD000806301F047FC287830B1204602210022C1 -:101CE000012301F03FFC07E02046012100220123EF -:101CF000012601F037FCA6624FF09040022100223D -:101D00004FF4007301F02EFC287838B14FF090406A -:101D100002210022802301F025FC0CE04FF09040CE -:101D2000012100228023802501F01CFC4FF6284071 -:101D3000CFF6FF7025504FF09040022100224FF463 -:101D40008073BDE8704001F00DBC000040F21E033E -:101D5000C2F200031A781C20C121C4F20100042A37 -:101D6000C4F2000101D0012A03D101F11002026086 -:101D70001A78052A01D0022A03D101F1200202605B -:101D80001A78062A04D0032A08BF016001E000BFC8 -:101D9000016040F21901C2F200010A78D0F8EC1398 -:101DA00052B121F40011C0F8EC13D0F8F01341F453 -:101DB0000011C0F8F013704741F40011C0F8EC13A3 -:101DC000D0F8F01321F40011C0F8F01370470000B0 -:101DD000002818BF70471C20C4F20100026861F39C -:101DE0000002026070470000F0B581B0013805289C -:101DF00000F2D481DFE800F004185694BEE800BF7A -:101E000040F20100C2F2000000782824C4F6000469 -:101E1000002804F5767000F0EB80022100220223F6 -:101E200001F0A0FBECE000BF2825C4F6000505F595 -:101E3000767420460121002202230126022701F0A8 -:101E400091FB4FF09040012100224FF48063C5F8D0 -:101E500000744FF4806701F085FB204601210022C9 -:101E600001232F6001F07EFB4FF090400121002202 -:101E70004FF40073C5F8F0634FF4007401F072FB87 -:101E800040F201002C60C2F200000078002800F04F -:101E9000EB804FF0904002210022802301F062FB92 -:101EA000F5E000BF2825C4F6000505F57674204648 -:101EB0000121002202230126022701F053FB4FF0EB -:101EC0009040012100224FF48063C5F8F0734FF475 -:101ED000806701F047FB20460121002201232F608B -:101EE00001F040FB4FF09040012100224FF40073BD -:101EF000C5F800644FF4007401F034FB40F20100B7 -:101F00002C60C2F200000078002800F0B7804FF08B -:101F1000904002210022802301F024FBB7E000BFA3 -:101F20002825C4F6000505F5767420460121002217 -:101F300002230126022701F015FB4FF090400121FA -:101F400000224FF48063C5F8F0734FF4806701F00E -:101F500009FB40F201002F60C2F200000078002867 -:101F600000F0A080204602210022012301F0FAFAAD -:101F7000A0E000BF2825C4F6000505F576742046CC -:101F80000121002202230126022701F0EBFA4FF083 -:101F90009040012100224FF48063C5F800744FF493 -:101FA000806701F0DFFA40F201002F60C2F200000A -:101FB0000078002800F090802046022100220123B2 -:101FC00001F0D0FA90E000BF40F20100C2F2000040 -:101FD00000782824C4F60004002804F5767000F088 -:101FE000A38002210022022301F0BCFAA4E000BF7A -:101FF000012100220223022501F0B4FAC4F80054A2 -:102000004FF09040022100224FF4806301F0AAFAC1 -:1020100004F57670012100220123012501F0A2FAC6 -:102020004FF09040012100224FF40073C4F8F053A8 -:102030004FF4007501F096FA4FF090400121002214 -:1020400080232560802501F08DFA4FF0904001211A -:1020500000224FF4807325604FF4807501F082FAFE -:10206000256001B0F0BD00BF4FF09040012100227B -:102070008023802401F076FA2C6008E04FF0904035 -:10208000012100228023802401F06CFA2C604FF0A3 -:102090009040022100224FF4807301B0BDE8F0406F -:1020A00001F060BA204601210022012301F05AFA12 -:1020B000C5F800644FF09040022100224FF40073F5 -:1020C00001F050FA4FF0904001210022802380243B -:1020D00001F048FA2C6019E020460121002201237A -:1020E00001F040FAC5F800644FF090400221002250 -:1020F0004FF4007301F036FA4FF0904001210022B6 -:102100008023802401F02EFA45F8104C4FF09040C7 -:10211000012100224FF480734FF4807401F022FA01 -:102120002C6001B0F0BD00BF012100220223022576 -:1021300001F018FAC4F800544FF090400221002238 -:102140004FF4806301F00EFA04F57670012100224D -:102150000123012501F006FA4FF0904001210022F1 -:102160004FF40073C4F800544FF4007501F0FAF90D -:102170004FF090400121002280232560802501F04E -:10218000F1F94FF09040012100224FF4807344F8A0 -:10219000105C4FF4807501F0E5F9256001B0F0BDE9 -:1021A0002DE9F04F87B040F23C57C2F200073A6881 -:1021B000D7F87CB040F21849ABEB0200C2F200093C -:1021C000A9F80A0081B240F28240C2F200000388FE -:1021D00048099942A9F8080040F2478140F280433B -:1021E000C2F200031B88994280F03F81D7E9013693 -:1021F000D7E903519A1A82424FF00002D7E9054EFF -:10220000D7E907AC88BF01220692AA1B82424FF091 -:102210000002A4EB010188BF012281424FF00001BE -:10222000059288BF01210491AAEB0E0181424FF073 -:10223000000188BF012107F1240603914ECED7E9A2 -:102240000D5EA1EB0C0181424FF00001FC6BD7F851 -:1022500040C088BF01210291991A81424FF00001CC -:1022600088BF01210191A91B81424FF0000188BF65 -:1022700001210091796CA4EB0E0686424FF0000A12 -:10228000A1EB0C0188BF4FF0010A8142D7E912414E -:102290004FF0000388BF0123091BD7E9144C002528 -:1022A000814288BF0125ACEB040CD7E9164E84456A -:1022B000AEEB040C4FF0000E88BF4FF0010ED7E9D3 -:1022C000188484454FF0000CA4EB080488BF4FF03D -:1022D000010CD7F868804E46D7F86C908442A9EB81 -:1022E0000808D7E91C94BF6FA4EB09094FF000045C -:1022F000ABEB070788BF012480454FF0000B88BF78 -:102300004FF0010B81454FF0000188BF012187424A -:102310004FF0000788BF012780454FEAC40888BFF7 -:1023200008F10408814540F2AE40C2F2000090F886 -:10233000009040F2A740C2F20000007888BF08F188 -:10234000020850EA0900716506980299F06180EA76 -:102350000100F162F36380EA03000599019B316299 -:1023600081EA030181EA05014FEA810141EAC000E7 -:102370000499009A716281EA020181EA0E01C6E9BC -:10238000134B40EA41040398B765B06280EA0A0043 -:10239000474440F2A748356480EA0C05C2F20008C1 -:1023A00033637263C6F844E0C6F838A0C6F848C084 -:1023B0000BD101F093F840B130790130C1B26529F9 -:1023C000307124BF012088F8000098F80000002830 -:1023D00044EA050018BF87F00F07874242D106F193 -:1023E0001C0C9CE88F10490241EA802040EA022040 -:1023F00040EAC310D6E90D5440EA871040EA4C1079 -:1024000006F13C0740EA05108ECF40EAC40040EADE -:10241000810040EA420040EA030140F2D440B3891F -:10242000C2F2000000220280581C012FB08105D1A9 -:1024300040F2A540C2F2000001220270302917DBF1 -:102440007078A8B140F2CE40C2F20000018040F2A4 -:102450003C60C2F2000000210170B17007B0BDE81D -:10246000F08F00BFF0890130F08107B0BDE8F08F38 -:10247000481E2E280CD840F2CE40C2F200000022A6 -:10248000028040F23C62C2F20002C8B2117018E051 -:1024900031B140F23C60C2F20000007811E000BFB0 -:1024A000307840F2CE41012804BF00207070C2F2A3 -:1024B00000010020088040F23C61C2F20001087077 -:1024C000B0700028D1D040F2AA41C2F200010978D0 -:1024D0000029CAD140F2AE41C2F2000109780029B8 -:1024E000C3D0F17888421EBFF0700021B17005287A -:1024F00005D3B1780131CAB2062AB170B5D3411EF5 -:1025000000251429B57000F2A280DFE801F00B135A -:102510001B232BA033414F57A05F737FA0A0A0A027 -:10252000A087950040F2A241C2F20001012008708C -:102530008DE000BF40F2A241C2F20001022008700B -:1025400085E000BF40F2A241C2F200010320087002 -:102550007DE000BF40F2A241C2F2000104200870F9 -:1025600075E000BF40F2A241C2F2000105200870F0 -:102570006DE000BF40F29240C2F200000021017005 -:1025800040F21A00C2F200000121017007205EE053 -:1025900040F29240C2F200000121017040F21A00A4 -:1025A000C2F2000000210170082050E040F2934088 -:1025B000C2F2000000210170092048E040F293407F -:1025C000C2F20000012101700A2040E002F0B6FDD5 -:1025D00040F29240C2F20000007840F2A242411C58 -:1025E00040F23C60C2F20000C2F2000200781170BA -:1025F0002DE000BF317801204FF460627071012935 -:10260000F28008BF70700D2021E000BF00207071C3 -:1026100040F6FF60F0800E2019E000BF40F29240CB -:10262000C2F20000007840F21A01C0F10100C2F2CB -:102630000001087014200AE040F29240C2F200004B -:10264000007840F21A01C2F200010870152040F231 -:102650008871C2F20001087040F23C60C2F20000D2 -:10266000057007B0BDE8F08F70B582B040F23C5500 -:10267000C2F20005D5E9000140F27652081AA0F234 -:10268000213140F274449142C2F2000436D861789C -:10269000D1B3E178002951D0217940F2E142904252 -:1026A0000BD840F22802C2F2000213880131C3EBBA -:1026B000C3031844C00821711080C8B24C2873D3DA -:1026C00040F22800C2F20000018800251931018083 -:1026D0004FF61250CFF6FF7010FA81F000EBD07079 -:1026E00040F23D614008C2F2000181F820006570AF -:1026F00002F024FD257102F025FB55E040F2CA40AE -:10270000C2F2000054E000BF40F29341C2F2000167 -:10271000097839B340F22C01C2F200010A889042D4 -:1027200036D940F22A01C2F200010B88511C4FF445 -:10273000FA661A4640F2E93332E000BFA17840F26F -:102740002A0600290CBF208120890131C2F200062F -:10275000A170318880B200F0A1FE332846DB002052 -:10276000607064E040F2280140F22A02C2F20001E7 -:10277000C2F200020988128840F2FF762F230096E9 -:1027800002F0A6F901462F3818BF08460BE000BF3B -:1027900040F22801C2F2000109884FF47A76002342 -:1027A000009602F095F9206140F2D440C2F2000098 -:1027B00040F2CE41C2F2000140F2DC0622690B88F1 -:1027C000C2F200063668D51AB5424FF00005058002 -:1027D00004DD9A190A8002B070BD00BF981AB04299 -:1027E000C8BF9A1B0A8002B070BD00BF3088D5E90F -:1027F0000012C0EBC000511A0844A178C008332968 -:10280000308014D34FF62A111938CFF6FF7130807B -:1028100011FA80F000EBD07040F23D614008C2F246 -:10282000000181F821000120E07002F0BFFAE07899 -:10283000318800282181B7D0D5E90001081A217913 -:1028400040F2E14290427FF62CAF36E741F20401BC -:10285000C4F202010A6860F38F320A600A688008D5 -:1028600060F31C720A60704741F20401C4F2020175 -:102870000A6800F00F0022F0F00242EA001008603F -:102880007047000041F20401C4F202010A6800F03E -:10289000070022F4E06242EA00200860704700006E -:1028A00041F20401C4F202010A6800F0070022F4B8 -:1028B000605242EAC02008607047000041F25401B3 -:1028C000C4F202010A68012822F0300208BF303247 -:1028D0000A607047042888BF7047DFE800F0030DE6 -:1028E0001B29330041F20000C4F20200026861F3C8 -:1028F00000020260704700BF41F20000C4F2020013 -:10290000026801F0010122F4803242EA01410160D3 -:10291000704700BF41F20000C4F20200026801F0FB -:10292000010122F0807242EA01610160704700BF3C -:1029300041F20000C4F20200026A61F30002026286 -:10294000704700BF41F20000C4F20200426A61F326 -:102950000002426270470000F0B541F20401C4F287 -:1029600002010A68C2F3810341F20022022BC0F285 -:102970007A020DD0002B4BD10B6D9B0548D5CB6A4D -:102980009B0144BF46F60042C0F2DC2240E000BF9B -:102990000B688C6AC3F30047002C17D40C680B68D3 -:1029A000C4F38344C3F341731D016E1C0F2C3546E1 -:1029B00018BF0225002B18BF354605EB0403FFB9ED -:1029C00040F60012C0F23D025A4321E08B6A8C6A45 -:1029D000C3F3031E8B6A40F6001CC0F23D0CC4F327 -:1029E000082403F007031FB10D68AD0358BF9446D8 -:1029F0000CFB04F20EFA03F3B2FBF3F208E000BFA3 -:102A00000F68BF0344BF40F60012C0F23D025A43B4 -:102A100002600B6812A7C3F30313FB5C46F60E5764 -:102A2000DA4042600B68C0F60007C3F30223FB5C88 -:102A300022FA03F3C3600B68C3F3C223FB5C0427D1 -:102A4000DA4082600B68096807EA9363C1F3813159 -:102A5000194407A3595CB2FBF1F10161F0BD00BF5D -:102A6000000000000000000001020304060708093E -:102A700002040608020C081041F20002010CC4F224 -:102A80000202895800F01F0021FA00F000F0010056 -:102A90007047000041F2000200F01F034FF0010CEC -:102AA000C4F2020201290CFA03F14FEA10408358E4 -:102AB00014BF23EA010119438150704741F200021B -:102AC00000F01F034FF0010CC4F2020201290CFABE -:102AD00003F14FEA1040835814BF23EA0101194360 -:102AE0008150704741F20402C4F20202136868B1D7 -:102AF00043F4803313601368012807BF23F40033C5 -:102B00004FF0007043F40033002002E023F48033E0 -:102B100000201360136861F395431360136809097B -:102B200061F35E731360916A21F0E0610843906283 -:102B30007047000041F20000C4F20200016841F059 -:102B4000010101600168890709D4016889075CBF38 -:102B500001685FEA817102D401688907F2D5416892 -:102B600021F00301416000BF416811F00C0F0BD050 -:102B7000416811F00C0F07D0416811F00C0F03D021 -:102B8000416811F00C0FEFD101684FF6FF72CFF6DC -:102B9000F262114001600021416041F61071C16292 -:102BA0004FF4801101634FF41F01816070470000F2 -:102BB00041F20401C4F202010A6860F301020A60F2 -:102BC0007047000041F20400C4F202000068C0F344 -:102BD0008100704744F62401C4F2010100220A601A -:102BE00007E000BF0A68824228BF70470A68824235 -:102BF00005D20A68824202D20A688242F2D3704742 -:102C000044F62401C4F2010100220A6042F6E062A7 -:102C10004A6051F8102C00EB800042F001024000A5 -:102C200041F8102C0A68824208D20A68824205D212 -:102C30000A68824202D20A688242F3D3782048604E -:102C400051F8100C40F0010041F8100C70470000E2 -:102C5000B0B540F23C5CC2F2000C40F25C0EDCF815 -:102C60000040C2F2000E44F6206200230021AEF8BC -:102C7000022002E02833782B7AD00CEB0300456861 -:102C80002C1B1BD18468651B21D1C5682C1B27D147 -:102C90000469651B2DD145692C1B33D18469651BE3 -:102CA00039D1C5692C1B3FD1046A651B45D1456AE2 -:102CB0002C1B4BD1846A601BDCD051E02144944230 -:102CC0003CBFA2B2AEF802408468651BDDD0294447 -:102CD00095423CBFAAB2AEF80250C5682C1BD7D0B3 -:102CE000214494423CBFA2B2AEF802400469651B85 -:102CF000D1D0294495423CBFAAB2AEF802504569F2 -:102D00002C1BCBD0214494423CBFA2B2AEF802406F -:102D10008469651BC5D0294495423CBFAAB2AEF870 -:102D20000250C5692C1BBFD0214494423CBFA2B2C3 -:102D3000AEF80240046A651BB9D0294495423CBFF5 -:102D4000AAB2AEF80250456A2C1BB3D0214494427B -:102D50003CBFA2B2AEF80240846A601B3FF48AAF67 -:102D6000014490423CBF82B2AEF8020082E700BF4D -:102D700040F2B043C2F20003187840F2744C4C09A0 -:102D8000C2F2000C0128CCF8184030D1941E022C5D -:102D90000ED8CC090E2C0BD840F2D904C2F2000494 -:102DA0000025257001248CF806401C700E2410E0CC -:102DB000541F032C1BD8CC09182C18D840F2D90565 -:102DC0000124C2F200051C702C7003248CF806400C -:102DD000072440F2D805C2F200052C7020248EF89A -:102DE000004040F2AF44C2F200040125257040F2D9 -:102DF000B144C2F200042578012D11D1A2F1C9001D -:102E000044F65651884288BFB0BD0120207040F280 -:102E1000D900C2F200007721017002202BE000BF30 -:102E2000284330D1901E02280ED8C8090E280BD88E -:102E300040F2D900C2F200000021017001208CF89C -:102E4000060018700E2010E0501F0328D6D8C809BD -:102E50001828D3D840F2D9010120C2F2000118701D -:102E6000087003208CF80600072040F2D801C2F257 -:102E70000001087020208EF8000040F2AF40C2F23E -:102E8000000001210170B0BD026861F30002026020 -:102E90007047000000210182C0E90011C0E9021161 -:102EA000704700000021C4F202010968084018BF01 -:102EB0000120704702684BF6EF731A4002600A89DE -:102EC00003681A4302604A7C036802F0030223F499 -:102ED000405343EA02320260CA7B036802F00302F5 -:102EE00023F4406343EA822202608A7B036802F093 -:102EF000030223F4407343EA022202604A7B036820 -:102F000002F0010223F0800343EAC21202600A7B4E -:102F1000036862F3861303600A7C036862F3451357 -:102F200003604A8942600A6882604968C1607047EC -:102F3000016800F0FC024CF6CD43083ACCF6CC43D5 -:102F4000A2FB032321F001010160002104220160A2 -:102F500041608160C1606FF00300C4F2020200EAC8 -:102F600093000F21136801FA00F0184310607047B6 -:102F700040F20040C4F20100016841F40011016018 -:102F80007047000010B542F60044C4F20104204628 -:102F90000021012203F026F920460221012203F03C -:102FA00021F920460421012203F01CF920460121C9 -:102FB000012203F017F920460321012203F012F940 -:102FC00020460521012203F00DF9206840F00100A0 -:102FD0002060606C40F400406064606940F0010073 -:102FE000606144F20004C4F20104D4F8000440F02B -:102FF0000100C4F8000444F20C40C4F201008168EE -:1030000041F001018160016821F001010160D0F807 -:10301000F41341F00101C0F8F41341F20000C4F2CE -:103020000000016841F001010160416941F00101C6 -:10303000416142F20000C4F20000016841F0010168 -:103040000160416941F001014161C16841F0010144 -:10305000C160FEF753F920460021012203F0C2F8B7 -:103060002068202140F0010020604EF20740CEF29F -:10307000000001704EF20010CEF2000080210160CD -:1030800040F20040C4F20100016841F400410160D7 -:1030900010BD00005820C4F20200016841F0040194 -:1030A0000160704742F20C01C4F2020108607047EF -:1030B00042F21000C4F20200016841F08001016098 -:1030C0007047000042F20C01C4F202014A6842F06B -:1030D00002024A608860486840F040004860086822 -:1030E000C0070DD10868400746D40868C0064FF0F5 -:1030F000020058BF03204A6822F002024A6070476B -:103100004FF080420868C00700F08B800868C00755 -:1031100038D00868C0073BD00868C0073ED00868B0 -:10312000C00741D00868C00744D00868C00747D02E -:103130000868C0074AD00868C0074DD00868C007B3 -:1031400050D00868C00753D00868C00756D0086838 -:10315000C00759D00868C0075CD00868C0075FD0B6 -:103160000868C00768D0103ACCD104204A6822F021 -:1031700002024A60704700BF01204A6822F0020242 -:103180004A607047013A086840074DD558E000BFD3 -:10319000023A0868400747D552E000BF033A086882 -:1031A000400741D54CE000BF043A086840073BD5D2 -:1031B00046E000BF053A0868400735D540E000BF4B -:1031C000063A086840072FD53AE000BF073A08687A -:1031D000400729D534E000BF083A0868400723D5E6 -:1031E0002EE000BF093A086840071DD528E000BF5F -:1031F0000A3A0868400717D522E000BF0B3A086872 -:10320000400711D51CE000BF0C3A086840070BD5F9 -:1032100016E000BF0D3A0868400705D510E000BF72 -:103220000E3A086840070BD40868C0064FF0020049 -:1032300058BF032005E000BF0F3A08684007F3D5E8 -:103240000120012A08BF04204A6822F002024A60D5 -:103250007047000042F2040040F22311C4F2020061 -:10326000C4F26751016048F6AB11CCF6EF51016032 -:103270007047000042F20C02C4F20202536843F0AD -:103280000103536001601068C0070DD1106840074A -:1032900046D41068C0064FF0020058BF03205168A2 -:1032A00021F00101516070474FF480111068C00790 -:1032B00000F08B801068C00738D01068C0073BD082 -:1032C0001068C0073ED01068C00741D01068C00722 -:1032D00044D01068C00747D01068C0074AD01068B3 -:1032E000C0074DD01068C00750D01068C00753D039 -:1032F0001068C00756D01068C00759D01068C007C2 -:103300005CD01068C0075FD01068C00768D0103963 -:10331000CCD10420516821F001015160704700BFF9 -:103320000120516821F00101516070470139106896 -:1033300040074DD558E000BF02391068400747D517 -:1033400052E000BF03391068400741D54CE000BF90 -:103350000439106840073BD546E000BF05391068C6 -:10336000400735D540E000BF0639106840072FD52B -:103370003AE000BF07391068400729D534E000BFA4 -:1033800008391068400723D52EE000BF09391068BE -:1033900040071DD528E000BF0A391068400717D53F -:1033A00022E000BF0B391068400711D51CE000BFB8 -:1033B0000C39106840070BD516E000BF0D391068B6 -:1033C000400705D510E000BF0E39106840070BD448 -:1033D0001068C0064FF0020058BF032005E000BF90 -:1033E0000F3910684007F3D50120012908BF0420D8 -:1033F000516821F00101516070470000F0B581B0C3 -:103400002825C4F6000505F5767420460121002222 -:1034100002230126022700F0A5F84FF09040012179 -:1034200000224FF48063C5F8F0734FF4806700F01A -:1034300099F820460121002201232F6000F092F824 -:103440004FF09040012100224FF40073C5F8F06363 -:103450004FF4007400F086F84FF0904001210022F4 -:1034600080232C60802400F07DF84FF090400121F3 -:1034700000224FF4807345F8104C4FF4807400F034 -:1034800071F82C6001B0F0BD42F61440C4F20100A6 -:10349000016841F00101016070470000401A48BF17 -:1034A000404270471C20C4F201000068C0F38070E5 -:1034B0007047000048F2E801484343F23811A1EB9D -:1034C00010304FF2CF31CCF63C7150FB01F0C10807 -:1034D00001EBD0700F3000B2704700001020C4F62E -:1034E0000000006800F0040070470000F0B50A8892 -:1034F000002A08BFF0BD00234FF0030C4FF0010E6F -:10350000002405E0520804F1010403F1020327D06E -:10351000D507F7D005680CFA03F6B54305608D7939 -:1035200007689D403D43056045680EFA04F7BD43BA -:1035300045600D794768A5403D4345608568B543C2 -:103540008560CD7987689D403D438560C568B543FA -:10355000C5604D79C6689D403543C560D2E700BF60 -:10356000F0BD0000D0F800C05B4303EB43022CEA3F -:1035700002025943114301607047000010B51C233B -:1035800003EA810E24234FF00F0C082938BF2023B3 -:10359000C4580CFA0EF124EA0101C150C15802FAD4 -:1035A0000EF21143C15010BD62B670472DE9F04FC5 -:1035B00081B002F0AFFA4FF4A0100121FFF76AFAD0 -:1035C0004EF20B4BCEF2000B10204EF200168BF891 -:1035D0000000CEF200064FF400603060FEF796F86F -:1035E0000424C0F21C0420460121FFF753FA41F2E3 -:1035F0002800C4F200004FF6FF713B2741600760CE -:10360000201D01214FF6FF78FFF744FA42F228000F -:10361000C4F20000322141607721016030208BF834 -:1036200008004FF4002040F2110A3060C0F2140A82 -:1036300050460121FFF72EFA4FF4C0100121FFF789 -:1036400029FA4FF090400321002202234FF0000995 -:10365000FFF788FF4FF09040032100222023FFF75F -:1036600081FF8BF801904FF48050306000200121E1 -:10367000FEF7AEFB1025C0F21805A81C0121FFF7CC -:1036800009FA44F60004C4F20104C4F82C80A762CD -:103690002068012140F080002060681CFFF7FAF9E3 -:1036A0004FF62C4044F20008CFF6FF704FF4FA7149 -:1036B000C4F201082150C8F82874D8F80004012188 -:1036C00040F08000C8F800048BF80A904FF4001016 -:1036D00030605046FFF7DEF928460121FFF7DAF99E -:1036E0004FF09040022100220423FFF73BFF4FF4EC -:1036F000A0100121FFF7CEF95820C4F2020040F6D5 -:103700008A11016010208BF800004FF400613160D5 -:103710004FF6FF71C8F82C10C8F82800D8F8000040 -:1037200040F08000C8F80000D8F8000040F0010028 -:10373000C8F8000001B0BDE8F04F02F09FBA0000E9 -:10374000F0B581B041F2240540F29044C4F2000586 -:10375000C2F200042868A16FA4F848007E2927D38C -:10376000286840F20C567C28C2F200060AD8B4F849 -:103770004000C0084A2805D87068B0F5FA7F01D229 -:1037800001B0F0BD40F20001C2F200012868B1F8BA -:103790005010B0EB510FF3D3207F0130C1B2652937 -:1037A000207705D301F0A8F90020706001B0F0BDCA -:1037B00040F20006C2F20006717EF07D61B1A8B150 -:1037C000002700BFFFF76EFE0028D9D1F07D01373A -:1037D0008742F7D30AE000BF40B10027FFF762FE3F -:1037E0000028CDD0F07D01378742F7D301F084F96E -:1037F000EFF3108072B62A68B4F8481000208A42AD -:103800004FF0000284BF2A68521A2A60B4F84210AE -:10381000327DD14044F20C42C4F20102A4F84210BD -:10382000906111625060106840F00100106062B653 -:1038300001B0F0BD2DE9F04182B040F23D64C2F22A -:10384000000447F60041C0F600012046B02201F016 -:10385000FBFB607CA17C0138B0FA80F040F290451F -:103860004009C2F20005A870481EE27CB0FA80F060 -:103870004009012AE87004BF0120A871207D617D04 -:103880000138B0FA80F040F200064009C2F20006AA -:103890007070481EA27DB0FA80F04009B070501ED2 -:1038A000B0FA80F04009E37DF070207E42F62C48AB -:1038B000042BA0F10801C4F2010828BF0223282923 -:1038C000B37115D8182823D2A0F10C010B2930D9D7 -:1038D00000F0FC0108293DD141F64C570721102288 -:1038E00043F69823009701F0F3F8A6F8400033E080 -:1038F00041F28830F087C8F80000607EA0F1320104 -:10390000642935D99620B086552070873BE000BFEA -:1039100040F6C4171821302241F28833009701F095 -:10392000D7F80146207EA6F84010A0F10C010B2923 -:10393000CED841F288370C21182242F2107300973A -:1039400001F0C6F80146207EA6F8401000F0FC0108 -:103950000829C1D0B6F8400081B2C8F80010A6F816 -:103960004A00A6F84200607EA0F132016429C9D85D -:1039700000F17801B186142101EB500171871E21FD -:1039800001EB5000B087A07E227F00EB800014275F -:1039900007EBC0003084501E637FB0FA80F040090E -:1039A0002871581EB0FA80F0E17E40096871052048 -:1039B000F17102F047F86078002800F0B180A07F34 -:1039C0000B2888BF052002F03DF8E07F94F8201016 -:1039D0000138B0FA80F04009E87140F2EE2094F826 -:1039E000212000EB410094F82230308540F2D6606F -:1039F00000EB4200708503F25E50B08594F823001E -:103A000094F824107073481EB0FA80F094F82510D2 -:103A10004009A87201F1FA0094F82610F085481EBA -:103A2000B0FA80F04009E87294F828000021421FA3 -:103A3000142A297298BF307394F82900411E09296D -:103A400098BF707294F82A00411EC9B2082919D88B -:103A5000B07200EB80006FF02D01A1EB4000617EA1 -:103A6000F07251FA80F2B2864908B6F8482051FA4D -:103A700080F1718752FA80F1328FA6F8481052FA1D -:103A800080F0308794F82B00A0F14601462998BFBA -:103A9000707194F82C00411E622903D84000708494 -:103AA0000120687394F82D00411E092998BF3072D7 -:103AB00094F82E10092909D804290FD805F12100FE -:103AC000DFE801F004440A0C480000BF002028840D -:103AD00040F21940C2F2000001210170308C202711 -:103AE00081084A299CBF0021F17348F21F51C5F299 -:103AF000EB11A0FB01124FF2F101CFF2F001A0FB9C -:103B00000113F1795209B7FBF1F11B09B2FBF1F294 -:103B1000B3FBF1F1A6F84420A6F8461001E000BF7F -:103B2000308C4FF4FA774FF4967140F6B8324FF478 -:103B30007A73009700F0CCFF71787086002904BF7B -:103B40000020E87002B0BDE8F08100BF012085F8D8 -:103B50002000BDE740F21840C2F2000001210170D0 -:103B600040F21940C2F200000021017005F120006E -:103B7000B2E7000082B0FFF717FDFFF717FDFFF770 -:103B800001FAFFF757FE40F6FC70C0F6000001781E -:103B900040F23D60C2F20000C27840F2904B40F229 -:103BA0000009C2F2000B022AC2F200098BF82410AD -:103BB00002D1017903294CD040F20231A0F8031060 -:103BC00045F25721C4F64111C0F8051044F65401DE -:103BD000C3F23321C0F8091044F25F61C2F234012C -:103BE000C0F80D1099F800109BF8036041709BF825 -:103BF00002109BF806500139B1FA81F1490941746C -:103C0000711EB1FA81F149098174691E99F8012088 -:103C1000B1FA81F14909C174511E99F80230B1FA23 -:103C200081F149090175591E99F80370B1FA81F1C2 -:103C300049094175791E99F80620B1FA81F14909BF -:103C4000C27547F600428175C0F60002B02101F04E -:103C5000B7FA9BF8060044F6D35700281CBFB9F802 -:103C60003600A9F83400B9F84000B9F83810C1F2AC -:103C700062074143A1FB0712B9F848109BF80230D4 -:103C80004143A1FB0717591E18BF012189F81A10DB -:103C900099F80B10A9F83E0001EBD21199F8012018 -:103CA000A9F83810F909A9F84810002AA9F84A001B -:103CB00004BF00208BF806009BF80B0000B34FF404 -:103CC0007A70A9F8480001208BF80300002189F8D8 -:103CD0000F00B9F83A008BF80610A9F8011089F81E -:103CE0000310B9F83C103230A9F83A0001F1320063 -:103CF000B9F83410A9F83C0001F13200A9F83400F9 -:103D000043F20004C4F2000401F000F94FF000088F -:103D1000ABF83A80FDF722FC4AF6AA20206001F0B9 -:103D2000C5F99BF8000040F20C5AC2F2000A0028C4 -:103D30001CBF01208BF80C0093E000BF013801B2DA -:103D4000002948BF40F26710BBF84C10ABF84A009E -:103D500001390AB2002A48BF40F26711BBF84E2071 -:103D6000ABF84C10511E0AB2002A48BF40F267114E -:103D700040F2E20500B2C2F20005ABF84E1035F990 -:103D80001000B9F84E10B9F84020084444F6D35456 -:103D90005043C1F2620450FB04F0C11199F80820AD -:103DA00001EBD07046F267665043C6F2666650FB80 -:103DB00006F0810801EBD07080B201F031FEBBF952 -:103DC0004C00B9F84E1035F91000B9F840200844FD -:103DD000504350FB04F0C11199F8082001EBD0705A -:103DE000504350FB06F0810801EBD07080B201F027 -:103DF0001DFEBBF94E00B9F84E1035F91000B9F8A8 -:103E000040200844504350FB04F0C11199F80820A9 -:103E100001EBD070504350FB06F0810801EBD070ED -:103E200080B201F009FE99F8071041F65832B2FB52 -:103E3000F1F340F22A32BBF83C00B2FBF1F730213B -:103E40007822009700F044FEA9F84C0080B2FEF7FB -:103E5000C1FEB9F84C004FF41671B1FBF0F0ABF8AD -:103E60005800012443F20000C4F200004AF6AA21DF -:103E70000160BAF81000BAF81210BAF81420BAF8B3 -:103E800016300844BAF818701044BAF81A6018448A -:103E90003844304404304008B9F84070CAF808008B -:103EA000B9F850007B086021C822009700F010FE8E -:103EB0004FF60041C0F2FF31B9F84020A9F83E00AA -:103EC00001EA8021BBF84400B1FBF2F142F2117229 -:103ED0009042CBF8641009D39BF81E10002940F0E3 -:103EE000638449F64141884280F05E84BBF82E002D -:103EF00044F62161884247D3BBF93050284602F08E -:103F0000C5FD0021C4F2B43102F0AEFCDBF8701044 -:103F100002460846114602F00FFC40F21D41C2F273 -:103F200000010978CBF87000032909D0022917D0C5 -:103F3000012927D19BF82500022100F5007017E028 -:103F4000BBF8520044F2AF714143A0EB114040086E -:103F500000EB11400009042161F31F20012107E05B -:103F6000A8B2C0B229214843C00A00F5C0600321AD -:103F700040F21E42C2F20002108040F21D40C2F226 -:103F800000000170ABF82E80BBF83410DAF80400A2 -:103F9000C8294FF0000238BF012264284FF0000307 -:103FA00088BF0123B0F57A7F58D8002956D01A402F -:103FB00018BF8BF819809BF806201AB19F2998BF6B -:103FC0008BF819809BF80F2032B10909182998BF86 -:103FD0008BF8198006E000BF95298CBF0A21642167 -:103FE00089F81110DAF8081045F25652C5F2555208 -:103FF00051FB02F19BF8132001EBD171002ACBF8A1 -:10400000781040D00B283ED3DAF80C00FFF746FAC0 -:10401000DBF878100A097C2A31D84A0890422ED958 -:104020009BF80300BBF83C20B0FA80F040092F2A2F -:104030004FF0000288BF012210429BF80E00CAF820 -:10404000048000F101008BF80E000FD1B9F8500088 -:10405000B0F57A7F88BF8BF81A8009E08BF8198059 -:104060009BF80620002AA9D1ACE700BF8BF81A8084 -:10407000B9F8340089F815404008ABF832008BF8E5 -:104080001380CAF80C109BF81700B9F850100028DC -:1040900018BF012032294FF0000188BF01214EF2E4 -:1040A0000B4208404FF01001CEF200021CBF00216D -:1040B00010201170907250709BF81500B8B1DBF8A9 -:1040C00070009BF82550BBF85260BBF8307002F0CE -:1040D000C1FCBBF858400346284631463A46009496 -:1040E000012400F07BFB01F04BF98BF815809BF865 -:1040F00014000130C1B2C9298BF81400C0F0A180AE -:10410000FDF7E4F843F20000C4F2000000F574404B -:104110000121FDF75FFDBBF85A00FFF7CBF9BBF8B3 -:104120005E1040F6E44440F201126143C0F2100216 -:10413000A1FB0223C91A03EB510199F81020C90A07 -:10414000514348F21F52C5F2EB12A1FB021C9BF82F -:10415000181040F28A7EC2F2000EDAF800303EF803 -:104160001170BBF84660DB1B3344A3FB02752EF8CD -:1041700011600131C5F34F1740F67D42CAF8003097 -:10418000CBB27C43CCF2CE72632B43F25C13A4FB24 -:104190000242CFF6FF7303EB521246F2B703CBF2A3 -:1041A0000B6353FB0222ABF85C00BBF852408BF868 -:1041B000250088BF00218BF8181069095311C4EB42 -:1041C000C400ABF836109BF80A1003EBD27200EB78 -:1041D0005C101304CBF8747048BF42464FEAD0001D -:1041E000ABF83020ABF8520041B39BF81010B9F88F -:1041F0002E2080B2514381421ED9BBF82C009BF87F -:104200001B104FF67C47013044F62063CFF6FF7752 -:1042100082B211FB07319142ABF82C000EDAABF8F9 -:104220003C80FDF7EFFC00F067FC8BF81A80ABF8E0 -:104230003A808BF81E8001E0ABF82C8001248BF8CB -:1042400014809BF81B008BF81C8078B3BBF83C00F3 -:104250003128C0F07F809BF81E1000297AD0882872 -:1042600040F2668299F81A10BBF84A0000298BF8D0 -:10427000094000F06B81013801B2002948BF40F2CB -:104280006710BBF84C10ABF84A0001390AB2002A9B -:1042900048BF40F26711BBF84E20ABF84C10511EDE -:1042A0000AB2002A48BF40F2671169E1DAF8080053 -:1042B00042F2C072C0F209029BF81A1092FBF0F0B1 -:1042C0004843ABF8580080B24CF6CD41484399F8CA -:1042D0000F10C00CABF8600061B1B9F84410B9F828 -:1042E0004620B9F84830B9F84A70009700F0F0FB62 -:1042F000A9F842009BF8250099F8052090420AD9B8 -:10430000B9F84A30A2F10A010A325B08009400F0C1 -:10431000DFFBA9F84200DAF80400B9F8501064286D -:104320004FF00C004CD341F22402B1F5FA7FC4F2F5 -:10433000000249D8DBF8780064214FF4FA720323B5 -:104340000C27009700F0C4FB41F22402B9F850108A -:1043500038E000BF9BF804008BF8094010B3B9F8AF -:10436000400099F80910B9F83E2000EB41011339DB -:104370008BB25A43B2FBF0F2ABF84010801A013016 -:10438000ABF8560000F024FEBBF8560042F634416C -:10439000C4F20101C1E9000088608BF81640ABF857 -:1043A00058805FE542F63440C4F20100C0E900885D -:1043B000C0F80880FDF726FCABF8588052E500BF36 -:1043C00041F22402C4F20002642938BF0220B9F885 -:1043D000201089F8170089087C299CBF400089F8C3 -:1043E000170010684AF6C9718842FFF43BAD9BF88C -:1043F0001A0001287FF436AD9BF8190001308BF8C4 -:10440000190000F079FBBBF83C0089F8154041F237 -:10441000240230283ABF8BF81A8041F28830B9F86C -:104420005000C4F20002CAF80480116800EB40009A -:10443000ABF84810C2F8008010FA81F0134699F8E2 -:1044400018208108C0F38F00B0FBF2F2A9F85010D9 -:10445000DAF80410C2EB50000A29ABF83820ABF8A8 -:10446000420015D2186899F81A1099F81E0001290F -:104470001ED10130C1B2072989F81E0022BF0120D8 -:1044800089F81E008BF8130000F001001CE000BF4B -:1044900080B21A4611688142E5D211688142E2D2A7 -:1044A00011688142DFD211688142F3D3DBE700BF9C -:1044B0000138010689F81E0004D1062089F81E0083 -:1044C0008BF8134024EA000089F81900EFF31080FC -:1044D00072B69BF8160018B999F81E00FDF784FC17 -:1044E00062B6FDF733FC9BF805009BF80B10084300 -:1044F00018BF012006D0DBF87810B1F5FA6F88BF3D -:1045000089F8154099F81E10BBF848200AEB4101C4 -:10451000CA81DAF8041001F10101ABF822808BF8AE -:104520001D80CAF8041048B11429FFF49BACB9F8F7 -:104530005000B0F5FA6F04D994E400BF1F29FFF4CE -:1045400091AC89F81580FEF713FD8BE4013001B2C0 -:10455000B1F5B47FA8BF0020BBF84C10ABF84A00FF -:1045600001310AB2B2F5B47FA8BF0021BBF84E20DA -:10457000ABF84C10511C0AB2B2F5B47FA8BF0021B1 -:1045800040F2E20500B2C2F20005ABF84E1035F978 -:104590001000B9F84E10B9F84020084444F6D3543E -:1045A0005043C1F2620450FB04F0C11199F8082095 -:1045B00001EBD07046F267665043C6F2666650FB68 -:1045C00006F0810801EBD07080B201F029FABBF946 -:1045D0004C00B9F84E1035F91000B9F840200844E5 -:1045E000504350FB04F0C11199F8082001EBD07042 -:1045F000504350FB06F0810801EBD07080B201F00F -:1046000015FABBF94E00B9F84E1035F91000B9F89B -:1046100040200844504350FB04F0C11199F8082091 -:1046200001EBD070504350FB06F0810801EBD070D5 -:1046300080B201F001FABBF83C00C82806D950202E -:10464000ABF84A80A9F84C0002E000BFB9F84C0072 -:104650000124FEF7BFFABBF84A0000287FF402AC41 -:1046600041F2240042F22831C4F20000ABF81A40B3 -:1046700089F81540A9F85010CBF87810CAF80C103A -:1046800001609BF805001421CAF804108BF816800D -:1046900000281CBFB9F83C00ABF8320099F81A109A -:1046A00099F8160001290DD10130C1B2072989F806 -:1046B0001E0022BF012089F81E008BF8130000F0B5 -:1046C00001000BE00138010689F81E0004D1062024 -:1046D00089F81E008BF8134024EA000089F81900BD -:1046E000EFF3108072B69BF8160018B999F81E0007 -:1046F000FDF77AFB62B6FDF729FB9BF805009BF8F6 -:104700000B10084306D0DBF87800B0F5FA6F88BFCD -:1047100089F8154099F81E00BBF848100AEB4000D4 -:10472000ABF82280C181FEF7AFFEFFF79BBB00BF55 -:104730009BF80900A8B144F20C41C4F201010868D9 -:1047400020F00100086000F0D7F942F63440C4F2CE -:104750000100C0E90088C0F80880FDF799FA8BF8DD -:10476000098099F81A10BBF84A0000297FF4E6AADC -:10477000013001B2B1F5B47FA8BF0020BBF84C10E6 -:10478000ABF84A0001310AB2B2F5B47FA8BF0021EC -:10479000BBF84E20ABF84C10511C0AB2B2F5B47FF6 -:1047A000A8BF0021FFF7E4BAFDF72CFA42F6344126 -:1047B0000020C4F20101ABF81E00CBF83A000860FB -:1047C0004860886000F0B2FC40F23C50C2F2000049 -:1047D0004FF48071FCF708FDFDF758F880B540F202 -:1047E0002E5CC2F2000C8CF80000080ADDF808E02C -:1047F0008CF80100100A8CF80300180A8CF80210DB -:104800008CF804208CF805004FEA1E208CF808E094 -:104810004FF0000E072100228CF806308CF80700BC -:104820001CF80E305A4053B2D2B25000002B48BF91 -:1048300081EA420081EA4002030658BF420081EA51 -:104840004200130658BF500081EA4002030658BFD9 -:10485000420081EA4200130658BF500081EA40023C -:10486000030658BF420081EA4200130658BF5000B9 -:1048700081EA4002030658BF4200BEF1080F31D062 -:104880000CEB0E0040780EF1020E504042B2C0B266 -:104890004300002A48BF81EA400381EA43001A0628 -:1048A00058BF580081EA4002030658BF420081EA1F -:1048B0004200130658BF500081EA4002030658BF69 -:1048C000420081EA4200130658BF500081EA4003CB -:1048D000020658BF430081EA4302180658BF5A0037 -:1048E0009EE700BF8CF8092080BD00002DE9F04F45 -:1048F00040F2184CC2F2000CBCF8061021B10020A6 -:10490000ACF806001CE000BF40F2AA41C2F2000170 -:10491000097800294FF0000108BF4FF6FF70B1EB96 -:10492000D03F07D100F44041B1F5804F40F0A8805E -:10493000062100E00721C840CCF8101040EA4121D0 -:10494000080980EA112048400F24844344EA0110FA -:1049500046F61652CCF81400C0F60002C1F303105C -:104960000B0A155CD65CA80240EAC63701F00F00BE -:1049700012F80080135D40F2D802C2F2000292F8F1 -:1049800000E040F2F460C2F2000000EB8E028020F2 -:1049900020EAC60A06F008068AEA061B00EA972102 -:1049A00047EA481481EA0B0100EA572644EA030962 -:1049B0004E4000EA1727CCF81890774005F0100C0D -:1049C00087EACC0C05F008058CEA0515C2F808A0AA -:1049D00002F1100A8AE8C21000EA541125F07F079C -:1049E00087EA010C00EA141750608CEA070A00EA13 -:1049F000D40080EA0A0008F01006156280EAC606B4 -:104A000008F0080586EA051509F080046C4009F0F5 -:104A1000400824F07F0181EA480109F0200781EA7B -:104A20008707C2E90B0603F01000C2E90F1787EAF7 -:104A3000C00003F0080180EA011103F0040781EAD5 -:104A4000471703F00206C2E909CA87EA8616DB01A6 -:104A500002F1440CC2E90D54DBB226F07F058CE86C -:104A6000830040F2F4616B400020C2F20001C2F802 -:104A70000CB0C2E9146341F82E00BDE8F08F00BF0E -:104A800000F46041B1F5005F02D1052153E700BF9A -:104A900000F47041B1F5805F02D104214BE700BF03 -:104AA00000F47841B1F5006F02D1032143E700BF64 -:104AB00000F47C41B1F5806F02D102213BE700BFD9 -:104AC00000F47E41A1F50071B1FA81F1490932E7A4 -:104AD00080B5DDF808C08842D8BF08469042A8BF1C -:104AE0001046A0EB010EACEB030000FB0EF0511AD8 -:104AF00090FBF1F0184480BD40F20040C4F2010088 -:104B0000016821F4001101604FF400114161704708 -:104B1000B0B54EF60C5ECEF2000EDEF800304FF06F -:104B2000FF35C3F3022383F00704042C28BF0424B9 -:104B3000033B05FA04F438BF0023A1434EF2001CE6 -:104B4000994005FA03F3CEF2000C9A43114300F0AA -:104B50000F0200EB0C030901043A03F5407300282F -:104B6000724448BF02F10C03197048BFB0BD00F099 -:104B70001F01012202FA01F1C0F342104CF820108B -:104B8000B0BD00002DE9F04381B042F62848C4F2E0 -:104B9000010841F28830C8F80400EFF3108072B6C3 -:104BA00040F23850C2F20000007843F200094CF69F -:104BB000CD447925C4F200094AF6AA27CCF6CC44A4 -:104BC0000A26C8E90300C8F8140000BF023DA5FB8F -:104BD00004010809C9F80070FDF706F906EB550055 -:104BE000C8F800000A20FEF70BF8022DEED8FDF7FA -:104BF00009F8002040F24002C8F80000C2F20002AA -:104C000040F2D4411288C2F200010880C8F80420A2 -:104C100062B601B0BDE8F0832DE9F04F81B042F6F5 -:104C2000284543F200080320C4F20105C4F200083D -:104C3000FDF7DAF840F2D44940F23D6600274AF623 -:104C4000AA24C2F20009C2F200064FF0000B4FF096 -:104C5000000A07E00AF1010A0BF134000BF1020B24 -:104C6000AE285BD2C8F8004006EB0B0191F8340087 -:104C7000A9F80070FF28EDD091F8351000293DD03B -:104C80004FF47A62F72311FB032149F28062C0F2EC -:104C90009802B2FBF1F148F2A0635FFA8AF2C0F227 -:104CA0000103C2EBC212B3FBF1F300EB420048F286 -:104CB0001F525843C5F2EB12A0FB020243F60060FC -:104CC000C0F24900B0FBF1F00A21296040F23851EE -:104CD0006860C2F200010978484341F25971CDF28F -:104CE000B711A0FB0101080BC5E903006861C2F31D -:104CF0004F10FDF785FF4FF0000AADE75FFA8AF12C -:104D0000C1EBC11100EB41004FF0000AC5E903AA55 -:104D1000C5F814A0FDF774FF9EE700BFFCF772FF13 -:104D2000002040F240012860C2F200010988696059 -:104D3000A9F800004AF6AA20C8F8000001B0BDE8B2 -:104D4000F08F000010B542F62844C4F2010441F28D -:104D5000883060602820206040F23850C2F20000A5 -:104D60000078C4E9030060610220FDF73DF8962059 -:104D7000FDF746FF43F20000C4F200004AF6AA2104 -:104D80000160502020609620FDF73AFFFCF73AFFC3 -:104D9000002040F240022060C2F2000240F2D44102 -:104DA0001288C2F200010880626010BD10B542F6A0 -:104DB0002844C4F2010441F288306060322020604F -:104DC00040F23850C2F200000078C4E9030060618C -:104DD0000220FDF709F89620FDF712FF43F20000CC -:104DE000C4F200004AF6AA2101601E20206096202D -:104DF000FDF706FFFCF706FF002040F240022060AE -:104E0000C2F2000240F2D4411288C2F200010880CE -:104E1000626010BD10B5EFF3108072B642F6284400 -:104E2000C4F2010441F28830606043F20000C4F231 -:104E300000004AF6AA2101605020206040F238505C -:104E4000C2F200000078C4E9030060610320FCF7AF -:104E5000CBFF6420FDF7D4FE462020606420FDF7E0 -:104E6000CFFE282020606420FDF7CAFEFCF7CAFEB2 -:104E7000002040F240022060C2F2000240F2D44121 -:104E80001288C2F200010880626062B610BD0000A4 -:104E900070B542F62844C4F2010441F288306060E3 -:104EA000EFF3108072B643F20005C4F200054AF633 -:104EB000AA263C202E60206040F23850C2F200004A -:104EC0000078C4E9030060610120FCF78DFF4B20EE -:104ED000FDF796FE502020604B20FDF791FE5A20F2 -:104EE00020604B202E60FDF78BFEFCF78BFE002030 -:104EF00040F240022060C2F2000240F2D441128827 -:104F0000C2F200010880626062B670BD10B5EFF3B6 -:104F1000108072B647F63040C0F60000007842F6C6 -:104F20002844FF28C4F2010402D0FFF775FE2BE0ED -:104F300041F28830606040F23850C2F200000078E0 -:104F4000C4E9030060610320FCF74EFF37202060B6 -:104F5000C820FDF755FE0520FCF746FF28202060FD -:104F6000C820FDF74DFE0620FCF73EFF192020600B -:104F7000C820FDF745FEFCF745FE40F2D441002075 -:104F8000C2F200012060088040F24000C2F200003E -:104F90000088606062B610BD10B540F29044C2F265 -:104FA00000046078022809D0012803D1FDF7F8F841 -:104FB00000206070BDE8104000F0F0B940F20C50E5 -:104FC000C2F200000089FFF791FC0020607010BD64 -:104FD000B0B54FF09040012100224FF480634FF4B0 -:104FE0008064FEF7BFFA2825C4F600054FF0904014 -:104FF000012100224FF400732C604FF40074FEF77F -:10500000B1FA4FF09040012100224FF480732C60E0 -:105010004FF48074FEF7A6FA2C6005F576742046EE -:10502000022100220223FEF79DFA204602210022DF -:105030000123FEF797FA4FF09040022100228023CF -:10504000BDE8B040FEF78EBA70B5012A2CDB531EC6 -:10505000032B02F0030C01D2002211E022F0030E18 -:10506000431C00228D5C9E188C1806F8015C657844 -:105070009D54A57804327570E4789645B470F1D1EA -:10508000BCF1000F10D0535CBCF1010F83540BD066 -:10509000531C13F801E0BCF1020F00F803E008BF55 -:1050A00070BD0232515C815470BD0000B0B558250E -:1050B000C4F20205286844F20004C4F20104286026 -:1050C000204601F017F947F2010040F2D901A06132 -:1050D000C2F200010B20097820624FF6FF70A16236 -:1050E000E0626069002140F00100606140F2897077 -:1050F000C2F20000017004F134006162A86040F265 -:105100003C50C2F20000E86040F25C00C2F20000D5 -:1051100000786860E06840F40070E060206840F06B -:105120000100206040F68B102860B0BD44F22400DE -:10513000C4F201000021816001607047B0B540F207 -:105140000001C2F2000140F23D600A78C2F20000A4 -:10515000427040F29042C2F200029478D57892797F -:105160004B78013AB2FA82F25209C2745A1E91F88F -:1051700002C0B2FA82F252090275ACF1010291F852 -:1051800003E0013CB2FA82F2B4FA84F452096409F1 -:105190004275AEF1010244746C1EB2FA82F2B4FAA6 -:1051A00084F452098B796409827547F6004284744D -:1051B000C0F60002B021C375BDE8B040AFF3008077 -:1051C0002DE9F04F03AF85B08346C81701EB90700F -:1051D000841020F00300073020F007009246ADEB6A -:1051E00000088946C54640462146FBF7FDFFB9F158 -:1051F000040F44DB601E032804F0030C04D20021DA -:10520000BCF1000F27D13AE024F00300C0F1000EFA -:1052100008F108090022002047F81C4C0BEB0004A1 -:105220005BF80010A3686568E468043A08EB0006C0 -:1052300048F8001009EB000149F80030964500F1EC -:10524000100041F8045CF460E8D157F81C4C51425E -:10525000BCF1000F13D05BF82100BCF1010F48F83E -:1052600021000CD0481C5BF82020BCF1020F48F84C -:10527000202004D0881C5BF8201048F8201047F844 -:10528000144CFDF7E7FF5FEA8A5002D15046FDF764 -:1052900019FF002047F8180C57F8180C57F8141C81 -:1052A000884217D257F8180C57F8181C0AEB8000E0 -:1052B00058F82110FDF7DEFF0320FDF7F3FE57F845 -:1052C000180C013047F8180C57F8180C57F8141C34 -:1052D0008842E7D3A7F10C04A546BDE8F04FFDF7DF -:1052E000E7BE0000B0B55825C4F20205286844F2B4 -:1052F000000440F01000C4F201042860204600F0D1 -:10530000F9FF6020A0610320206240F27A40C2F2DF -:10531000000000780121A0624C20E06240F2897018 -:10532000C2F200000170606940F00100606104F1A8 -:105330003400A86040F2F460C2F20000E86040F27D -:10534000D800C2F20000007817306860286840F08A -:1053500002002860286840F008002860286840F0B3 -:1053600001002860E06840F40070E060606C40F488 -:1053700000406064206840F001002060B0BD000083 -:1053800040F2E000C2F2000000781C21C4F20201E9 -:105390004860086840F00100086070472DE9F0415E -:1053A00082B040F29046C2F20006F07840F2000867 -:1053B000C2F2000820B196F8200028B1F08F0AE16F -:1053C000F08FB0867DE100BFF17A98F80D30F08F54 -:1053D0004FF47A72002902EB43010DD081424ED284 -:1053E00098F81A20B778BA423AD1B77E0025B58628 -:1053F00097B30121B17542E081420DD34FF47A7425 -:10540000A4EB4302824200F29580A4EB4301814267 -:1054100040F2D480DBE000BF98F81A20B3789A42BB -:1054200074D1B8F85000B8F8323000249842B6F879 -:1054300040304FF0000088BF0120C82B4FF0000320 -:1054400038BF012318424BD1F07E002848D14FF4D9 -:105450007A70F0875AE000BFC2F1010288F81A2082 -:10546000B27D62B940F2FF774FF4FA622F230097C2 -:10547000FFF72EFB0146F08F98F80D30B1864FF400 -:105480007A74A4EB430282421DD9B17898F81A705D -:10549000C1F10105BD4208D1B77E002F0EBF88F8CB -:1054A0001A100121B1750021B186B17D59B92F279C -:1054B000002140F2FF730097FFF70AFB0146F08FCF -:1054C00098F80D30B186A4EB4301814200F27F8051 -:1054D00004EB430181427AD306F1160174E000BF68 -:1054E000C2F1010088F81A0040F20C50C2F200002C -:1054F0004460012088F81500FFF7FEFA98F80D10B7 -:10550000F08F4FF47A72747402EB410140F2FF772E -:105510004FF4FA622F230097FFF7DAFA0146F08F73 -:1055200098F80D30B1864FF47A74A4EB43028242AE -:105530007FF66BAFB17898F81A30C1F101079F423E -:105540002CD1B8F85000B8F8323000259842B6F89F -:1055500040304FF0000088BF0120C82B4FF00003FF -:1055600038BF0123184205D1F07E18B94FF47A7084 -:10557000F08713E040F20C50C2F2000045600120B9 -:1055800088F8150088F81A10FFF7B6FA98F80D1089 -:10559000F08F4FF47A727574A2EB41022F2700212D -:1055A00040F2FF730097FFF793FA0146F08F98F8E7 -:1055B0000D30B186A4EB4301814208D804EB4301CE -:1055C000814204D306F111010022B2860A7096F8D6 -:1055D0002010002975D0B0F5836F34D398F81A10D5 -:1055E000B278914228D1B8F85000B8F8322000249F -:1055F0009042B6F840204FF0000088BF0120C82A32 -:105600004FF0000238BF0122104205D1F07E18B9D8 -:105610000020F08710E000BFC1F1010088F81A00F7 -:1056200040F20C50C2F200004460012088F81500DE -:10563000FFF762FAF08F747498F81210C1EB400112 -:10564000A1F60101B186A0F1300189B2C9087C2917 -:1056500032D8B17898F81A20C1F10103934225D1CC -:10566000B8F85000B8F8322000249042B6F8402034 -:105670004FF0000088BF0120C82A4FF0000238BF59 -:105680000122104204D1F07E10B90020F0870DE015 -:1056900040F20C50C2F200004460012088F815006E -:1056A00088F81A10FFF728FAF08F747498F812101F -:1056B000C1EB40013139B1862F2802D80020B086D5 -:1056C0007074707E98F8111088420BD998F8030016 -:1056D00040B1FCF797FAFFF70FFA0020B087662079 -:1056E00070766DE0B07928B1B08E1D2828D80021E1 -:1056F000B18753E0307B002860D0307820B3B08E83 -:10570000D8E915732F2140F2FF720097FFF7E0F9F7 -:1057100048F20071C0F2933198F8072091FBF0F045 -:105720005108B28E90FBF1F02E2A70850CD840F211 -:1057300060010020C2F20001B0870860B0663FE05F -:105740001E281BD11E2029E0B46E4EF20005C4F2C3 -:10575000FF452046294601F074F8002818BF254669 -:10576000284601F077F90021B087C4F24021204695 -:1057700001F059F820BB302021E000BF98F80C1050 -:1057800001EB81018A00824208D9A0271E212F2324 -:105790000097FFF79DF90146B08EA9E798F80C1025 -:1057A00001EB8101890081420AD840F2FF7740F283 -:1057B000FF72A0230097FFF78BF900E0B08EB0874F -:1057C000F07E18B102B0BDE8F08100BFB279B08FB1 -:1057D00002EB82012F2404EB0111814226D8B07F15 -:1057E00020B3B07E68B9FCF70DFA98F815000028D0 -:1057F00008BF00F031F90120B076B8F83400B27972 -:105800007086B08FB8F83A30B8F840708921002A15 -:1058100040F2FF7208BF2F210097FFF759F9F17A84 -:10582000A6F84000002904BF0020B075B079B18F00 -:1058300000EB800004EB001088424CD9B07C0528B6 -:1058400012D8DFE800F01303070B0F03FFF7AEFADF -:105850000AE000BFFFF776FA06E000BFFFF792F913 -:1058600002E000BFFFF714FB0020B07498F80100BD -:10587000002877D0B07E002800F0868098F81E00BF -:10588000B8F82610C0EB001001EB8000A0F13C013D -:105890000AB2B2F5B47FA8BFA0F5D27108B27722E0 -:1058A000A6F84A10F028C8BF6FF0F0020A44EF23B0 -:1058B000A6F84C206FF0F0027828C8BF02F17803F8 -:1058C000B07919440128A6F84E1004BF0120F076E3 -:1058D0000020A6F84000B07D00287FF473AFB58F9C -:1058E0002F2D19D340F20C50C2F20000717940689C -:1058F000142222FA01F188420ED2B6F84000B8F81C -:10590000341088423CBFA6F840100846B8F838105A -:10591000884288BFA6F84010B6F84070B8F8420038 -:10592000874284BFA6F840000746707B30B1B8F9C3 -:1059300030008742C4BF87B2A6F84070F46E0021E1 -:10594000204600F077FF00287FF43CAF302DFFF4B5 -:1059500039AF204601F07EF83844A6F8400002B086 -:10596000BDE8F081B17E0020A6F8400099BB01217E -:1059700088F81510317940F20C52C2F200025060E2 -:1059800021B3FDF73BFD26E00120327988F81500B0 -:1059900040F20C50C2F200000021416071778AB1E0 -:1059A000B07900287FF46AAFB8F8400098F8091081 -:1059B00000EB41001338A6F84000FFF709FB012077 -:1059C000B0755BE7FCF71EF958E700BFB07D002813 -:1059D00008BFFCF717F9F17AB07D002918BF00283D -:1059E0003FF47AAFF18F4FF47A70FDF757FD00F571 -:1059F0007A7081B2B1F5FA6FA6F8400002D1FDF7D6 -:105A0000FDFC68E7FFF7E4FA65E7000044F22000D8 -:105A1000C4F20100016821F002010160704700003A -:105A200042F63441C4F201010860704742F6384141 -:105A3000C4F201010860704742F63C41C4F2010122 -:105A4000086070470B2828BF0B2040F238514000F7 -:105A5000C2F2000108707047B0B540F29044C2F243 -:105A60000004A07E20B1BDE8B040FDF781BA00BFC0 -:105A700040F20005C2F20005A97EA87F01290BD1E2 -:105A80000130C1B20729A87722BF0120A877E074AE -:105A900000F001000BE000BF01380106A87703D138 -:105AA00006200121A877E174012121EA000068762F -:105AB000EFF3108072B6A07D10B9A87FFCF794F9BF -:105AC00062B6FCF743F96079E17A084305D0A06F2C -:105AD000B0F5FA6F84BF012068750020A97F40F2FD -:105AE0000C526084B4F84800C2F2000202EB41019B -:105AF000C88142F21070A5F8500041F22400C4F2AF -:105B0000000041F2883101600120A076BDE8B0407C -:105B1000FDF72EBA80B542F20000C4F2020040F256 -:105B200053110160FDF706F800200121FCF7D2FEB9 -:105B30000120FCF7A1FF0128FAD100201D21FCF76C -:105B4000D1FF02200121FCF7C5FE00BF1920FCF7A0 -:105B500093FF0128FAD10020FCF786FE0020FCF715 -:105B60009FFE0020FCF78EFE0120FCF7A7FE02201E -:105B7000FDF71EF8FDF726F80228FBD10020FCF700 -:105B80009DFEBDE8804000F001B80000B0B541F2D4 -:105B9000040441F20025C4F20204C0F27A05FDF7C4 -:105BA00011F802280CD0002852D1206D80054FD565 -:105BB000E06A800144BF46F60045C0F2DC2547E0BC -:105BC0002068A16AC0F3004C00291BD42168226818 -:105BD000C1F38341C2F341721301581C0F290346DC -:105BE00018BF0223002A18BF0346BCF1000F03EBC5 -:105BF000010021D140F60011C0F23D0100FB01F58A -:105C000026E000BFA06AA36AC0F3031EA06A40F6A4 -:105C10000011C0F23D01C3F30823BCF1000F00F0F6 -:105C2000070003D02268920358BF294659430EFA51 -:105C300000F0B1FBF0F50BE02168890302D4454385 -:105C400006E000BF40F60011C0F23D0100FB01F587 -:105C500040F2B430C2F200000560216803A2C1F333 -:105C60000311515C25FA01F10160B0BD0000000094 -:105C7000000000000102030406070809F0B587B020 -:105C80000E20C0F218000121FCF704FF1220C0F220 -:105C900014000121FCF7FEFE4FF4A0100121FCF7D7 -:105CA000F9FE40F20010C0F2021040F200440690EB -:105CB0004020C4F60004059005A92046FDF716FC17 -:105CC0002046062100220027FDF758FC1C25C4F2BF -:105CD00002052846FDF72CF96E463046FDF7DAF846 -:105CE00040F2E000C2F20000007843F60004ADF894 -:105CF0000A001020ADF8080040F22E50C2F2000059 -:105D0000C4F201040190201D00904FF480700390B4 -:105D100028463146ADF81070FDF7CCF828684FF4EE -:105D2000E13140F0020028602868002240F00800BD -:105D300028602046002300F00FFC2046012100F0DF -:105D400063FC2046012100F04BFC2046012100F0BD -:105D500051FC2046012100F0EBFB2046012100F020 -:105D6000F1FB0A2003210022FEF7D2FE07B0F0BDAE -:105D70002DE9F04740F29045C2F20005E88DE98C2C -:105D80000130E885481CE884A87F298D002801F1AE -:105D90000100288549D1287C002846D1E87F0028C9 -:105DA00043D0A88E20B10020A5F850003DE000BFF0 -:105DB000B5F8500044F62162013081B29142A5F855 -:105DC000500032D3688F1F2824D3A87A0121A977E5 -:105DD00020B3B5F852004DF2B9324108CBF21F1290 -:105DE000A1FB0212D109B0F5B97F297418D343F28F -:105DF00000060024C4F200064AF6AA27FFF70AF8B4 -:105E00006420FCF7FDFE3760287C01348442F5D322 -:105E100006E000BF0020E877C6E700BFFEF7FAFF04 -:105E200095F8210008B90020E872E879A0B140F2A5 -:105E30000001B5F85400C2F200010979013082B2C4 -:105E400001EB8101B2EB810FA5F8540004D90120C8 -:105E500068750020A5F85400E87E38B1B5F8440014 -:105E60000130A5F84400BDE8F08700BF40F2000A09 -:105E7000C2F2000A9AF81500002848D0A87E00282F -:105E800045D0FEF739FEFDF70DFB9AF8191079B1F0 -:105E900078B1687F9AF81B200130C3B293426877CB -:105EA00018D895F8220090BB95F8230019E000BFA0 -:105EB00040B195F82300013095F8222085F82300A1 -:105EC0002ABB0DE0687F9AF81B200130C3B29342D1 -:105ED00068770DD9002095F8222085F82300B2B903 -:105EE00059B19AF81C10C0B288420BD80FE000BF1D -:105EF00095F8220058B995F823009AF81D10C0B201 -:105F0000884204D9012085F8220000F087FB288D03 -:105F10001528C0F0AE80697B95F81A800020002912 -:105F2000288518BFB8F1000F49D0B5F93000BAF88C -:105F300022106FF0630201FB020240F26001C2F224 -:105F400000018B6BD1E90B408A6200FB02308B6C45 -:105F50004E6B9842A8BF18465B429842D8BF18467D -:105F60000B6C8863D31A03FB060003FB06F704FBE4 -:105F70000200CB6CCF630A649842A8BF18465A420D -:105F80009042D8BF1046486400F080FD44F2000102 -:105F9000C4F21C6100F068FC00F05CFDBAF830103F -:105FA000081ABAF83A1002B28A42B8BF0846B5F8E1 -:105FB000401002B28A42C8BF0846AAF83000687989 -:105FC000002818BFB8F1000F4DD0BAF85000BAF849 -:105FD0002410421A40F26001C2F200010B6ED1E9B6 -:105FE00015700A6500FB02300B6FCE6D9842A8BF9A -:105FF00018465B429842D8BF18468B6E0866D31A83 -:1060000003FB060003FB06F407FB02004B6F4C6624 -:106010008A669842A8BF18465A429042D8BF104696 -:10602000C86600F033FD44F20001C4F21C6100F0C8 -:106030001BFCE96E02460846114600F07DFB00217C -:10604000C4F21631044600F0E7FB00281CBF002410 -:10605000C4F2163420460021EC66002400F0DCFB7C -:10606000002808BFEC66287B002818BFB8F1000F95 -:1060700058D19AF80E0030B3AA6F2820B5F8401016 -:10608000B2F5FA7F88BF0A206A8E9629A1EB020337 -:1060900038BF022083428AF813000BDD1044BAF89F -:1060A0005010A5F840000020B1F5FA7F88BF01200C -:1060B00007E000BF511A8142C4BF101AA5F8400082 -:1060C00000208AF81400A87F20B1A87E10B1A88F04 -:1060D00030280BD2A87D48B1B5F84000696EBAF8F7 -:1060E00040204143A2EB9121013106E0B5F8400088 -:1060F000696E0122414302EB91216886BAF83E00A5 -:1061000042F62C42C4F20102A5F85610106088B283 -:10611000C2E902001061B5F844000130A5F844005E -:10612000BDE8F08740F20C50C2F2000081686A8D31 -:1061300040F26007C2F20007D0F80480891A3A6979 -:10614000D7E90130396000FB01203A6AFE689042CD -:10615000A8BF104652429042D8BF1046BA69386173 -:106160008A1A02FB060002FB06F403FB01007A6AAE -:106170007C61B9619042A8BF104651428842D8BFA5 -:106180000846F86100F082FC44F20001C4F21C6190 -:1061900000F06AFBA96E02460846114600F0CCFAF0 -:1061A0004EF20001C4F2FF41044600F035FB002826 -:1061B0001CBF4EF20004C4F2FF44204600214FF001 -:1061C000000900F03EFB002818BF0024B8F1630F5F -:1061D000AC6698BFC7F810909AF80E0000287FF4BC -:1061E0004BAF70E7062988BF7047DFE801F0050B69 -:1061F000151F29333D0000BF016A62F300010162EF -:10620000704700BF016A02F0010221F0040141EA77 -:1062100082010162704700BF016A02F0010221F0B1 -:10622000100141EA02110162704700BF016A02F0E9 -:10623000010221F0400141EA82110162704700BF72 -:10624000016A02F0010221F4807141EA0221016237 -:10625000704700BF016A02F0010221F4806141EA47 -:1062600082210162704700BF016A02F0010221F43D -:10627000805141EA0231016270470000062988BF5F -:106280007047DFE801F0052B0F2B192B230000BF0F -:10629000816902F0010221F0080141EAC201816135 -:1062A000704700BF816902F0010221F4006141EAF8 -:1062B000C2218161704700BFC16902F0010221F073 -:1062C000080141EAC201C161704700BFC16902F023 -:1062D000010221F4006141EAC221C161704700005E -:1062E000026801F0010122F0800242EAC11101605E -:1062F0007047000010B542F6FF31C4F20101884238 -:1063000016DD44F2FF31C4F201010B248842C0F2D1 -:106310000C0425DC42F60041C4F2010188423AD067 -:1063200044F20001C4F2010188423FD1053432E059 -:1063300040F20041C4F20001884221D041F2000144 -:10634000C4F2000188421FD042F20001C4F20001F1 -:1063500088422BD10120C0F21000C41D1BE000BFF9 -:1063600044F20041C4F20101884213D044F6000116 -:10637000C4F20101884218BF10BD07340BE000BF12 -:106380000124C0F2100406E00120C0F21000C41C79 -:1063900001E000BF063420460121FCF78FFB2046B8 -:1063A0000021BDE81040FCF789BB00BF10BD000014 -:1063B000B0B540F2AE44C2F2000440F2A7402178EA -:1063C000C2F200000078002918BF00280ED140F268 -:1063D000AF41C2F200010978012917D000294FD13D -:1063E000FCF736FCBDE8B040FEF760BE40F28970B5 -:1063F000C2F200000078E8B1FEF758FE40F291408A -:10640000C2F2000002210170B0BD00BFE0B140F255 -:106410008970C2F200000078A0B340F21450C2F2BA -:1064200000000088FEF762FAFBF7BAFEBDE8B04054 -:10643000FEF73CBEFEF756FF40F29140C2F200006C -:1064400001210170B0BD00BF40F2B045C2F20005AD -:106450002878012803D1FBF7A3FEFEF727FE40F2C0 -:10646000B140C2F200000078012807D1FCF7FCF827 -:10647000FFF7CCFAFEF71AFEFCF70CFE207828B1E5 -:10648000B0BD00BFBDE8B040FEF72CBF287840F299 -:106490007444C2F20004C8B16079072816D840F2EB -:1064A0003C51C2F200010A68C96F431C881A4100BE -:1064B000A1816169082B08446371606106D1C1083C -:1064C00001EBD012A1EBD010A281E08140F2C445D3 -:1064D000C2F20005288848B9617839B940F2CA404B -:1064E000C2F20000018801310180B0BD40F2CA4112 -:1064F00040F2DD53C2F20001002298420A8038BF08 -:10650000B0BD6189FCF7CAFF2278E17801323228F8 -:10651000C8BF0022D0B23328227005D321B9FEF7BC -:1065200031FB4FF48070208028886081B0BD00006E -:10653000426901F0010122F0800242EAC111416189 -:1065400070470000C26801F0010122F4005242EAE3 -:106550004131C160704700002DE9F04186B001ADC6 -:1065600004462846984616460F46FCF7F5F943F6CA -:10657000000105F10C00C4F201018C4208BF05F1D5 -:10658000080000684CF6CD4100EB80004000B0FBF5 -:10659000F7F0CCF6CC41A0FB0112D10801EB81034E -:1065A000A0EB43000428A0684FF0010388BF03EB71 -:1065B000D201C1EA0000A060E06806F0010120F409 -:1065C000805040EA0130E060206908F0030120F4C7 -:1065D000405040EA0130206106B0BDE8F081000083 -:1065E000C26801F0010122F0040242EA8101C160A7 -:1065F00070470000426901F0010122F0080242EAFE -:10660000C101416170470000C26801F0010122F040 -:10661000080242EAC101C1607047000070B541F252 -:106620002400C4F20000016840F29045C2F2000567 -:10663000002240F20004A5F848100260C2F20004F3 -:10664000B4F85020237E02EB420212FA81F140F2AC -:106650000C568A08C1F38F01C2F20006B1FBF3F3B6 -:10666000A4F850207268C3EB51010A2A2B87A5F8C1 -:1066700042100FD20068A17EA07F01291AD10130FB -:10668000C1B20729A07722BF0120A077E87400F0EB -:1066900001001AE089B200BF02688A42EBD20268A8 -:1066A0008A42E8D202688A42E5D202688A42F3D37B -:1066B000E1E700BF01380106A07703D106200121E0 -:1066C000A077E974012121EA00006076EFF31080E1 -:1066D00072B6A87D10B9A07FFBF786FB62B6FBF708 -:1066E00035FB6879E97A084318BF012005D0A96F06 -:1066F000B1F5FA6F84BF01216175A27FB5F848300A -:1067000006EB4202D3817268002169846977511CCB -:10671000716068B114290DD3B4F85000B0F5FA6F68 -:1067200088BF70BD00206075BDE87040FCF720BCDC -:106730001F29F7D270BD000090EA010F48BF81F019 -:10674000004100F17682421A3CBF801A89184FEA54 -:10675000D052A2EBD1534FF07F4C1CEA410F18BF2F -:106760009CEA026F00F03B804FF0004C4CEA0020A6 -:106770004CEA012121FA03FC10EB0C0C1ED202F1B1 -:10678000FF325FEA1C2040EBC25038BF70471CF05C -:106790007F0F4FEA400C18BFBCF17F4F38BF7047E6 -:1067A000C3F12003994008BF20F00100BCF17F4FE6 -:1067B00038BF7047A0F1C04000F02EBA4FEA3C004D -:1067C000000A40EBC25028BF1CF0FF0F4FEA400CFC -:1067D000E6D018BFBCF17F4F38BF7047EAE79CEAAC -:1067E000026F05D010EA5C0F08BF00F00040704750 -:1067F00010B500F0CBF900BF64FBBE3E10B500F051 -:10680000F5F80CBF0120002010BD10B500F0EEF827 -:1068100014BF0120002010BD10B500F04FF98CBF4F -:106820000120002010BD10B500F048F92CBF012058 -:10683000002010BD10B500F075F994BF01200020B4 -:1068400010BD10B500F06EF934BF0120002010BD5E -:10685000401058BFC0F14040491058BFC1F14041FD -:106860008142EFF3008070474FF47F0C1CEAD01296 -:106870001EBF1CEAD11392EA0C0F93EA0C0F00F032 -:10688000858090EA010F48BF42F4807240F4000C0A -:1068900041F400002CF07F4120F07F4000B5A2EBD6 -:1068A000030281420FF2081CACEB504E9EF800E050 -:1068B000C0F100004FEA4E0E00FB0EFC38BF49004D -:1068C0004FEA2C1C0CFB0EF34FEACE1E0EEB635E60 -:1068D0004FEA112C0EFB0CFC4FEAC1214FEA1C536E -:1068E00000FB031102F5FA024FEA112C0EFB0CFC1F -:1068F0004FEA01314FEADC4C00FB0C1142EB224223 -:10690000C14228BF09184CEB03335DF804EB10EBD0 -:10691000410143EBC250B2F57C0F38BF704729D517 -:1069200012F0F00F1CBF00F1C04000F000407047B3 -:10693000008182838485868788898B8C8D8E8F9158 -:106940009293959697999A9C9D9FA0A2A3A5A7A87C -:10695000AAACAEB0B2B3B5B7B9BCBEC0C2C5C7C9A8 -:10696000CCCED1D4D7D9DCDFE2E6E9ECF0F3F7FA0C -:10697000FE0000004FEA400C0CF1807CBCF17E4F21 -:1069800028BF7047B0F1C04000F046B90CEAD113FF -:1069900090EA010F48BF42F48072624538BF6345F8 -:1069A00007D213F47F0F16D080EA010000F00040F8 -:1069B000704710B500F0EAF8097EFC3E00F005B81B -:1069C00080EA010000F00040704780EA010000F01A -:1069D000004000F021B912F47F0F04BF0248704755 -:1069E00080EA010000F018B90000C07F50EA010CF5 -:1069F00000F113801CF5000F58BFBCF5000F01D447 -:106A00008842704707D710F5000F58BF11F5000FE7 -:106A100015D488427047894270471CF5000F04D591 -:106A2000BCF5000FF7D5814270474FF0807C1CEB1E -:106A3000400F38BF1CEB410F01D28142704710B5A7 -:106A400000F0A4F8922449004FF000504FF080511C -:106A5000FFF7FEBE41000B0ED3F19E0208D950F4A1 -:106A600000034FEA032323FA02F048BF4042704775 -:106A700010B500F08BF800BF4992248000207047C9 -:106A80006FF0004282EA20007047000010F00041E1 -:106A900048BF4042B0FA80F310FA03F2C3F19D03FD -:106AA0000BD051EAC35101EB1220530638BF704797 -:106AB00000F1010008BF20F00100704750EA010C0E -:106AC00000F113801CF5000F58BFBCF5000F01D476 -:106AD0008842704707D710F5000F58BF11F5000F17 -:106AE00015D488427047894270471CF5000F04D5C1 -:106AF000BCF5000FF7D5814270474FF0807C1CEB4E -:106B0000400F38BF1CEB410F01D28142704710B5D6 -:106B100000F03CF8922449004FF080504FF00051B3 -:106B2000FFF796BE50EA010C00F113801CF5000F30 -:106B300058BFBCF5000F01D48842704707D710F545 -:106B4000000F58BF11F5000F15D4884270478942D5 -:106B500070471CF5000F04D5BCF5000FF7D5814236 -:106B600070474FF0807C1CEB400F38BF1CEB410F8F -:106B700001D28142704710B500F008F89224490014 -:106B80004FF000504FF08051FFF762BE0EF1020E41 -:106B90002EF0030E5EF8044B244204D44FEA410267 -:106BA000B2F17F4F11D84FEA4003B3F17F4F0CD8B9 -:106BB0000ED14FEAD07C0CEB4C0C0CF1020CB2F174 -:106BC0007F4F08BF4CEBD17C04E04FF0080C01E094 -:106BD0004FEAD17C0CEB4C0324FA03F404F00704D5 -:106BE000B4F1040C06D20EEB840CBDE810404CF05E -:106BF000010C6047DFE80CF0070802024FF000408C -:106C0000A0F5800010BD0846420018BFD2F1807286 -:106C100088BF00F0004010BDFF2141EAD050C00500 -:106C20007047000090EA010F48BF81F000413FF536 -:106C30008AAD421A04D882F00042A0EB020011444F -:106C40004FEAD052A2EBD1534FF07F4C1CEA410FD8 -:106C500018BF9CEA026F4AD04FF0004C4CEA00206B -:106C60004CEA012121FA03FCB0EB0C0C0FD412F01A -:106C7000FE0F36D05FEA4C001DD5001240EBC2502B -:106C800038BF70471CF03F0F18BF70470BE05FEA3A -:106C90001C20A2F1010240EBC25038BF70471CF02B -:106CA0007F0F18BF7047C3F12003994014BF401EE7 -:106CB00020F0010070474FEA1223800808BF704798 -:106CC000B0FA80FCA2EB0C02CCF1280C60FA0CF0BC -:106CD00093EA122F04BF00EBC25070474FEAC37013 -:106CE0007047130A5FEADC1008BF7047F6E79CEABA -:106CF000026F04D010EA5C0F08BF0020704710B587 -:106D0000FFF744FF40DFF63E81F00040704700008F -:106D1000000001020304191B12131D1516171A098E -:106D20000A0B1E0D0E0F0000486D00080000002029 -:106D3000B80300000811000828700008B8030020FC -:106D4000A00A0000641100081814020101011EFFCE -:106D5000020E050A0A3C056401014A0A01131C05DA -:106D60000506051403030114D007CA14581BB418F0 -:106D70000A4C046C07DC054A01D00612781278141C -:106D800068013C123C2B881302121412461E90011B -:106D90008813641223D43023102723E803122043DE -:106DA000204E720A021364292C6350C31A20344106 -:106DB000293C0110294A54A0860172020A19325056 -:106DC0002307113AFA7C12B412B712BA12BD12C1DB -:106DD00012C412C712CA12CD12D012D312D612D9AF -:106DE00012DC12E012E312E612E912EC12EF12F2D8 -:106DF00012F51AF73422FD18670103010601090193 -:106E00000B010E0111011301160119011B011E01D5 -:106E100020012301250128012A012C012F01310124 -:106E20003301350138013A013C013E014001420184 -:106E300044014601470149014B014D014E015001FA -:106E40005101530154015601570158015A015B0188 -:106E50005C015D015E015F0160016101620163022D -:106E60001C640165021A66023A6702FA6802491850 -:106E70002922292A3A64361A62401A60481A5E505A -:106E80001A5C581A5A601A57681A54701A51781AAC -:106E90004E801A4B881A47901A44981A40A01A3C00 -:106EA000A81A38B01A33B81A2FC01A2AC81A25D00F -:106EB0001A20D81A1BE01A16E81A11F01A0BF81546 -:106EC000060103011301FD12FA12F712F512F21274 -:106ED000EF12EC12E912E612E312E012DC12D91200 -:106EE000D612D312D012CD12CA12C712C412C112B6 -:106EF000BD12BA12B712B412B112AE12AB12A7126F -:106F0000A412A1129E129B129812951292128F1225 -:106F10008C128812851282127F127C1279127612DC -:106F2000731271126E126B126812651262125F1286 -:106F30005D125A125712551252124F124D124A1226 -:106F400048124512431240123E123C1239123712B7 -:106F50003512331230122E122C122A122812261237 -:106F60002412221221121F121D121B121A121812A1 -:106F70001712151214121212111210120E120D12F3 -:106F80000C120B120A12091208120712061A050235 -:106F900012041A03021A020219D91902011249181D -:106FA0002922292A3A04361A06401A08481A0A5091 -:106FB0001A0C581A0E601A11681A14701A17781AD7 -:106FC0001A801A1D881A21901A24981A28A01A2C9F -:106FD000A81A30B01A35B81A39C01A3EC81A43D0A8 -:106FE0001A48D81A4DE01A52E81A57F01A5DF812EA -:106FF0006212651268126B126E127112731276129F -:1070000079127C127F128212851288128C128F12D2 -:107010009212951298129B129E12A112A412A712FC -:08702000AB12AE42B113127A6B -:020000040800F2 -:107BE00057524149544833325F4634323100000025 -:107BF0000000000000000000000000000000000085 -:04000005080010CD12 -:00000001FF diff --git a/Keil_Projects/Objects/AM32_WRAITH32_F421.htm b/Keil_Projects/Objects/AM32_WRAITH32_F421.htm deleted file mode 100644 index 83ed3886..00000000 --- a/Keil_Projects/Objects/AM32_WRAITH32_F421.htm +++ /dev/null @@ -1,1440 +0,0 @@ - - -Static Call Graph - [.\Objects\AM32_WRAITH32_F421.axf] -
    -

    Static Call Graph for image .\Objects\AM32_WRAITH32_F421.axf


    -

    #<CALLGRAPH># ARM Linker, 6190004: Last Updated: Sun Sep 24 18:33:21 2023 -

    -

    Maximum Stack Usage = 164 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)

    -Call chain for Maximum Stack Depth:

    -__rt_entry_main ⇒ main ⇒ initCorePeripherals ⇒ telem_UART_Init ⇒ usart_init ⇒ crm_clocks_freq_get -

    -

    -Functions with no stack information -

    - -

    -

    -Mutually Recursive functions -

  • CRM_IRQHandler   ⇒   CRM_IRQHandler
    -
  • BusFault_Handler   ⇒   BusFault_Handler
    -
  • HardFault_Handler   ⇒   HardFault_Handler
    -
  • MemManage_Handler   ⇒   MemManage_Handler
    -
  • UsageFault_Handler   ⇒   UsageFault_Handler
    - -

    -

    -Function Pointers -

      -
    • ADC1_CMP_IRQHandler from at32f421_it.o(.text.ADC1_CMP_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • BusFault_Handler from at32f421_it.o(.text.BusFault_Handler) referenced from startup_at32f421.o(RESET) -
    • CRM_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • DMA1_Channel1_IRQHandler from at32f421_it.o(.text.DMA1_Channel1_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • DMA1_Channel3_2_IRQHandler from at32f421_it.o(.text.DMA1_Channel3_2_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • DMA1_Channel5_4_IRQHandler from at32f421_it.o(.text.DMA1_Channel5_4_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • DebugMon_Handler from at32f421_it.o(.text.DebugMon_Handler) referenced from startup_at32f421.o(RESET) -
    • ERTC_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • EXINT15_4_IRQHandler from at32f421_it.o(.text.EXINT15_4_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • EXINT1_0_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • EXINT3_2_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • FLASH_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • HardFault_Handler from at32f421_it.o(.text.HardFault_Handler) referenced from startup_at32f421.o(RESET) -
    • I2C1_ERR_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • I2C1_EVT_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • I2C2_ERR_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • I2C2_EVT_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • MemManage_Handler from at32f421_it.o(.text.MemManage_Handler) referenced from startup_at32f421.o(RESET) -
    • NMI_Handler from at32f421_it.o(.text.NMI_Handler) referenced from startup_at32f421.o(RESET) -
    • PVM_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • PendSV_Handler from at32f421_it.o(.text.PendSV_Handler) referenced from startup_at32f421.o(RESET) -
    • Reset_Handler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • SPI1_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • SPI2_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • SVC_Handler from at32f421_it.o(.text.SVC_Handler) referenced from startup_at32f421.o(RESET) -
    • SysTick_Handler from at32f421_it.o(.text.SysTick_Handler) referenced from startup_at32f421.o(RESET) -
    • SystemInit from system_at32f421.o(.text.SystemInit) referenced from startup_at32f421.o(.text) -
    • TMR14_GLOBAL_IRQHandler from at32f421_it.o(.text.TMR14_GLOBAL_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • TMR15_GLOBAL_IRQHandler from at32f421_it.o(.text.TMR15_GLOBAL_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • TMR16_GLOBAL_IRQHandler from at32f421_it.o(.text.TMR16_GLOBAL_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • TMR17_GLOBAL_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • TMR1_BRK_OVF_TRG_HALL_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • TMR1_CH_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • TMR3_GLOBAL_IRQHandler from at32f421_it.o(.text.TMR3_GLOBAL_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • TMR6_GLOBAL_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • USART1_IRQHandler from at32f421_it.o(.text.USART1_IRQHandler) referenced from startup_at32f421.o(RESET) -
    • USART2_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • UsageFault_Handler from at32f421_it.o(.text.UsageFault_Handler) referenced from startup_at32f421.o(RESET) -
    • WWDT_IRQHandler from startup_at32f421.o(.text) referenced from startup_at32f421.o(RESET) -
    • __main from __main.o(!!!main) referenced from startup_at32f421.o(.text) -
    -

    -

    -Global Symbols -

    -

    __main (Thumb, 8 bytes, Stack size 0 bytes, __main.o(!!!main)) -

    [Calls]

    • >>   __rt_entry -
    • >>   __scatterload -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(.text) -
    -

    __scatterload (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter)) -

    [Called By]

    • >>   __main -
    - -

    __scatterload_rt2 (Thumb, 44 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) -

    [Calls]

    • >>   __rt_entry -
    - -

    __scatterload_rt2_thumb_only (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) - -

    __scatterload_null (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) - -

    __decompress (Thumb, 90 bytes, Stack size unknown bytes, __dczerorl2.o(!!dczerorl2), UNUSED) - -

    __decompress1 (Thumb, 0 bytes, Stack size unknown bytes, __dczerorl2.o(!!dczerorl2), UNUSED) - -

    __scatterload_zeroinit (Thumb, 28 bytes, Stack size unknown bytes, __scatter_zi.o(!!handler_zi), UNUSED) - -

    __rt_lib_init (Thumb, 0 bytes, Stack size unknown bytes, libinit.o(.ARM.Collect$$libinit$$00000000)) -

    [Called By]

    • >>   __rt_entry_li -
    - -

    __rt_lib_init_alloca_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000030)) - -

    __rt_lib_init_argv_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000002E)) - -

    __rt_lib_init_atexit_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001D)) - -

    __rt_lib_init_clock_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000023)) - -

    __rt_lib_init_cpp_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000034)) - -

    __rt_lib_init_exceptions_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000032)) - -

    __rt_lib_init_fp_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000002)) - -

    __rt_lib_init_fp_trap_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000021)) - -

    __rt_lib_init_getenv_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000025)) - -

    __rt_lib_init_heap_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000C)) - -

    __rt_lib_init_lc_collate_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000013)) - -

    __rt_lib_init_lc_ctype_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000015)) - -

    __rt_lib_init_lc_monetary_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000017)) - -

    __rt_lib_init_lc_numeric_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000019)) - -

    __rt_lib_init_lc_time_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001B)) - -

    __rt_lib_init_preinit_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000006)) - -

    __rt_lib_init_rand_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000010)) - -

    __rt_lib_init_relocate_pie_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000004)) - -

    __rt_lib_init_return (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000035)) - -

    __rt_lib_init_signal_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001F)) - -

    __rt_lib_init_stdio_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000027)) - -

    __rt_lib_init_user_alloc_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000E)) - -

    __rt_lib_shutdown (Thumb, 0 bytes, Stack size unknown bytes, libshutdown.o(.ARM.Collect$$libshutdown$$00000000)) -

    [Called By]

    • >>   __rt_exit_ls -
    - -

    __rt_lib_shutdown_cpp_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)) - -

    __rt_lib_shutdown_fp_trap_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000007)) - -

    __rt_lib_shutdown_heap_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)) - -

    __rt_lib_shutdown_return (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000010)) - -

    __rt_lib_shutdown_signal_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A)) - -

    __rt_lib_shutdown_stdio_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)) - -

    __rt_lib_shutdown_user_alloc_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)) - -

    __rt_entry (Thumb, 0 bytes, Stack size unknown bytes, __rtentry.o(.ARM.Collect$$rtentry$$00000000)) -

    [Called By]

    • >>   __main -
    • >>   __scatterload_rt2 -
    - -

    __rt_entry_presh_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000002)) - -

    __rt_entry_sh (Thumb, 0 bytes, Stack size unknown bytes, __rtentry4.o(.ARM.Collect$$rtentry$$00000004)) -

    [Stack]

    • Max Depth = 8 + Unknown Stack Size -
    • Call Chain = __rt_entry_sh ⇒ __user_setup_stackheap -
    -
    [Calls]
    • >>   __user_setup_stackheap -
    - -

    __rt_entry_li (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)) -

    [Calls]

    • >>   __rt_lib_init -
    - -

    __rt_entry_postsh_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000009)) - -

    __rt_entry_main (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)) -

    [Stack]

    • Max Depth = 164 + Unknown Stack Size -
    • Call Chain = __rt_entry_main ⇒ main ⇒ initCorePeripherals ⇒ telem_UART_Init ⇒ usart_init ⇒ crm_clocks_freq_get -
    -
    [Calls]
    • >>   main -
    • >>   exit -
    - -

    __rt_entry_postli_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)) - -

    __rt_exit (Thumb, 0 bytes, Stack size unknown bytes, rtexit.o(.ARM.Collect$$rtexit$$00000000)) -

    [Called By]

    • >>   exit -
    - -

    __rt_exit_ls (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000003)) -

    [Calls]

    • >>   __rt_lib_shutdown -
    - -

    __rt_exit_prels_1 (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000002)) - -

    __rt_exit_exit (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000004)) -

    [Calls]

    • >>   _sys_exit -
    - -

    Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    CRM_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -

    [Calls]

    • >>   CRM_IRQHandler -
    -
    [Called By]
    • >>   CRM_IRQHandler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    ERTC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    EXINT1_0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    EXINT3_2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    FLASH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    I2C1_ERR_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    I2C1_EVT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    I2C2_ERR_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    I2C2_EVT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    PVM_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    SPI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR17_GLOBAL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR1_BRK_OVF_TRG_HALL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR1_CH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR6_GLOBAL_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    USART2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    WWDT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_at32f421.o(.text)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    __user_initial_stackheap (Thumb, 0 bytes, Stack size unknown bytes, startup_at32f421.o(.text)) -

    [Called By]

    • >>   __user_setup_stackheap -
    - -

    __aeabi_memclr4 (Thumb, 0 bytes, Stack size unknown bytes, rt_memclr_w.o(.text)) -

    [Called By]

    • >>   main -
    • >>   save_flash_nolib -
    - -

    __aeabi_memclr8 (Thumb, 0 bytes, Stack size unknown bytes, rt_memclr_w.o(.text), UNUSED) - -

    __rt_memclr_w (Thumb, 0 bytes, Stack size unknown bytes, rt_memclr_w.o(.text), UNUSED) - -

    _memset_w (Thumb, 74 bytes, Stack size 4 bytes, rt_memclr_w.o(.text), UNUSED) - -

    __use_two_region_memory (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) - -

    __rt_heap_escrow$2region (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) - -

    __rt_heap_expand$2region (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) - -

    __user_setup_stackheap (Thumb, 74 bytes, Stack size 8 bytes, sys_stackheap_outer.o(.text)) -

    [Stack]

    • Max Depth = 8 + Unknown Stack Size -
    • Call Chain = __user_setup_stackheap -
    -
    [Calls]
    • >>   __user_perproc_libspace -
    • >>   __user_initial_stackheap -
    -
    [Called By]
    • >>   __rt_entry_sh -
    - -

    exit (Thumb, 18 bytes, Stack size 8 bytes, exit.o(.text)) -

    [Stack]

    • Max Depth = 8 + Unknown Stack Size -
    • Call Chain = exit -
    -
    [Calls]
    • >>   __rt_exit -
    -
    [Called By]
    • >>   __rt_entry_main -
    - -

    __user_libspace (Thumb, 8 bytes, Stack size 0 bytes, libspace.o(.text), UNUSED) - -

    __user_perproc_libspace (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text)) -

    [Called By]

    • >>   __user_setup_stackheap -
    - -

    __user_perthread_libspace (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text), UNUSED) - -

    _sys_exit (Thumb, 8 bytes, Stack size 0 bytes, sys_exit.o(.text)) -

    [Called By]

    • >>   __rt_exit_exit -
    - -

    __I$use$semihosting (Thumb, 0 bytes, Stack size 0 bytes, use_no_semi.o(.text), UNUSED) - -

    __use_no_semihosting_swi (Thumb, 2 bytes, Stack size 0 bytes, use_no_semi.o(.text), UNUSED) - -

    __semihosting_library_function (Thumb, 0 bytes, Stack size unknown bytes, indicate_semi.o(.text), UNUSED) - -

    ADC1_CMP_IRQHandler (Thumb, 26 bytes, Stack size 0 bytes, at32f421_it.o(.text.ADC1_CMP_IRQHandler)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = ADC1_CMP_IRQHandler ⇒ interruptRoutine -
    -
    [Calls]
    • >>   interruptRoutine -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    ADC_DMA_Callback (Thumb, 46 bytes, Stack size 0 bytes, adc.o(.text.ADC_DMA_Callback)) -

    [Called By]

    • >>   main -
    • >>   DMA1_Channel1_IRQHandler -
    - -

    ADC_Init (Thumb, 278 bytes, Stack size 48 bytes, adc.o(.text.ADC_Init)) -

    [Stack]

    • Max Depth = 56
    • Call Chain = ADC_Init ⇒ adc_ordinary_channel_set -
    -
    [Calls]
    • >>   dma_init -
    • >>   dma_default_para_init -
    • >>   dma_channel_enable -
    • >>   dma_reset -
    • >>   crm_adc_clock_div_set -
    • >>   crm_periph_clock_enable -
    • >>   adc_tempersensor_vintrv_enable -
    • >>   adc_ordinary_conversion_trigger_set -
    • >>   adc_ordinary_channel_set -
    • >>   adc_calibration_status_get -
    • >>   adc_calibration_start -
    • >>   adc_calibration_init_status_get -
    • >>   adc_calibration_init -
    • >>   adc_dma_mode_enable -
    • >>   adc_base_config -
    • >>   adc_base_default_para_init -
    • >>   adc_enable -
    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    BusFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.BusFault_Handler)) -

    [Calls]

    • >>   BusFault_Handler -
    -
    [Called By]
    • >>   BusFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    DMA1_Channel1_IRQHandler (Thumb, 42 bytes, Stack size 16 bytes, at32f421_it.o(.text.DMA1_Channel1_IRQHandler)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = DMA1_Channel1_IRQHandler -
    -
    [Calls]
    • >>   dma_flag_get -
    • >>   ADC_DMA_Callback -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    DMA1_Channel3_2_IRQHandler (Thumb, 60 bytes, Stack size 8 bytes, at32f421_it.o(.text.DMA1_Channel3_2_IRQHandler)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = DMA1_Channel3_2_IRQHandler -
    -
    [Calls]
    • >>   dma_flag_get -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    DMA1_Channel5_4_IRQHandler (Thumb, 172 bytes, Stack size 8 bytes, at32f421_it.o(.text.DMA1_Channel5_4_IRQHandler)) -

    [Stack]

    • Max Depth = 104
    • Call Chain = DMA1_Channel5_4_IRQHandler ⇒ transfercomplete ⇒ computeDshotDMA ⇒ saveEEpromSettings -
    -
    [Calls]
    • >>   dma_flag_get -
    • >>   transfercomplete -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    DebugMon_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.DebugMon_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    EXINT15_4_IRQHandler (Thumb, 40 bytes, Stack size 0 bytes, at32f421_it.o(.text.EXINT15_4_IRQHandler)) -

    [Stack]

    • Max Depth = 96
    • Call Chain = EXINT15_4_IRQHandler ⇒ processDshot ⇒ setInput ⇒ playBeaconTune3 ⇒ allOff -
    -
    [Calls]
    • >>   processDshot -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    HardFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.HardFault_Handler)) -

    [Calls]

    • >>   HardFault_Handler -
    -
    [Called By]
    • >>   HardFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    MX_IWDG_Init (Thumb, 38 bytes, Stack size 0 bytes, peripherals.o(.text.MX_IWDG_Init)) -

    [Called By]

    • >>   main -
    - -

    MemManage_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.MemManage_Handler)) -

    [Calls]

    • >>   MemManage_Handler -
    -
    [Called By]
    • >>   MemManage_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    NMI_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.NMI_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.PendSV_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    PeriodElapsedCallback (Thumb, 230 bytes, Stack size 16 bytes, main.o(.text.PeriodElapsedCallback)) -

    [Stack]

    • Max Depth = 40
    • Call Chain = PeriodElapsedCallback ⇒ comStep -
    -
    [Calls]
    • >>   enableCompInterrupts -
    • >>   changeCompInput -
    • >>   comStep -
    -
    [Called By]
    • >>   TMR16_GLOBAL_IRQHandler -
    - -

    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.SVC_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    SysTick_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.SysTick_Handler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    SystemInit (Thumb, 140 bytes, Stack size 0 bytes, system_at32f421.o(.text.SystemInit)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(.text) -
    -

    TIM1_Init (Thumb, 278 bytes, Stack size 8 bytes, peripherals.o(.text.TIM1_Init)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = TIM1_Init ⇒ gpio_pin_mux_config -
    -
    [Calls]
    • >>   gpio_pin_mux_config -
    • >>   crm_periph_clock_enable -
    • >>   gpio_mode_QUICK -
    • >>   tmr_output_channel_buffer_enable -
    • >>   tmr_period_buffer_enable -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    TMR14_GLOBAL_IRQHandler (Thumb, 18 bytes, Stack size 0 bytes, at32f421_it.o(.text.TMR14_GLOBAL_IRQHandler)) -

    [Stack]

    • Max Depth = 72
    • Call Chain = TMR14_GLOBAL_IRQHandler ⇒ tenKhzRoutine ⇒ zcfoundroutine ⇒ comStep -
    -
    [Calls]
    • >>   tenKhzRoutine -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    TMR15_GLOBAL_IRQHandler (Thumb, 22 bytes, Stack size 0 bytes, at32f421_it.o(.text.TMR15_GLOBAL_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    TMR16_GLOBAL_IRQHandler (Thumb, 16 bytes, Stack size 0 bytes, at32f421_it.o(.text.TMR16_GLOBAL_IRQHandler)) -

    [Stack]

    • Max Depth = 40
    • Call Chain = TMR16_GLOBAL_IRQHandler ⇒ PeriodElapsedCallback ⇒ comStep -
    -
    [Calls]
    • >>   PeriodElapsedCallback -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    TMR3_GLOBAL_IRQHandler (Thumb, 34 bytes, Stack size 0 bytes, at32f421_it.o(.text.TMR3_GLOBAL_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    USART1_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.USART1_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_at32f421.o(RESET) -
    -

    UsageFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, at32f421_it.o(.text.UsageFault_Handler)) -

    [Calls]

    • >>   UsageFault_Handler -
    -
    [Called By]
    • >>   UsageFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_at32f421.o(RESET) -
    -

    adc_base_config (Thumb, 68 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_base_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_base_default_para_init (Thumb, 8 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_base_default_para_init)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_init (Thumb, 10 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_calibration_init)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_init_status_get (Thumb, 8 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_calibration_init_status_get)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_start (Thumb, 10 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_calibration_start)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_calibration_status_get (Thumb, 8 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_calibration_status_get)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_dma_mode_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_dma_mode_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_enable (Thumb, 10 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_ordinary_channel_set (Thumb, 602 bytes, Stack size 8 bytes, at32f421_adc.o(.text.adc_ordinary_channel_set)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = adc_ordinary_channel_set -
    -
    [Called By]
    • >>   ADC_Init -
    - -

    adc_ordinary_conversion_trigger_set (Thumb, 42 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_ordinary_conversion_trigger_set)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_ordinary_software_trigger_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_ordinary_software_trigger_enable)) -

    [Called By]

    • >>   main -
    - -

    adc_tempersensor_vintrv_enable (Thumb, 26 bytes, Stack size 0 bytes, at32f421_adc.o(.text.adc_tempersensor_vintrv_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    allOff (Thumb, 138 bytes, Stack size 24 bytes, phaseouts.o(.text.allOff)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = allOff -
    -
    [Calls]
    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   playStartupTune -
    • >>   main -
    • >>   playInputTune -
    • >>   playInputTune2 -
    • >>   playBeaconTune3 -
    • >>   playChangedTone -
    • >>   playDefaultTone -
    • >>   setInput -
    - -

    allpwm (Thumb, 186 bytes, Stack size 16 bytes, phaseouts.o(.text.allpwm)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = allpwm -
    -
    [Calls]
    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   main -
    - -

    changeCompInput (Thumb, 130 bytes, Stack size 0 bytes, comparator.o(.text.changeCompInput)) -

    [Called By]

    • >>   main -
    • >>   zcfoundroutine -
    • >>   startMotor -
    • >>   PeriodElapsedCallback -
    - -

    cmp_enable (Thumb, 22 bytes, Stack size 0 bytes, at32f421_cmp.o(.text.cmp_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    - -

    comStep (Thumb, 952 bytes, Stack size 24 bytes, phaseouts.o(.text.comStep)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = comStep -
    -
    [Calls]
    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   playStartupTune -
    • >>   main -
    • >>   zcfoundroutine -
    • >>   playInputTune -
    • >>   playInputTune2 -
    • >>   playBeaconTune3 -
    • >>   playChangedTone -
    • >>   playDefaultTone -
    • >>   startMotor -
    • >>   PeriodElapsedCallback -
    - -

    computeDshotDMA (Thumb, 1224 bytes, Stack size 64 bytes, dshot.o(.text.computeDshotDMA)) -

    [Stack]

    • Max Depth = 80
    • Call Chain = computeDshotDMA ⇒ saveEEpromSettings -
    -
    [Calls]
    • >>   saveEEpromSettings -
    • >>   getInputPinState -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   processDshot -
    - -

    computeServoInput (Thumb, 484 bytes, Stack size 24 bytes, signal.o(.text.computeServoInput)) -

    [Stack]

    • Max Depth = 56
    • Call Chain = computeServoInput ⇒ playChangedTone ⇒ allOff -
    -
    [Calls]
    • >>   playChangedTone -
    • >>   playDefaultTone -
    • >>   getAbsDif -
    • >>   map -
    • >>   saveEEpromSettings -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    crm_adc_clock_div_set (Thumb, 28 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_adc_clock_div_set)) -

    [Called By]

    • >>   ADC_Init -
    - -

    crm_ahb_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_ahb_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_apb1_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_apb1_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_apb2_div_set (Thumb, 26 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_apb2_div_set)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_auto_step_mode_enable (Thumb, 24 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_auto_step_mode_enable)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_clock_source_enable (Thumb, 130 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_clock_source_enable)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_clocks_freq_get (Thumb, 264 bytes, Stack size 20 bytes, at32f421_crm.o(.text.crm_clocks_freq_get)) -

    [Stack]

    • Max Depth = 20
    • Call Chain = crm_clocks_freq_get -
    -
    [Called By]
    • >>   usart_init -
    - -

    crm_flag_get (Thumb, 26 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_flag_get)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_periph_clock_enable (Thumb, 40 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_periph_clock_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   telem_UART_Init -
    • >>   TIM1_Init -
    • >>   ADC_Init -
    - -

    crm_periph_reset (Thumb, 40 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_periph_reset)) -

    [Called By]

    • >>   tmr_reset -
    - -

    crm_pll_config (Thumb, 78 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_pll_config)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_reset (Thumb, 122 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_reset)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_sysclk_switch (Thumb, 18 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_sysclk_switch)) -

    [Called By]

    • >>   system_clock_config -
    - -

    crm_sysclk_switch_status_get (Thumb, 16 bytes, Stack size 0 bytes, at32f421_crm.o(.text.crm_sysclk_switch_status_get)) -

    [Called By]

    • >>   system_core_clock_update -
    • >>   system_clock_config -
    - -

    delayMicros (Thumb, 44 bytes, Stack size 0 bytes, functions.o(.text.delayMicros)) -

    [Called By]

    • >>   main -
    - -

    delayMillis (Thumb, 78 bytes, Stack size 0 bytes, functions.o(.text.delayMillis)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   playStartupTune -
    • >>   playInputTune -
    • >>   tenKhzRoutine -
    • >>   playInputTune2 -
    • >>   playBeaconTune3 -
    • >>   playChangedTone -
    • >>   playDefaultTone -
    - -

    detectInput (Thumb, 568 bytes, Stack size 16 bytes, signal.o(.text.detectInput)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = detectInput -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    dma_channel_enable (Thumb, 10 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_channel_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    dma_default_para_init (Thumb, 14 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_default_para_init)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_flag_get (Thumb, 16 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_flag_get)) -

    [Called By]

    • >>   DMA1_Channel5_4_IRQHandler -
    • >>   DMA1_Channel3_2_IRQHandler -
    • >>   DMA1_Channel1_IRQHandler -
    - -

    dma_init (Thumb, 124 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_init)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_reset (Thumb, 64 bytes, Stack size 0 bytes, at32f421_dma.o(.text.dma_reset)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    enableCompInterrupts (Thumb, 18 bytes, Stack size 0 bytes, comparator.o(.text.enableCompInterrupts)) -

    [Called By]

    • >>   main -
    • >>   zcfoundroutine -
    • >>   startMotor -
    • >>   PeriodElapsedCallback -
    - -

    enableCorePeripherals (Thumb, 270 bytes, Stack size 8 bytes, peripherals.o(.text.enableCorePeripherals)) -

    [Stack]

    • Max Depth = 64
    • Call Chain = enableCorePeripherals ⇒ ADC_Init ⇒ adc_ordinary_channel_set -
    -
    [Calls]
    • >>   ADC_Init -
    • >>   tmr_channel_enable -
    -
    [Called By]
    • >>   main -
    - -

    enableHalfTransferInt (Thumb, 16 bytes, Stack size 0 bytes, io.o(.text.enableHalfTransferInt)) -

    [Called By]

    • >>   transfercomplete -
    - -

    flash_flag_clear (Thumb, 12 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_flag_clear)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_lock (Thumb, 18 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_lock)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_sector_erase (Thumb, 398 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_sector_erase)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_unlock (Thumb, 30 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_unlock)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    flash_word_program (Thumb, 390 bytes, Stack size 0 bytes, at32f421_flash.o(.text.flash_word_program)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    fullBrake (Thumb, 140 bytes, Stack size 24 bytes, phaseouts.o(.text.fullBrake)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = fullBrake -
    -
    [Calls]
    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   setInput -
    - -

    generatePwmTimerEvent (Thumb, 18 bytes, Stack size 0 bytes, peripherals.o(.text.generatePwmTimerEvent)) -

    [Called By]

    • >>   main -
    - -

    getAbsDif (Thumb, 8 bytes, Stack size 0 bytes, functions.o(.text.getAbsDif)) -

    [Called By]

    • >>   transfercomplete -
    • >>   computeServoInput -
    • >>   main -
    • >>   setInput -
    - -

    getCompOutputLevel (Thumb, 14 bytes, Stack size 0 bytes, comparator.o(.text.getCompOutputLevel)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   interruptRoutine -
    - -

    getConvertedDegrees (Thumb, 38 bytes, Stack size 0 bytes, adc.o(.text.getConvertedDegrees)) -

    [Called By]

    • >>   main -
    - -

    getInputPinState (Thumb, 14 bytes, Stack size 0 bytes, io.o(.text.getInputPinState)) -

    [Called By]

    • >>   computeDshotDMA -
    - -

    gpio_init (Thumb, 118 bytes, Stack size 20 bytes, at32f421_gpio.o(.text.gpio_init)) -

    [Stack]

    • Max Depth = 20
    • Call Chain = gpio_init -
    -
    [Called By]
    • >>   telem_UART_Init -
    - -

    gpio_mode_QUICK (Thumb, 22 bytes, Stack size 0 bytes, functions.o(.text.gpio_mode_QUICK)) -

    [Called By]

    • >>   allpwm -
    • >>   initCorePeripherals -
    • >>   proportionalBrake -
    • >>   fullBrake -
    • >>   allOff -
    • >>   comStep -
    • >>   TIM1_Init -
    • >>   ADC_Init -
    - -

    gpio_pin_mux_config (Thumb, 44 bytes, Stack size 8 bytes, at32f421_gpio.o(.text.gpio_pin_mux_config)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = gpio_pin_mux_config -
    -
    [Called By]
    • >>   telem_UART_Init -
    • >>   TIM1_Init -
    - -

    initAfterJump (Thumb, 4 bytes, Stack size 0 bytes, peripherals.o(.text.initAfterJump)) -

    [Called By]

    • >>   main -
    - -

    initCorePeripherals (Thumb, 402 bytes, Stack size 40 bytes, peripherals.o(.text.initCorePeripherals)) -

    [Stack]

    • Max Depth = 156
    • Call Chain = initCorePeripherals ⇒ telem_UART_Init ⇒ usart_init ⇒ crm_clocks_freq_get -
    -
    [Calls]
    • >>   crm_periph_clock_enable -
    • >>   cmp_enable -
    • >>   gpio_mode_QUICK -
    • >>   telem_UART_Init -
    • >>   TIM1_Init -
    • >>   system_clock_config -
    -
    [Called By]
    • >>   main -
    - -

    interruptRoutine (Thumb, 244 bytes, Stack size 24 bytes, main.o(.text.interruptRoutine)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = interruptRoutine -
    -
    [Calls]
    • >>   maskPhaseInterrupts -
    • >>   getCompOutputLevel -
    -
    [Called By]
    • >>   ADC1_CMP_IRQHandler -
    - -

    loadEEpromSettings (Thumb, 830 bytes, Stack size 32 bytes, main.o(.text.loadEEpromSettings)) -

    [Stack]

    • Max Depth = 48
    • Call Chain = loadEEpromSettings ⇒ read_flash_bin -
    -
    [Calls]
    • >>   setVolume -
    • >>   read_flash_bin -
    • >>   map -
    -
    [Called By]
    • >>   main -
    - -

    main (Thumb, 3176 bytes, Stack size 8 bytes, main.o(.text.main)) -

    [Stack]

    • Max Depth = 164 + Unknown Stack Size -
    • Call Chain = main ⇒ initCorePeripherals ⇒ telem_UART_Init ⇒ usart_init ⇒ crm_clocks_freq_get -
    -
    [Calls]
    • >>   resetInputCaptureTimer -
    • >>   allpwm -
    • >>   generatePwmTimerEvent -
    • >>   getConvertedDegrees -
    • >>   adc_ordinary_software_trigger_enable -
    • >>   ADC_DMA_Callback -
    • >>   send_telem_DMA -
    • >>   makeTelemPackage -
    • >>   receiveDshotDma -
    • >>   MX_IWDG_Init -
    • >>   playStartupTune -
    • >>   enableCorePeripherals -
    • >>   initCorePeripherals -
    • >>   initAfterJump -
    • >>   setPWMCompare3 -
    • >>   setPWMCompare2 -
    • >>   setPWMCompare1 -
    • >>   proportionalBrake -
    • >>   allOff -
    • >>   maskPhaseInterrupts -
    • >>   enableCompInterrupts -
    • >>   changeCompInput -
    • >>   comStep -
    • >>   save_flash_nolib -
    • >>   loadEEpromSettings -
    • >>   __NVIC_SystemReset -
    • >>   delayMicros -
    • >>   getAbsDif -
    • >>   map -
    • >>   __aeabi_i2f -
    • >>   __aeabi_f2iz -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fadd -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   __rt_entry_main -
    - -

    makeTelemPackage (Thumb, 270 bytes, Stack size 8 bytes, serial_telemetry.o(.text.makeTelemPackage)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = makeTelemPackage -
    -
    [Called By]
    • >>   main -
    - -

    make_dshot_package (Thumb, 484 bytes, Stack size 36 bytes, dshot.o(.text.make_dshot_package)) -

    [Stack]

    • Max Depth = 36
    • Call Chain = make_dshot_package -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   processDshot -
    - -

    map (Thumb, 40 bytes, Stack size 8 bytes, functions.o(.text.map)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = map -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   main -
    • >>   setInput -
    • >>   loadEEpromSettings -
    - -

    maskPhaseInterrupts (Thumb, 24 bytes, Stack size 0 bytes, comparator.o(.text.maskPhaseInterrupts)) -

    [Called By]

    • >>   main -
    • >>   tenKhzRoutine -
    • >>   setInput -
    • >>   interruptRoutine -
    - -

    nvic_irq_enable (Thumb, 114 bytes, Stack size 16 bytes, at32f421_misc.o(.text.nvic_irq_enable)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = nvic_irq_enable -
    -
    [Called By]
    • >>   telem_UART_Init -
    - -

    playBeaconTune3 (Thumb, 148 bytes, Stack size 32 bytes, sounds.o(.text.playBeaconTune3)) -

    [Stack]

    • Max Depth = 56
    • Call Chain = playBeaconTune3 ⇒ allOff -
    -
    [Calls]
    • >>   allOff -
    • >>   comStep -
    • >>   delayMillis -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   setInput -
    - -

    playBlueJayTune (Thumb, 298 bytes, Stack size 40 bytes, sounds.o(.text.playBlueJayTune)) -

    [Stack]

    • Max Depth = 64
    • Call Chain = playBlueJayTune ⇒ allOff -
    -
    [Calls]
    • >>   allOff -
    • >>   comStep -
    • >>   delayMillis -
    -
    [Called By]
    • >>   playStartupTune -
    - -

    playChangedTone (Thumb, 104 bytes, Stack size 8 bytes, sounds.o(.text.playChangedTone)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = playChangedTone ⇒ allOff -
    -
    [Calls]
    • >>   allOff -
    • >>   comStep -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   setInput -
    - -

    playDefaultTone (Thumb, 104 bytes, Stack size 8 bytes, sounds.o(.text.playDefaultTone)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = playDefaultTone ⇒ allOff -
    -
    [Calls]
    • >>   allOff -
    • >>   comStep -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   setInput -
    - -

    playInputTune (Thumb, 122 bytes, Stack size 8 bytes, sounds.o(.text.playInputTune)) -

    [Stack]

    • Max Depth = 32
    • Call Chain = playInputTune ⇒ allOff -
    -
    [Calls]
    • >>   allOff -
    • >>   comStep -
    • >>   delayMillis -
    -
    [Called By]
    • >>   tenKhzRoutine -
    - -

    playInputTune2 (Thumb, 124 bytes, Stack size 16 bytes, sounds.o(.text.playInputTune2)) -

    [Stack]

    • Max Depth = 40
    • Call Chain = playInputTune2 ⇒ allOff -
    -
    [Calls]
    • >>   allOff -
    • >>   comStep -
    • >>   delayMillis -
    -
    [Called By]
    • >>   setInput -
    - -

    playStartupTune (Thumb, 140 bytes, Stack size 8 bytes, sounds.o(.text.playStartupTune)) -

    [Stack]

    • Max Depth = 72
    • Call Chain = playStartupTune ⇒ playBlueJayTune ⇒ allOff -
    -
    [Calls]
    • >>   playBlueJayTune -
    • >>   allOff -
    • >>   comStep -
    • >>   delayMillis -
    -
    [Called By]
    • >>   main -
    - -

    processDshot (Thumb, 56 bytes, Stack size 8 bytes, main.o(.text.processDshot)) -

    [Stack]

    • Max Depth = 96
    • Call Chain = processDshot ⇒ setInput ⇒ playBeaconTune3 ⇒ allOff -
    -
    [Calls]
    • >>   setInput -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    -
    [Called By]
    • >>   EXINT15_4_IRQHandler -
    - -

    proportionalBrake (Thumb, 120 bytes, Stack size 16 bytes, phaseouts.o(.text.proportionalBrake)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = proportionalBrake -
    -
    [Calls]
    • >>   gpio_mode_QUICK -
    -
    [Called By]
    • >>   main -
    • >>   setInput -
    - -

    read_flash_bin (Thumb, 98 bytes, Stack size 16 bytes, eeprom.o(.text.read_flash_bin)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = read_flash_bin -
    -
    [Called By]
    • >>   loadEEpromSettings -
    - -

    receiveDshotDma (Thumb, 128 bytes, Stack size 16 bytes, io.o(.text.receiveDshotDma)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = receiveDshotDma ⇒ tmr_reset -
    -
    [Calls]
    • >>   tmr_reset -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   main -
    - -

    resetInputCaptureTimer (Thumb, 16 bytes, Stack size 0 bytes, peripherals.o(.text.resetInputCaptureTimer)) -

    [Called By]

    • >>   main -
    - -

    saveEEpromSettings (Thumb, 132 bytes, Stack size 16 bytes, main.o(.text.saveEEpromSettings)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = saveEEpromSettings -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   computeDshotDMA -
    - -

    save_flash_nolib (Thumb, 290 bytes, Stack size 36 bytes, eeprom.o(.text.save_flash_nolib)) -

    [Stack]

    • Max Depth = 36 + Unknown Stack Size -
    • Call Chain = save_flash_nolib -
    -
    [Calls]
    • >>   flash_word_program -
    • >>   flash_sector_erase -
    • >>   flash_lock -
    • >>   flash_unlock -
    • >>   flash_flag_clear -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   main -
    - -

    sendDshotDma (Thumb, 154 bytes, Stack size 16 bytes, io.o(.text.sendDshotDma)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = sendDshotDma ⇒ tmr_reset -
    -
    [Calls]
    • >>   tmr_reset -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    send_telem_DMA (Thumb, 28 bytes, Stack size 0 bytes, serial_telemetry.o(.text.send_telem_DMA)) -

    [Called By]

    • >>   main -
    - -

    setInput (Thumb, 1646 bytes, Stack size 32 bytes, main.o(.text.setInput)) -

    [Stack]

    • Max Depth = 88
    • Call Chain = setInput ⇒ playBeaconTune3 ⇒ allOff -
    -
    [Calls]
    • >>   proportionalBrake -
    • >>   fullBrake -
    • >>   playInputTune2 -
    • >>   playBeaconTune3 -
    • >>   playChangedTone -
    • >>   playDefaultTone -
    • >>   allOff -
    • >>   startMotor -
    • >>   maskPhaseInterrupts -
    • >>   getAbsDif -
    • >>   map -
    • >>   __aeabi_f2iz -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmple -
    • >>   __aeabi_fcmpge -
    -
    [Called By]
    • >>   processDshot -
    - -

    setInputPolarityRising (Thumb, 18 bytes, Stack size 0 bytes, io.o(.text.setInputPolarityRising)) -

    [Called By]

    • >>   transfercomplete -
    - -

    setPWMCompare1 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare1)) -

    [Called By]

    • >>   main -
    - -

    setPWMCompare2 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare2)) -

    [Called By]

    • >>   main -
    - -

    setPWMCompare3 (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare3)) -

    [Called By]

    • >>   main -
    - -

    setVolume (Thumb, 20 bytes, Stack size 0 bytes, sounds.o(.text.setVolume)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    startMotor (Thumb, 188 bytes, Stack size 16 bytes, main.o(.text.startMotor)) -

    [Stack]

    • Max Depth = 40
    • Call Chain = startMotor ⇒ comStep -
    -
    [Calls]
    • >>   enableCompInterrupts -
    • >>   changeCompInput -
    • >>   comStep -
    -
    [Called By]
    • >>   setInput -
    - -

    system_clock_config (Thumb, 118 bytes, Stack size 8 bytes, peripherals.o(.text.system_clock_config)) -

    [Stack]

    • Max Depth = 24
    • Call Chain = system_clock_config ⇒ system_core_clock_update -
    -
    [Calls]
    • >>   crm_auto_step_mode_enable -
    • >>   crm_sysclk_switch_status_get -
    • >>   crm_sysclk_switch -
    • >>   crm_pll_config -
    • >>   crm_apb2_div_set -
    • >>   crm_apb1_div_set -
    • >>   crm_ahb_div_set -
    • >>   crm_clock_source_enable -
    • >>   crm_flag_get -
    • >>   crm_reset -
    • >>   system_core_clock_update -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    system_core_clock_update (Thumb, 224 bytes, Stack size 16 bytes, system_at32f421.o(.text.system_core_clock_update)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = system_core_clock_update -
    -
    [Calls]
    • >>   crm_sysclk_switch_status_get -
    -
    [Called By]
    • >>   system_clock_config -
    - -

    telem_UART_Init (Thumb, 244 bytes, Stack size 48 bytes, serial_telemetry.o(.text.telem_UART_Init)) -

    [Stack]

    • Max Depth = 116
    • Call Chain = telem_UART_Init ⇒ usart_init ⇒ crm_clocks_freq_get -
    -
    [Calls]
    • >>   nvic_irq_enable -
    • >>   gpio_pin_mux_config -
    • >>   gpio_init -
    • >>   dma_init -
    • >>   dma_default_para_init -
    • >>   dma_reset -
    • >>   crm_periph_clock_enable -
    • >>   usart_single_line_halfduplex_select -
    • >>   usart_dma_transmitter_enable -
    • >>   usart_receiver_enable -
    • >>   usart_transmitter_enable -
    • >>   usart_enable -
    • >>   usart_init -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    tenKhzRoutine (Thumb, 1140 bytes, Stack size 32 bytes, main.o(.text.tenKhzRoutine)) -

    [Stack]

    • Max Depth = 72
    • Call Chain = tenKhzRoutine ⇒ zcfoundroutine ⇒ comStep -
    -
    [Calls]
    • >>   zcfoundroutine -
    • >>   playInputTune -
    • >>   maskPhaseInterrupts -
    • >>   getCompOutputLevel -
    • >>   delayMillis -
    • >>   __aeabi_i2f -
    • >>   __aeabi_f2iz -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fadd -
    -
    [Called By]
    • >>   TMR14_GLOBAL_IRQHandler -
    - -

    tmr_channel_enable (Thumb, 150 bytes, Stack size 0 bytes, at32f421_tmr.o(.text.tmr_channel_enable)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    tmr_output_channel_buffer_enable (Thumb, 98 bytes, Stack size 0 bytes, at32f421_tmr.o(.text.tmr_output_channel_buffer_enable)) -

    [Called By]

    • >>   TIM1_Init -
    - -

    tmr_period_buffer_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_tmr.o(.text.tmr_period_buffer_enable)) -

    [Called By]

    • >>   TIM1_Init -
    - -

    tmr_reset (Thumb, 186 bytes, Stack size 8 bytes, at32f421_tmr.o(.text.tmr_reset)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = tmr_reset -
    -
    [Calls]
    • >>   crm_periph_reset -
    -
    [Called By]
    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    - -

    transfercomplete (Thumb, 382 bytes, Stack size 16 bytes, signal.o(.text.transfercomplete)) -

    [Stack]

    • Max Depth = 96
    • Call Chain = transfercomplete ⇒ computeDshotDMA ⇒ saveEEpromSettings -
    -
    [Calls]
    • >>   enableHalfTransferInt -
    • >>   setInputPolarityRising -
    • >>   sendDshotDma -
    • >>   detectInput -
    • >>   computeServoInput -
    • >>   receiveDshotDma -
    • >>   playBeaconTune3 -
    • >>   getAbsDif -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    -
    [Called By]
    • >>   DMA1_Channel5_4_IRQHandler -
    - -

    usart_dma_transmitter_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_dma_transmitter_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_init (Thumb, 134 bytes, Stack size 48 bytes, at32f421_usart.o(.text.usart_init)) -

    [Stack]

    • Max Depth = 68
    • Call Chain = usart_init ⇒ crm_clocks_freq_get -
    -
    [Calls]
    • >>   crm_clocks_freq_get -
    -
    [Called By]
    • >>   telem_UART_Init -
    - -

    usart_receiver_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_receiver_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_single_line_halfduplex_select (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_single_line_halfduplex_select)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_transmitter_enable (Thumb, 18 bytes, Stack size 0 bytes, at32f421_usart.o(.text.usart_transmitter_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    zcfoundroutine (Thumb, 282 bytes, Stack size 16 bytes, main.o(.text.zcfoundroutine)) -

    [Stack]

    • Max Depth = 40
    • Call Chain = zcfoundroutine ⇒ comStep -
    -
    [Calls]
    • >>   enableCompInterrupts -
    • >>   changeCompInput -
    • >>   comStep -
    -
    [Called By]
    • >>   tenKhzRoutine -
    - -

    __aeabi_fadd (Thumb, 0 bytes, Stack size 16 bytes, faddsub_clz.o(x$fpl$fadd)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_fadd -
    -
    [Called By]
    • >>   main -
    • >>   tenKhzRoutine -
    - -

    _fadd (Thumb, 196 bytes, Stack size 16 bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Calls]

    • >>   __fpl_fretinf -
    • >>   __fpl_fnaninf -
    • >>   _fsub1 -
    - -

    __aeabi_fcmpeq (Thumb, 0 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp), UNUSED) - -

    _feq (Thumb, 14 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpeq -
    - -

    _fneq (Thumb, 14 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpeq -
    - -

    __aeabi_fcmpgt (Thumb, 0 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = __aeabi_fcmpgt -
    -
    [Called By]
    • >>   tenKhzRoutine -
    - -

    _fgr (Thumb, 14 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpge -
    - -

    __aeabi_fcmpge (Thumb, 0 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = __aeabi_fcmpge -
    -
    [Called By]
    • >>   setInput -
    - -

    _fgeq (Thumb, 14 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmpge -
    - -

    __aeabi_fcmple (Thumb, 0 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = __aeabi_fcmple -
    -
    [Called By]
    • >>   setInput -
    - -

    _fleq (Thumb, 14 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmple -
    - -

    __aeabi_fcmplt (Thumb, 0 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp)) -

    [Stack]

    • Max Depth = 8
    • Call Chain = __aeabi_fcmplt -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   setInput -
    - -

    _fls (Thumb, 14 bytes, Stack size 8 bytes, fcmp.o(x$fpl$fcmp), UNUSED) -

    [Calls]

    • >>   _fcmple -
    - -

    __fpl_fcmp_Inf (Thumb, 24 bytes, Stack size 0 bytes, fcmpi.o(x$fpl$fcmpinf), UNUSED) -

    [Called By]

    • >>   _fcmple -
    • >>   _fcmpge -
    • >>   _fcmpeq -
    - -

    __aeabi_fdiv (Thumb, 0 bytes, Stack size 16 bytes, fdiv.o(x$fpl$fdiv)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_fdiv -
    -
    [Called By]
    • >>   main -
    • >>   tenKhzRoutine -
    - -

    _fdiv (Thumb, 384 bytes, Stack size 16 bytes, fdiv.o(x$fpl$fdiv), UNUSED) -

    [Calls]

    • >>   __fpl_fretinf -
    • >>   __fpl_fnaninf -
    - -

    __aeabi_cfcmpeq (Thumb, 0 bytes, Stack size 16 bytes, feqf.o(x$fpl$feqf), UNUSED) - -

    _fcmpeq (Thumb, 104 bytes, Stack size 16 bytes, feqf.o(x$fpl$feqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fneq -
    • >>   _feq -
    - -

    __aeabi_f2iz (Thumb, 0 bytes, Stack size 16 bytes, ffix.o(x$fpl$ffix)) -

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_f2iz -
    -
    [Called By]
    • >>   main -
    • >>   tenKhzRoutine -
    • >>   setInput -
    - -

    _ffix (Thumb, 54 bytes, Stack size 16 bytes, ffix.o(x$fpl$ffix), UNUSED) -

    [Calls]

    • >>   __fpl_fnaninf -
    - -

    __aeabi_i2f (Thumb, 0 bytes, Stack size 0 bytes, fflt_clz.o(x$fpl$fflt)) -

    [Called By]

    • >>   main -
    • >>   tenKhzRoutine -
    - -

    _fflt (Thumb, 48 bytes, Stack size 0 bytes, fflt_clz.o(x$fpl$fflt), UNUSED) - -

    _fcmpge (Thumb, 104 bytes, Stack size 16 bytes, fgeqf.o(x$fpl$fgeqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fgeq -
    • >>   _fgr -
    - -

    __aeabi_cfcmple (Thumb, 0 bytes, Stack size 16 bytes, fleqf.o(x$fpl$fleqf), UNUSED) - -

    _fcmple (Thumb, 104 bytes, Stack size 16 bytes, fleqf.o(x$fpl$fleqf), UNUSED) -

    [Calls]

    • >>   __fpl_fcmp_Inf -
    • >>   __fpl_fnaninf -
    -
    [Called By]
    • >>   _fls -
    • >>   _fleq -
    - -

    __fpl_fcmple_InfNaN (Thumb, 0 bytes, Stack size unknown bytes, fleqf.o(x$fpl$fleqf), UNUSED) - -

    __fpl_fnaninf (Thumb, 140 bytes, Stack size 8 bytes, fnaninf.o(x$fpl$fnaninf), UNUSED) -

    [Called By]

    • >>   _fcmple -
    • >>   _fcmpge -
    • >>   _fcmpeq -
    • >>   _ffix -
    • >>   _fdiv -
    • >>   _fsub -
    • >>   _fadd -
    - -

    __fpl_fretinf (Thumb, 10 bytes, Stack size 0 bytes, fretinf.o(x$fpl$fretinf), UNUSED) -

    [Called By]

    • >>   _fdiv -
    • >>   _fadd -
    - -

    __aeabi_fsub (Thumb, 0 bytes, Stack size 16 bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) - -

    _fsub (Thumb, 234 bytes, Stack size 16 bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) -

    [Calls]

    • >>   __fpl_fnaninf -
    • >>   _fadd1 -
    -

    -

    -Local Symbols -

    -

    __NVIC_SystemReset (Thumb, 42 bytes, Stack size 0 bytes, main.o(.text.__NVIC_SystemReset)) -

    [Called By]

    • >>   main -
    - -

    _fadd1 (Thumb, 0 bytes, Stack size unknown bytes, faddsub_clz.o(x$fpl$fadd), UNUSED) -

    [Called By]

    • >>   _fsub -
    - -

    _fsub1 (Thumb, 0 bytes, Stack size unknown bytes, faddsub_clz.o(x$fpl$fsub), UNUSED) -

    [Called By]

    • >>   _fadd -
    -

    -

    -Undefined Global Symbols -


    diff --git a/Keil_Projects/Objects/AM32_WRAITH32_F421.lnp b/Keil_Projects/Objects/AM32_WRAITH32_F421.lnp deleted file mode 100644 index defdac42..00000000 --- a/Keil_Projects/Objects/AM32_WRAITH32_F421.lnp +++ /dev/null @@ -1,41 +0,0 @@ ---cpu=Cortex-M4 --fpu=SoftVFP -".\objects\dshot.o" -".\objects\functions.o" -".\objects\main.o" -".\objects\signal.o" -".\objects\sounds.o" -".\objects\firmwareversion.o" -".\objects\at32f421_adc.o" -".\objects\at32f421_cmp.o" -".\objects\at32f421_crc.o" -".\objects\at32f421_crm.o" -".\objects\at32f421_debug.o" -".\objects\at32f421_dma.o" -".\objects\at32f421_ertc.o" -".\objects\at32f421_exint.o" -".\objects\at32f421_flash.o" -".\objects\at32f421_gpio.o" -".\objects\at32f421_i2c.o" -".\objects\at32f421_misc.o" -".\objects\at32f421_pwc.o" -".\objects\at32f421_scfg.o" -".\objects\at32f421_spi.o" -".\objects\at32f421_tmr.o" -".\objects\at32f421_usart.o" -".\objects\at32f421_wdt.o" -".\objects\at32f421_wwdt.o" -".\objects\adc.o" -".\objects\at32f421_it.o" -".\objects\comparator.o" -".\objects\eeprom.o" -".\objects\io.o" -".\objects\peripherals.o" -".\objects\phaseouts.o" -".\objects\serial_telemetry.o" -".\objects\system_at32f421.o" -".\objects\ws2812.o" -".\objects\startup_at32f421.o" ---strict --scatter "..\Mcu\f421\Am32.sct" ---summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols ---info sizes --info totals --info unused --info veneers ---list ".\Listings\AM32_WRAITH32_F421.map" -o .\Objects\AM32_WRAITH32_F421.axf \ No newline at end of file diff --git a/Keil_Projects/Objects/Am32F031_AM32REF_F031.dep b/Keil_Projects/Objects/Am32F031_AM32REF_F031.dep deleted file mode 100644 index 0b384383..00000000 --- a/Keil_Projects/Objects/Am32F031_AM32REF_F031.dep +++ /dev/null @@ -1,527 +0,0 @@ -Dependencies for Project 'Am32F031', Target 'AM32REF_F031': (DO NOT MODIFY !) -CompilerVersion: 6160000::V6.16::ARMCLANG -F (..\Mcu\F031\Startup\mdk\startup_stm32f031c6tx.s)(0x64E39096)(--cpu Cortex-M0 --pd "__EVAL SETA 1" -g --pd "__MICROLIB SETA 1" -I.\RTE\_AM32REF_F031 -IC:\Users\alkaz\AppData\Local\Arm\Packs\ARM\CMSIS\5.8.0\CMSIS\Core\Include -IC:\Users\alkaz\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\CMSIS\Device\ST\STM32F0xx\Include --pd "__UVISION_VERSION SETA 536" --pd "_RTE_ SETA 1" --pd "STM32F031x6 SETA 1" --pd "_RTE_ SETA 1" --list startup_stm32f031c6tx.lst --xref -o .\objects\startup_stm32f031c6tx.o --depend .\objects\startup_stm32f031c6tx.d) -F (..\Src\dshot.c)(0x64CD8289)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/dshot.o -MD) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\inc\common.h)(0x64CE6370) -I (..\mcu\f031\Inc\IO.h)(0x64CD5118) -I (..\inc\sounds.h)(0x61BDD535) -F (..\Src\functions.c)(0x64E39CF2)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/functions.o -MD) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Src\main.c)(0x64CFC16D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/main.o -MD) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\signal.h)(0x64CD0F81) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\mcu\f031\Inc\phaseouts.h)(0x61D32C53) -I (..\mcu\f031\Inc\eeprom.h)(0x6233E5A6) -I (..\inc\sounds.h)(0x61BDD535) -I (..\mcu\f031\Inc\ADC.h)(0x6233E5A5) -I (..\mcu\f031\Inc\serial_telemetry.h)(0x6233E5A6) -I (..\mcu\f031\Inc\IO.h)(0x64CD5118) -I (..\mcu\f031\Inc\comparator.h)(0x6233E5A5) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\f031\Inc\peripherals.h)(0x63CD31B5) -I (..\inc\common.h)(0x64CE6370) -F (..\Src\signal.c)(0x64CFAD42)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/signal.o -MD) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\signal.h)(0x64CD0F81) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\mcu\f031\Inc\IO.h)(0x64CD5118) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\mcu\f031\Inc\serial_telemetry.h)(0x6233E5A6) -I (..\inc\functions.h)(0x63C813E5) -I (..\inc\sounds.h)(0x61BDD535) -I (..\inc\common.h)(0x64CE6370) -F (..\Src\sounds.c)(0x63CC7D74)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/sounds.o -MD) -I (..\inc\sounds.h)(0x61BDD535) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\mcu\f031\Inc\phaseouts.h)(0x61D32C53) -I (..\inc\functions.h)(0x63C813E5) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\f031\Inc\eeprom.h)(0x6233E5A6) -I (..\inc\common.h)(0x64CE6370) -I (..\mcu\f031\Inc\peripherals.h)(0x63CD31B5) -F (..\Mcu\F031\Src\ADC.c)(0x6233E5A6)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/adc.o -MD) -I (..\mcu\f031\Inc\ADC.h)(0x6233E5A5) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Mcu\F031\Src\comparator.c)(0x63DFD98F)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/comparator.o -MD) -I (..\mcu\f031\Inc\comparator.h)(0x6233E5A5) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\common.h)(0x64CE6370) -F (..\Mcu\F031\Src\eeprom.c)(0x6233E5A6)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/eeprom.o -MD) -I (..\mcu\f031\Inc\eeprom.h)(0x6233E5A6) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x6035B090) -F (..\Mcu\F031\Src\IO.c)(0x64CCFFC7)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/io.o -MD) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\f031\Inc\IO.h)(0x64CD5118) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\inc\common.h)(0x64CE6370) -I (..\inc\functions.h)(0x63C813E5) -F (..\Mcu\F031\Src\peripherals.c)(0x64CD84D7)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/peripherals.o -MD) -I (..\mcu\f031\Inc\peripherals.h)(0x63CD31B5) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\f031\Inc\ADC.h)(0x6233E5A5) -F (..\Mcu\F031\Src\phaseouts.c)(0x62E65B70)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/phaseouts.o -MD) -I (..\mcu\f031\Inc\phaseouts.h)(0x61D32C53) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Mcu\F031\Src\serial_telemetry.c)(0x63DFD29E)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/serial_telemetry.o -MD) -I (..\mcu\f031\Inc\serial_telemetry.h)(0x6233E5A6) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -F (..\Mcu\F031\Src\stm32f0xx_it.c)(0x63DFD3EC)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_it.o -MD) -I (..\mcu\f031\Inc\main.h)(0x6233E5A6) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\mcu\f031\Inc\stm32f0xx_it.h)(0x6233E5A6) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\f031\Inc\ADC.h)(0x6233E5A5) -I (..\inc\common.h)(0x64CE6370) -F (..\Mcu\F031\Src\system_stm32f0xx.c)(0x6233E5A6)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/system_stm32f0xx.o -MD) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_adc.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_adc.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_dma.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_dma.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_exti.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_exti.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_gpio.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_gpio.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_pwr.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_pwr.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rcc.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_rcc.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_tim.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_tim.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_usart.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_usart.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x6233E5A5) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_utils.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f031/Drivers/CMSIS/Include -I ../mcu/f031/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f031/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f031/Inc -I ../inc -I./RTE/_AM32REF_F031 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F031x6 -D_RTE_ -DSTM32F031x6 -DUSE_FULL_LL_DRIVER -DREF_F031 -o ./objects/stm32f0xx_ll_utils.o -MD) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f031x6.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\core_cm0.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_version.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6233E5A5) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f031\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x6233E5A5) -I (..\mcu\f031\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x6233E5A5) diff --git a/Keil_Projects/Objects/Am32F051_AM32REF_F051.dep b/Keil_Projects/Objects/Am32F051_AM32REF_F051.dep deleted file mode 100644 index 06a4305c..00000000 --- a/Keil_Projects/Objects/Am32F051_AM32REF_F051.dep +++ /dev/null @@ -1,553 +0,0 @@ -Dependencies for Project 'Am32F051', Target 'AM32REF_F051': (DO NOT MODIFY !) -CompilerVersion: 6160000::V6.16::ARMCLANG -F (..\Mcu\f051\Startup\mdk\startup_stm32f051k8.s)(0x64DC2D0F)(--cpu Cortex-M0 --pd "__EVAL SETA 1" -g --pd "__MICROLIB SETA 1" -I.\RTE\_AM32REF_F051 -IC:\Users\alkaz\AppData\Local\Arm\Packs\ARM\CMSIS\5.8.0\CMSIS\Core\Include -IC:\Users\alkaz\AppData\Local\Arm\Packs\Keil\STM32F0xx_DFP\2.1.1\Drivers\CMSIS\Device\ST\STM32F0xx\Include --pd "__UVISION_VERSION SETA 536" --pd "_RTE_ SETA 1" --pd "STM32F051x8 SETA 1" --pd "_RTE_ SETA 1" --list startup_stm32f051k8.lst --xref -o .\objects\startup_stm32f051k8.o --depend .\objects\startup_stm32f051k8.d) -F (..\Src\dshot.c)(0x64CD8289)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/dshot.o -MD) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\inc\common.h)(0x64CE6370) -I (..\mcu\f051\Inc\IO.h)(0x64CD2D95) -I (..\inc\sounds.h)(0x61BDD535) -F (..\Src\functions.c)(0x64E39CF2)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/functions.o -MD) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Src\main.c)(0x64CFC16D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/main.o -MD) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\signal.h)(0x64CD0F81) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\mcu\f051\Inc\phaseouts.h)(0x61D32C53) -I (..\mcu\f051\Inc\eeprom.h)(0x61036A3C) -I (..\inc\sounds.h)(0x61BDD535) -I (..\mcu\f051\Inc\ADC.h)(0x61036A3C) -I (..\mcu\f051\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\f051\Inc\IO.h)(0x64CD2D95) -I (..\mcu\f051\Inc\comparator.h)(0x6369AFB6) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\f051\Inc\peripherals.h)(0x64CE83E8) -I (..\inc\common.h)(0x64CE6370) -F (..\Src\signal.c)(0x64CFAD42)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/signal.o -MD) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\signal.h)(0x64CD0F81) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\mcu\f051\Inc\IO.h)(0x64CD2D95) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\mcu\f051\Inc\serial_telemetry.h)(0x61036A3C) -I (..\inc\functions.h)(0x63C813E5) -I (..\inc\sounds.h)(0x61BDD535) -I (..\inc\common.h)(0x64CE6370) -F (..\Src\sounds.c)(0x63CC7D74)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/sounds.o -MD) -I (..\inc\sounds.h)(0x61BDD535) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\mcu\f051\Inc\phaseouts.h)(0x61D32C53) -I (..\inc\functions.h)(0x63C813E5) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\f051\Inc\eeprom.h)(0x61036A3C) -I (..\inc\common.h)(0x64CE6370) -I (..\mcu\f051\Inc\peripherals.h)(0x64CE83E8) -F (..\Mcu\f051\Src\ADC.c)(0x632EEF56)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/adc.o -MD) -I (..\mcu\f051\Inc\ADC.h)(0x61036A3C) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Mcu\f051\Src\comparator.c)(0x6369AFB3)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/comparator.o -MD) -I (..\mcu\f051\Inc\comparator.h)(0x6369AFB6) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Mcu\f051\Src\eeprom.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/eeprom.o -MD) -I (..\mcu\f051\Inc\eeprom.h)(0x61036A3C) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x6035B090) -F (..\Mcu\f051\Src\IO.c)(0x64CE60E1)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/io.o -MD) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\f051\Inc\IO.h)(0x64CD2D95) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\mcu\f051\Inc\serial_telemetry.h)(0x61036A3C) -I (..\inc\functions.h)(0x63C813E5) -I (..\inc\common.h)(0x64CE6370) -F (..\Mcu\f051\Src\peripherals.c)(0x64CE83C0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/peripherals.o -MD) -I (..\mcu\f051\Inc\peripherals.h)(0x64CE83E8) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\f051\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\f051\Inc\ADC.h)(0x61036A3C) -F (..\Mcu\f051\Src\phaseouts.c)(0x62E65B70)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/phaseouts.o -MD) -I (..\mcu\f051\Inc\phaseouts.h)(0x61D32C53) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Mcu\f051\Src\serial_telemetry.c)(0x632B9D19)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/serial_telemetry.o -MD) -I (..\mcu\f051\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Mcu\f051\Src\stm32f0xx_it.c)(0x64CE65C7)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_it.o -MD) -I (..\mcu\f051\Inc\main.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\mcu\f051\Inc\stm32f0xx_it.h)(0x61036A3C) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\f051\Inc\ADC.h)(0x61036A3C) -F (..\Mcu\f051\Src\system_stm32f0xx.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/system_stm32f0xx.o -MD) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_adc.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_adc.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_comp.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_comp.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_dma.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_dma.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_exti.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_exti.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_gpio.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_gpio.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_pwr.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_pwr.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rcc.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_rcc.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_tim.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_tim.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_usart.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_usart.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h)(0x61036A3C) -F (..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_utils.c)(0x61036A3C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/f051/Drivers/CMSIS/Include -I ../mcu/f051/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I ../mcu/f051/Drivers/STM32F0xx_HAL_Driver/Inc -I ../mcu/f051/Inc -I ../inc -I./RTE/_AM32REF_F051 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.1.1/Drivers/CMSIS/Device/ST/STM32F0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32F051x8 -D_RTE_ -DSTM32F051x8 -DUSE_FULL_LL_DRIVER -DAM32REF_F051 -o ./objects/stm32f0xx_ll_utils.o -MD) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61036A3C) -I (..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h)(0x61036A3C) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h)(0x61036A3C) -I (..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h)(0x61036A3C) diff --git a/Keil_Projects/Objects/Am32F415_AT32DEV_F415.dep b/Keil_Projects/Objects/Am32F415_AT32DEV_F415.dep deleted file mode 100644 index 71617dff..00000000 --- a/Keil_Projects/Objects/Am32F415_AT32DEV_F415.dep +++ /dev/null @@ -1,1268 +0,0 @@ -Dependencies for Project 'Am32F415', Target 'AT32DEV_F415': (DO NOT MODIFY !) -CompilerVersion: 6160000::V6.16::ARMCLANG -F (..\Mcu\f415\Startup\mdk\startup_at32f415.s)(0x62FF056E)(--target=armv7em-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -masm=auto -c -Wa,armasm,--pd,"__EVAL SETA 1" -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -Wa,armasm,--pd,"__UVISION_VERSION SETA 536" -Wa,armasm,--pd,"AT32F415K8U7_4 SETA 1" -o ./objects/startup_at32f415.o) -F (..\Src\dshot.c)(0x64CD8289)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/dshot.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\Inc\common.h)(0x64CE6370) -I (..\mcu\F415\Inc\IO.h)(0x64CD5149) -I (..\Inc\sounds.h)(0x61BDD535) -F (..\Src\functions.c)(0x64E39CF2)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/functions.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\Inc\targets.h)(0x64E26E5D) -F (..\Src\main.c)(0x64CFC16D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/main.o -MD) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\F415\Inc\phaseouts.h)(0x61D32C53) -I (..\mcu\F415\Inc\eeprom.h)(0x62194F80) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\mcu\F415\Inc\ADC.h)(0x63CC13D7) -I (..\mcu\F415\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\F415\Inc\IO.h)(0x64CD5149) -I (..\mcu\F415\Inc\comparator.h)(0x63CBEC18) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\F415\Inc\peripherals.h)(0x63CC7A1B) -I (..\Inc\common.h)(0x64CE6370) -F (..\Src\signal.c)(0x64CFAD42)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/signal.o -MD) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\mcu\F415\Inc\IO.h)(0x64CD5149) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\F415\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\Inc\common.h)(0x64CE6370) -F (..\Src\sounds.c)(0x63CC7D74)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/sounds.o -MD) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\mcu\F415\Inc\phaseouts.h)(0x61D32C53) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\F415\Inc\eeprom.h)(0x62194F80) -I (..\Inc\common.h)(0x64CE6370) -I (..\mcu\F415\Inc\peripherals.h)(0x63CC7A1B) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_adc.c)(0x62FEFD60)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_adc.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_can.c)(0x62FEFD60)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_can.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_cmp.c)(0x62FEFD60)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_cmp.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_crc.c)(0x62FEFD61)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_crc.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_crm.c)(0x62FEFD61)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_crm.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_debug.c)(0x62FEFD62)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_debug.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_dma.c)(0x62FEFD62)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_dma.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_ertc.c)(0x62FEFD62)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_ertc.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_exint.c)(0x62FEFD63)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_exint.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_flash.c)(0x62FEFD63)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_flash.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_gpio.c)(0x637684E3)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_gpio.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_i2c.c)(0x62FEFD64)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_i2c.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_misc.c)(0x62FEFD64)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_misc.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_pwc.c)(0x62FEFD65)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_pwc.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_sdio.c)(0x62FEFD65)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_sdio.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_spi.c)(0x62FEFD66)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_spi.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_tmr.c)(0x62FEFD66)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_tmr.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_usart.c)(0x62FEFD67)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_usart.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_usb.c)(0x62FEFD67)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_usb.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_wdt.c)(0x62FEFD67)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_wdt.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Drivers\drivers\src\at32f415_wwdt.c)(0x62FEFD68)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_wwdt.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Src\ADC.c)(0x63CC128A)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/adc.o -MD) -I (..\mcu\F415\Inc\ADC.h)(0x63CC13D7) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f415\Src\at32f415_it.c)(0x63CBFA21)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/at32f415_it.o -MD) -I (..\mcu\F415\Inc\at32f415_it.h)(0x637A3049) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\F415\Inc\ADC.h)(0x63CC13D7) -F (..\Mcu\f415\Src\comparator.c)(0x63CBF261)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/comparator.o -MD) -I (..\mcu\F415\Inc\comparator.h)(0x63CBEC18) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\Inc\targets.h)(0x64E26E5D) -F (..\Mcu\f415\Src\eeprom.c)(0x63CC0D9D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/eeprom.o -MD) -I (..\mcu\F415\Inc\eeprom.h)(0x62194F80) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (C:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x6035B090) -F (..\Mcu\f415\Src\IO.c)(0x64CD0301)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/io.o -MD) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\F415\Inc\IO.h)(0x64CD5149) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\F415\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\common.h)(0x64CE6370) -F (..\Mcu\f415\Src\peripherals.c)(0x64E37D6D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/peripherals.o -MD) -I (..\mcu\F415\Inc\peripherals.h)(0x63CC7A1B) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\F415\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\common.h)(0x64CE6370) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\F415\Inc\ADC.h)(0x63CC13D7) -F (..\Mcu\f415\Src\phaseouts.c)(0x63D6B83D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/phaseouts.o -MD) -I (..\mcu\F415\Inc\phaseouts.h)(0x61D32C53) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f415\Src\serial_telemetry.c)(0x637A3AA4)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/serial_telemetry.o -MD) -I (..\mcu\F415\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\F415\Inc\main.h)(0x63CBEF56) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) -F (..\Mcu\f415\Src\system_at32f415.c)(0x63CBFCF6)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F415/Inc -I ../Mcu/f415/Drivers/drivers/inc -I ../Mcu/f415/Drivers/CMSIS/cm4/core_support -I ../Mcu/f415/Drivers/CMSIS/cm4/device_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F415_DFP/2.0.4/Device/Include -D__UVISION_VERSION="536" -DAT32F415K8U7_4 -DAT32F415K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F415 -o ./objects/system_at32f415.o -MD) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F415\Inc\system_at32f415.h)(0x62FEFD54) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h)(0x62FEFD53) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h)(0x637684A6) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h)(0x62FEFD5E) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h)(0x62FEFD57) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h)(0x62FEFD56) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h)(0x62FEFD59) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h)(0x62FEFD5B) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h)(0x62FEFD58) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h)(0x62FEFD5F) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h)(0x62FEFD5A) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h)(0x62FEFD5D) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h)(0x62FEFD5C) -I (..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h)(0x62FEFD5E) diff --git a/Keil_Projects/Objects/Am32F421_AT32DEV_F421.dep b/Keil_Projects/Objects/Am32F421_AT32DEV_F421.dep deleted file mode 100644 index fd9c5e79..00000000 --- a/Keil_Projects/Objects/Am32F421_AT32DEV_F421.dep +++ /dev/null @@ -1,1134 +0,0 @@ -Dependencies for Project 'Am32F421', Target 'AT32DEV_F421': (DO NOT MODIFY !) -CompilerVersion: 6160000::V6.16::ARMCLANG -F (..\Src\dshot.c)(0x64CD8289)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/dshot.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\Inc\common.h)(0x64CE6370) -I (..\mcu\F421\Inc\IO.h)(0x64CD4E32) -I (..\Inc\sounds.h)(0x61BDD535) -F (..\Src\functions.c)(0x64E39CF2)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/functions.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -F (..\Src\main.c)(0x64CFC16D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/main.o -MD) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\F421\Inc\phaseouts.h)(0x637942AA) -I (..\mcu\F421\Inc\eeprom.h)(0x62194F80) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\mcu\F421\Inc\ADC.h)(0x63CC1EE9) -I (..\mcu\F421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\F421\Inc\IO.h)(0x64CD4E32) -I (..\mcu\F421\Inc\comparator.h)(0x63790526) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\F421\Inc\peripherals.h)(0x63CC7A1B) -I (..\Inc\common.h)(0x64CE6370) -F (..\Src\signal.c)(0x64CFAD42)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/signal.o -MD) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\F421\Inc\IO.h)(0x64CD4E32) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\F421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\Inc\common.h)(0x64CE6370) -F (..\Src\sounds.c)(0x63CC7D74)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/sounds.o -MD) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\F421\Inc\phaseouts.h)(0x637942AA) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\F421\Inc\eeprom.h)(0x62194F80) -I (..\Inc\common.h)(0x64CE6370) -I (..\mcu\F421\Inc\peripherals.h)(0x63CC7A1B) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_adc.c)(0x62FEFD78)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_adc.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_cmp.c)(0x62FEFD78)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_cmp.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_crc.c)(0x62FEFD79)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_crc.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_crm.c)(0x62FEFD79)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_crm.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_debug.c)(0x62FEFD79)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_debug.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_dma.c)(0x62FEFD7A)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_dma.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_ertc.c)(0x62FEFD7A)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_ertc.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_exint.c)(0x62FEFD7B)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_exint.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_flash.c)(0x62FEFD7B)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_flash.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_gpio.c)(0x62FEFD7C)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_gpio.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_i2c.c)(0x62FEFD7C)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_i2c.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_misc.c)(0x62FEFD7D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_misc.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_pwc.c)(0x62FEFD7D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_pwc.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_scfg.c)(0x62FEFD7E)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_scfg.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_spi.c)(0x62FEFD7E)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_spi.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_tmr.c)(0x62FEFD7F)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_tmr.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_usart.c)(0x62FEFD7F)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_usart.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_wdt.c)(0x62FEFD80)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_wdt.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_wwdt.c)(0x62FEFD80)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_wwdt.o -MD) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Src\ADC.c)(0x64CFB920)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/adc.o -MD) -I (..\mcu\F421\Inc\ADC.h)(0x63CC1EE9) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f421\Src\at32f421_it.c)(0x64CFBB31)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/at32f421_it.o -MD) -I (..\mcu\F421\Inc\at32f421_it.h)(0x6378B505) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\F421\Inc\adc.h)(0x63CC1EE9) -F (..\Mcu\f421\Src\comparator.c)(0x64CF9FB9)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/comparator.o -MD) -I (..\mcu\F421\Inc\comparator.h)(0x63790526) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -F (..\Mcu\f421\Src\eeprom.c)(0x63CC7479)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/eeprom.o -MD) -I (..\mcu\F421\Inc\eeprom.h)(0x62194F80) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (C:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x6035B090) -F (..\Mcu\f421\Src\IO.c)(0x64CE607D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/io.o -MD) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\F421\Inc\IO.h)(0x64CD4E32) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\F421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\common.h)(0x64CE6370) -F (..\Mcu\f421\Src\peripherals.c)(0x64D38815)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/peripherals.o -MD) -I (..\mcu\F421\Inc\peripherals.h)(0x63CC7A1B) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\F421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\common.h)(0x64CE6370) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\F421\Inc\ADC.h)(0x63CC1EE9) -F (..\Mcu\f421\Src\phaseouts.c)(0x64CE7405)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/phaseouts.o -MD) -I (..\mcu\F421\Inc\phaseouts.h)(0x637942AA) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f421\Src\serial_telemetry.c)(0x6378D0A4)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/serial_telemetry.o -MD) -I (..\mcu\F421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\F421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Src\system_at32f421.c)(0x64D37805)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/F421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DAT32DEV_F421 -o ./objects/system_at32f421.o -MD) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\F421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\F421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Startup\mdk\startup_at32f421.s)(0x62FF01C3)(--target=armv7em-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -masm=auto -c -Wa,armasm,--pd,"__EVAL SETA 1" -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -Wa,armasm,--pd,"__UVISION_VERSION SETA 536" -Wa,armasm,--pd,"AT32F421K8U7 SETA 1" -o ./objects/startup_at32f421.o) diff --git a/Keil_Projects/Objects/Am32F421_HAKRC_G23.dep b/Keil_Projects/Objects/Am32F421_HAKRC_G23.dep deleted file mode 100644 index c494028b..00000000 --- a/Keil_Projects/Objects/Am32F421_HAKRC_G23.dep +++ /dev/null @@ -1,1135 +0,0 @@ -Dependencies for Project 'Am32F421', Target 'HAKRC_G23': (DO NOT MODIFY !) -CompilerVersion: 6160000::V6.16::ARMCLANG -F (..\Src\dshot.c)(0x64CD8289)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/dshot.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\Inc\common.h)(0x64CE6370) -I (..\mcu\f421\Inc\IO.h)(0x64CD4E32) -I (..\Inc\sounds.h)(0x61BDD535) -F (..\Src\functions.c)(0x64E39CF2)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/functions.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -F (..\Src\main.c)(0x64CFC16D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/main.o -MD) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\f421\Inc\phaseouts.h)(0x637942AA) -I (..\mcu\f421\Inc\eeprom.h)(0x62194F80) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\mcu\f421\Inc\ADC.h)(0x63CC1EE9) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\f421\Inc\IO.h)(0x64CD4E32) -I (..\mcu\f421\Inc\comparator.h)(0x63790526) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\f421\Inc\peripherals.h)(0x63CC7A1B) -I (..\Inc\common.h)(0x64CE6370) -F (..\Src\signal.c)(0x64CFAD42)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/signal.o -MD) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\f421\Inc\IO.h)(0x64CD4E32) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\Inc\common.h)(0x64CE6370) -F (..\Src\sounds.c)(0x63CC7D74)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/sounds.o -MD) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\f421\Inc\phaseouts.h)(0x637942AA) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\f421\Inc\eeprom.h)(0x62194F80) -I (..\Inc\common.h)(0x64CE6370) -I (..\mcu\f421\Inc\peripherals.h)(0x63CC7A1B) -F (C:\2_92_EXPERIMENTAL\AM32_PUBLIC\Src\firmwareversion.c)(0x63F3CBB1)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/firmwareversion.o -MD) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_adc.c)(0x62FEFD78)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_adc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_cmp.c)(0x62FEFD78)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_cmp.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_crc.c)(0x62FEFD79)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_crc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_crm.c)(0x62FEFD79)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_crm.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_debug.c)(0x62FEFD79)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_debug.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_dma.c)(0x62FEFD7A)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_dma.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_ertc.c)(0x62FEFD7A)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_ertc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_exint.c)(0x62FEFD7B)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_exint.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_flash.c)(0x62FEFD7B)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_flash.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_gpio.c)(0x62FEFD7C)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_gpio.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_i2c.c)(0x62FEFD7C)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_i2c.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_misc.c)(0x62FEFD7D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_misc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_pwc.c)(0x62FEFD7D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_pwc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_scfg.c)(0x62FEFD7E)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_scfg.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_spi.c)(0x62FEFD7E)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_spi.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_tmr.c)(0x62FEFD7F)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_tmr.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_usart.c)(0x62FEFD7F)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_usart.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_wdt.c)(0x62FEFD80)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_wdt.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_wwdt.c)(0x62FEFD80)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_wwdt.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Src\ADC.c)(0x64CFB920)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/adc.o -MD) -I (..\mcu\f421\Inc\ADC.h)(0x63CC1EE9) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f421\Src\at32f421_it.c)(0x64CFBB31)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/at32f421_it.o -MD) -I (..\mcu\f421\Inc\at32f421_it.h)(0x6378B505) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\f421\Inc\adc.h)(0x63CC1EE9) -F (..\Mcu\f421\Src\comparator.c)(0x64CF9FB9)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/comparator.o -MD) -I (..\mcu\f421\Inc\comparator.h)(0x63790526) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -F (..\Mcu\f421\Src\eeprom.c)(0x63CC7479)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/eeprom.o -MD) -I (..\mcu\f421\Inc\eeprom.h)(0x62194F80) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (C:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x6035B090) -F (..\Mcu\f421\Src\IO.c)(0x64CE607D)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/io.o -MD) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\f421\Inc\IO.h)(0x64CD4E32) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\common.h)(0x64CE6370) -F (..\Mcu\f421\Src\peripherals.c)(0x64D38815)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/peripherals.o -MD) -I (..\mcu\f421\Inc\peripherals.h)(0x63CC7A1B) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\common.h)(0x64CE6370) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\f421\Inc\ADC.h)(0x63CC1EE9) -F (..\Mcu\f421\Src\phaseouts.c)(0x64CE7405)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/phaseouts.o -MD) -I (..\mcu\f421\Inc\phaseouts.h)(0x637942AA) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x64E26E5D) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f421\Src\serial_telemetry.c)(0x6378D0A4)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/serial_telemetry.o -MD) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Src\system_at32f421.c)(0x64D37805)(-xc -std=gnu11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="536" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DHAKRC_G23_F421 -o ./objects/system_at32f421.o -MD) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Startup\mdk\startup_at32f421.s)(0x62FF01C3)(--target=armv7em-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -masm=auto -c -Wa,armasm,--pd,"__EVAL SETA 1" -IC:/Users/alkaz/AppData/Local/Arm/Packs/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -Wa,armasm,--pd,"__UVISION_VERSION SETA 536" -Wa,armasm,--pd,"AT32F421K8U7 SETA 1" -o ./objects/startup_at32f421.o) diff --git a/Keil_Projects/Objects/Am32F421_WRAITH32.dep b/Keil_Projects/Objects/Am32F421_WRAITH32.dep deleted file mode 100644 index d3d3c9ea..00000000 --- a/Keil_Projects/Objects/Am32F421_WRAITH32.dep +++ /dev/null @@ -1,1173 +0,0 @@ -Dependencies for Project 'Am32F421', Target 'WRAITH32': (DO NOT MODIFY !) -CompilerVersion: 6190000::V6.19::ARMCLANG -F (..\Src\dshot.c)(0x651034D2)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/dshot.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x6510AB19) -I (..\Inc\dshot.h)(0x64EF8AB5) -I (..\Inc\common.h)(0x65103179) -I (..\mcu\f421\Inc\IO.h)(0x64CD4E32) -I (..\Inc\sounds.h)(0x64FF3015) -F (..\Src\functions.c)(0x64E39CF2)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/functions.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x6510AB19) -F (..\Src\main.c)(0x6510A0A9)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/main.o -MD) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x6510AB19) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\Inc\dshot.h)(0x64EF8AB5) -I (..\mcu\f421\Inc\phaseouts.h)(0x637942AA) -I (..\mcu\f421\Inc\eeprom.h)(0x62194F80) -I (..\Inc\sounds.h)(0x64FF3015) -I (..\mcu\f421\Inc\ADC.h)(0x63CC1EE9) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\f421\Inc\IO.h)(0x64CD4E32) -I (..\mcu\f421\Inc\comparator.h)(0x63790526) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\f421\Inc\peripherals.h)(0x64FA20CF) -I (..\Inc\common.h)(0x65103179) -F (..\Src\signal.c)(0x651035F5)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/signal.o -MD) -I (..\Inc\targets.h)(0x6510AB19) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\f421\Inc\IO.h)(0x64CD4E32) -I (..\Inc\dshot.h)(0x64EF8AB5) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\sounds.h)(0x64FF3015) -I (..\Inc\common.h)(0x65103179) -F (..\Src\sounds.c)(0x64F0F966)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/sounds.o -MD) -I (..\Inc\sounds.h)(0x64FF3015) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\f421\Inc\phaseouts.h)(0x637942AA) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\targets.h)(0x6510AB19) -I (..\mcu\f421\Inc\eeprom.h)(0x62194F80) -I (..\Inc\common.h)(0x65103179) -I (..\mcu\f421\Inc\peripherals.h)(0x64FA20CF) -F (..\Src\firmwareversion.c)(0x63F3CBB1)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/firmwareversion.o -MD) -I (..\Inc\firmwareversion.h)(0x63F3CBE2) -I (..\Inc\targets.h)(0x6510AB19) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_adc.c)(0x62FEFD78)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_adc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_cmp.c)(0x62FEFD78)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_cmp.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_crc.c)(0x62FEFD79)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_crc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_crm.c)(0x62FEFD79)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_crm.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_debug.c)(0x62FEFD79)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_debug.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_dma.c)(0x62FEFD7A)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_dma.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_ertc.c)(0x62FEFD7A)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_ertc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_exint.c)(0x62FEFD7B)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_exint.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_flash.c)(0x62FEFD7B)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_flash.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_gpio.c)(0x62FEFD7C)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_gpio.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_i2c.c)(0x62FEFD7C)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_i2c.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_misc.c)(0x62FEFD7D)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_misc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_pwc.c)(0x62FEFD7D)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_pwc.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_scfg.c)(0x62FEFD7E)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_scfg.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_spi.c)(0x62FEFD7E)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_spi.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_tmr.c)(0x62FEFD7F)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_tmr.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_usart.c)(0x62FEFD7F)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_usart.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_wdt.c)(0x62FEFD80)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_wdt.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Drivers\drivers\src\at32f421_wwdt.c)(0x62FEFD80)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_wwdt.o -MD) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Src\ADC.c)(0x65104A2F)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/adc.o -MD) -I (..\mcu\f421\Inc\ADC.h)(0x63CC1EE9) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x6510AB19) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f421\Src\at32f421_it.c)(0x64EFC879)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/at32f421_it.o -MD) -I (..\mcu\f421\Inc\at32f421_it.h)(0x64EB6F51) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Inc\targets.h)(0x6510AB19) -I (..\mcu\f421\Inc\adc.h)(0x63CC1EE9) -F (..\Mcu\f421\Src\comparator.c)(0x64CF9FB9)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/comparator.o -MD) -I (..\mcu\f421\Inc\comparator.h)(0x63790526) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x6510AB19) -F (..\Mcu\f421\Src\eeprom.c)(0x63CC7479)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/eeprom.o -MD) -I (..\mcu\f421\Inc\eeprom.h)(0x62194F80) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (C:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x6388F1C8) -F (..\Mcu\f421\Src\IO.c)(0x64CE607D)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/io.o -MD) -I (..\Inc\targets.h)(0x6510AB19) -I (..\mcu\f421\Inc\IO.h)(0x64CD4E32) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\dshot.h)(0x64EF8AB5) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\common.h)(0x65103179) -F (..\Mcu\f421\Src\peripherals.c)(0x64FA1D86)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/peripherals.o -MD) -I (..\mcu\f421\Inc\peripherals.h)(0x64FA20CF) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x6510AB19) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\Inc\common.h)(0x65103179) -I (..\Inc\functions.h)(0x63C813E5) -I (..\mcu\f421\Inc\ADC.h)(0x63CC1EE9) -F (..\Mcu\f421\Src\phaseouts.c)(0x64FA1D36)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/phaseouts.o -MD) -I (..\mcu\f421\Inc\phaseouts.h)(0x637942AA) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x6510AB19) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f421\Src\serial_telemetry.c)(0x6378D0A4)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/serial_telemetry.o -MD) -I (..\mcu\f421\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Src\system_at32f421.c)(0x64D37805)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/system_at32f421.o -MD) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -F (..\Mcu\f421\Src\WS2812.c)(0x64E55504)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Inc -I ../mcu/f421/Inc -I ../Mcu/f421/Drivers/drivers/inc -I ../Mcu/f421/Drivers/CMSIS/cm4/device_support -I ../Mcu/f421/Drivers/CMSIS/cm4/core_support -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -D__UVISION_VERSION="538" -DAT32F421K8U7 -DAT32F421K8U7 -DUSE_STDPERIPH_DRIVER -DWRAITH32_F421 -o ./objects/ws2812.o -MD) -I (..\mcu\f421\Inc\WS2812.h)(0x61036A3E) -I (..\mcu\f421\Inc\main.h)(0x6379454F) -I (..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h)(0x62FEFD6A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h)(0x62FEFD5A) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h)(0x62FEFD5A) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x6388F1C8) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6388F1C8) -I (..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h)(0x62FEFD5A) -I (..\mcu\f421\Inc\system_at32f421.h)(0x62FEFD6B) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h)(0x62FEFD70) -I (..\mcu\f421\Inc\at32f421_conf.h)(0x637939A9) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h)(0x62FEFD71) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h)(0x62FEFD74) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h)(0x62FEFD6E) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h)(0x62FEFD75) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h)(0x62FEFD70) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h)(0x62FEFD6F) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h)(0x62FEFD77) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h)(0x62FEFD76) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h)(0x62FEFD72) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h)(0x62FEFD73) -I (..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h)(0x62FEFD74) -I (..\Inc\targets.h)(0x6510AB19) -I (..\Inc\functions.h)(0x63C813E5) -F (..\Mcu\f421\Startup\mdk\startup_at32f421.s)(0x62FF01C3)(--target=armv7em-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -masm=auto -Wa,armasm,--diag_suppress=A1950W -c -gdwarf-4 -Wa,armasm,--pd,"__EVAL SETA 1" -IC:/KeilPacks/ArteryTek/AT32F421_DFP/2.0.5/Device/Include -Wa,armasm,--pd,"__UVISION_VERSION SETA 538" -Wa,armasm,--pd,"AT32F421K8U7 SETA 1" -o ./objects/startup_at32f421.o) diff --git a/Keil_Projects/Objects/Am32G071_GEN_64K_G071.dep b/Keil_Projects/Objects/Am32G071_GEN_64K_G071.dep deleted file mode 100644 index b2005d80..00000000 --- a/Keil_Projects/Objects/Am32G071_GEN_64K_G071.dep +++ /dev/null @@ -1,613 +0,0 @@ -Dependencies for Project 'Am32G071', Target 'GEN_64K_G071': (DO NOT MODIFY !) -CompilerVersion: 6160000::V6.16::ARMCLANG -F (..\Mcu\g071\Startup\mdk\startup_stm32g071xx.s)(0x62DF47B3)(--cpu Cortex-M0+ --pd "__EVAL SETA 1" -g --pd "__MICROLIB SETA 1" -I.\RTE\_GEN_64K_G071 -IC:\Users\alkaz\AppData\Local\Arm\Packs\ARM\CMSIS\5.8.0\CMSIS\Core\Include -IC:\Users\alkaz\AppData\Local\Arm\Packs\Keil\STM32G0xx_DFP\1.4.0\Drivers\CMSIS\Device\ST\STM32G0xx\Include --pd "__UVISION_VERSION SETA 536" --pd "_RTE_ SETA 1" --pd "STM32G071xx SETA 1" --pd "_RTE_ SETA 1" --list startup_stm32g071xx.lst --xref -o .\objects\startup_stm32g071xx.o --depend .\objects\startup_stm32g071xx.d) -F (..\Mcu\g071\Src\ADC.c)(0x632EEF70)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/adc.o -MD) -I (..\Mcu\g071\Inc\ADC.h)(0x5F595D14) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Inc\targets.h)(0x64E68BE2) -F (..\Mcu\g071\Src\comparator.c)(0x636A6005)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/comparator.o -MD) -I (..\Mcu\g071\Inc\comparator.h)(0x636A5C87) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Inc\targets.h)(0x64E68BE2) -I (..\Inc\common.h)(0x64CE6370) -F (..\Mcu\g071\Src\eeprom.c)(0x5F54E173)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/eeprom.o -MD) -I (..\Mcu\g071\Inc\eeprom.h)(0x5EA85CF1) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (C:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x6035B090) -F (..\Mcu\g071\Src\IO.c)(0x64CD8017)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/io.o -MD) -I (..\Inc\targets.h)(0x64E68BE2) -I (..\Mcu\g071\Inc\IO.h)(0x64CD5161) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\Mcu\g071\Inc\serial_telemetry.h)(0x5EC5CABC) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\common.h)(0x64CE6370) -F (..\Mcu\g071\Src\peripherals.c)(0x64CD8B05)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/peripherals.o -MD) -I (..\Mcu\g071\Inc\peripherals.h)(0x63CC7A1B) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Mcu\g071\Inc\ADC.h)(0x5F595D14) -I (..\Inc\targets.h)(0x64E68BE2) -I (..\Mcu\g071\Inc\serial_telemetry.h)(0x5EC5CABC) -F (..\Mcu\g071\Src\phaseouts.c)(0x62E65B70)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/phaseouts.o -MD) -I (..\Mcu\g071\Inc\phaseouts.h)(0x61D32C53) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Inc\targets.h)(0x64E68BE2) -F (..\Mcu\g071\Src\serial_telemetry.c)(0x606227CF)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/serial_telemetry.o -MD) -I (..\Mcu\g071\Inc\serial_telemetry.h)(0x5EC5CABC) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -F (..\Mcu\g071\Src\stm32g0xx_it.c)(0x62E02AFB)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_it.o -MD) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Mcu\g071\Inc\stm32g0xx_it.h)(0x62DF42D0) -I (..\Mcu\g071\Inc\ADC.h)(0x5F595D14) -I (..\Inc\targets.h)(0x64E68BE2) -I (..\Mcu\g071\Inc\WS2812.h)(0x61036A3E) -F (..\Mcu\g071\Src\system_stm32g0xx.c)(0x5D992930)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/system_stm32g0xx.o -MD) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -F (..\Mcu\g071\Src\WS2812.c)(0x632E5CBC)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/ws2812.o -MD) -I (..\Mcu\g071\Inc\WS2812.h)(0x61036A3E) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -F (..\Src\dshot.c)(0x64CD8289)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/dshot.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Inc\targets.h)(0x64E68BE2) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\Inc\common.h)(0x64CE6370) -I (..\Mcu\g071\Inc\IO.h)(0x64CD5161) -I (..\Inc\sounds.h)(0x61BDD535) -F (..\Src\functions.c)(0x64E39CF2)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/functions.o -MD) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Inc\targets.h)(0x64E68BE2) -F (..\Src\main.c)(0x64E575AF)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/main.o -MD) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Inc\targets.h)(0x64E68BE2) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\Mcu\g071\Inc\phaseouts.h)(0x61D32C53) -I (..\Mcu\g071\Inc\eeprom.h)(0x5EA85CF1) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\Mcu\g071\Inc\ADC.h)(0x5F595D14) -I (..\Mcu\g071\Inc\serial_telemetry.h)(0x5EC5CABC) -I (..\Mcu\g071\Inc\IO.h)(0x64CD5161) -I (..\Mcu\g071\Inc\comparator.h)(0x636A5C87) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Mcu\g071\Inc\peripherals.h)(0x63CC7A1B) -I (..\Inc\common.h)(0x64CE6370) -F (..\Src\signal.c)(0x64CFAD42)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/signal.o -MD) -I (..\Inc\targets.h)(0x64E68BE2) -I (..\Inc\signal.h)(0x64CD0F81) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Mcu\g071\Inc\IO.h)(0x64CD5161) -I (..\Inc\dshot.h)(0x61D1E64B) -I (..\Mcu\g071\Inc\serial_telemetry.h)(0x5EC5CABC) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\Inc\common.h)(0x64CE6370) -F (..\Src\sounds.c)(0x63CC7D74)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/sounds.o -MD) -I (..\Inc\sounds.h)(0x61BDD535) -I (..\Mcu\g071\Inc\main.h)(0x606224E2) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Mcu\g071\Inc\phaseouts.h)(0x61D32C53) -I (..\Inc\functions.h)(0x63C813E5) -I (..\Inc\targets.h)(0x64E68BE2) -I (..\Mcu\g071\Inc\eeprom.h)(0x5EA85CF1) -I (..\Inc\common.h)(0x64CE6370) -I (..\Mcu\g071\Inc\peripherals.h)(0x63CC7A1B) -I (..\Mcu\g071\Inc\ADC.h)(0x5F595D14) -F (..\Src\firmwareversion.c)(0x63F3CBB1)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/firmwareversion.o -MD) -I (..\Inc\firmwareversion.h)(0x63F3CBE2) -I (..\Inc\targets.h)(0x64E68BE2) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_adc.c)(0x5D992A0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_adc.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_comp.c)(0x5D992A0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_comp.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dma.c)(0x5D992A0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_dma.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_exti.c)(0x5D992A0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_exti.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_gpio.c)(0x5D992A0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_gpio.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_pwr.c)(0x5D992A0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_pwr.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rcc.c)(0x5D992A0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_rcc.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_tim.c)(0x5D992A0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_tim.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_usart.c)(0x6062205C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_usart.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h)(0x6062205C) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h)(0x5D992A0B) -F (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_utils.c)(0x5D992A0E)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0plus -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -gdwarf-4 -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Mcu/g071/Drivers/CMSIS/Include -I ../Mcu/g071/Drivers/STM32G0xx_HAL_Driver/Inc -I ../Mcu/g071/Drivers/CMSIS/Device/ST/STM32G0xx/Include -I ../Mcu/g071/Inc -I ../Inc -I./RTE/_GEN_64K_G071 -IC:/Users/alkaz/AppData/Local/Arm/Packs/ARM/CMSIS/5.8.0/CMSIS/Core/Include -IC:/Users/alkaz/AppData/Local/Arm/Packs/Keil/STM32G0xx_DFP/1.4.0/Drivers/CMSIS/Device/ST/STM32G0xx/Include -D__UVISION_VERSION="536" -D_RTE_ -DSTM32G071xx -D_RTE_ -DGEN_64K_G071 -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000" -DHSE_STARTUP_TIMEOUT="100" -DLSE_STARTUP_TIMEOUT="5000" -DLSE_VALUE="32768" -DEXTERNAL_CLOCK_VALUE="12288000" -DHSI_VALUE="16000000" -DLSI_VALUE="32000" -DVDD_VALUE="3300" -DPREFETCH_ENABLE="0" -DINSTRUCTION_CACHE_ENABLE="1" -DDATA_CACHE_ENABLE="1" -DSTM32G071xx -o ./objects/stm32g0xx_ll_utils.o -MD) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h)(0x5D992A07) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h)(0x5D992A06) -I (..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h)(0x5D992A06) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h)(0x5D992A07) -I (..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h)(0x5D99292F) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h)(0x5D992A0B) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h)(0x5D992A0C) -I (..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h)(0x5D992A0B) diff --git a/Keil_Projects/Objects/adc.d b/Keil_Projects/Objects/adc.d deleted file mode 100644 index 643ff9f5..00000000 --- a/Keil_Projects/Objects/adc.d +++ /dev/null @@ -1,34 +0,0 @@ -./objects/adc.o: ..\Mcu\f421\Src\ADC.c ..\mcu\f421\Inc\ADC.h \ - ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\targets.h \ - ..\Inc\functions.h diff --git a/Keil_Projects/Objects/adc.o b/Keil_Projects/Objects/adc.o deleted file mode 100644 index e5aa26e4..00000000 Binary files a/Keil_Projects/Objects/adc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_adc.d b/Keil_Projects/Objects/at32f415_adc.d deleted file mode 100644 index 3fba9c25..00000000 --- a/Keil_Projects/Objects/at32f415_adc.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_adc.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_adc.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_adc.o b/Keil_Projects/Objects/at32f415_adc.o deleted file mode 100644 index e31f4b64..00000000 Binary files a/Keil_Projects/Objects/at32f415_adc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_can.d b/Keil_Projects/Objects/at32f415_can.d deleted file mode 100644 index 2bfb974b..00000000 --- a/Keil_Projects/Objects/at32f415_can.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_can.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_can.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_can.o b/Keil_Projects/Objects/at32f415_can.o deleted file mode 100644 index 73072667..00000000 Binary files a/Keil_Projects/Objects/at32f415_can.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_cmp.d b/Keil_Projects/Objects/at32f415_cmp.d deleted file mode 100644 index b4b422e9..00000000 --- a/Keil_Projects/Objects/at32f415_cmp.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_cmp.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_cmp.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_cmp.o b/Keil_Projects/Objects/at32f415_cmp.o deleted file mode 100644 index 2d1c915d..00000000 Binary files a/Keil_Projects/Objects/at32f415_cmp.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_crc.d b/Keil_Projects/Objects/at32f415_crc.d deleted file mode 100644 index 2dc6ba94..00000000 --- a/Keil_Projects/Objects/at32f415_crc.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_crc.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_crc.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_crc.o b/Keil_Projects/Objects/at32f415_crc.o deleted file mode 100644 index 2d3fd6f4..00000000 Binary files a/Keil_Projects/Objects/at32f415_crc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_crm.d b/Keil_Projects/Objects/at32f415_crm.d deleted file mode 100644 index 091d5008..00000000 --- a/Keil_Projects/Objects/at32f415_crm.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_crm.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_crm.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_crm.o b/Keil_Projects/Objects/at32f415_crm.o deleted file mode 100644 index 11e6ce9c..00000000 Binary files a/Keil_Projects/Objects/at32f415_crm.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_debug.d b/Keil_Projects/Objects/at32f415_debug.d deleted file mode 100644 index 51d5d1a3..00000000 --- a/Keil_Projects/Objects/at32f415_debug.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_debug.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_debug.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_debug.o b/Keil_Projects/Objects/at32f415_debug.o deleted file mode 100644 index 5f03d12a..00000000 Binary files a/Keil_Projects/Objects/at32f415_debug.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_dma.d b/Keil_Projects/Objects/at32f415_dma.d deleted file mode 100644 index 958f9ed1..00000000 --- a/Keil_Projects/Objects/at32f415_dma.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_dma.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_dma.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_dma.o b/Keil_Projects/Objects/at32f415_dma.o deleted file mode 100644 index e0880e07..00000000 Binary files a/Keil_Projects/Objects/at32f415_dma.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_ertc.d b/Keil_Projects/Objects/at32f415_ertc.d deleted file mode 100644 index d08edcd5..00000000 --- a/Keil_Projects/Objects/at32f415_ertc.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_ertc.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_ertc.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_ertc.o b/Keil_Projects/Objects/at32f415_ertc.o deleted file mode 100644 index a01723db..00000000 Binary files a/Keil_Projects/Objects/at32f415_ertc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_exint.d b/Keil_Projects/Objects/at32f415_exint.d deleted file mode 100644 index 7fb41ad2..00000000 --- a/Keil_Projects/Objects/at32f415_exint.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_exint.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_exint.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_exint.o b/Keil_Projects/Objects/at32f415_exint.o deleted file mode 100644 index 3ed088a5..00000000 Binary files a/Keil_Projects/Objects/at32f415_exint.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_flash.d b/Keil_Projects/Objects/at32f415_flash.d deleted file mode 100644 index d788cc4d..00000000 --- a/Keil_Projects/Objects/at32f415_flash.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_flash.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_flash.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_flash.o b/Keil_Projects/Objects/at32f415_flash.o deleted file mode 100644 index 9ebede67..00000000 Binary files a/Keil_Projects/Objects/at32f415_flash.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_gpio.d b/Keil_Projects/Objects/at32f415_gpio.d deleted file mode 100644 index d9779b5d..00000000 --- a/Keil_Projects/Objects/at32f415_gpio.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_gpio.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_gpio.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_gpio.o b/Keil_Projects/Objects/at32f415_gpio.o deleted file mode 100644 index 480b6242..00000000 Binary files a/Keil_Projects/Objects/at32f415_gpio.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_i2c.d b/Keil_Projects/Objects/at32f415_i2c.d deleted file mode 100644 index 3f85f2a7..00000000 --- a/Keil_Projects/Objects/at32f415_i2c.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_i2c.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_i2c.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_i2c.o b/Keil_Projects/Objects/at32f415_i2c.o deleted file mode 100644 index 65b0f99a..00000000 Binary files a/Keil_Projects/Objects/at32f415_i2c.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_it.d b/Keil_Projects/Objects/at32f415_it.d deleted file mode 100644 index c7f5c923..00000000 --- a/Keil_Projects/Objects/at32f415_it.d +++ /dev/null @@ -1,37 +0,0 @@ -./objects/at32f415_it.o: ..\Mcu\f415\Src\at32f415_it.c \ - ..\mcu\F415\Inc\at32f415_it.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h ..\mcu\F415\Inc\main.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Inc\targets.h ..\mcu\F415\Inc\ADC.h ..\mcu\F415\Inc\main.h diff --git a/Keil_Projects/Objects/at32f415_it.o b/Keil_Projects/Objects/at32f415_it.o deleted file mode 100644 index 2d9c39e2..00000000 Binary files a/Keil_Projects/Objects/at32f415_it.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_misc.d b/Keil_Projects/Objects/at32f415_misc.d deleted file mode 100644 index 1e406e5d..00000000 --- a/Keil_Projects/Objects/at32f415_misc.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_misc.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_misc.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_misc.o b/Keil_Projects/Objects/at32f415_misc.o deleted file mode 100644 index 0a903282..00000000 Binary files a/Keil_Projects/Objects/at32f415_misc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_pwc.d b/Keil_Projects/Objects/at32f415_pwc.d deleted file mode 100644 index 1a44bed2..00000000 --- a/Keil_Projects/Objects/at32f415_pwc.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_pwc.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_pwc.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_pwc.o b/Keil_Projects/Objects/at32f415_pwc.o deleted file mode 100644 index 39001f57..00000000 Binary files a/Keil_Projects/Objects/at32f415_pwc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_sdio.d b/Keil_Projects/Objects/at32f415_sdio.d deleted file mode 100644 index 7a3ae930..00000000 --- a/Keil_Projects/Objects/at32f415_sdio.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_sdio.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_sdio.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_sdio.o b/Keil_Projects/Objects/at32f415_sdio.o deleted file mode 100644 index 69a260b6..00000000 Binary files a/Keil_Projects/Objects/at32f415_sdio.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_spi.d b/Keil_Projects/Objects/at32f415_spi.d deleted file mode 100644 index f906e72f..00000000 --- a/Keil_Projects/Objects/at32f415_spi.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_spi.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_spi.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_spi.o b/Keil_Projects/Objects/at32f415_spi.o deleted file mode 100644 index 492165f2..00000000 Binary files a/Keil_Projects/Objects/at32f415_spi.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_tmr.d b/Keil_Projects/Objects/at32f415_tmr.d deleted file mode 100644 index e8736591..00000000 --- a/Keil_Projects/Objects/at32f415_tmr.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_tmr.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_tmr.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_tmr.o b/Keil_Projects/Objects/at32f415_tmr.o deleted file mode 100644 index 83ef5ea7..00000000 Binary files a/Keil_Projects/Objects/at32f415_tmr.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_usart.d b/Keil_Projects/Objects/at32f415_usart.d deleted file mode 100644 index ab6b59e9..00000000 --- a/Keil_Projects/Objects/at32f415_usart.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_usart.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_usart.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_usart.o b/Keil_Projects/Objects/at32f415_usart.o deleted file mode 100644 index 7c66bddc..00000000 Binary files a/Keil_Projects/Objects/at32f415_usart.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_usb.d b/Keil_Projects/Objects/at32f415_usb.d deleted file mode 100644 index bac2fcc6..00000000 --- a/Keil_Projects/Objects/at32f415_usb.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_usb.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_usb.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_usb.o b/Keil_Projects/Objects/at32f415_usb.o deleted file mode 100644 index 7ccc4a38..00000000 Binary files a/Keil_Projects/Objects/at32f415_usb.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_wdt.d b/Keil_Projects/Objects/at32f415_wdt.d deleted file mode 100644 index ceefa7cd..00000000 --- a/Keil_Projects/Objects/at32f415_wdt.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/at32f415_wdt.o: ..\Mcu\f415\Drivers\drivers\src\at32f415_wdt.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_wdt.o b/Keil_Projects/Objects/at32f415_wdt.o deleted file mode 100644 index 75bb06e3..00000000 Binary files a/Keil_Projects/Objects/at32f415_wdt.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f415_wwdt.d b/Keil_Projects/Objects/at32f415_wwdt.d deleted file mode 100644 index df46659f..00000000 --- a/Keil_Projects/Objects/at32f415_wwdt.d +++ /dev/null @@ -1,36 +0,0 @@ -./objects/at32f415_wwdt.o: \ - ..\Mcu\f415\Drivers\drivers\src\at32f415_wwdt.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/at32f415_wwdt.o b/Keil_Projects/Objects/at32f415_wwdt.o deleted file mode 100644 index aee0289c..00000000 Binary files a/Keil_Projects/Objects/at32f415_wwdt.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_adc.d b/Keil_Projects/Objects/at32f421_adc.d deleted file mode 100644 index c2c0b2bf..00000000 --- a/Keil_Projects/Objects/at32f421_adc.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_adc.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_adc.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_adc.o b/Keil_Projects/Objects/at32f421_adc.o deleted file mode 100644 index dd250ce7..00000000 Binary files a/Keil_Projects/Objects/at32f421_adc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_cmp.d b/Keil_Projects/Objects/at32f421_cmp.d deleted file mode 100644 index 499a4738..00000000 --- a/Keil_Projects/Objects/at32f421_cmp.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_cmp.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_cmp.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_cmp.o b/Keil_Projects/Objects/at32f421_cmp.o deleted file mode 100644 index 461456a3..00000000 Binary files a/Keil_Projects/Objects/at32f421_cmp.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_crc.d b/Keil_Projects/Objects/at32f421_crc.d deleted file mode 100644 index c98741e0..00000000 --- a/Keil_Projects/Objects/at32f421_crc.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_crc.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_crc.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_crc.o b/Keil_Projects/Objects/at32f421_crc.o deleted file mode 100644 index 0c8748c0..00000000 Binary files a/Keil_Projects/Objects/at32f421_crc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_crm.d b/Keil_Projects/Objects/at32f421_crm.d deleted file mode 100644 index 1354e83e..00000000 --- a/Keil_Projects/Objects/at32f421_crm.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_crm.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_crm.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_crm.o b/Keil_Projects/Objects/at32f421_crm.o deleted file mode 100644 index 08b3f38a..00000000 Binary files a/Keil_Projects/Objects/at32f421_crm.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_debug.d b/Keil_Projects/Objects/at32f421_debug.d deleted file mode 100644 index 11665522..00000000 --- a/Keil_Projects/Objects/at32f421_debug.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_debug.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_debug.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_debug.o b/Keil_Projects/Objects/at32f421_debug.o deleted file mode 100644 index 59eb209e..00000000 Binary files a/Keil_Projects/Objects/at32f421_debug.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_dma.d b/Keil_Projects/Objects/at32f421_dma.d deleted file mode 100644 index 2333a98c..00000000 --- a/Keil_Projects/Objects/at32f421_dma.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_dma.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_dma.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_dma.o b/Keil_Projects/Objects/at32f421_dma.o deleted file mode 100644 index 9ae60533..00000000 Binary files a/Keil_Projects/Objects/at32f421_dma.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_ertc.d b/Keil_Projects/Objects/at32f421_ertc.d deleted file mode 100644 index 820452ed..00000000 --- a/Keil_Projects/Objects/at32f421_ertc.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_ertc.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_ertc.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_ertc.o b/Keil_Projects/Objects/at32f421_ertc.o deleted file mode 100644 index b0da1bf9..00000000 Binary files a/Keil_Projects/Objects/at32f421_ertc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_exint.d b/Keil_Projects/Objects/at32f421_exint.d deleted file mode 100644 index 5871c154..00000000 --- a/Keil_Projects/Objects/at32f421_exint.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_exint.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_exint.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_exint.o b/Keil_Projects/Objects/at32f421_exint.o deleted file mode 100644 index 57a3c219..00000000 Binary files a/Keil_Projects/Objects/at32f421_exint.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_flash.d b/Keil_Projects/Objects/at32f421_flash.d deleted file mode 100644 index f6f2939c..00000000 --- a/Keil_Projects/Objects/at32f421_flash.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_flash.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_flash.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_flash.o b/Keil_Projects/Objects/at32f421_flash.o deleted file mode 100644 index 55ce06e1..00000000 Binary files a/Keil_Projects/Objects/at32f421_flash.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_gpio.d b/Keil_Projects/Objects/at32f421_gpio.d deleted file mode 100644 index bd9624f6..00000000 --- a/Keil_Projects/Objects/at32f421_gpio.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_gpio.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_gpio.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_gpio.o b/Keil_Projects/Objects/at32f421_gpio.o deleted file mode 100644 index 040eb123..00000000 Binary files a/Keil_Projects/Objects/at32f421_gpio.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_i2c.d b/Keil_Projects/Objects/at32f421_i2c.d deleted file mode 100644 index 1b8b24a7..00000000 --- a/Keil_Projects/Objects/at32f421_i2c.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_i2c.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_i2c.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_i2c.o b/Keil_Projects/Objects/at32f421_i2c.o deleted file mode 100644 index 7e9d52d4..00000000 Binary files a/Keil_Projects/Objects/at32f421_i2c.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_it.d b/Keil_Projects/Objects/at32f421_it.d deleted file mode 100644 index bdd24baf..00000000 --- a/Keil_Projects/Objects/at32f421_it.d +++ /dev/null @@ -1,34 +0,0 @@ -./objects/at32f421_it.o: ..\Mcu\f421\Src\at32f421_it.c \ - ..\mcu\f421\Inc\at32f421_it.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\mcu\f421\Inc\main.h \ - ..\Inc\targets.h ..\mcu\f421\Inc\adc.h diff --git a/Keil_Projects/Objects/at32f421_it.o b/Keil_Projects/Objects/at32f421_it.o deleted file mode 100644 index dd924a94..00000000 Binary files a/Keil_Projects/Objects/at32f421_it.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_misc.d b/Keil_Projects/Objects/at32f421_misc.d deleted file mode 100644 index 9799df30..00000000 --- a/Keil_Projects/Objects/at32f421_misc.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_misc.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_misc.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_misc.o b/Keil_Projects/Objects/at32f421_misc.o deleted file mode 100644 index cadb93bf..00000000 Binary files a/Keil_Projects/Objects/at32f421_misc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_pwc.d b/Keil_Projects/Objects/at32f421_pwc.d deleted file mode 100644 index 9289e262..00000000 --- a/Keil_Projects/Objects/at32f421_pwc.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_pwc.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_pwc.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_pwc.o b/Keil_Projects/Objects/at32f421_pwc.o deleted file mode 100644 index f6c773af..00000000 Binary files a/Keil_Projects/Objects/at32f421_pwc.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_scfg.d b/Keil_Projects/Objects/at32f421_scfg.d deleted file mode 100644 index 03896755..00000000 --- a/Keil_Projects/Objects/at32f421_scfg.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_scfg.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_scfg.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_scfg.o b/Keil_Projects/Objects/at32f421_scfg.o deleted file mode 100644 index fc40dccc..00000000 Binary files a/Keil_Projects/Objects/at32f421_scfg.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_spi.d b/Keil_Projects/Objects/at32f421_spi.d deleted file mode 100644 index 2cf48dfa..00000000 --- a/Keil_Projects/Objects/at32f421_spi.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_spi.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_spi.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_spi.o b/Keil_Projects/Objects/at32f421_spi.o deleted file mode 100644 index ef25b054..00000000 Binary files a/Keil_Projects/Objects/at32f421_spi.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_tmr.d b/Keil_Projects/Objects/at32f421_tmr.d deleted file mode 100644 index 0676c4a8..00000000 --- a/Keil_Projects/Objects/at32f421_tmr.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_tmr.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_tmr.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_tmr.o b/Keil_Projects/Objects/at32f421_tmr.o deleted file mode 100644 index 2fdaf97b..00000000 Binary files a/Keil_Projects/Objects/at32f421_tmr.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_usart.d b/Keil_Projects/Objects/at32f421_usart.d deleted file mode 100644 index c3070b3b..00000000 --- a/Keil_Projects/Objects/at32f421_usart.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_usart.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_usart.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_usart.o b/Keil_Projects/Objects/at32f421_usart.o deleted file mode 100644 index 236f9548..00000000 Binary files a/Keil_Projects/Objects/at32f421_usart.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_wdt.d b/Keil_Projects/Objects/at32f421_wdt.d deleted file mode 100644 index 264b2d7f..00000000 --- a/Keil_Projects/Objects/at32f421_wdt.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/at32f421_wdt.o: ..\Mcu\f421\Drivers\drivers\src\at32f421_wdt.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_wdt.o b/Keil_Projects/Objects/at32f421_wdt.o deleted file mode 100644 index fccd0481..00000000 Binary files a/Keil_Projects/Objects/at32f421_wdt.o and /dev/null differ diff --git a/Keil_Projects/Objects/at32f421_wwdt.d b/Keil_Projects/Objects/at32f421_wwdt.d deleted file mode 100644 index c0a13a69..00000000 --- a/Keil_Projects/Objects/at32f421_wwdt.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/at32f421_wwdt.o: \ - ..\Mcu\f421\Drivers\drivers\src\at32f421_wwdt.c \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/at32f421_wwdt.o b/Keil_Projects/Objects/at32f421_wwdt.o deleted file mode 100644 index 2d72e61d..00000000 Binary files a/Keil_Projects/Objects/at32f421_wwdt.o and /dev/null differ diff --git a/Keil_Projects/Objects/comparator.d b/Keil_Projects/Objects/comparator.d deleted file mode 100644 index 7d1cac10..00000000 --- a/Keil_Projects/Objects/comparator.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/comparator.o: ..\Mcu\f421\Src\comparator.c \ - ..\mcu\f421\Inc\comparator.h ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\targets.h diff --git a/Keil_Projects/Objects/comparator.o b/Keil_Projects/Objects/comparator.o deleted file mode 100644 index e03151e8..00000000 Binary files a/Keil_Projects/Objects/comparator.o and /dev/null differ diff --git a/Keil_Projects/Objects/dshot.d b/Keil_Projects/Objects/dshot.d deleted file mode 100644 index 3687ad41..00000000 --- a/Keil_Projects/Objects/dshot.d +++ /dev/null @@ -1,34 +0,0 @@ -./objects/dshot.o: ..\Src\dshot.c ..\Inc\functions.h \ - ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\targets.h \ - ..\Inc\dshot.h ..\Inc\common.h ..\mcu\f421\Inc\IO.h ..\Inc\sounds.h diff --git a/Keil_Projects/Objects/dshot.o b/Keil_Projects/Objects/dshot.o deleted file mode 100644 index edd7d026..00000000 Binary files a/Keil_Projects/Objects/dshot.o and /dev/null differ diff --git a/Keil_Projects/Objects/eeprom.d b/Keil_Projects/Objects/eeprom.d deleted file mode 100644 index 65a3ea74..00000000 --- a/Keil_Projects/Objects/eeprom.d +++ /dev/null @@ -1,34 +0,0 @@ -./objects/eeprom.o: ..\Mcu\f421\Src\eeprom.c ..\mcu\f421\Inc\eeprom.h \ - ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\string.h diff --git a/Keil_Projects/Objects/eeprom.o b/Keil_Projects/Objects/eeprom.o deleted file mode 100644 index 2e333ba6..00000000 Binary files a/Keil_Projects/Objects/eeprom.o and /dev/null differ diff --git a/Keil_Projects/Objects/firmwareversion.d b/Keil_Projects/Objects/firmwareversion.d deleted file mode 100644 index 3efe84fd..00000000 --- a/Keil_Projects/Objects/firmwareversion.d +++ /dev/null @@ -1,2 +0,0 @@ -./objects/firmwareversion.o: ..\Src\firmwareversion.c \ - ..\Inc\firmwareversion.h ..\Inc\targets.h diff --git a/Keil_Projects/Objects/firmwareversion.o b/Keil_Projects/Objects/firmwareversion.o deleted file mode 100644 index 9b4601f3..00000000 Binary files a/Keil_Projects/Objects/firmwareversion.o and /dev/null differ diff --git a/Keil_Projects/Objects/functions.d b/Keil_Projects/Objects/functions.d deleted file mode 100644 index 3d5b30dd..00000000 --- a/Keil_Projects/Objects/functions.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/functions.o: ..\Src\functions.c ..\Inc\functions.h \ - ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\targets.h diff --git a/Keil_Projects/Objects/functions.o b/Keil_Projects/Objects/functions.o deleted file mode 100644 index 18a0702d..00000000 Binary files a/Keil_Projects/Objects/functions.o and /dev/null differ diff --git a/Keil_Projects/Objects/io.d b/Keil_Projects/Objects/io.d deleted file mode 100644 index addad944..00000000 --- a/Keil_Projects/Objects/io.d +++ /dev/null @@ -1,34 +0,0 @@ -./objects/io.o: ..\Mcu\f421\Src\IO.c ..\Inc\targets.h \ - ..\mcu\f421\Inc\IO.h ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\dshot.h \ - ..\mcu\f421\Inc\serial_telemetry.h ..\Inc\functions.h ..\Inc\common.h diff --git a/Keil_Projects/Objects/io.o b/Keil_Projects/Objects/io.o deleted file mode 100644 index 860b1feb..00000000 Binary files a/Keil_Projects/Objects/io.o and /dev/null differ diff --git a/Keil_Projects/Objects/main.d b/Keil_Projects/Objects/main.d deleted file mode 100644 index ba23fd4f..00000000 --- a/Keil_Projects/Objects/main.d +++ /dev/null @@ -1,37 +0,0 @@ -./objects/main.o: ..\Src\main.c \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\targets.h \ - ..\Inc\signal.h ..\Inc\dshot.h ..\mcu\f421\Inc\phaseouts.h \ - ..\mcu\f421\Inc\eeprom.h ..\Inc\sounds.h ..\mcu\f421\Inc\ADC.h \ - ..\mcu\f421\Inc\serial_telemetry.h ..\mcu\f421\Inc\IO.h \ - ..\mcu\f421\Inc\comparator.h ..\Inc\functions.h \ - ..\mcu\f421\Inc\peripherals.h ..\Inc\common.h diff --git a/Keil_Projects/Objects/main.o b/Keil_Projects/Objects/main.o deleted file mode 100644 index b16581a2..00000000 Binary files a/Keil_Projects/Objects/main.o and /dev/null differ diff --git a/Keil_Projects/Objects/peripherals.d b/Keil_Projects/Objects/peripherals.d deleted file mode 100644 index dfc2a980..00000000 --- a/Keil_Projects/Objects/peripherals.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/peripherals.o: ..\Mcu\f421\Src\peripherals.c \ - ..\mcu\f421\Inc\peripherals.h ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\targets.h \ - ..\mcu\f421\Inc\serial_telemetry.h ..\Inc\common.h ..\Inc\functions.h \ - ..\mcu\f421\Inc\ADC.h diff --git a/Keil_Projects/Objects/peripherals.o b/Keil_Projects/Objects/peripherals.o deleted file mode 100644 index 9a00e3c8..00000000 Binary files a/Keil_Projects/Objects/peripherals.o and /dev/null differ diff --git a/Keil_Projects/Objects/phaseouts.d b/Keil_Projects/Objects/phaseouts.d deleted file mode 100644 index 1f45424b..00000000 --- a/Keil_Projects/Objects/phaseouts.d +++ /dev/null @@ -1,34 +0,0 @@ -./objects/phaseouts.o: ..\Mcu\f421\Src\phaseouts.c \ - ..\mcu\f421\Inc\phaseouts.h ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\targets.h \ - ..\Inc\functions.h diff --git a/Keil_Projects/Objects/phaseouts.o b/Keil_Projects/Objects/phaseouts.o deleted file mode 100644 index 0a471f3d..00000000 Binary files a/Keil_Projects/Objects/phaseouts.o and /dev/null differ diff --git a/Keil_Projects/Objects/serial_telemetry.d b/Keil_Projects/Objects/serial_telemetry.d deleted file mode 100644 index a3a00520..00000000 --- a/Keil_Projects/Objects/serial_telemetry.d +++ /dev/null @@ -1,33 +0,0 @@ -./objects/serial_telemetry.o: ..\Mcu\f421\Src\serial_telemetry.c \ - ..\mcu\f421\Inc\serial_telemetry.h ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/serial_telemetry.o b/Keil_Projects/Objects/serial_telemetry.o deleted file mode 100644 index 9f2c1b8e..00000000 Binary files a/Keil_Projects/Objects/serial_telemetry.o and /dev/null differ diff --git a/Keil_Projects/Objects/signal.d b/Keil_Projects/Objects/signal.d deleted file mode 100644 index 60a09d1a..00000000 --- a/Keil_Projects/Objects/signal.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/signal.o: ..\Src\signal.c ..\Inc\targets.h ..\Inc\signal.h \ - ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\mcu\f421\Inc\IO.h \ - ..\Inc\dshot.h ..\mcu\f421\Inc\serial_telemetry.h ..\Inc\functions.h \ - ..\Inc\sounds.h ..\Inc\common.h diff --git a/Keil_Projects/Objects/signal.o b/Keil_Projects/Objects/signal.o deleted file mode 100644 index 24492390..00000000 Binary files a/Keil_Projects/Objects/signal.o and /dev/null differ diff --git a/Keil_Projects/Objects/sounds.d b/Keil_Projects/Objects/sounds.d deleted file mode 100644 index 90fff79c..00000000 --- a/Keil_Projects/Objects/sounds.d +++ /dev/null @@ -1,35 +0,0 @@ -./objects/sounds.o: ..\Src\sounds.c ..\Inc\sounds.h \ - ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h \ - ..\mcu\f421\Inc\phaseouts.h ..\Inc\functions.h ..\Inc\targets.h \ - ..\mcu\f421\Inc\eeprom.h ..\Inc\common.h ..\mcu\f421\Inc\peripherals.h diff --git a/Keil_Projects/Objects/sounds.o b/Keil_Projects/Objects/sounds.o deleted file mode 100644 index 1219c06b..00000000 Binary files a/Keil_Projects/Objects/sounds.o and /dev/null differ diff --git a/Keil_Projects/Objects/startup_at32f415.o b/Keil_Projects/Objects/startup_at32f415.o deleted file mode 100644 index 9a66cc0b..00000000 Binary files a/Keil_Projects/Objects/startup_at32f415.o and /dev/null differ diff --git a/Keil_Projects/Objects/startup_at32f421.o b/Keil_Projects/Objects/startup_at32f421.o deleted file mode 100644 index c5564466..00000000 Binary files a/Keil_Projects/Objects/startup_at32f421.o and /dev/null differ diff --git a/Keil_Projects/Objects/startup_stm32f031c6tx.d b/Keil_Projects/Objects/startup_stm32f031c6tx.d deleted file mode 100644 index edf733b7..00000000 --- a/Keil_Projects/Objects/startup_stm32f031c6tx.d +++ /dev/null @@ -1 +0,0 @@ -.\objects\startup_stm32f031c6tx.o: ..\Mcu\F031\Startup\mdk\startup_stm32f031c6tx.s diff --git a/Keil_Projects/Objects/startup_stm32f031c6tx.o b/Keil_Projects/Objects/startup_stm32f031c6tx.o deleted file mode 100644 index 9e24781c..00000000 Binary files a/Keil_Projects/Objects/startup_stm32f031c6tx.o and /dev/null differ diff --git a/Keil_Projects/Objects/startup_stm32f051k8.d b/Keil_Projects/Objects/startup_stm32f051k8.d deleted file mode 100644 index 3ac0bbba..00000000 --- a/Keil_Projects/Objects/startup_stm32f051k8.d +++ /dev/null @@ -1 +0,0 @@ -.\objects\startup_stm32f051k8.o: ..\Mcu\f051\Startup\mdk\startup_stm32f051k8.s diff --git a/Keil_Projects/Objects/startup_stm32f051k8.o b/Keil_Projects/Objects/startup_stm32f051k8.o deleted file mode 100644 index d8a87420..00000000 Binary files a/Keil_Projects/Objects/startup_stm32f051k8.o and /dev/null differ diff --git a/Keil_Projects/Objects/startup_stm32g071xx.d b/Keil_Projects/Objects/startup_stm32g071xx.d deleted file mode 100644 index 1ffd6493..00000000 --- a/Keil_Projects/Objects/startup_stm32g071xx.d +++ /dev/null @@ -1 +0,0 @@ -.\objects\startup_stm32g071xx.o: ..\Mcu\g071\Startup\mdk\startup_stm32g071xx.s diff --git a/Keil_Projects/Objects/startup_stm32g071xx.o b/Keil_Projects/Objects/startup_stm32g071xx.o deleted file mode 100644 index 537f1622..00000000 Binary files a/Keil_Projects/Objects/startup_stm32g071xx.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_it.d b/Keil_Projects/Objects/stm32f0xx_it.d deleted file mode 100644 index 7f4ab62e..00000000 --- a/Keil_Projects/Objects/stm32f0xx_it.d +++ /dev/null @@ -1,29 +0,0 @@ -./objects/stm32f0xx_it.o: ..\Mcu\f051\Src\stm32f0xx_it.c \ - ..\mcu\f051\Inc\main.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_iwdg.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_crs.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_cortex.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h \ - ..\mcu\f051\Inc\stm32f0xx_it.h ..\inc\targets.h ..\mcu\f051\Inc\ADC.h \ - ..\mcu\f051\Inc\main.h diff --git a/Keil_Projects/Objects/stm32f0xx_it.o b/Keil_Projects/Objects/stm32f0xx_it.o deleted file mode 100644 index adc2060e..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_it.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_adc.d b/Keil_Projects/Objects/stm32f0xx_ll_adc.d deleted file mode 100644 index 0e03c980..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_adc.d +++ /dev/null @@ -1,14 +0,0 @@ -./objects/stm32f0xx_ll_adc.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_adc.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_adc.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_adc.o b/Keil_Projects/Objects/stm32f0xx_ll_adc.o deleted file mode 100644 index 03437dbf..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_adc.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_comp.d b/Keil_Projects/Objects/stm32f0xx_ll_comp.d deleted file mode 100644 index 4289ac3f..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_comp.d +++ /dev/null @@ -1,13 +0,0 @@ -./objects/stm32f0xx_ll_comp.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_comp.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_comp.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_comp.o b/Keil_Projects/Objects/stm32f0xx_ll_comp.o deleted file mode 100644 index 53452af2..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_comp.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_dma.d b/Keil_Projects/Objects/stm32f0xx_ll_dma.d deleted file mode 100644 index 2de72bce..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_dma.d +++ /dev/null @@ -1,14 +0,0 @@ -./objects/stm32f0xx_ll_dma.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_dma.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_dma.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_dma.o b/Keil_Projects/Objects/stm32f0xx_ll_dma.o deleted file mode 100644 index 7175f4fa..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_dma.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_exti.d b/Keil_Projects/Objects/stm32f0xx_ll_exti.d deleted file mode 100644 index a18fd8d8..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_exti.d +++ /dev/null @@ -1,13 +0,0 @@ -./objects/stm32f0xx_ll_exti.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_exti.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_exti.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_exti.o b/Keil_Projects/Objects/stm32f0xx_ll_exti.o deleted file mode 100644 index a2696760..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_exti.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_gpio.d b/Keil_Projects/Objects/stm32f0xx_ll_gpio.d deleted file mode 100644 index 1b7aeca2..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_gpio.d +++ /dev/null @@ -1,14 +0,0 @@ -./objects/stm32f0xx_ll_gpio.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_gpio.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_gpio.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_gpio.o b/Keil_Projects/Objects/stm32f0xx_ll_gpio.o deleted file mode 100644 index 5a327b10..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_gpio.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_pwr.d b/Keil_Projects/Objects/stm32f0xx_ll_pwr.d deleted file mode 100644 index da5e3f87..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_pwr.d +++ /dev/null @@ -1,14 +0,0 @@ -./objects/stm32f0xx_ll_pwr.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_pwr.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_pwr.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_pwr.o b/Keil_Projects/Objects/stm32f0xx_ll_pwr.o deleted file mode 100644 index a38d044f..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_pwr.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_rcc.d b/Keil_Projects/Objects/stm32f0xx_ll_rcc.d deleted file mode 100644 index 685c345c..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_rcc.d +++ /dev/null @@ -1,13 +0,0 @@ -./objects/stm32f0xx_ll_rcc.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rcc.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_rcc.o b/Keil_Projects/Objects/stm32f0xx_ll_rcc.o deleted file mode 100644 index 0ed3b412..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_rcc.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_tim.d b/Keil_Projects/Objects/stm32f0xx_ll_tim.d deleted file mode 100644 index 18b245f7..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_tim.d +++ /dev/null @@ -1,14 +0,0 @@ -./objects/stm32f0xx_ll_tim.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_tim.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_tim.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_tim.o b/Keil_Projects/Objects/stm32f0xx_ll_tim.o deleted file mode 100644 index 6aa11452..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_tim.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_usart.d b/Keil_Projects/Objects/stm32f0xx_ll_usart.d deleted file mode 100644 index 5184b0b8..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_usart.d +++ /dev/null @@ -1,15 +0,0 @@ -./objects/stm32f0xx_ll_usart.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_usart.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_usart.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_usart.o b/Keil_Projects/Objects/stm32f0xx_ll_usart.o deleted file mode 100644 index 10e8bfbc..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_usart.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32f0xx_ll_utils.d b/Keil_Projects/Objects/stm32f0xx_ll_utils.d deleted file mode 100644 index c50a2ff9..00000000 --- a/Keil_Projects/Objects/stm32f0xx_ll_utils.d +++ /dev/null @@ -1,15 +0,0 @@ -./objects/stm32f0xx_ll_utils.o: \ - ..\Mcu\f051\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_utils.c \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_rcc.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_utils.h \ - ..\mcu\f051\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_ll_system.h diff --git a/Keil_Projects/Objects/stm32f0xx_ll_utils.o b/Keil_Projects/Objects/stm32f0xx_ll_utils.o deleted file mode 100644 index bfe26e46..00000000 Binary files a/Keil_Projects/Objects/stm32f0xx_ll_utils.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_it.d b/Keil_Projects/Objects/stm32g0xx_it.d deleted file mode 100644 index ddac198b..00000000 --- a/Keil_Projects/Objects/stm32g0xx_it.d +++ /dev/null @@ -1,30 +0,0 @@ -./objects/stm32g0xx_it.o: ..\Mcu\g071\Src\stm32g0xx_it.c \ - ..\Mcu\g071\Inc\main.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_iwdg.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_cortex.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h \ - ..\Mcu\g071\Inc\stm32g0xx_it.h ..\Mcu\g071\Inc\ADC.h \ - ..\Mcu\g071\Inc\main.h ..\Inc\targets.h ..\Mcu\g071\Inc\WS2812.h diff --git a/Keil_Projects/Objects/stm32g0xx_it.o b/Keil_Projects/Objects/stm32g0xx_it.o deleted file mode 100644 index b384e725..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_it.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_adc.d b/Keil_Projects/Objects/stm32g0xx_ll_adc.d deleted file mode 100644 index b42c6324..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_adc.d +++ /dev/null @@ -1,15 +0,0 @@ -./objects/stm32g0xx_ll_adc.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_adc.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_adc.o b/Keil_Projects/Objects/stm32g0xx_ll_adc.o deleted file mode 100644 index ea68f7ed..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_adc.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_comp.d b/Keil_Projects/Objects/stm32g0xx_ll_comp.d deleted file mode 100644 index 9fa2a3d5..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_comp.d +++ /dev/null @@ -1,14 +0,0 @@ -./objects/stm32g0xx_ll_comp.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_comp.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_comp.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_comp.o b/Keil_Projects/Objects/stm32g0xx_ll_comp.o deleted file mode 100644 index 23d5cb1b..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_comp.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_dma.d b/Keil_Projects/Objects/stm32g0xx_ll_dma.d deleted file mode 100644 index 2acf8373..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_dma.d +++ /dev/null @@ -1,16 +0,0 @@ -./objects/stm32g0xx_ll_dma.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dma.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_dma.o b/Keil_Projects/Objects/stm32g0xx_ll_dma.o deleted file mode 100644 index 53a8c120..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_dma.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_exti.d b/Keil_Projects/Objects/stm32g0xx_ll_exti.d deleted file mode 100644 index 171eeb0d..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_exti.d +++ /dev/null @@ -1,14 +0,0 @@ -./objects/stm32g0xx_ll_exti.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_exti.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_exti.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_exti.o b/Keil_Projects/Objects/stm32g0xx_ll_exti.o deleted file mode 100644 index 5d886962..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_exti.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_gpio.d b/Keil_Projects/Objects/stm32g0xx_ll_gpio.d deleted file mode 100644 index 22fa4b43..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_gpio.d +++ /dev/null @@ -1,15 +0,0 @@ -./objects/stm32g0xx_ll_gpio.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_gpio.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_gpio.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_gpio.o b/Keil_Projects/Objects/stm32g0xx_ll_gpio.o deleted file mode 100644 index 2516e928..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_gpio.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_pwr.d b/Keil_Projects/Objects/stm32g0xx_ll_pwr.d deleted file mode 100644 index f99555e1..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_pwr.d +++ /dev/null @@ -1,15 +0,0 @@ -./objects/stm32g0xx_ll_pwr.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_pwr.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_pwr.o b/Keil_Projects/Objects/stm32g0xx_ll_pwr.o deleted file mode 100644 index 1bd737e0..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_pwr.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_rcc.d b/Keil_Projects/Objects/stm32g0xx_ll_rcc.d deleted file mode 100644 index 4592d384..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_rcc.d +++ /dev/null @@ -1,14 +0,0 @@ -./objects/stm32g0xx_ll_rcc.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rcc.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_rcc.o b/Keil_Projects/Objects/stm32g0xx_ll_rcc.o deleted file mode 100644 index 18e04d48..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_rcc.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_tim.d b/Keil_Projects/Objects/stm32g0xx_ll_tim.d deleted file mode 100644 index 5bfa1583..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_tim.d +++ /dev/null @@ -1,15 +0,0 @@ -./objects/stm32g0xx_ll_tim.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_tim.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_tim.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_tim.o b/Keil_Projects/Objects/stm32g0xx_ll_tim.o deleted file mode 100644 index 71606811..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_tim.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_usart.d b/Keil_Projects/Objects/stm32g0xx_ll_usart.d deleted file mode 100644 index e6289ba0..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_usart.d +++ /dev/null @@ -1,16 +0,0 @@ -./objects/stm32g0xx_ll_usart.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_usart.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_usart.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_bus.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_usart.o b/Keil_Projects/Objects/stm32g0xx_ll_usart.o deleted file mode 100644 index b4435068..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_usart.o and /dev/null differ diff --git a/Keil_Projects/Objects/stm32g0xx_ll_utils.d b/Keil_Projects/Objects/stm32g0xx_ll_utils.d deleted file mode 100644 index 563bb49d..00000000 --- a/Keil_Projects/Objects/stm32g0xx_ll_utils.d +++ /dev/null @@ -1,17 +0,0 @@ -./objects/stm32g0xx_ll_utils.o: \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_utils.c \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h \ - ..\Mcu\g071\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h diff --git a/Keil_Projects/Objects/stm32g0xx_ll_utils.o b/Keil_Projects/Objects/stm32g0xx_ll_utils.o deleted file mode 100644 index 029b459d..00000000 Binary files a/Keil_Projects/Objects/stm32g0xx_ll_utils.o and /dev/null differ diff --git a/Keil_Projects/Objects/system_at32f415.d b/Keil_Projects/Objects/system_at32f415.d deleted file mode 100644 index b2700cf0..00000000 --- a/Keil_Projects/Objects/system_at32f415.d +++ /dev/null @@ -1,34 +0,0 @@ -./objects/system_at32f415.o: ..\Mcu\f415\Src\system_at32f415.c \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\F415\Inc\system_at32f415.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_def.h \ - ..\Mcu\f415\Drivers\CMSIS\cm4\device_support\at32f415_conf.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crm.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_cmp.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_tmr.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_ertc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_gpio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_i2c.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usart.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_pwc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_can.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_adc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_spi.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_dma.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_debug.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_flash.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_crc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wwdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_wdt.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_exint.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_sdio.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_misc.h \ - ..\Mcu\f415\Drivers\drivers\inc\at32f415_usb.h diff --git a/Keil_Projects/Objects/system_at32f415.o b/Keil_Projects/Objects/system_at32f415.o deleted file mode 100644 index d8b0a793..00000000 Binary files a/Keil_Projects/Objects/system_at32f415.o and /dev/null differ diff --git a/Keil_Projects/Objects/system_at32f421.d b/Keil_Projects/Objects/system_at32f421.d deleted file mode 100644 index 317af7b6..00000000 --- a/Keil_Projects/Objects/system_at32f421.d +++ /dev/null @@ -1,32 +0,0 @@ -./objects/system_at32f421.o: ..\Mcu\f421\Src\system_at32f421.c \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h diff --git a/Keil_Projects/Objects/system_at32f421.o b/Keil_Projects/Objects/system_at32f421.o deleted file mode 100644 index 8ffc7a40..00000000 Binary files a/Keil_Projects/Objects/system_at32f421.o and /dev/null differ diff --git a/Keil_Projects/Objects/system_stm32f0xx.d b/Keil_Projects/Objects/system_stm32f0xx.d deleted file mode 100644 index 3e2358b2..00000000 --- a/Keil_Projects/Objects/system_stm32f0xx.d +++ /dev/null @@ -1,11 +0,0 @@ -./objects/system_stm32f0xx.o: ..\Mcu\f051\Src\system_stm32f0xx.c \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f051x8.h \ - ..\mcu\f051\Drivers\CMSIS\Include\core_cm0.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_version.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\mcu\f051\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\f051\Drivers\CMSIS\Device\ST\STM32F0xx\Include\system_stm32f0xx.h diff --git a/Keil_Projects/Objects/system_stm32f0xx.o b/Keil_Projects/Objects/system_stm32f0xx.o deleted file mode 100644 index bc07638b..00000000 Binary files a/Keil_Projects/Objects/system_stm32f0xx.o and /dev/null differ diff --git a/Keil_Projects/Objects/system_stm32g0xx.d b/Keil_Projects/Objects/system_stm32g0xx.d deleted file mode 100644 index 7e1f3fe3..00000000 --- a/Keil_Projects/Objects/system_stm32g0xx.d +++ /dev/null @@ -1,12 +0,0 @@ -./objects/system_stm32g0xx.o: ..\Mcu\g071\Src\system_stm32g0xx.c \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\core_cm0plus.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_version.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_compiler.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\g071\Drivers\CMSIS\Include\mpu_armv7.h \ - ..\Mcu\g071\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h diff --git a/Keil_Projects/Objects/system_stm32g0xx.o b/Keil_Projects/Objects/system_stm32g0xx.o deleted file mode 100644 index 410ca844..00000000 Binary files a/Keil_Projects/Objects/system_stm32g0xx.o and /dev/null differ diff --git a/Keil_Projects/Objects/ws2812.d b/Keil_Projects/Objects/ws2812.d deleted file mode 100644 index 8bd42da9..00000000 --- a/Keil_Projects/Objects/ws2812.d +++ /dev/null @@ -1,34 +0,0 @@ -./objects/ws2812.o: ..\Mcu\f421\Src\WS2812.c ..\mcu\f421\Inc\WS2812.h \ - ..\mcu\f421\Inc\main.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\device_support\at32f421.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\core_cm4.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_version.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_compiler.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\Mcu\f421\Drivers\CMSIS\cm4\core_support\mpu_armv7.h \ - ..\mcu\f421\Inc\system_at32f421.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_def.h \ - ..\mcu\f421\Inc\at32f421_conf.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crm.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_cmp.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_tmr.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_ertc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_gpio.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_i2c.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_usart.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_pwc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_adc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_spi.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_dma.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_debug.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_flash.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_crc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wwdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_wdt.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_exint.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_misc.h \ - ..\Mcu\f421\Drivers\drivers\inc\at32f421_scfg.h ..\Inc\targets.h \ - ..\Inc\functions.h diff --git a/Keil_Projects/Objects/ws2812.o b/Keil_Projects/Objects/ws2812.o deleted file mode 100644 index e812c8ab..00000000 Binary files a/Keil_Projects/Objects/ws2812.o and /dev/null differ diff --git a/Keil_Projects/RTE/_PB405_F051/RTE_Components.h b/Keil_Projects/RTE/_PB405_F051/RTE_Components.h new file mode 100644 index 00000000..7cf02e26 --- /dev/null +++ b/Keil_Projects/RTE/_PB405_F051/RTE_Components.h @@ -0,0 +1,21 @@ + +/* + * Auto generated Run-Time-Environment Configuration File + * *** Do not modify ! *** + * + * Project: 'Am32F051' + * Target: 'PB405_F051' + */ + +#ifndef RTE_COMPONENTS_H +#define RTE_COMPONENTS_H + + +/* + * Define the Device Header File: + */ +#define CMSIS_device_header "stm32f0xx.h" + + + +#endif /* RTE_COMPONENTS_H */ diff --git a/Keil_Projects/output/AM32_GD32DEV_A_E230.axf b/Keil_Projects/output/AM32_GD32DEV_A_E230.axf deleted file mode 100644 index deaf4221..00000000 Binary files a/Keil_Projects/output/AM32_GD32DEV_A_E230.axf and /dev/null differ diff --git a/Keil_Projects/output/AM32_GD32DEV_A_E230.build_log.htm b/Keil_Projects/output/AM32_GD32DEV_A_E230.build_log.htm deleted file mode 100644 index b4721a68..00000000 --- a/Keil_Projects/output/AM32_GD32DEV_A_E230.build_log.htm +++ /dev/null @@ -1,98 +0,0 @@ - - -
    -

    µVision Build Log

    -

    Tool Versions:

    -IDE-Version: µVision V5.36.0.0 -Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved. -License Information: P S, Here, LIC=---- - -Tool Versions: -Toolchain: MDK-Lite Version: 5.36.0.0 -Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin -C Compiler: ArmClang.exe V6.16 -Assembler: Armasm.exe V6.16 -Linker/Locator: ArmLink.exe V6.16 -Library Manager: ArmAr.exe V6.16 -Hex Converter: FromElf.exe V6.16 -CPU DLL: -Dialog DLL: -Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.9.0 -Dialog DLL: TCM.DLL V1.53.0.0 - -

    Project:

    -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Keil_Projects\Am32e230.uvprojx -Project File Date: 08/22/2023 - -

    Output:

    -*** Using Compiler 'V6.16', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' -Build Project 'Am32e230' - Target 'GD32DEV_A_E230' -compiling functions.c... -compiling dshot.c... -compiling signal.c... -compiling sounds.c... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(309): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_major: VERSION_MAJOR, - ^~~~~~~~~~~~~~ - .version_major = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(310): warning: use of GNU old-style field designator extension [-Wgnu-designator] - version_minor: VERSION_MINOR, - ^~~~~~~~~~~~~~ - .version_minor = -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Src\main.c(311): warning: use of GNU old-style field designator extension [-Wgnu-designator] - device_name: FIRMWARE_NAME - ^~~~~~~~~~~~ - .device_name = -3 warnings generated. -compiling main.c... -compiling gd32e23x_cmp.c... -compiling gd32e23x_adc.c... -compiling gd32e23x_crc.c... -compiling gd32e23x_dbg.c... -compiling gd32e23x_dma.c... -compiling gd32e23x_exti.c... -compiling gd32e23x_fwdgt.c... -compiling gd32e23x_fmc.c... -compiling gd32e23x_gpio.c... -compiling gd32e23x_misc.c... -compiling gd32e23x_i2c.c... -compiling gd32e23x_pmu.c... -compiling gd32e23x_rcu.c... -compiling gd32e23x_rtc.c... -compiling gd32e23x_spi.c... -compiling gd32e23x_syscfg.c... -assembling startup_gd32e23x.s... -compiling gd32e23x_usart.c... -compiling gd32e23x_timer.c... -compiling ADC.c... -compiling comparator.c... -compiling eeprom.c... -compiling gd32e23x_it.c... -compiling IO.c... -compiling peripherals.c... -compiling phaseouts.c... -compiling serial_telemetry.c... -compiling systick.c... -compiling system_gd32e23x.c... -linking... -C:\Users\alkaz\My Drive\GITHUB_RELEASES\AM32_MULTI_MCU\Mcu\e230\Am32.sct(18): warning: L6314W: No section matches pattern firmwareversion.o(RO). -Program Size: Code=21874 RO-data=262 RW-data=956 ZI-data=1956 -Finished: 0 information, 1 warning and 0 error messages. -FromELF: creating hex file... -".\output\AM32_GD32DEV_A_E230.axf" - 0 Error(s), 4 Warning(s). - -

    Software Packages used:

    - -Package Vendor: GigaDevice - http://gd32mcu.com/data/documents/pack/GigaDevice.GD32E23x_DFP.1.0.1.pack - GigaDevice.GD32E23x_DFP.1.0.1 - GigaDevice GD32E23x Series Device Support and Examples - -

    Collection of Component include folders:

    - C:\Users\alkaz\AppData\Local\Arm\Packs\GigaDevice\GD32E23x_DFP\1.0.1\Device\Include - -

    Collection of Component Files used:

    -Build Time Elapsed: 00:00:27 -
    - - diff --git a/Keil_Projects/output/AM32_GD32DEV_A_E230.hex b/Keil_Projects/output/AM32_GD32DEV_A_E230.hex deleted file mode 100644 index 6480d0ce..00000000 --- a/Keil_Projects/output/AM32_GD32DEV_A_E230.hex +++ /dev/null @@ -1,1434 +0,0 @@ -:020000040800F2 -:10100000600B0020E1100008C3150008AB150008B4 -:1010100000000000000000000000000000000000D0 -:10102000000000000000000000000000251600087D -:101030000000000000000000C51500082716000889 -:10104000F3100008F3100008F3100008F310000874 -:10105000F3100008F3100008F3100008A9150008A9 -:1010600000000000F3100008F31000083915000814 -:1010700027140008F3100008F31000080000000017 -:10108000A5190008F3100008000000004D19000821 -:10109000651900088D190008F3100008F310000806 -:1010A000F3100008F3100008F3100008F310000814 -:1010B000B11A00080000000000000000000000005D -:1010C000F310000800000000F310000803488546F4 -:1010D00000F06CF900480047393A0008600B002026 -:1010E0000448804704480047FEE7FEE7FEE7FEE7C6 -:1010F000FEE7FEE72D160008CD10000803460B435F -:101100009B0703D009E008C9121F08C0042AFAD2BD -:1011100003E00B780370401C491C521EF9D2704743 -:10112000D2B201E00270401C491EFBD2704700227F -:10113000F6E710B513460A4604461946FFF7F0FFD6 -:10114000204610BDF8B502464A40D40F42004B007D -:1011500052085B089A4202D20246084611464A00EB -:1011600023D0C30D4A00DDB2120EAD1A202D35DAA0 -:1011700049020126490AF6058A19002C00D052427C -:1011800020214F1B1146B9402A411018C20D9A4226 -:1011900021D0002C17D0012D08DCDA05801AD20FDF -:1011A0008019D207DBB200F0C8F8F8BDDA05801A62 -:1011B000012340001B06C01880185A428018CA0F2D -:1011C0001043490007E04908C2071143DA05801AB5 -:1011D00080194008801800F0A8F8F8BD61000122CD -:1011E000511A001BF7E70122D2075140AAE701225A -:1011F000D2075040A6E770B502464A40D50F4000DE -:101200004A00ED0740085208002814D0002A12D0E6 -:10121000C40DD30D41020120C0055202490A520AF1 -:10122000E41A091812187D34914201D3641C00E0BD -:101230004900002C01DA002070BD0023914201D347 -:10124000891A0343400849000028F7D100290AD031 -:10125000914202D10121C90705E0914201D2012149 -:1012600001E00121C943E005C018401900F05DF814 -:1012700070BD0122D207002800DB101A002900DB14 -:10128000511A814201D80120704700207047012285 -:10129000D207002800DB101A002900DB511A814216 -:1012A00001D201207047002070470122D207002898 -:1012B00000DB101A002900DB511A814201D3012002 -:1012C0007047002070470122D207002800DB101A67 -:1012D000002900DB511A814201D90120704700200A -:1012E0007047C217C10F504010B54018CA07962367 -:1012F000002100F022F810BDC20F4100400201237E -:10130000400ADB05D207090EC0187F2901DA002048 -:101310007047962903DC9623591AC84001E0963994 -:101320008840002AF4D040427047002904DA401C6B -:10133000490001D140084000704770B40024050CFA -:1013400005D11024000402D1002921D01124050E5A -:1013500001D100020834050F01D10001241D850FC1 -:1013600001D18000A41C002801DB4000641C00297E -:1013700008D020252E1B0D46F540A14000D00121AC -:101380002943084301061B1B000ADB1D02D5002070 -:1013900070BC7047DB05181880180029F8DA401C6B -:1013A0004900F5D170BC400840007047064C01254B -:1013B000064E05E0E36807CC2B430C3C98471034FD -:1013C000B442F7D3FFF786FE586600087866000837 -:1013D00070B58C180578401C6B075B0F01D1037842 -:1013E000401C2A1106D10278401C03E006780E70DA -:1013F000401C491C5B1EF9D12B0705D40023521E4B -:101400000DD40B70491CFAE70378401CCB1A921CD0 -:1014100003E01D780D70491C5B1C521EF9D5A142DA -:10142000D8D3002070BD10B501204405204601F03E -:101430002DFD38B1204601F0EBFC10BC01BC864606 -:1014400002F046B910BD0000F0B589B040F200507E -:10145000113003F0C9FD354803F0C6FD40F20050DD -:1014600003F0C2FD0620019003F072FC0920C006C3 -:1014700003250027482329463A4601F0D3FE384683 -:1014800001F088FB02A940F2001008838F76284AF9 -:101490000292284A049240F2E8321832039005A8DA -:1014A000A4C0384601F08CFB384601F06BFB38468F -:1014B00001F058FB022000900126314600F0DAFBD3 -:1014C00040F20010314600F0D5FB384600F022FB18 -:1014D0003046294600F0FEFA00F006FC05243846A6 -:1014E0002946224600F06CFB30460199224600F066 -:1014F00067FB10210098224600F062FB07204104A0 -:10150000304600F049FB3046314600F021FB00F048 -:1015100015FB40F2E83001F033FA00F0CBFA00F0AE -:1015200005FB304600F092FB09B0F0BD0906000053 -:101530004C240140FC04002010B50320042101F0DC -:1015400089FB58B11648007840B11648016802225C -:101550000A4302600320042101F072FB03200221F0 -:1015600001F078FB01280CD103240121204601F071 -:1015700067FB204601F0EEFA10BC01BC864604F081 -:101580006DBF0320082101F065FB012806D103206F -:10159000012110BC04BC964601F052BB10BDC046F0 -:1015A00055040020200400407047FEE780B502216A -:1015B00040F6A07001F04CFD80BC01BC864601F0F5 -:1015C00073BD70477047000070B501F0BBFA422050 -:1015D000114C205A4E25114E715B03224A431018BC -:1015E0008008705300F07CFE705BC108B2794A43FA -:1015F000A2864008801AE087E07D20B1A06F0849EC -:10160000884206D970BD01F079FBA06F0449884279 -:10161000F8D8401CA06770BD3404002000000020F2 -:101620000F270000704701F0D1B90000F0B481B07D -:101630004348021F136801210B43136013689B0783 -:10164000FCD5036880241C43046000240094009BA4 -:101650007F2B05D8009B5B1C0093009B802BF9D34C -:10166000036890251D4305600094009B7F2B05D8DF -:10167000009B5B1C0093009B802BF9D30323DD436D -:1016800006682E40066015682E4E2E4016600568CE -:101690002D4E2E40066005682C4E2E400660856A51 -:1016A0000F26B5438562C56A40F20316B543C5628D -:1016B0000D04C66AAE43C662CD07C66AAE43C662B3 -:1016C000056B8D430563446014680C431460204D22 -:1016D000022416686F1EAF4202D226403D46F8D063 -:1016E0001568AD0700D4FEE71A4D2E68264305277E -:1016F000BE432E60056805600568056005680560E5 -:101700000568154E2E4006600568144E2E4306608F -:101710000D0616682E4316601568AD01FCD50268EB -:101720009A43026002682243026002681207FCD5F5 -:10173000C80641F2000101B0F0BC03F023B9C04675 -:1017400004100240FFFFF2FE0C00FF08FFFFC2770B -:10175000FF04000000200240FFFFC2F70000040861 -:10176000F0B58FB07548FA3003F03EFC744F384640 -:1017700004F0F2FC08AD284604F066FE00242C7349 -:1017800070480A90089409943846294604F02EFDC2 -:101790000CAE304604F0D7FC0E940D940C943846F1 -:1017A0002146324604F030FB01210391384632468F -:1017B00004F02AFB022538462946324604F024FB71 -:1017C0006022029238463E46214604F033FC082748 -:1017D000304621463A4604F05BFC3046039E3146D3 -:1017E000029A04F027FC564831463A4604F050FC71 -:1017F000534E30462946029A04F01CFC30462946D6 -:101800003A4604F045FC04AE304604F0D2FAB48106 -:1018100006944D4805900494494F3846314604F0EB -:10182000B9FA2021384604F0EBFD802102913846B8 -:1018300004F0E6FD384604F0A8FA404E304603F0C6 -:10184000D3FB701C03F0D0FB8F4E30462946224656 -:101850002B4601F0E7FC0327304621463A46019724 -:101860002B4601F0E5FD304629462246039E3346CD -:1018700001F0D8FC844821463A46334601F0D8FDB1 -:101880000920C606304629462246029F3B4601F003 -:10189000C9FC30462146019A3B4601F0C9FD7A4F0A -:1018A000384629462A4601F025FC38462946039A3F -:1018B00001F020FC30462946029A01F01BFC30461C -:1018C0002946224640F2004301F0ACFC384621464E -:1018D000019F3A4640F2004301F0AAFD30462946F6 -:1018E000224640F2002301F09DFC674821463A461B -:1018F00040F2002301F09CFD30462946224640F28A -:10190000001301F08FFC604821463A4640F2001374 -:1019100001F08EFD3046294640F2004201F0EAFB1C -:101920003046294640F2002201F0E4FB30462946C9 -:1019300040F2001201F0DEFB0FB0F0BD1105000017 -:10194000002C0140B80B00003200002080B5044894 -:10195000012104F059FD80BC01BC864603F064BD42 -:101960000020004010B5084C0121204604F03BFC4B -:101970000221204604F037FC0421204610BC04BCA0 -:10198000964604F030BCC0460040014080B5044893 -:10199000012104F039FD80BC01BC8646FFF714BE6E -:1019A0000044014010B5394C0221204604F02FFDBF -:1019B000012803D10221204604F026FD0121204602 -:1019C00004F025FD012806D10121204610BC04BCED -:1019D000964604F019BD10BDF0B585B040F2005038 -:1019E000123003F001FB40F2005003F0FDFA264FE5 -:1019F00000210191032610243846324623460294E2 -:101A000001F016FD012538462946224601F072FBF9 -:101A10001E4F39463431304601F046F91C493046F4 -:101A200001F03AF91B481C490160FF2000061B49E0 -:101A30000A688243A80710180860194840F6000198 -:101A40000160184803F0D0FA1748F8620A20B8621B -:101A5000384604F095F903AD284604F0CEF9019C10 -:101A6000049412480390384621462A4604F016FC96 -:101A7000384604F0AFFB022103482246029B01F0E6 -:101A8000D1FB05B0F0BDC046000400480004004092 -:101A900014050020440002408A09000008E400E028 -:101AA00000E100E001070000FFFF00000A00010064 -:101AB000704700009048016808220A4302600168EC -:101AC0000907FCD4016804220A430260016849073F -:101AD000FCD4704702280ED0012818D10F20000531 -:101AE0000B4A136883431360090509180140106805 -:101AF00008431060704703200005054AD3688343FC -:101B0000D360090509180140D0680843D0607047C8 -:101B10002C240140411E8841C00277490A6840F6E2 -:101B200000039A43101808607047C0467248016865 -:101B300040F200120A4302607047C0466E480168D6 -:101B4000C90703D1016801220A4302607047C046F9 -:101B500001220346134021B1674983B9800714D499 -:101B6000704765491BB112050B6893430B608007F2 -:101B7000F6D5086848F200029043086070471205E5 -:101B80000B6813430B608007EAD5086848F200022F -:101B900002430A607047C046012803D0022809D1D9 -:101BA000064800E00448544A136803401360106874 -:101BB000084310607047C046FFFFF1FFFF8FFFFF33 -:101BC000B0B5214B05280AD8052444430846A04057 -:101BD0001F25A5409C6AAC4304439C621AE00B2875 -:101BE0000BD8052444431E3C0846A0401F25A540B1 -:101BF0005C6AAC4304435C620CE010280AD2052402 -:101C000044433C3C0846A0401F25A5401C6AAC4309 -:101C100004431C62092909D8032048438240072154 -:101C200081405868884310435860B0BD122909D8D4 -:101C3000032048431E3882400721814018688843AA -:101C400010431860B0BDC0460C240140C1072A49AA -:101C500002D1800707D47047012292050B68134315 -:101C60000B608007F7D5012040050A6802430A602F -:101C70007047C04640F200120346134031B1194983 -:101C80005BB942050ED4800713D470471549ABB930 -:101C900042051AD48007F8D51EE00B6813430B6089 -:101CA0004205F0D540F200420B6813430B608007F9 -:101CB000EBD54868022202434A6070470A6840F246 -:101CC00000139A430A604205E4D50A6840F20043D3 -:101CD0009A430A608007D8D548680222904348603A -:101CE0007047C046042401400120C00502490A682B -:101CF00002430A607047C04608240140F0B581B035 -:101D00004A233E4FF85A3E4C627E40F26711D2B1F0 -:101D1000421E10B2002840F2671000D41046F8525C -:101D20004C22BB5A5B1E1DB2002D40F2671500D439 -:101D30001D46BD524E22BA5A521E13B2002B00D479 -:101D400011460A4617E0451C28B200228842104678 -:101D500000DC2846F8524C23FD5A6D1C2EB28E42F0 -:101D6000164600DC2E46FE524E23FB5A5B1C1DB26B -:101D70008D4200DC1A464E26BA534C27E15B00B276 -:101D80004000204A105E0818E18F414340F2D070B5 -:101D900091FBF0F0217A41430A2591FBF5F080B2E6 -:101DA00003F0B2FAE05B1549C95F4900154A515E7C -:101DB0004018E18F414340F2D07091FBF0F0217A5E -:101DC000414391FBF5F080B203F0A4FAE05B0B49CC -:101DD000895F49000B4A515E4018E18F414340F250 -:101DE000D07091FBF0F0217A414391FBF5F080B285 -:101DF00001B0F0BC02BC8E4603F092BA340400205D -:101E000000000020DE00002070B53F4B1868042160 -:101E1000014308208143196002249C6203210A05C2 -:101E20000920C0060568954301221605AD19056015 -:101E300040F2004585621D681543A5431D609A6206 -:101E40008B0404689C439304E318036040F200236E -:101E5000836203684CF20004A34344F200041B199C -:101E6000036080238362090403688B4311045918BB -:101E7000016040F20011816270BDC04670B5214919 -:101E80000A78214C20680C2398431AB10822104389 -:101E9000206004E00422104320600220A06203229C -:101EA00013050920C00605689D4301235E05AD1991 -:101EB00005600E78256895431EB1022635432560DE -:101EC00002E01D432560A36294040568A543DC0479 -:101ED0002C1904600C7801684CF20005A94324B168 -:101EE00048F200042143016005E044F2000421436C -:101EF000016080218162110402688A4359045118EB -:101F0000016070BD010000200004004810B5194CAC -:101F10002078042801D0012805D10521002002469F -:101F200000F036F82078052801D0022805D10621D6 -:101F30000020024600F02CF82078062801D0032863 -:101F400004D104210020024600F022F80A48047857 -:101F50000120410509480368094A2CB11340036078 -:101F600043680B43436010BD0B4303604368134059 -:101F7000436010BD1D00002018000020080401402F -:101F8000FFFFDFFF1648016801220A430260704725 -:101F9000B0B5134B1C68064D25408007000F49075C -:101FA000490E08189107890C401840191860B0BDF7 -:101FB00083CFFFFF491E4A424A41D1024007400DEC -:101FC000081807490A6840F600739A4380180860A9 -:101FD0007047C046024800684004C00F7047C046C2 -:101FE0001C00014070B5401E052800D973E1810036 -:101FF00001A251188F46C04600F00AB800F015B88B -:1020000000F045B800F075B800F092B800F0AFB835 -:10201000B1480278B14908680C239843002A00D1DE -:10202000B1E0082210430860B2E0AC4B186804210C -:10203000014308208143196002249C6203210A05A0 -:102040000920C0060568954301221605AD190560F3 -:1020500040F2004585621D681543A5431D609A61E5 -:102060008B0404689C439304E318036040F200234C -:102070008362994B1C7803684CF20005AB43002C3B -:1020800000D1B2E048F2000423430360BAE0934B6E -:1020900018680421014308208143196002249C61CF -:1020A00003210A050920C00605689543012216058B -:1020B000AD19056040F2004585621D681543A543D2 -:1020C0001D609A628B0404689C439304E3180360C8 -:1020D00040F200238362804B1C7803684CF20005B9 -:1020E000AB43002C00D187E048F200042343036097 -:1020F00088E07A4B18680421014308208143196065 -:1021000002249C6103210A050920C0060568954345 -:1021100001221605AD19056040F2004585626E4D3D -:102120002E781D688D43002E73D025431D6073E00B -:102130006A4B186804210143082081431960022476 -:102140009C6203210A050920C00605689543012207 -:102150001605AD19056040F2004585625E4D2E788A -:102160001D688D43002E68D025431D6068E05A48E5 -:1021700002785A4908680C239843002A7AD008222A -:10218000104308607BE0042210430860022088624C -:10219000032213050920C00604689C4301235D0542 -:1021A000641904600C681C430225AC430C608B610D -:1021B000910404688C4399046118016040F2002185 -:1021C000816201684CF20004A14344F20004091941 -:1021D000016080218162110402688A431904511848 -:1021E000016040F20011816270BD44F2000423439B -:1021F00003608023836205E044F20004234303600C -:1022000080238362090403688B43510459180160D9 -:1022100070BD15431D609A628B0404689C43D3040F -:10222000E318036003684CF20004A34344F2000483 -:102230001B1903608023836212E015431D609A62BC -:102240008B0404689C43D304E318036003684CF2D6 -:102250000004A34344F200041B190360802383613C -:10226000090403688B4311045918016040F20011FE -:10227000816270BD0422104308600220886203223C -:1022800013050920C00604689C4301235D056419F9 -:1022900004600C681C430225AC430C608B62910403 -:1022A00004688C4399046118016040F20021816246 -:1022B00001684CF20004A14344F2000409190160D2 -:1022C00080218161110402688A4319045118016058 -:1022D00040F20011816270BD01000020000400483E -:1022E000F0B581B042204A4F3B5A4A4A141D4A4831 -:1022F000417F4D002C19A41E2380D3889488E318B5 -:1023000014891B1954891B1994891B19D2899A188D -:10231000121D52107A67427E012A0DD1491C417765 -:10232000CAB2072A02D30121F974417701220A4077 -:102330000276B87D80B90CE0491E41770A0603D1C8 -:102340000121F9740621417701228A430276B87D82 -:1023500010B9C8B2FFF746FEFFF7D8FDF86E2F4957 -:10236000884205D37879F97A014301D00120F875C4 -:1023700000267E84387B002847D0B87E002844D0D1 -:10238000F88C796F081A264C2060A169421AA3685C -:10239000E168256951436161A06143435D19236A86 -:1023A0009D421A4600DC2A465B429A4200DB1346F5 -:1023B0002361C918626850430A18606A8242014664 -:1023C00000DC114600964042814200DB0846E06195 -:1023D000FEF787FF1349FEF70EFF0146F86DFEF783 -:1023E000B1FE0646104D2946FEF76DFF00B9354691 -:1023F0002846009E3146FEF74AFF00B92E46FE658C -:10240000B86F632801D80020206101B0F0BDC0463C -:1024100034040020B004002000000020D107000098 -:102420005C00002000401C4600E0FF44F0B58FB087 -:10243000E44806C8436F0D935B1AE34F7B811B048E -:102440005B0D3B81511A012500220E9208389942FA -:10245000294600D80E990C91F9618168C268511A19 -:102460009942294600D80E990B9139620169426957 -:10247000511A9942294600D80E990A9179628169C8 -:10248000C269511A9942294600D80E990991B96238 -:10249000016A426A511A99422E4600D80E9EFE6287 -:1024A000816AC26A511A9942294600D80E99396345 -:1024B000026B446BA21A9A422A4600D80E9A7A639B -:1024C000846BC76B3C1B9C422C4600D80E9C089426 -:1024D000BD4FBC63046C476C3C1B9C422F4600D82C -:1024E0000E9FB94C0797E763846CC76C3C1B9C42FA -:1024F0002F4600D80E9FB44C06972764046D476D95 -:102500003C1B9C422F4600D80E9FAF4C059767643A -:10251000846DC76D3C1B9C422F4600D80E9FAA4C71 -:102520000497A764046E476E3C1B9C422F4600D85C -:102530000E9FA54C0397E764846EC76E3C1B9C42BC -:102540002F4600D80E9FA04C02972765046F476F57 -:102550003C1B9C422F4600D80E9F01979A4C676502 -:10256000806F0D9F381A984200D80E9DA5650C9873 -:10257000464007984640701E8641F0000B9B59402C -:10258000069B59404B1E9941890001430A984240DD -:1025900005984240501E824157000F430998089EFB -:1025A0004640049846400398C000029989000818E4 -:1025B00001994900441885480078854A11780143FB -:1025C00044D06019B91912780AB10F2250407E4EDA -:1025D000884236D11C367CCE7B48076B7A48416BEB -:1025E0007948806B92025B02134322021A43EB018B -:1025F0001343B2011A437B01734E1343090119437C -:10260000C000084334463C341ECC8D0005435100C5 -:1026100029431943D44A00201080B289521CB28148 -:10262000012C02D16B4A0123137030291DDB727813 -:10263000DAB1694800220270CF480180B2700FB051 -:10264000F0BDF089401CF0810FB0F0BD00F044FDFA -:102650005F4A0028B5D05C490879401C0871C0B2B7 -:102660006528AED301201070ABE74A1E2E2A07D88A -:1026700059480170C04800220280C8B288B9E3E717 -:1026800019B15548007860B9DEE73178012901D1E8 -:102690000021717050490870B7490880B070002857 -:1026A000D2D04E4909780029CED14849097800296D -:1026B000CAD0F178884202D00021B170F0700528AC -:1026C00005D3B178491CB170C9B20629BCD3002426 -:1026D000B470401E14286DD8810001A251188F4695 -:1026E00000F028B800F029B800F02AB800F062B86D -:1026F00000F029B800F05EB800F028B800F02EB85D -:1027000000F035B800F036B800F054B800F046B824 -:1027100000F047B800F032B800F04CB800F04AB80A -:1027200000F048B800F046B800F044B800F02CB80B -:1027300000F02FB802F028FA3CE002F057FA39E036 -:1027400002F02CF936E002F085FA33E02548012149 -:10275000017023480470244801702BE02148047064 -:102760001F480121017020480221017022E08048A9 -:1027700004701FE07E48012101701BE0747140F677 -:102780000060FF30F08015E0154800780121081A3C -:1027900001E013480078134908700BE002F09CFC3C -:1027A00008E040F60060F080012070713178012966 -:1027B00000D17070084801780C4A117004700FB095 -:1027C000F0BDC04614050020C003002052040020C4 -:1027D0001406002049040020150600204E040020A5 -:1027E0003604002019000020460400205C07002069 -:1027F00070B582B0CC4C03CC081A40F22131411A9A -:10280000564A083C914209D8C84D697841B1E978E7 -:1028100000295FD1A97869B3E8882CE04D4C81E0AC -:102820005349097871B153490A8840F2E83390421C -:1028300017D94B490C8840F2D0710091511C5B1C98 -:10284000224612E046490A884849098840F2D07376 -:102850002F3300932F2302F045F82F2807D10020B3 -:1028600005E0424909880093002302F03BF8E86044 -:102870003D4C57E0E880491CA970394E318880B240 -:1028800000F020FC332802DB002068701BE0308859 -:102890000721414305CC101A4018C0083080A978A0 -:1028A000083C33290FD3193881B240F2D662891A15 -:1028B000CA0F8918490821222A4B99540121E9702D -:1028C000308002F037F93088E880E8780028CFD0EF -:1028D00003CC081A297940F2E832FA32904208D241 -:1028E000491C2971214A138807245C432018C00819 -:1028F0001080C8B21C4C4C2814D317481B490A88B6 -:10290000193293B2C0183330C30FC01840082023C7 -:10291000144EF05400266E700A8002F0DDFB2E711A -:1029200002F0DEF800202080134802887F49C96841 -:102930008C1A124B1B689C4201DDD11806E0541A18 -:102940009C4203DDD11A018002B070BD018002B04B -:1029500070BDC0466A040020DFFCFFFF7605000062 -:102960002800002016060020740400202600002005 -:10297000370400202A0000206E040020D800002028 -:10298000034900220A600A688242FCD37047C046AD -:1029900024480140B0B505460A4C002060620A494F -:1029A0000122204603F03DFD6800616A8142FCD3AC -:1029B0004821A16201222046B0BC08BC9E4603F01B -:1029C00030BDC0460048014050C3000003480168C4 -:1029D00011B10168491E01607047C0461005002012 -:1029E000F0B54F4BC9334F4843804F490E68002222 -:1029F000042404E09219241D7C2C2E4608D00D5985 -:102A0000AE1BF8D09FB2BE42F4D246803346F1E707 -:102A10005109464C2161464D2F78012F2BD199B297 -:102A2000012928D940F28074A24210D204290ED87C -:102A300000213E4C61713F4C2170012129703E4CB8 -:102A40000C262670202404703C4C217013E00529CC -:102A500011D3D409182C0ED808290CD835490124D3 -:102A60000C702C7031494C71334907260E702021AF -:102A7000017032490C701E46C93E31490C78012C58 -:102A80000DD1B5B226498D4209D22A4D4721297070 -:102A900001212B4D297002250570284D29703C43DA -:102AA0003CD19BB2022B39D340F280718A4211D2C1 -:102AB000042B0FD800211D4A51711E4A11700121AB -:102AC0001B4A11701C4A0C231370202202701B48F1 -:102AD0000170F0BD052B21D3D109182910D8082B7E -:102AE0000ED8144901220A7011490A700F494A711F -:102AF000114907230B702021017010480270F0BDAE -:102B0000B1B2074A914209D20A4947220A7001210B -:102B10000B4A11700222027008480170F0BDC046D5 -:102B2000574D00005800002014050020200400200C -:102B300054040020D40000201D0400205304002071 -:102B4000550400200248016801229143016070474A -:102B50000C4401401421414363480A5801239A431D -:102B60000A507047142141435F480A580123134318 -:102B70000B507047142141435B480A5820239A4365 -:102B80000A5070471421414357480A5820231343E1 -:102B90000B50704710B5142242432D495218536808 -:102BA0000124A3435360002353609360D3601361F7 -:102BB00080000F22824008681043086010BDC046A4 -:102BC000B0B514224243484813580124A34313507C -:102BD00013180C689C608C68DC600C8A5C6013586D -:102BE00043F60074A3434C681C43CB6823434C69F1 -:102BF0001C4314500B7E5B1E5C425C41A3011458C5 -:102C00004025AC43E31813504B7E5B1E5C425C4195 -:102C1000E30114588025AC43E3181350897E4B1E02 -:102C20009941090113581024A34359181150B0BDFC -:102C3000142242432C4813580B4313507047C0468C -:102C400080008140024802680A4302607047C04623 -:102C50000400024010B502460020082917D80123BD -:102C60008B4040F21414234203460ED090000C46D1 -:102C700084400848036823405C1EA3411424544345 -:102C8000201880680840411E8841184010BD00404F -:102C900010BDC046000002401422424301481150BA -:102CA0007047C046140002401422424301481150AC -:102CB0007047C04610000240002181760183016008 -:102CC00041608160C16001614161704710B54A1E79 -:102CD0009141090114224243034813581024A3438D -:102CE0005918115010BDC04608000240142242433A -:102CF00088B20149505070470C0002400120400545 -:102D000002490A6802430A607047C0460004014055 -:102D1000F0B581B0EA4E00210091012430462246F0 -:102D200003F0E4F930462146224603F0DFF902279A -:102D300030463946224603F0D9F904253046009939 -:102D40002A4603F03FF8304621462A4603F03AF877 -:102D5000304639462A4603F035F830682043306063 -:102D60003046214603F065FB204D2868204328604B -:102D70002846214603F033FAE868A043E8601C487F -:102D80000168214301601B4801682143016021461D -:102D900003F025FA184D286820432860284621466C -:102DA00003F01DFAE8682043E860FEF74DFBFFF7EB -:102DB000E9F840F2E830FFF7E3FD104D28460099AE -:102DC000224603F093F928682043286040F200501F -:102DD000123002F0FFF840F2005002F0FBF801B0B0 -:102DE000F0BC01BC8646FEF7F7BDC046004401407A -:102DF0000048014000100040002000400004004056 -:102E00000248016804220A430260704744000240FD -:102E1000224908607047C04670B5194B1C46083CF3 -:102E20002568854325601D1F2E6886432E601E6819 -:102E300086431E605E6886435E6001290FD011B92B -:102E4000216801432160022A0ED0C143012A0FD01C -:102E5000A2B91A6802431A605A680A400DE029684C -:102E600001432960022AF0D119680143196002E088 -:102E70001A680A401A605A6802435A6070BDC04618 -:102E800008040140054908607047C04603490968C5 -:102E90000140481E814108467047C0461404014065 -:102EA000464908607047C0460248016880220A43CC -:102EB0000260704710200240B0B501463F4A404CC6 -:102EC000052023461568ED0702D05B1CFAD3B0BD80 -:102ED0001068C00616D41068400802231840F6D1C6 -:102EE0005068184350609160506840210143516020 -:102EF00005201168C90707D0641CFAD351689943AB -:102F00005160B0BD0420B0BD1068C00606D4106882 -:102F100040081840516899435160B0BD0420516881 -:102F200099435160B0BDC0462A48016810220A4347 -:102F3000026070470448C168090603D5034901606F -:102F4000034901607047C0460420024023016745E1 -:102F5000AB89EFCD70B50246184B194C05202546BC -:102F60001E68F60702D06D1CFAD370BD1868C00643 -:102F700013D41868400802263040F6D1586801255D -:102F800028435860116005201968C90707D0641CE0 -:102F9000FAD35968A943596070BD042070BD186800 -:102FA000C00606D41868400830405968A9435960E3 -:102FB00070BD04205968A943596070BD0C200240BF -:102FC0000000F1FF03490A6807239A4302430A609D -:102FD0007047C0460020024070B51C4B18680421A1 -:102FE000014308208143196002249C6103210A05E2 -:102FF0000920C0060568954301221605AD19056034 -:1030000040F2004585621D681543A5431D609A6125 -:103010008B0404689C439304E318036040F200238C -:10302000836203684CF20004A34344F200041B19BA -:10303000036080238361090403688B4311045918DA -:10304000016040F20011816270BDC046000400487A -:1030500070B5174B0E4A1A600E4D01242A46DE68E1 -:10306000264012B1521C002EF9D1002276B95960C7 -:103070000221DE680E4015B16D1C002EF9D12EB96B -:10308000054908409860074818602246104670BD00 -:10309000555500000200F0FFFF0F000004480149F1 -:1030A00001607047AAAA0000014802490160704708 -:1030B00000300040CCCC00000148012103F08FB863 -:1030C000002C0140401AC11740184840704780B595 -:1030D000FEF780FFC0B280BD0248016810200840A2 -:1030E0007047C046100400480148006880B270472D -:1030F00024100040F0B588B00F23DD43036AD407E5 -:1031000001D02B400B430395F024E6430F019407B5 -:103110000297054601D533403B433C4F0802540714 -:10312000069001D53B400343394F08031407079528 -:1031300001D53B4003430F04D4060196009702D506 -:10314000344C23403B43344E0F05940601D53340A5 -:103150003B43324D0E065406049601D52B403343B3 -:1031600005972F4D0F07140601D52B40DB19079D3E -:103170006C6A2B62D30519D4069B244D91051CD48F -:10318000234E510520D4244B254D110522D4D104C2 -:1031900024D40598910428D40498204B51042AD4AF -:1031A00011042CD40798446208B0F0BD039B1C4066 -:1031B0000C43069B154D9105E2D501990C400299EF -:1031C0000C43134E5105DED52C401C43124B144DBD -:1031D0001105DCD534400443D104DAD50D48044050 -:1031E0000098044305989104D6D51C4004430498E4 -:1031F0000A4B5104D4D51C4004431104D2D52C40B1 -:10320000E4190798446208B0F0BDC046FFF0FFFF24 -:10321000FF0FFFFFFFFFF0FFFFFF0FFFFFFFFFF0BC -:10322000FFFFFF0FF0B581B001261E400324E543E8 -:103230000468002E00D088E0C768002E00D08AE025 -:103240000090980700D58CE025463E46580700D4EC -:1032500092E03020C04306401701374305400C017F -:103260002C43180700D48CE0C020C04307409601CF -:103270003E4304408D012543D80600D486E06048D3 -:1032800006401702374305400C022C43980600D431 -:1032900081E05C48074096023E4304408D0225438E -:1032A00058067CD5584806401703374305400C03A1 -:1032B0002C43180677D55548074096033E430440F3 -:1032C0008D032543D80572D551480640170437436E -:1032D00005400C042C4398056DD54E4807409604D4 -:1032E0003E4304408D042543580568D54A480640AE -:1032F0001705374305400C052C43180563D547488F -:10330000074096053E4304408D052543D8045ED50D -:10331000434806401706374305400C062C439804E3 -:1033200059D5404D2F40900638432C408E062643F9 -:103330005C0454D53C4D2840140704432E400D072F -:1033400035431804009B56D54EE02C400C43C7680B -:10335000002E00D174E72F4017430090980700D447 -:1033600072E70C20C043074096003E4304408D00A6 -:103370002543580700D56CE72C463746180700D57B -:1033800072E725463E46D80600D578E72C463746F4 -:10339000980600D57DE725463E46580682D42C4641 -:1033A0003746180687D425463E46D8058CD42C4689 -:1033B0003746980591D425463E46580596D42C4666 -:1033C000374618059BD425463E46D804A0D42C4643 -:1033D00037469804A5D4264638465C04AAD4354618 -:1033E00004461804009B06D5104804409207A41810 -:1033F000054088072D181D60DC6001B0F0BDC04697 -:10340000FFFCFFFFFFF3FFFFFFCFFFFFFF3FFFFFCB -:10341000FFFFFCFFFFFFF3FFFFFFCFFFFFFF3FFFBB -:10342000FFFFFFFCFFFFFFF3FFFFFFCFFFFFFF3FAB -:10343000B0B5012902D14168194301E041689943BF -:10344000416084680321DD0701D08C4314439D074C -:103450002DD50C25AC43950025435C072AD42C467A -:103460001D072DD42546DC0630D42C469D0634D4C9 -:1034700025465C0638D42C461D063CD42546DC0582 -:1034800040D42C469D0543D425465C0546D42C46A5 -:103490001D0549D42546DC044CD42C469D044FD44C -:1034A00025465C0452D42C461B0459D554E02546CD -:1034B0005C07D4D53024A54314012C431D07D1D576 -:1034C000C025AC4395012543DC06CED540F200343F -:1034D000A54314022C439D06CAD540F60045AC43D3 -:1034E000950225435C06C6D543F20004A5431403A8 -:1034F0002C431D06C2D54CF20005AC439503254371 -:10350000DC05BED50C04A54314042C439D05BBD596 -:103510008D04AC43950425435C05B8D50C05A54343 -:1035200014052C431D05B5D58D05AC4395052543E4 -:10353000DC04B2D50C06A54314062C439D04AFD57C -:103540008D06AC43950625435C04ACD50C07A5431A -:1035500014072C431B0403D589078C439107641877 -:103560008460B0BD80B562B60220FFF72BFD80BC41 -:1035700001BC8646FFF7D8BCF0B581B040F20056DA -:1035800040F2005001F030FDFF200004474A11686E -:10359000814301239805009308181060444940F2C4 -:1035A000004008600C4610684249084099074018DE -:1035B000106040F600002060FEF7D2F83E4801F0AF -:1035C00013FD3E483E4941600C462325056040F20C -:1035D0000060123001F008FD3A4FFC62BD623846CF -:1035E00002F0D3FB384602F0F5FD1136304601F00B -:1035F000FBFC0920C7060324002602233846214687 -:103600003246FFF70FFE40F2006001F0EDFC202390 -:10361000384621463246FFF705FE05213046324640 -:10362000FEF7B6FC30463146FEF7C4FC009847056D -:10363000384631463246FFF7EFFB3846FFF722FCAB -:103640000C20314601F06AF940F20060113001F0BF -:10365000CBFC1D4C1A48E062A562204602F095FBA7 -:10366000204602F0B7FD114CE0684FF60071884328 -:10367000E0600F4D2F601048001D01F0B5FC1348AD -:103680003221C16247218162A1680A4A1140009B30 -:10369000DA078918A160D904296002F09BFD01B006 -:1036A000F0BC01BC864601F057BEC04608E400E00D -:1036B00000E100E0FFFFFF000407000028100040C9 -:1036C000FFFF00000048014000440140002000408E -:1036D00070B5CD4CE06E7E281FD3FFF705FD7C282A -:1036E00007D8A08FC0084A2803D8A06F80087D287B -:1036F00007D3FFF7F9FC4E21C44A515A49088842C2 -:1037000000D270BD207F401C2077C0B2652804D352 -:1037100001F0FAF80020A06770BDFFF7E5FC422138 -:103720006052BA4DA87D297E51B198B10026FFF7AD -:10373000CEFC0028E5D1761CA87D8642F7D309E0AF -:1037400040B10026FFF7C3FC0028DAD0761CA87D24 -:103750008642F7D301F0D8F8002001F0F7FD297D6B -:10376000E08FC840E08770BC02BC8E4601F0AEBD61 -:10377000F0B583B0A24CA349B022204601F054FC1E -:10378000607C401E414241419F4DA970A07C401E7B -:1037900041424141E970E07C012801D10120A8713A -:1037A000E07D042800D30220984FB871207D401E90 -:1037B000414241417970607D401E41424141B970B2 -:1037C000A07D401E41424141F970207E01460839EA -:1037D000282925D88E4D182808D38E490091182104 -:1037E00030222B4601F07EF8F887207E01460C3906 -:1037F0000B2907D800950C211822874B01F072F88D -:10380000F887207E804DFC21014008290DD1834995 -:10381000009107211022824B01F064F8F88705E03F -:103820007B48B88701F05EFD08E0F88F80B201F0B8 -:1038300059FDF88F4821785240217852607E014628 -:103840003239642908D841086430788608461A302D -:1038500078871031398703E055203887962078869D -:10386000E07EF871A07E282670431430F883207F14 -:10387000401E414241412971607F401E4142414109 -:1038800069710525284601F057FD6078002800D1B0 -:10389000A0E0A07F0B2800D80546284601F04CFD8B -:1038A0000020594D029028722321615C79732221F6 -:1038B000615C5C4A891879852521615CFA31B9859A -:1038C0002021625C5200584BD218FA842122A25C5B -:1038D0005200564BD2183A85E27F521E5342534152 -:1038E000EB712422A25C521E53425341AB7226223A -:1038F000A25C521E53425341EB72A25D531F142B24 -:1039000000D83A732922A25C531E092B00D87A7280 -:103910002A22A25C531EDBB2082B14D84623FD5A80 -:103920000926F6435643383EF0B22D18FD52364D67 -:10393000BA72FE72627E53081B183B8712187A8691 -:10394000FA8E1018F8862B20225C1046463846283E -:10395000029E00D87A712C20225C501E622803D867 -:1039600001206873500038842D20225C501E0928E5 -:1039700000D83A722E20235C092B11D8042B13D8BF -:103980002A462132980001A42018874600F008B882 -:1039900000F02BB800F006B800F006B800F028B828 -:1039A0002E84234A01201070FA8B90084A2800D8F0 -:1039B000FE731120B2FBF0F0FB79B1FBF3F1B0FB29 -:1039C000F1F04423F8526420B2FBF0F0B0FBF1F0C8 -:1039D00042217852C8203886787808B103B0F0BD0B -:1039E0000020EA49C87003B0F0BD01206854D8E750 -:1039F0000F4806700F48012202702A462032D1E794 -:103A000016060020007C000834040020000000207E -:103A1000B80B0000DC0500007017000094110000D6 -:103A2000282300005E050000EE020000D60600001C -:103A3000C1030020C00300208AB0FFF793FDFFF709 -:103A40009BFDFFF765F9FFF793FECF48007825212E -:103A5000CE4F7854CE4CCF494A780878E3789842D4 -:103A600002D123799A422ED02271E070601D891C08 -:103A70000C22FDF743FBC848017861708179E1753C -:103A8000B978491E4A424A416274F978491E4A424D -:103A90004A41A274B979491E4A424A41E2744178C6 -:103AA000491E4A424A4122758178491E4A424A418A -:103AB0006275C078401E41424141A175B021B74AAC -:103AC000204601F03DFBB87910B1B348818E4186A4 -:103AD000B14CE08F4821049160524623E15A4143A2 -:103AE00040F2D072B1FBF2F10393E152A087B978B2 -:103AF000491E4B1E99416176E18E4143B1FBF2F0C4 -:103B0000E17A4018E0866078002800D1DFE2F87A98 -:103B1000A34998B10846BE30039960520020B8719D -:103B20000121F970E17360806070208F323020874E -:103B3000608F32306087608E3230608601F08AF8A4 -:103B400000200690F886FDF731FD01F0BBFA01F088 -:103B500075FA387808B101203873924D012007902A -:103B600004E0002001F0C4FBFEF74EF901F0AAFAD0 -:103B7000398EC829079B1A4600D3069AB86F642865 -:103B8000854C00D8069B40F2E836B04202D809B115 -:103B9000134001D000227A769F2903D8BA790AB15E -:103BA00000227A76FA7B42B140F2F412643A92B281 -:103BB000914208D20021797605E0952901D8642147 -:103BC00000E00A216174796F0322089291FBF2F1FF -:103BD000F9660B281BD3F87CC8B173480068FFF75F -:103BE00071FAF96E0A097C2A0DD84A0890420AD95E -:103BF0000020B867B8760120F875B87B401CB87310 -:103C0000608E4008F885684801600020F874FF2045 -:103C10000206296891434E26A25B972A05D32960A4 -:103C2000686840210143BF2004E0012292078918FF -:103C30002960696881436960787D90B1786EFDF78D -:103C40005BFB03464420395A2420385C5222BC5A7C -:103C5000BA8D0094504C00F055FA01F015FB00208D -:103C60007875387D401C3875C0B265284ED3542015 -:103C7000385A24217A5C07235A431018C008785414 -:103C80004421785A58435622BA5A484D6A43484B01 -:103C9000B2FBF3F2237C53436422B3FBF2F210181D -:103CA000C00878525821795ABA6E3F2353435918A5 -:103CB0008911B966694340F2343291FBF2F10A048A -:103CC00000D50021B985B97A364DE9B1397CA28D8C -:103CD0004A4380B2824215D9388D401C3885F97E1E -:103CE000344A5143344A891880B281420CDA0024A4 -:103CF0003C87FEF789F800F007FEFC86BC76BC77AF -:103D0000F74C01E00020388500203875002009902C -:103D10003877F87E002851D0388F312800D2B7E0AC -:103D2000B97F002900D1B3E0882800D9CEE0787AA5 -:103D300050B1FEF707FF00F0E7FD099D284601F0AE -:103D4000D7FAFEF79BF87D72FDF7D8FFE179E548D9 -:103D5000B0FBF1F2388F0092E74AB2FBF1F3302169 -:103D6000782200F0BFFD25464A24285380B2FEF792 -:103D700007FE285B40F2F4116431B1FBF0F05221F0 -:103D80007852DB4DF2E6C046FC0F000834040020F8 -:103D900016060020AE03002000000020007C000872 -:103DA0002A03000008E400E0B0040020E40C000056 -:103DB000FF0F00007CFCFFFF204E00000596786F8F -:103DC000CE4991FBF0F0B97E41435220395288B27E -:103DD0000A21B0FBF1F05A217852E17B79B10399C5 -:103DE000635A4421625A4221615ABD4C049EA45B2D -:103DF000BF4D0094BA4C00F075FD40216052242064 -:103E0000385C627990420BD90499615A012300937E -:103E10004B0811460A390A3200F064FD4021605215 -:103E2000059EA15BBA6F0C20642A0DD340F2F412F8 -:103E3000914209D8F86E0C2100916421032340F2CD -:103E4000F41200F04FFDA15B642900D20220A0759E -:103E5000E18B40F2F412914201D24000A075F87D4E -:103E600000286FD0B87E00286CD000F04DFDFFF721 -:103E70002EF9217E00295BD000285BD0787F401C82 -:103E80007877A27EC0B2904258D92320099A54E094 -:103E900001247C723879002800D162E6904BD88FDB -:103EA000597A4900411813398AB29B8F5343B3FBA7 -:103EB000F0F2801A401C50257853B98700F010FFAB -:103EC000785B8B4D01F014FABC754FE601247C72CF -:103ED000FDF714FF388FC82806D94A215020804AA0 -:103EE0005052099A7A5202E04A207D49085AFEF758 -:103EF00047FD4A20385A002800D037E678497B48E9 -:103F000088537C83FC750C46F8667A49086001F09A -:103F10001DFA0998B8750A20B867607D60777879CE -:103F200008B1608F2087FEF7DBF9FFF7C5F81DE6C3 -:103F30000028A3D023203A5C521C3A5422203A5C39 -:103F4000002A4FD0FFF7D0F86D49884200D20DE625 -:103F5000B87E012800D009E63546787E401C787688 -:103F600000F0D2FC0120F875388F2F2801D809986D -:103F7000B876099EBE67FFF7B7F84224385330463B -:103F800001F0E4F9385B564A2C46515B089B4B43E1 -:103F900018188108515389B2D27DB1FBF2F1B9866C -:103FA000C008401AF887FFF79FF8F98F884202D2BD -:103FB000B86F0928F7D8FEF793F9232009993954E7 -:103FC0007977B86F401CB8677979FA7A0A43484D17 -:103FD00032D0142800D2C9E54148005B42498842EA -:103FE0002DD3C3E52323FA5C71B3E17E8A42A9D9BC -:103FF000029301213954FFF777F842243853002007 -:10400000019001F0A3F9385B354CA15B089A51434C -:1040100008188108A15389B2E27DB1FBF2F1B9869B -:10402000C008401AF887FFF75FF8F98F884232D24C -:10403000B86F0928F7D82EE01F2800D296E5099816 -:10404000F875FEF75BFE91E5217F8A4200D879E79B -:10405000029301213954FFF747F8422438530020D6 -:10406000019001F073F9385B1D4CA15B089A514334 -:1040700008188108A15389B2E27DB1FBF2F1B9863B -:10408000C008401AF887FFF72FF8F98F884202D24C -:10409000B86F0928F7D8FEF723F90298019B3B5423 -:1040A0007B77B86F401CB8677979FA7A0A4307D0F2 -:1040B000142800D246E7A05B0B49884203D341E7AE -:1040C0001F2800D23EE7FB75FEF718FE3AE70020F6 -:1040D000B871F87A0349002800D01BE52EE5C046E8 -:1040E000000000202A030000D10700002823000060 -:1040F00008E400E0B0040020581B0000C0270900BD -:10410000C9AF0000F0B583B0EF4C089D2572A371D4 -:104110002271A170207002952D0A0195E57100931E -:104120001B0A6371170AE7700E0A667044000725C0 -:1041300040B2002800DA71E1600064B2002C00DABD -:1041400072E1440040B2002800DA73E1600064B21A -:10415000002C00DA74E1440040B2002800DA75E176 -:10416000600064B2002C00DA76E1440040B200281E -:1041700000DA77E1600064B2002C00DA6840704039 -:10418000440040B2002800DA73E1600064B2002C01 -:1041900000DA74E1440040B2002800DA75E1600002 -:1041A00064B2002C00DA76E1440040B2002800DA64 -:1041B00077E1600064B2002C00DA78E1440040B29C -:1041C000002800DA79E1600064B2002C00DA68406F -:1041D0004840410040B2002800DA77E1480049B287 -:1041E000002900DA78E1410040B2002800DA79E1E4 -:1041F000480049B2002900DA7AE1410040B20028C3 -:1042000000DA7BE1480049B2002900DA7CE1410094 -:1042100040B2002800DA7DE1480049B2002900DA06 -:1042200068404740780079B2002900DA79E141001E -:1042300040B2002800DA7AE1480049B2002900DAE9 -:104240007BE1410040B2002800DA7CE1480049B23D -:10425000002900DA7DE1410040B2002800DA7EE169 -:10426000480049B2002900DA7FE1410040B200284D -:1042700000DA69404A40500051B2002900DA7BE17F -:10428000410040B2002800DA7CE1480049B2002930 -:1042900000DA7DE1410040B2002800DA7EE148000A -:1042A00049B2002900DA7FE1410040B2002800DA7B -:1042B00080E1480049B2002900DA81E1410040B2C2 -:1042C000002800DA69404B40580059B2002900DA52 -:1042D0007DE1410040B2002800DA7EE1480049B2A9 -:1042E000002900DA7FE1410040B2002800DA80E1D5 -:1042F000480049B2002900DA81E1410040B20028BB -:1043000000DA82E1480049B2002900DA83E1410085 -:1043100040B2002800DA6940009A4A40500051B289 -:10432000002900DA7EE1410040B2002800DA7FE196 -:10433000480049B2002900DA80E1410040B200287B -:1043400000DA81E1480049B2002900DA82E1410047 -:1043500040B2002800DA83E1480049B2002900DABF -:1043600084E1410040B2002800DA6940019A4A40E5 -:10437000500051B2002900DA7FE1410040B200282C -:1043800000DA80E1480049B2002900DA81E1410009 -:1043900040B2002800DA82E1480049B2002900DA80 -:1043A00083E1410040B2002800DA84E1480049B2CC -:1043B000002900DA85E1410040B2002800DA6940B6 -:1043C000029A4A40500051B2002900DA80E14100CF -:1043D00040B2002800DA81E1480049B2002900DA41 -:1043E00082E1410040B2002800DA83E1480049B28E -:1043F000002900DA84E1410040B2002800DA85E1BA -:10440000480049B2002900DA86E1410040B20028A4 -:1044100000DA87E1C648417203B0F0BD6C4060002D -:1044200064B2002C00DB8CE66840440040B20028F7 -:1044300000DB8BE66C40600064B2002C00DB8AE697 -:104440006840440040B2002800DB89E66C40600010 -:1044500064B2002C00DB88E66840440040B20028CB -:1044600000DB87E66C40600064B2002C00DA85E671 -:1044700085E66C40600064B2002C00DB8AE6684090 -:10448000440040B2002800DB89E66C40600064B262 -:10449000002C00DB88E66840440040B2002800DBC6 -:1044A00087E66C40600064B2002C00DB86E6684062 -:1044B000440040B2002800DB85E66C40600064B236 -:1044C000002C00DA83E683E60205002069404800FC -:1044D00049B2002900DB86E66840410040B200286E -:1044E00000DB85E66940480049B2002900DB84E62C -:1044F0006840410040B2002800DB83E66940480084 -:1045000049B2002900DB82E66840410040B2002841 -:1045100000DB81E66940480049B2002900DA7FE605 -:104520007FE66840410040B2002800DB84E6694035 -:10453000480049B2002900DB83E66840410040B2F0 -:10454000002800DB82E66940480049B2002900DB10 -:1045500081E66840410040B2002800DB80E6694007 -:10456000480049B2002900DB7FE66840410040B2C4 -:10457000002800DA7DE67DE66840410040B2002870 -:1045800000DB82E66940480049B2002900DB81E691 -:104590006840410040B2002800DB80E669404800E6 -:1045A00049B2002900DB7FE66840410040B20028A4 -:1045B00000DB7EE66940480049B2002900DB7DE669 -:1045C0006840410040B2002800DA7BE67BE66840A4 -:1045D000410040B2002800DB80E66940480049B253 -:1045E000002900DB7FE66840410040B2002800DB84 -:1045F0007EE66940480049B2002900DB7DE668405C -:10460000410040B2002800DB7CE66940480049B226 -:10461000002900DB7BE66840410040B2002800DA58 -:1046200079E679E66840410040B2002800DB7FE689 -:104630006940480049B2002900DB7EE6684041003D -:1046400040B2002800DB7DE66940480049B20029FD -:1046500000DB7CE66840410040B2002800DB7BE6DE -:104660006940480049B2002900DB7AE66840410011 -:1046700040B2002800DA78E678E66840410040B2AF -:10468000002800DB7EE66940480049B2002900DBD3 -:104690007DE66840410040B2002800DB7CE66940CE -:1046A000480049B2002900DB7BE66840410040B287 -:1046B000002800DB7AE66940480049B2002900DBA7 -:1046C00079E66840410040B2002800DA77E677E6F4 -:1046D0006840410040B2002800DB7DE669404800A8 -:1046E00049B2002900DB7CE66840410040B2002866 -:1046F00000DB7BE66940480049B2002900DB7AE62E -:104700006840410040B2002800DB79E6694048007B -:1047100049B2002900DB78E66840410040B2002839 -:1047200000DB77E669400248417203B0F0BDC04645 -:1047300002050020F0B584B0634BDF8817B100207C -:10474000D88031E0614A62480078624938B1106827 -:10475000884204DCC10B012904D107221FE011604B -:1047600007221DE0810B012901D1062217E0410B30 -:10477000012901D1052212E0010B012901D10422F6 -:104780000DE0C10A012901D1032208E0810A0129B3 -:1047900001D1022203E0410A491E4A424A41014630 -:1047A0001A61114157020F434B4800788000029074 -:1047B0004A490E18802373603D0128134849085C5C -:1047C0000190C4001946A143B1603A0914467C40E7 -:1047D000380A60400F2403942040451965403A4848 -:1047E0004561019804011C404C40F460C0030190F5 -:1047F000039802403A49895C00918A0201990A4370 -:10480000910A19406140316107403548C05D01900F -:1048100044011443039805403148475D25463D4314 -:1048200029488561500A184048407061110A1940B2 -:104830004140B161009AD00018404840F061110138 -:104840001940414031627F20C043014062091A4053 -:104850004A407262210919405140B162E2081A408F -:104860004A40F262019CE10019405140316322014B -:104870001A404A407263294619405140B1630140D1 -:104880006A001A404A40F263A9001940514031645D -:104890000022124C029D6251FA001A404A40726492 -:1048A000390119405140B1647A011A404A40F2641A -:1048B000B9011940514031650140F801C0B248408A -:1048C000706504B0F0BDC046C0030020A8040020FD -:1048D0004E040020FFFF00001D040020C806002039 -:1048E00046660008B0B5049D88420C4600DB0446CD -:1048F000E81A9442154600DC25466C1A6043511AAA -:1049000090FBF1F0C018B0BD0120400502490A68D3 -:1049100082430A60486170470004014070B540B2AC -:10492000002817D4032302469A43144BD458850712 -:10493000ED0EFF26AE40B4438901C9B2A940214320 -:10494000D1501F21014001228A40400980000C49BA -:10495000425070BD8207D20EFF2494400F230340C3 -:10496000083B0320834304481D58A5438901C9B26D -:1049700091402943195070BD1CED00E000E400E0B7 -:1049800000E100E0034A0A40024303480260BFF32B -:104990004F8F704780FFFF1F08ED00E070B5CC48D7 -:1049A00000F0A0FCEFF3108072B6CA48007800F067 -:1049B0009FFC792514260A24AD1E00F083FBB5FB6D -:1049C000F6F0FDF70FFB68080A3080B200F0AEFC8D -:1049D0002046FDF7DFFF022DEED8FDF715FA002483 -:1049E000204600F0A3FCBC480480BC48008800F0CE -:1049F00079FC62B670BDC046F0B585B00320FDF706 -:104A0000F1FA00253227B44CFE2002900A200190D2 -:104A10002846039504E00498401CBF1CAE2F45D2E5 -:104A2000049000F04FFB25802948C0198678FF2E9E -:104A3000F1D0C5785DB3019800F078FCF7206843A9 -:104A400040F6A07140182349B1FBF0F52248B0FBB5 -:104A5000F5F4A0B200F046FC9E48007860439E4CFE -:104A60009B49B0FBF1F080B200F042FC0498C0B268 -:104A70000299484380191949B1FBF5F1414364207B -:104A8000B1FBF0F080B2FDF785FF039D0AE0039DC6 -:104A9000284600F02DFC0498C0B2029948438019C2 -:104AA000FDF778FF2846BF1CAE2FB9D3FDF7ACF950 -:104AB00025460024204600F039FC8848008800F094 -:104AC00011FC2C8005B0F0BC01BC864600F0FABA9F -:104AD0001606002080969800003E4900A08601003E -:104AE00010B57B4800F0FEFB282000F01FFC794841 -:104AF000007800F0FDFB0220FDF774FA96242046B2 -:104B0000FDF748FF00F0DEFA502000F00FFC2046D1 -:104B1000FDF740FFFDF778F90024204600F006FC81 -:104B20006D4804806D48008810BC02BC8E4600F0C1 -:104B3000D9BBC04610B5664800F0D4FB322000F067 -:104B4000F5FB6448007800F0D3FB0220FDF74AFA39 -:104B500096242046FDF71EFF00F0B4FA1E2000F058 -:104B6000E5FB2046FDF716FFFDF74EF90024204631 -:104B700000F0DCFB584804805848008810BC02BC98 -:104B80008E4600F0AFBBC04610B5EFF3108072B692 -:104B90004F4800F0A7FB00F095FA502000F0C6FB4C -:104BA0004C48007800F0A4FB0320FDF71BFA6424B6 -:104BB0002046FDF7EFFE462000F0B8FB2046FDF74B -:104BC000E9FE282000F0B2FB2046FDF7E3FEFDF7EA -:104BD0001BF90024204600F0A9FB3F4804803F4811 -:104BE000008800F07FFB62B610BDC04610B53848A3 -:104BF00000F078FBEFF3108072B600F063FA3C200F -:104C000000F094FB3348007800F072FB0120FDF7C0 -:104C1000E9F94B242046FDF7BDFE502000F086FB4D -:104C20002046FDF7B7FE5A2000F080FB00F04AFA5C -:104C30002046FDF7AFFEFDF7E7F80024204600F020 -:104C400075FB254804802548008800F04BFB62B6C0 -:104C500010BDC04610B5EFF3108072B61B48007847 -:104C6000FF2802D0FFF7C8FE2AE0194800F03AFBFF -:104C70001848007800F03CFB0320FDF7B3F937201B -:104C800000F054FBC8242046FDF784FE0520FDF704 -:104C9000A9F9282000F04AFB2046FDF77BFE0620FC -:104CA000FDF7A0F9192000F041FB2046FDF772FE48 -:104CB000FDF7AAF80024204600F038FB06480480DF -:104CC0000648008800F00EFB62B610BD307C00087C -:104CD000B80B00000C050020740400203E000020EA -:104CE00010B5032211050920C00603688B4301217A -:104CF0000C051B19036040F20043836293040468AF -:104D00009C438B04E318036040F200238362120487 -:104D1000036893430A049A18026040F20012826208 -:104D20000A4A136808241C4304239C431460136834 -:104D300002241C438C43146001684CF2000291432E -:104D400048F200028918016010BDC0460004004806 -:104D500010B531490A462C3A13684CF20004A343BB -:104D600013600B682D4C1C400C60092852D883003E -:104D700001A4E3189F46C04600F012B800F015B831 -:104D800000F01DB800F01EB800F01FB800F021B808 -:104D900000F023B800F025B800F032B800F025B8D4 -:104DA000012000040A68824303E0012000040A682D -:104DB00002430A60086840F20012904329E010683C -:104DC000106022E01068106014E0106844F20003E4 -:104DD00019E0106844F200030AE0106848F200038A -:104DE00011E0106848F2000302E010684CF2000382 -:104DF000034313600120C0070A6802430A6004E00D -:104E000010684CF20003034313600A6840F200107C -:104E10001043086010BDC04630100240FFFEFE7F08 -:104E2000F0B581B00246614B18680C210140604822 -:104E3000082904461BD119688902090F0F2904D0DB -:104E40008C1C1D682D0104D405E010241D682D0163 -:104E500001D511310C461968C90301D4554905E043 -:104E6000996A0F250D40691CB0FBF1F14C431D6898 -:104E700018681968052A21D800902D062D0F4EA715 -:104E80007F5D2546FD408904490F4F4F7E5C2946D2 -:104E9000F140960001A080198746C04600F00AB88C -:104EA00000F010B800F012B800F005B800F017B824 -:104EB00000F01EB82146084601B0F0BD00210846AA -:104EC00001B0F0BD2946084601B0F0BD009840058C -:104ED000400F385CC5402946084601B0F0BDD86A8D -:104EE000C0051CD4D86AC00330D5394801B0F0BD24 -:104EF000D86A8007DFD0D86A0322104001282146F3 -:104F0000D9D0D86A104048F200010228D3D0D86A1C -:104F100010400328264800D0002001B0F0BD1A68D8 -:104F2000D86A1204920F930001A4E3189F46C0466A -:104F300000F006B800F00DB800F011B800F017B896 -:104F400000281AD44908084601B0F0BD1F4801B036 -:104F5000F0BD002817D48908084601B0F0BD00282C -:104F600017D40620B1FBF0F1084601B0F0BD0028CF -:104F700015D4C908084601B0F0BD0320B5FBF0F117 -:104F8000084601B0F0BD0520B5FBF0F1084601B0C0 -:104F9000F0BD0720B5FBF0F1084601B0F0BD0920D7 -:104FA000B5FBF0F1084601B0F0BDC0460410024068 -:104FB00000127A0000093D0000000000000000001F -:104FC00001020304060708093E660008809FD50019 -:104FD000003FAB011F21014001228A408009114995 -:104FE00043589343435070471F21014001228A4098 -:104FF00080090C4943581343435070471F21014017 -:1050000001228A408009074943589343435070471F -:105010001F21014001228A4080090249435813435D -:105020004350704700100240012A05DB0B780370E3 -:10503000491C401C521EF9D170470000F0B581B0E8 -:105040000325002628463146FDF740FE894C2046C0 -:1050500001F082F81448A0610A2020621348007809 -:10506000A0621348E06201272046394601F0B7F8F4 -:10507000666210491048C860804806700F48017881 -:105080002846FDF733FE204640F2002101F09EF84D -:10509000206A384320622068384320600848054968 -:1050A000086001B0F0BDC04601700000D4000020CF -:1050B000FFFF0000440002401405002058000020BB -:1050C0008B090000FDF7EABF024800214160016042 -:1050D0007047C0462404004090B415490A7815482A -:1050E00042708A79C275144A93785B1E5C425C41B7 -:1050F0004474D3785B1E5C425C4184749279521E86 -:1051000053425341C3744A78521E5342534103756C -:105110008A78521E534253414375C978491E4A4208 -:105120004A418275B021054A90BC00F009B8C046DA -:10513000000000201606002034040020007C000837 -:10514000F0B503AF87B06E46F51D0D353261716065 -:105150000446C817800F0B1803211A468A43D11D35 -:10516000072291436A46501A99108546B060F16053 -:10517000FBF7DDFF706804280FDBB068F168E278A8 -:105180001206A3781B049A1863781B02D21823789E -:10519000D21804C0241D491EF1D1F0686860FDF7E3 -:1051A000C9FE3069810502D1FDF786FE3069002114 -:1051B00029602A6869688A42B46814D23421F1608F -:1051C0002A6829688900615892001018FDF7C2FE0C -:1051D000F068FDF765FE30692968491C29602A6876 -:1051E00069688A42ECD3FC1F053CA546F0BC01BCB3 -:1051F0008646FDF759BE0000F0B581B003260124B4 -:1052000030462146FDF762FD1A4D284600F0A4FF06 -:105210006020A8612E6218480078A862174F3C7081 -:105220006420E8622846214600F0D9FF1448154959 -:105230000160797817313046FDF758FD022130467C -:10524000FDF7F6FC08213046FDF7F2FC3046FDF78D -:1052500089FC284640F2002100F0B8FF286A20436C -:1052600028622846214601F0E4F828682043286097 -:1052700001B0F0BD00040040250400201C04002003 -:1052800050000240C8060020B0B5654C0021204601 -:1052900001F0B6F90821204601F0BAF901252846A7 -:1052A000FDF758FC5F4800780749086080212046D8 -:1052B00001F090F92846FDF755FC04212046B0BCCA -:1052C00004BC964601F09CB920000240044900222B -:1052D0008A6108624A600868012202430A607047D6 -:1052E0000C440140014908607047C0462C2C014025 -:1052F00007490860486088607047C04601480168F7 -:105300000160704720040040014908607047C046B2 -:10531000342C0140014908607047C046382C0140D8 -:10532000014908607047C0463C2C014001490860B3 -:105330007047C046282C01400B2800D30B204000AA -:10534000014908707047C0460C0500200148002143 -:105350000160704724100040F0B587B040F2005063 -:105360001230FFF741FE40F20050FFF73DFE2948A2 -:10537000FFF73AFE01242046FDF70CFC264F0026DD -:105380004025384631462A46FDF7B4FE022138460C -:1053900032462B46FDF746FF3846314622462B461D -:1053A000FEF746F86F463846FDF786FCBC7640F2BD -:1053B00000103883194802900396194D284628306A -:1053C00000900596019617480078049020463946CB -:1053D000FDF7F6FB2046FDF7CDFB8021284601F0C6 -:1053E000F9F82046FDF7BEFB284601F000F9E12060 -:1053F0004102284601F0C0F80421284601F000F9D6 -:105400000821284601F004F9284601F0EBF807B01E -:10541000F0BDC0460E060000000400480205002052 -:1054200000380140DC000020F0B585B0E64E707811 -:1054300002280FD0012803D1FCF7F8FF002070707C -:10544000708D401C7085F07850B12024305D48B1DB -:10545000708FD1E0FFF76EF90020707000F059FCFA -:10546000708F17E1D948437B580040F2E835411965 -:10547000708F01220492D743F27A7AB1814233D2FB -:10548000D24A527EB578AA4220D100253586B57E13 -:10549000C5B10499B17540F2E83525E081426AD280 -:1054A000CA4A527EB3789A425BD14E20C74B185AF3 -:1054B0001B8E984244D8F07E002841D140F2E8305B -:1054C00070874EE0049DAA1AC04D6A76B27D40F204 -:1054D000E8354AB9BE4A00922F3A2F23FFF702FA65 -:1054E0003086BA48437B708F5F437A1982421DDD54 -:1054F000B178049D6D1AB54F7F7EBD4208D1B57E4F -:1055000015B10499B17501E0B04D6976002131867D -:10551000B17D49B92F2100910021AD4BFFF7E2F990 -:105520003086AA48437B708F40F2E83559006A1AEA -:1055300082425ED8491981425BD30021B17557E0A0 -:105540000025B5670498F075801AA0494876FFF7E2 -:10555000DBF9757440F2E8359C48407B4000411906 -:10556000708F9B4A00922F3A2F23FFF7BBF93086AA -:105570009648437B708F394659434A1982422EDD43 -:10558000B37804990393CB1A90494D7EAB4209D16D -:105590004E20085A0B8E984207D8F07E28B940F268 -:1055A000E830708740F2E8350FE00498F075002588 -:1055B000B56703984876FFF7A7F975748348407B71 -:1055C000474340F2E8357A19708F2F21009100216E -:1055D0007F4BFFF787F930867C48437B708F5900FB -:1055E0006A1A824205D84919814202D30021717496 -:1055F0003186315D00294ED040F2E83440F2E83186 -:105600002F3188421FD9714D697EB278914213D1F2 -:105610004E20285A2A8E904204D8F07E10B90020DD -:10562000708709E00027B7670120F075401A687697 -:10563000FFF76AF97774708FA97C4200511A40F61F -:105640000102891A31860146303989B2A1421DD240 -:10565000B1780122531A5D4C657EAB4211D14E20C8 -:10566000205A238E984204D8F07E10B9002070870B -:1056700007E0F2750025B5676176FFF745F97574A7 -:10568000708FA17C4200511A313931862F2802D8FF -:105690000020707430864D4FF87880B1F07B642123 -:1056A0004143481C797C4143707E814207D2FCF71C -:1056B000ABFBFFF729F966207076002056E0B07941 -:1056C00028B1308E1D2820D80021318742E0307B60 -:1056D00000284AD03078E0B1396D7B6D308E009172 -:1056E0002F213B4AFFF7FEF83A4991FBF0F0F97998 -:1056F000490890FBF1F0F084308E2E2809D8364806 -:10570000002101603187F16531E01E2815D11E208E -:1057100020E0F46D314D20462946FBF7B8FD002806 -:10572000204600D12846FBF7E7FD30872C4920466C -:10573000FBF7BBFDD8B9302018E0397B14224A436F -:10574000824207D9A02100911E212F23FFF7CAF81A -:105750003087308E3A7B14215143814207D81C4A4E -:105760000092A023FFF7BEF800E0308E3087708DE6 -:105770001C4DA8424AD92C20345E2046FBF7B1FDCF -:105780001949FBF738FD0146706EFBF7DBFC7066CC -:105790001648017803290BD0022929D0012933D1D9 -:1057A0002421715C40F2671289189931022228E0A5 -:1057B0004421715A1922B1FBF2F1C9B240F2E83228 -:1057C0008918183101221CE0340400200000002058 -:1057D000FF070000008793035C00002000E0FF4407 -:1057E00000004042204E00000000B443C5030020EA -:1057F000A1B2C9B23222B1FBF2F140F200628918C3 -:1058000003220270EE48018000207085B07F0028DE -:105810003FD0F07968B14820315A491C31523A7969 -:105820001423534389B28B4203D200213152012009 -:105830007075F07EE34D002800D02EE25024B07F3A -:105840000028049446D0B179204648432F30328F47 -:1058500090423FD8B07EA8B9FCF7D6FAF07D60B987 -:10586000B07E40B9FCF73CFD4E203D52D648FFF7D4 -:105870006DFD0120B076FDF741FA0120B076788EFB -:10588000F085B1793B8F308FFA8F009271B1892109 -:105890000DE0307C0028BCD1F07F0028B9D0308EDC -:1058A000002855D0462000213152B2E72F21C74AA7 -:1058B000FFF718F80446B087708DC54941430220B0 -:1058C000C141C448814270D9F07ABE4D049C08B9E8 -:1058D0000020B075B07960432F30318F884200D8F6 -:1058E00049E1B07C50B1012802D1FFF723F9B07C27 -:1058F000022801D1FFF7F4F80020B074787800286E -:1059000000D1E5E0B07E002800D1F6E0787F3C21B0 -:105910004143B88C421810463C3803B240F267113C -:105920008B4202DD40F2A410101A4A22B052024605 -:10593000EF3213B28B4201DD0246793A4E23F25226 -:105940000246773213B28B4200DDCDE01046CCE048 -:105950004620315A491C315289B2A94200D858E731 -:10596000F18E1F2900D2E2E00120B077B07A002842 -:1059700000D1E8E14420305A40F27211B0FBF1F15D -:10598000317440F267110B31884200D2DDE100250D -:105990006424FFF7F9F82046FCF7FCFFFFF792FBC1 -:1059A0006D1C307C8542F4D3CFE1B17E707B002842 -:1059B00044D0002942D003912C20305E398C012242 -:1059C000D243623A4A431018E54988620A6C831A46 -:1059D0000D6B4A6B8F6B5A43CA6308644543ED19DC -:1059E0008F6CBD423B4600DC2B467F42BB4200DB56 -:1059F0001F468F63D219CB6A58431318C86C834271 -:105A0000024600DC1A4640428242D44F00DB104678 -:105A10004864FBF766FCD449FBF7EDFBFBF76CFC35 -:105A2000F98D091A0AB2388F824200DB084601B2AA -:105A3000A2B28A4200DB0446FC850399002900D10A -:105A400042E77079002800D13EE74E20385A798C21 -:105A5000401AC34908658A6E831A8C6DCA6D0D6E33 -:105A60005A434A668866444365190C6FA54223462B -:105A700000DC2B466442A34200DB1C460C66121974 -:105A80004B6D58431318486F8342024600DC1A4698 -:105A90004042824200DB1046C866FBF722FCB24956 -:105AA000FBF7A9FB0146306EFBF74CFB0546AF4CFC -:105AB0002146FBF708FC00B92C4634660025204639 -:105AC0002946FBF700FC002800D0FDE63566FBE622 -:105AD0000020B087B17EB9BBB0670120F075307986 -:105AE00070B3FDF779FA2FE0F1384C217052B0799C -:105AF000012840D10120F0763DE02C460025B56715 -:105B00000121F175B58775773079A0B1B07900289A -:105B1000254600D0FAE6F88F0391797A49004018BB -:105B20001338B087FFF7DCF80398B075EEE6002174 -:105B30003152F1776DE6FCF767F9B5872546E5E662 -:105B4000B07D08B9FCF760F9B77DF07AA0B19FB1DC -:105B5000718F40F2E83440F2E830FDF7B3FA0019F3 -:105B6000B08780B240F2D071884202D1FDF734FA9A -:105B700001E0FFF7B5F8B77D77B3B07EB17F91B1A3 -:105B800088B1318F30290ED3744CA078002873D09F -:105B90004E20205AE18F00914B086021C822FEF769 -:105BA000A1FEA08769E0002F00D1B4E0B18F6B4B5C -:105BB000988F0A464243DB8FB2FBF3F29A1A62E0F7 -:105BC000C60300201027000088130000FF07000014 -:105BD000CDCCCCCCCCCCCC0C707914210391C14071 -:105BE000B48FB06F88420AD25C49488E844201D299 -:105BF000B0870446C88E844201D9B087044640204D -:105C00005649085A844201D9B0870446707B30B1A6 -:105C10002E205249085E844201DD84B2B487356E7D -:105C2000002128460291FBF724FB20B92846FBF708 -:105C300063FB2418B4874B4D4848807B00289CD0D8 -:105C4000F06E40F2F411884201D83C200390434B9F -:105C5000039ADA74F08DA1B214460A1AA24262DDE8 -:105C60000019B0874E20185A40F267118D318842D2 -:105C700062D90120187580E7A08FB18F82B24A43A4 -:105C8000E38FB2FBF3F2521C049C3253F18580B2D5 -:105C9000FFF728FB305BFFF72BFB4020315A491CF4 -:105CA000315288B2A84234D9B17FB9B1FCF7ACF80F -:105CB00000203087F086F083FFF71AFBFFF704FA25 -:105CC0002B4840F20011FBF732FABFF34F8F2948FF -:105CD00029490160BFF34F8F00BFFDE72749884284 -:105CE00017D3FCF791F800203087F086F083FFF798 -:105CF000FFFAFFF7E9F91E4840F20011FBF717FA27 -:105D0000BFF34F8F1B481C490160BFF34F8F00BF8B -:105D1000FDE705B0F0BD32214143049C31530F48EB -:105D2000808FB18FB2E7411AA14208DD0B49029A78 -:105D30000A75001BB08720E7029818751DE7074811 -:105D40000299017519E7FEF71FFF2120305C00283A -:105D500000D05EE50020F0725BE5C0460000002048 -:105D60005C0000201027000000401C460000164385 -:105D7000140500200CED00E00400FA0551C30000FA -:105D800001688022914301607047016880220A43C4 -:105D9000026070470A884B8813438A881A43CB886D -:105DA00013430A891A434B89134389891943416470 -:105DB00070470021818141810181C18081804180C2 -:105DC00001807047022907D001290CD0A1B9016ACE -:105DD0000423994301620BE0016A40F200439943B6 -:105DE0000162120204E0016A402399430162120138 -:105DF000203001681143016070470021C18081801B -:105E0000012242800180704710B5032900D9FDE0CE -:105E10008B0001A4E3189F4600F006B800F08EB88E -:105E200000F045B800F0CBB8036A01218B43036250 -:105E300083690324A34383611388046A1C430462B7 -:105E4000036A0224A34303629388046A1C43046226 -:105E5000774BC3180A24E341072B00D9D6E09940B9 -:105E6000E123194200D1D1E0016A04239943016280 -:105E70005188036A0B430362016A08239943016254 -:105E8000D188036A0B430362416840F200139943CF -:105E90004160118943680B434360416840F200232D -:105EA00099434160518942680A43426010BD016ACA -:105EB00040F20013994301620321C943C3690B40B7 -:105EC000C36111880902036A0B430362016A40F24D -:105ED00000239943016291880902036A0B4303621C -:105EE00051490B1F984200D090E0036A40F20044F1 -:105EF000A343036253881B02046A1C430462036ABF -:105F000040F60004A3430362D3881B02046A1C43C7 -:105F10000462086841F20003984308601089000198 -:105F20000B6803430B60086842F200039843086063 -:105F3000508900010A6802430A6010BD016A1023FB -:105F400099430162816940F200339943816111886C -:105F50000901036A0B430362016A2023994301622A -:105F600091880901036A0B430362C74988424ED0F6 -:105F7000C24988424AD1016A40239943016251884B -:105F80000901036A0B430362016A8023994301629A -:105F9000D1880901036A0B4303622348016840F278 -:105FA0000043994301601189890003680B43036032 -:105FB000016840F600039943016051892EE0016AAF -:105FC00041F2000399430162C16940F200339943F1 -:105FD000C16111880903036A0B430362016A42F23B -:105FE00000039943016291880903036A0B4303622A -:105FF0000D490B1F984209D1086844F200039843E9 -:106000000860108980010A6802430A6010BD0748D1 -:10601000016840F2004399430160118989000268D8 -:106020000A43026010BDC046042C014004400140F8 -:1060300000D4FEBF10B5032929D88B0001A4E318B2 -:106040009F46C04600F006B800F00AB800F010B84D -:1060500000F013B88169702399438161183013E00F -:10606000816947F2000399438161120218300BE005 -:10607000C16970239943C16105E0C16947F200031A -:106080009943C16112021C3001681143016010BDC7 -:1060900010B5032929D88B0001A4E3189F46C046F8 -:1060A00000F006B800F00AB800F010B800F013B81D -:1060B0008169082399438161183013E0816940F6B2 -:1060C000000399438161120218300BE0C169082373 -:1060D0009943C16105E0C16940F600039943C1617C -:1060E00012021C3001681143016010BD10B5032974 -:1060F00028D88B0001A4E3189F46C04600F006B8DC -:1061000000F009B800F00DB800F012B8016A0123E0 -:106110009943016212E0016A10239943016212015E -:106120000CE0016A40F2001399430162120205E09B -:10613000016A41F2000399430162120320300168B1 -:106140001143016010BD002141810181C180818026 -:10615000418001807047000010B5184C18498842F2 -:106160000ADD1849884212DC444988421DD046495C -:10617000884218D1641D18E0414988420FD0124965 -:10618000884211D0434988420DD1FD340DE0404989 -:10619000884206D03D49884205D1E41D05E0F63429 -:1061A00003E0A41D01E010BDF9342046FEF730FFE6 -:1061B000204610BC02BC8E46FEF720BF0B03000039 -:1061C000FF2B0140FF43014000100040C2680A431A -:1061D000C2607047016801220A4302607047426949 -:1061E0000A4342617047C9430161704710B50A888C -:1061F0008262224A904202D0214B98420BD103681E -:106200007024A34303604B8804681C4304608B889C -:1062100004681C4304608B68C3621A4B984208DC14 -:10622000174B98420ED01B4B98420BD0904209D08E -:106230001EE0154A904205D0144A904202D0144AFA -:10624000904215D1026840F200339A430260CA8836 -:10625000036813430360104A82180A23DA41072AAD -:1062600006D801239340E122134201D0097B016348 -:10627000416901220A43426110BDC046002C014021 -:1062800000040040FF3F0140004001400048014041 -:10629000004401400020004000D4FEBFF0B581B0B2 -:1062A0005488012C01D0012300E0022300931788B9 -:1062B0007B427B415D00036A00294BD010218B4358 -:1062C0000362036AA026B34303623B01066A1E43CE -:1062D00006628369494E33408361230284691C430B -:1062E00084618369434C23408361D4882303866996 -:1062F0001E438661036A0B43036281693E4B19406A -:10630000816191880A02836913438361036A0122D0 -:1063100093430362036A0A26B3430362036A2B436F -:10632000036283690325AB4383618369009D2B432B -:1063300083618369F025AB438361230184691C4336 -:106340008461036A1343036282690C239A43826166 -:1063500018304AE00126B3430362016A0A239943D5 -:106360000162016A394301628169032399438161B2 -:106370008169214381618169F02399438161D188D9 -:106380000B0184691C438461036A3343036283699C -:106390000C24A34383619288836913438361036A56 -:1063A0001024A3430362036AA026B34303622B01B4 -:1063B000056A1D4305628369104D2B408361009B74 -:1063C0001B0285691D43856183690A4D2B408361EA -:1063D000090383690B438361016A21430162816977 -:1063E000054B194081611830110202680A430260AE -:1063F00001B0F0BDFF0FFFFFFFF3FFFFFFFCFFFF4A -:10640000C2688A43C2607047C94301617047C2686D -:106410000A40531E9A4100690840411E88411040BD -:1064200070478162012A03D1416901220A43426116 -:106430007047491E4A424A41D103426C48F2000368 -:106440009A43511841647047034900220273026065 -:10645000426081607047C046FFFF000070B53B4856 -:1064600000783B4C217849B140B13A48007888B176 -:10647000FEF7E4FD38480221017070BD3749097804 -:1064800001290DD019BBFCF7ABFA70BC01BC8646E4 -:10649000FEF7D4BDFEF7B0FE2F480121017070BD9C -:1064A00058B12C48007898B1FEF744F9FBF7BEFFCD -:1064B00070BC01BC8646FEF7C1BD294800780128A2 -:1064C0000BD02848007801280FD02078C0B170BDCB -:1064D00070BC01BC8646FEF78FBEFBF7A7FFFEF738 -:1064E000ADFD204800780128EFD1FCF781F9FEF7D7 -:1064F00005FFFEF7A3FDFCF783FC20780028E6D11A -:10650000194C1A4D288830B9617821B9184801888A -:10651000491C018070BD164900260E80154988422D -:10652000D5D32189FCF7CEFD322801DC2078461C2A -:106530002670F0B2332806D3E07820B9FEF72EFAA1 -:1065400040F2001020802888208170BD14060020B1 -:10655000520400201C0400203504002053040020B5 -:10656000540400205504002020040020640400206E -:106570006A040020DD050000B0B50D46044612484F -:10658000844204D0114884420ED1022000E005204C -:10659000FEF746FC216809040AD469084018B0FBDC -:1065A000F5F080B2E060B0BD002021680904F4D5A8 -:1065B000690840004018B0FBF5F0054901400007AC -:1065C000400F4018E060B0BD00380140004400407A -:1065D000F0FF0000826880239A43826082680A4349 -:1065E00082607047016801220A43026070470168B7 -:1065F000012291430160816808220A43826070474A -:10660000026804239A43026002680A4302607047EA -:10661000026808239A43026002680A4302607047D6 -:1066200002E008C8121F08C1002AFAD1704770475B -:10663000002001E001C1121F002AFBD170470000B9 -:10664000000001020304191B12131D1516171A0965 -:106650000A0B1E0D0E0F00007866000800000020D7 -:10666000C0030000D013000868690008C0030020C0 -:10667000A0070000306600081022020101011EFF81 -:10668000020E050A0A32056401016E0A01020105C3 -:106690000506010103040401D007CA146419B418E3 -:1066A000084C046C07DC054A1014DC0578127814D9 -:1066B0005E013212322BB80B02121412461E9001E8 -:1066C000B80B641225D430102723E803122043208E -:1066D0004E720A021364292C6350C31A20344129D4 -:1066E0003C0110294A54A0860172020A1932503224 -:1066F0000C3AFA7C12B412B712BA12BD12C112C40B -:1067000012C712CA12CD12D012D312D612D912DC6D -:1067100012E012E312E612E912EC12EF12F212F595 -:106720001AF73422FD1867010301060109010B0164 -:106730000E0111011301160119011B011E01200197 -:106740002301250128012A012C012F0131013301E8 -:10675000350138013A013C013E014001420144014A -:106760004601470149014B014D014E0150015101C4 -:10677000530154015601570158015A015B015C0154 -:106780005D015E015F0160016101620163021C64E1 -:106790000165021A66023A6702FA6802491829225C -:1067A000292A3A64361A62401A60481A5E501A5C06 -:1067B000581A5A601A57681A54701A51781A4E802B -:1067C0001A4B881A47901A44981A40A01A3CA81AE3 -:1067D00038B01A33B81A2FC01A2AC81A25D01A206E -:1067E000D81A1BE01A16E81A11F01A0BF815060150 -:1067F00003011301FD12FA12F712F512F212EF1251 -:10680000EC12E912E612E312E012DC12D912D612EF -:10681000D312D012CD12CA12C712C412C112BD12A5 -:10682000BA12B712B412B112AE12AB12A712A4125E -:10683000A1129E129B129812951292128F128C1214 -:106840008812851282127F127C12791276127312CC -:1068500071126E126B126812651262125F125D1273 -:106860005A125712551252124F124D124A12481212 -:106870004512431240123E123C12391237123512A1 -:10688000331230122E122C122A122812261224121F -:10689000221221121F121D121B121A121812171285 -:1068A000151214121212111210120E120D120C12D5 -:1068B0000B120A12091208120712061A0502120414 -:1068C0001A03021A020219D91902011249182922BF -:1068D000292A3A04361A06401A08481A0A501A0C8D -:1068E000581A0E601A11681A14701A17781A1A803A -:1068F0001A1D881A21901A24981A28A01A2CA81A4E -:1069000030B01A35B81A39C01A3EC81A43D01A48DE -:10691000D81A4DE01A52E81A57F01A5DF8126212AE -:10692000651268126B126E1271127312761279125E -:106930007C127F128212851288128C128F12921290 -:10694000951298129B129E12A112A412A712AB12BA -:10695000AE1AB1A2400D4744333250623420412078 -:086960002020000000000000EF -:04000005080010CD12 -:00000001FF diff --git a/Keil_Projects/output/AM32_GD32DEV_A_E230.htm b/Keil_Projects/output/AM32_GD32DEV_A_E230.htm deleted file mode 100644 index 7fb7ec26..00000000 --- a/Keil_Projects/output/AM32_GD32DEV_A_E230.htm +++ /dev/null @@ -1,1322 +0,0 @@ - - -Static Call Graph - [.\output\AM32_GD32DEV_A_E230.axf] -
    -

    Static Call Graph for image .\output\AM32_GD32DEV_A_E230.axf


    -

    #<CALLGRAPH># ARM Linker, 6160001: Last Updated: Tue Aug 22 18:42:49 2023 -

    -

    Maximum Stack Usage = 0 bytes + Unknown(Cycles, Untraceable Function Pointers)

    -Call chain for Maximum Stack Depth:

    - -

    -

    -Mutually Recursive functions -

  • DMA_Channel0_IRQHandler   ⇒   DMA_Channel0_IRQHandler
    -
  • HardFault_Handler   ⇒   HardFault_Handler
    - -

    -

    -Function Pointers -

      -
    • ADC_CMP_IRQHandler from gd32e23x_it.o(.text.ADC_CMP_IRQHandler) referenced from startup_gd32e23x.o(RESET) -
    • DMA_Channel0_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • DMA_Channel1_2_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • DMA_Channel3_4_IRQHandler from gd32e23x_it.o(.text.DMA_Channel3_4_IRQHandler) referenced from startup_gd32e23x.o(RESET) -
    • EXTI0_1_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • EXTI2_3_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • EXTI4_15_IRQHandler from gd32e23x_it.o(.text.EXTI4_15_IRQHandler) referenced from startup_gd32e23x.o(RESET) -
    • FMC_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • HardFault_Handler from gd32e23x_it.o(.text.HardFault_Handler) referenced from startup_gd32e23x.o(RESET) -
    • I2C0_ER_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • I2C0_EV_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • I2C1_ER_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • I2C1_EV_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • LVD_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • NMI_Handler from gd32e23x_it.o(.text.NMI_Handler) referenced from startup_gd32e23x.o(RESET) -
    • PendSV_Handler from gd32e23x_it.o(.text.PendSV_Handler) referenced from startup_gd32e23x.o(RESET) -
    • RCU_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • RTC_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • Reset_Handler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • SPI0_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • SPI1_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • SVC_Handler from gd32e23x_it.o(.text.SVC_Handler) referenced from startup_gd32e23x.o(RESET) -
    • SysTick_Handler from gd32e23x_it.o(.text.SysTick_Handler) referenced from startup_gd32e23x.o(RESET) -
    • SystemInit from system_gd32e23x.o(.text.SystemInit) referenced from startup_gd32e23x.o(.text) -
    • TIMER0_BRK_UP_TRG_COM_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • TIMER0_Channel_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • TIMER13_IRQHandler from gd32e23x_it.o(.text.TIMER13_IRQHandler) referenced from startup_gd32e23x.o(RESET) -
    • TIMER14_IRQHandler from gd32e23x_it.o(.text.TIMER14_IRQHandler) referenced from startup_gd32e23x.o(RESET) -
    • TIMER15_IRQHandler from gd32e23x_it.o(.text.TIMER15_IRQHandler) referenced from startup_gd32e23x.o(RESET) -
    • TIMER16_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • TIMER2_IRQHandler from gd32e23x_it.o(.text.TIMER2_IRQHandler) referenced from startup_gd32e23x.o(RESET) -
    • TIMER5_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • USART0_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • USART1_IRQHandler from gd32e23x_it.o(.text.USART1_IRQHandler) referenced from startup_gd32e23x.o(RESET) -
    • WWDGT_IRQHandler from startup_gd32e23x.o(.text) referenced from startup_gd32e23x.o(RESET) -
    • __main from entry.o(.ARM.Collect$$$$00000000) referenced from startup_gd32e23x.o(.text) -
    • main from main.o(.text.main) referenced from entry9a.o(.ARM.Collect$$$$0000000B) -
    -

    -

    -Global Symbols -

    -

    __main (Thumb, 0 bytes, Stack size 0 bytes, entry.o(.ARM.Collect$$$$00000000)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(.text) -
    -

    _main_scatterload (Thumb, 0 bytes, Stack size 0 bytes, entry5.o(.ARM.Collect$$$$00000004)) -

    [Calls]

    • >>   __scatterload -
    - -

    __main_after_scatterload (Thumb, 0 bytes, Stack size 0 bytes, entry5.o(.ARM.Collect$$$$00000004)) -

    [Called By]

    • >>   __scatterload -
    - -

    Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    DMA_Channel0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -

    [Calls]

    • >>   DMA_Channel0_IRQHandler -
    -
    [Called By]
    • >>   DMA_Channel0_IRQHandler -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    DMA_Channel1_2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    EXTI0_1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    EXTI2_3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    FMC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    I2C0_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    I2C0_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    I2C1_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    I2C1_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    LVD_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    RCU_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    RTC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    SPI0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    TIMER0_BRK_UP_TRG_COM_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    TIMER0_Channel_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    TIMER16_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    TIMER5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    USART0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    WWDGT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_gd32e23x.o(.text)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    __aeabi_memcpy (Thumb, 36 bytes, Stack size 0 bytes, memcpya.o(.text)) -

    [Called By]

    • >>   main -
    - -

    __aeabi_memset (Thumb, 14 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) -

    [Called By]

    • >>   _memset$wrapper -
    • >>   __aeabi_memclr -
    - -

    __aeabi_memclr (Thumb, 4 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_memset -
    - -

    __aeabi_memclr4 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   save_flash_nolib -
    - -

    _memset$wrapper (Thumb, 18 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_memset -
    - -

    __aeabi_fadd (Thumb, 162 bytes, Stack size 0 bytes, fadd.o(.text)) -

    [Calls]

    • >>   _float_round -
    • >>   _float_epilogue -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   commutate -
    • >>   __aeabi_frsub -
    • >>   __aeabi_fsub -
    - -

    __aeabi_fsub (Thumb, 8 bytes, Stack size 0 bytes, fadd.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_fadd -
    - -

    __aeabi_frsub (Thumb, 8 bytes, Stack size 0 bytes, fadd.o(.text), UNUSED) -

    [Calls]

    • >>   __aeabi_fadd -
    - -

    __aeabi_fdiv (Thumb, 124 bytes, Stack size 0 bytes, fdiv.o(.text)) -

    [Calls]

    • >>   _float_round -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    __aeabi_fcmple (Thumb, 28 bytes, Stack size 0 bytes, fcmple.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    __aeabi_fcmplt (Thumb, 28 bytes, Stack size 0 bytes, fcmplt.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    __aeabi_fcmpge (Thumb, 28 bytes, Stack size 0 bytes, fcmpge.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    __aeabi_fcmpgt (Thumb, 28 bytes, Stack size 0 bytes, fcmpgt.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    __aeabi_i2f (Thumb, 22 bytes, Stack size 0 bytes, fflti.o(.text)) -

    [Calls]

    • >>   _float_epilogue -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   commutate -
    - -

    __aeabi_f2iz (Thumb, 50 bytes, Stack size 0 bytes, ffixi.o(.text)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    - -

    _float_round (Thumb, 16 bytes, Stack size 0 bytes, fepilogue.o(.text)) -

    [Called By]

    • >>   __aeabi_fdiv -
    • >>   __aeabi_fadd -
    - -

    _float_epilogue (Thumb, 114 bytes, Stack size 0 bytes, fepilogue.o(.text)) -

    [Called By]

    • >>   __aeabi_i2f -
    • >>   __aeabi_fadd -
    - -

    __scatterload (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text)) -

    [Calls]

    • >>   __main_after_scatterload -
    -
    [Called By]
    • >>   _main_scatterload -
    - -

    ADC_CMP_IRQHandler (Thumb, 32 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.ADC_CMP_IRQHandler)) -

    [Calls]

    • >>   exti_interrupt_flag_get -
    • >>   exti_flag_clear -
    • >>   interruptRoutine -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    ADC_Init (Thumb, 228 bytes, Stack size 0 bytes, adc.o(.text.ADC_Init)) -

    [Calls]

    • >>   dma_init -
    • >>   dma_deinit -
    • >>   dma_circulation_enable -
    • >>   dma_channel_enable -
    • >>   adc_tempsensor_vrefint_enable -
    • >>   adc_special_function_config -
    • >>   adc_software_trigger_enable -
    • >>   adc_regular_channel_config -
    • >>   adc_external_trigger_source_config -
    • >>   adc_external_trigger_config -
    • >>   adc_enable -
    • >>   adc_dma_mode_enable -
    • >>   adc_data_alignment_config -
    • >>   adc_channel_length_config -
    • >>   adc_calibration_enable -
    • >>   delayMicros -
    • >>   rcu_periph_clock_enable -
    • >>   rcu_adc_clock_config -
    • >>   gpio_mode_set -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    DMA_Channel3_4_IRQHandler (Thumb, 104 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.DMA_Channel3_4_IRQHandler)) -

    [Calls]

    • >>   dma_interrupt_flag_get -
    • >>   dma_interrupt_flag_clear -
    • >>   dma_channel_disable -
    • >>   transfercomplete -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    EXTI4_15_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.EXTI4_15_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    HardFault_Handler (Thumb, 2 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.HardFault_Handler)) -

    [Calls]

    • >>   HardFault_Handler -
    -
    [Called By]
    • >>   HardFault_Handler -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    MX_IWDG_Init (Thumb, 22 bytes, Stack size 0 bytes, peripherals.o(.text.MX_IWDG_Init)) -

    [Calls]

    • >>   fwdgt_enable -
    • >>   fwdgt_config -
    -
    [Called By]
    • >>   main -
    - -

    NMI_Handler (Thumb, 2 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.NMI_Handler)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.PendSV_Handler)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    PeriodElapsedCallback (Thumb, 80 bytes, Stack size 0 bytes, main.o(.text.PeriodElapsedCallback)) -

    [Calls]

    • >>   enableCompInterrupts -
    • >>   disableComTimerInt -
    • >>   commutate -
    -
    [Called By]
    • >>   TIMER15_IRQHandler -
    - -

    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.SVC_Handler)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    SysTick_Handler (Thumb, 4 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.SysTick_Handler)) -

    [Calls]

    • >>   delay_decrement -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    SystemInit (Thumb, 276 bytes, Stack size 0 bytes, system_gd32e23x.o(.text.SystemInit)) -

    [Calls]

    • >>   nvic_vector_table_set -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(.text) -
    -

    TIM0_Init (Thumb, 476 bytes, Stack size 0 bytes, peripherals.o(.text.TIM0_Init)) -

    [Calls]

    • >>   timer_struct_para_init -
    • >>   timer_interrupt_disable -
    • >>   timer_init -
    • >>   timer_deinit -
    • >>   timer_channel_output_struct_para_init -
    • >>   timer_channel_output_shadow_config -
    • >>   timer_channel_output_mode_config -
    • >>   timer_channel_output_config -
    • >>   timer_break_struct_para_init -
    • >>   timer_break_config -
    • >>   timer_auto_reload_shadow_enable -
    • >>   rcu_periph_clock_enable -
    • >>   gpio_output_options_set -
    • >>   gpio_mode_set -
    • >>   gpio_af_set -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    TIMER13_IRQHandler (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.TIMER13_IRQHandler)) -

    [Calls]

    • >>   tenKhzRoutine -
    • >>   timer_interrupt_flag_clear -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    TIMER14_IRQHandler (Thumb, 36 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.TIMER14_IRQHandler)) -

    [Calls]

    • >>   timer_flag_clear -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    TIMER15_IRQHandler (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.TIMER15_IRQHandler)) -

    [Calls]

    • >>   PeriodElapsedCallback -
    • >>   timer_interrupt_flag_clear -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    TIMER2_IRQHandler (Thumb, 52 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.TIMER2_IRQHandler)) -

    [Calls]

    • >>   timer_interrupt_flag_get -
    • >>   timer_interrupt_flag_clear -
    -
    [Address Reference Count : 1]
    • startup_gd32e23x.o(RESET) -
    -

    UN_TIM_Init (Thumb, 176 bytes, Stack size 0 bytes, peripherals.o(.text.UN_TIM_Init)) -

    [Calls]

    • >>   dma_periph_address_config -
    • >>   dma_memory_address_config -
    • >>   timer_input_pwm_capture_config -
    • >>   timer_enable -
    • >>   timer_channel_input_struct_para_init -
    • >>   timer_auto_reload_shadow_disable -
    • >>   rcu_periph_clock_enable -
    • >>   gpio_output_options_set -
    • >>   gpio_mode_set -
    • >>   gpio_af_set -
    -
    [Called By]
    • >>   enableCorePeripherals -
    - -

    USART1_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, gd32e23x_it.o(.text.USART1_IRQHandler)) -
    [Address Reference Count : 1]

    • startup_gd32e23x.o(RESET) -
    -

    adc_calibration_enable (Thumb, 32 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_calibration_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_channel_length_config (Thumb, 60 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_channel_length_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_data_alignment_config (Thumb, 24 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_data_alignment_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_dma_mode_enable (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_dma_mode_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_enable (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_external_trigger_config (Thumb, 72 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_external_trigger_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_external_trigger_source_config (Thumb, 32 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_external_trigger_source_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_regular_channel_config (Thumb, 136 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_regular_channel_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_software_trigger_enable (Thumb, 40 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_software_trigger_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_special_function_config (Thumb, 112 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_special_function_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    adc_tempsensor_vrefint_enable (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_adc.o(.text.adc_tempsensor_vrefint_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    advanceincrement (Thumb, 256 bytes, Stack size 0 bytes, main.o(.text.advanceincrement)) -

    [Calls]

    • >>   setPWMCompare3 -
    • >>   setPWMCompare2 -
    • >>   setPWMCompare1 -
    -
    [Called By]
    • >>   main -
    - -

    allOff (Thumb, 116 bytes, Stack size 0 bytes, phaseouts.o(.text.allOff)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    allpwm (Thumb, 136 bytes, Stack size 0 bytes, phaseouts.o(.text.allpwm)) -

    [Called By]

    • >>   main -
    - -

    changeCompInput (Thumb, 104 bytes, Stack size 0 bytes, comparator.o(.text.changeCompInput)) -

    [Calls]

    • >>   cmp_mode_init -
    -
    [Called By]
    • >>   commutate -
    - -

    cmp_enable (Thumb, 12 bytes, Stack size 0 bytes, gd32e23x_cmp.o(.text.cmp_enable)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    cmp_mode_init (Thumb, 32 bytes, Stack size 0 bytes, gd32e23x_cmp.o(.text.cmp_mode_init)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   changeCompInput -
    - -

    cmp_output_init (Thumb, 32 bytes, Stack size 0 bytes, gd32e23x_cmp.o(.text.cmp_output_init)) -

    [Called By]

    • >>   initCorePeripherals -
    - -

    cmp_output_level_get (Thumb, 12 bytes, Stack size 0 bytes, gd32e23x_cmp.o(.text.cmp_output_level_get)) -

    [Called By]

    • >>   getCompOutputLevel -
    - -

    comStep (Thumb, 756 bytes, Stack size 0 bytes, phaseouts.o(.text.comStep)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   commutate -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    commutate (Thumb, 304 bytes, Stack size 0 bytes, main.o(.text.commutate)) -

    [Calls]

    • >>   comStep -
    • >>   changeCompInput -
    • >>   __aeabi_i2f -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fadd -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    computeDshotDMA (Thumb, 920 bytes, Stack size 0 bytes, dshot.o(.text.computeDshotDMA)) -

    [Calls]

    • >>   saveEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    • >>   getInputPinState -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    computeServoInput (Thumb, 356 bytes, Stack size 0 bytes, signal.o(.text.computeServoInput)) -

    [Calls]

    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   map -
    • >>   getAbsDif -
    • >>   saveEEpromSettings -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    delayMicros (Thumb, 16 bytes, Stack size 0 bytes, functions.o(.text.delayMicros)) -

    [Called By]

    • >>   main -
    • >>   enableCorePeripherals -
    • >>   ADC_Init -
    - -

    delayMillis (Thumb, 48 bytes, Stack size 0 bytes, functions.o(.text.delayMillis)) -

    [Calls]

    • >>   timer_prescaler_config -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    delay_decrement (Thumb, 16 bytes, Stack size 0 bytes, systick.o(.text.delay_decrement)) -

    [Called By]

    • >>   SysTick_Handler -
    - -

    detectInput (Thumb, 320 bytes, Stack size 0 bytes, signal.o(.text.detectInput)) -

    [Called By]

    • >>   transfercomplete -
    - -

    disableComTimerInt (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.disableComTimerInt)) -

    [Called By]

    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    dma_channel_disable (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_channel_disable)) -

    [Called By]

    • >>   send_telem_DMA -
    • >>   DMA_Channel3_4_IRQHandler -
    - -

    dma_channel_enable (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_channel_enable)) -

    [Called By]

    • >>   sendDshotDma -
    • >>   send_telem_DMA -
    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_circulation_disable (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_circulation_disable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    dma_circulation_enable (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_circulation_enable)) -

    [Called By]

    • >>   ADC_Init -
    - -

    dma_deinit (Thumb, 44 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_deinit)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_init (Thumb, 112 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_init)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   ADC_Init -
    - -

    dma_interrupt_enable (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_interrupt_enable)) -

    [Called By]

    • >>   sendDshotDma -
    - -

    dma_interrupt_flag_clear (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_interrupt_flag_clear)) -

    [Called By]

    • >>   DMA_Channel3_4_IRQHandler -
    - -

    dma_interrupt_flag_get (Thumb, 64 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_interrupt_flag_get)) -

    [Called By]

    • >>   DMA_Channel3_4_IRQHandler -
    - -

    dma_memory_address_config (Thumb, 12 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_memory_address_config)) -

    [Called By]

    • >>   UN_TIM_Init -
    - -

    dma_periph_address_config (Thumb, 12 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_periph_address_config)) -

    [Called By]

    • >>   UN_TIM_Init -
    - -

    dma_struct_para_init (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_struct_para_init)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    dma_transfer_direction_config (Thumb, 28 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_transfer_direction_config)) -

    [Called By]

    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    - -

    dma_transfer_number_config (Thumb, 12 bytes, Stack size 0 bytes, gd32e23x_dma.o(.text.dma_transfer_number_config)) -

    [Called By]

    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    - -

    enableCompInterrupts (Thumb, 16 bytes, Stack size 0 bytes, comparator.o(.text.enableCompInterrupts)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   PeriodElapsedCallback -
    - -

    enableCorePeripherals (Thumb, 220 bytes, Stack size 0 bytes, peripherals.o(.text.enableCorePeripherals)) -

    [Calls]

    • >>   cmp_enable -
    • >>   delayMicros -
    • >>   timer_primary_output_config -
    • >>   timer_event_software_generate -
    • >>   timer_channel_output_state_config -
    • >>   timer_channel_complementary_output_state_config -
    • >>   rcu_periph_clock_disable -
    • >>   UN_TIM_Init -
    • >>   ADC_Init -
    -
    [Called By]
    • >>   main -
    - -

    enableHalfTransferInt (Thumb, 12 bytes, Stack size 0 bytes, io.o(.text.enableHalfTransferInt)) -

    [Called By]

    • >>   transfercomplete -
    - -

    exti_flag_clear (Thumb, 8 bytes, Stack size 0 bytes, gd32e23x_exti.o(.text.exti_flag_clear)) -

    [Called By]

    • >>   ADC_CMP_IRQHandler -
    - -

    exti_init (Thumb, 104 bytes, Stack size 0 bytes, gd32e23x_exti.o(.text.exti_init)) -

    [Called By]

    • >>   initCorePeripherals -
    - -

    exti_interrupt_flag_clear (Thumb, 8 bytes, Stack size 0 bytes, gd32e23x_exti.o(.text.exti_interrupt_flag_clear)) -

    [Called By]

    • >>   initCorePeripherals -
    - -

    exti_interrupt_flag_get (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_exti.o(.text.exti_interrupt_flag_get)) -

    [Called By]

    • >>   ADC_CMP_IRQHandler -
    - -

    fmc_flag_clear (Thumb, 8 bytes, Stack size 0 bytes, gd32e23x_fmc.o(.text.fmc_flag_clear)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    fmc_lock (Thumb, 12 bytes, Stack size 0 bytes, gd32e23x_fmc.o(.text.fmc_lock)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    fmc_page_erase (Thumb, 112 bytes, Stack size 0 bytes, gd32e23x_fmc.o(.text.fmc_page_erase)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    fmc_prefetch_enable (Thumb, 12 bytes, Stack size 0 bytes, gd32e23x_fmc.o(.text.fmc_prefetch_enable)) -

    [Called By]

    • >>   initAfterJump -
    - -

    fmc_unlock (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_fmc.o(.text.fmc_unlock)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    fmc_word_program (Thumb, 104 bytes, Stack size 0 bytes, gd32e23x_fmc.o(.text.fmc_word_program)) -

    [Called By]

    • >>   save_flash_nolib -
    - -

    fmc_wscnt_set (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_fmc.o(.text.fmc_wscnt_set)) -

    [Called By]

    • >>   initAfterJump -
    - -

    fullBrake (Thumb, 116 bytes, Stack size 0 bytes, phaseouts.o(.text.fullBrake)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    fwdgt_config (Thumb, 64 bytes, Stack size 0 bytes, gd32e23x_fwdgt.o(.text.fwdgt_config)) -

    [Called By]

    • >>   MX_IWDG_Init -
    - -

    fwdgt_counter_reload (Thumb, 8 bytes, Stack size 0 bytes, gd32e23x_fwdgt.o(.text.fwdgt_counter_reload)) -

    [Called By]

    • >>   reloadWatchDogCounter -
    - -

    fwdgt_enable (Thumb, 8 bytes, Stack size 0 bytes, gd32e23x_fwdgt.o(.text.fwdgt_enable)) -

    [Called By]

    • >>   MX_IWDG_Init -
    - -

    generatePwmTimerEvent (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.generatePwmTimerEvent)) -

    [Calls]

    • >>   timer_event_software_generate -
    -
    [Called By]
    • >>   main -
    - -

    getAbsDif (Thumb, 10 bytes, Stack size 0 bytes, functions.o(.text.getAbsDif)) -

    [Called By]

    • >>   transfercomplete -
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    • >>   main -
    - -

    getCompOutputLevel (Thumb, 10 bytes, Stack size 0 bytes, comparator.o(.text.getCompOutputLevel)) -

    [Calls]

    • >>   cmp_output_level_get -
    -
    [Called By]
    • >>   main -
    • >>   interruptRoutine -
    - -

    getInputPinState (Thumb, 12 bytes, Stack size 0 bytes, io.o(.text.getInputPinState)) -

    [Called By]

    • >>   computeDshotDMA -
    - -

    getintervaTimerCount (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.getintervaTimerCount)) -

    [Called By]

    • >>   main -
    • >>   interruptRoutine -
    - -

    gpio_af_set (Thumb, 280 bytes, Stack size 0 bytes, gd32e23x_gpio.o(.text.gpio_af_set)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   UN_TIM_Init -
    • >>   TIM0_Init -
    - -

    gpio_mode_set (Thumb, 476 bytes, Stack size 0 bytes, gd32e23x_gpio.o(.text.gpio_mode_set)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   telem_UART_Init -
    • >>   UN_TIM_Init -
    • >>   TIM0_Init -
    • >>   ADC_Init -
    - -

    gpio_output_options_set (Thumb, 308 bytes, Stack size 0 bytes, gd32e23x_gpio.o(.text.gpio_output_options_set)) -

    [Called By]

    • >>   telem_UART_Init -
    • >>   UN_TIM_Init -
    • >>   TIM0_Init -
    - -

    initAfterJump (Thumb, 20 bytes, Stack size 0 bytes, peripherals.o(.text.initAfterJump)) -

    [Calls]

    • >>   fmc_wscnt_set -
    • >>   fmc_prefetch_enable -
    -
    [Called By]
    • >>   main -
    - -

    initCorePeripherals (Thumb, 308 bytes, Stack size 0 bytes, peripherals.o(.text.initCorePeripherals)) -

    [Calls]

    • >>   exti_interrupt_flag_clear -
    • >>   exti_init -
    • >>   cmp_output_init -
    • >>   cmp_mode_init -
    • >>   timer_enable -
    • >>   timer_auto_reload_shadow_enable -
    • >>   rcu_periph_clock_enable -
    • >>   nvic_irq_enable -
    • >>   gpio_mode_set -
    • >>   telem_UART_Init -
    • >>   TIM0_Init -
    -
    [Called By]
    • >>   main -
    - -

    interruptRoutine (Thumb, 160 bytes, Stack size 0 bytes, main.o(.text.interruptRoutine)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setAndEnableComInt -
    • >>   maskPhaseInterrupts -
    • >>   getintervaTimerCount -
    • >>   getCompOutputLevel -
    -
    [Called By]
    • >>   ADC_CMP_IRQHandler -
    - -

    loadEEpromSettings (Thumb, 656 bytes, Stack size 0 bytes, main.o(.text.loadEEpromSettings)) -

    [Calls]

    • >>   setVolume -
    • >>   setAutoReloadPWM -
    • >>   read_flash_bin -
    • >>   map -
    -
    [Called By]
    • >>   main -
    - -

    main (Thumb, 1704 bytes, Stack size 0 bytes, main.o(.text.main)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   send_telem_DMA -
    • >>   save_flash_nolib -
    • >>   reloadWatchDogCounter -
    • >>   receiveDshotDma -
    • >>   proportionalBrake -
    • >>   maskPhaseInterrupts -
    • >>   makeTelemPackage -
    • >>   loadEEpromSettings -
    • >>   initCorePeripherals -
    • >>   initAfterJump -
    • >>   getintervaTimerCount -
    • >>   getCompOutputLevel -
    • >>   generatePwmTimerEvent -
    • >>   enableCorePeripherals -
    • >>   enableCompInterrupts -
    • >>   disableComTimerInt -
    • >>   commutate -
    • >>   allpwm -
    • >>   allOff -
    • >>   advanceincrement -
    • >>   __aeabi_f2iz -
    • >>   MX_IWDG_Init -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMicros -
    • >>   playStartupTune -
    • >>   __aeabi_memcpy -
    -
    [Address Reference Count : 1]
    • entry9a.o(.ARM.Collect$$$$0000000B) -
    -

    makeTelemPackage (Thumb, 1580 bytes, Stack size 0 bytes, serial_telemetry.o(.text.makeTelemPackage)) -

    [Called By]

    • >>   main -
    - -

    make_dshot_package (Thumb, 404 bytes, Stack size 0 bytes, dshot.o(.text.make_dshot_package)) -

    [Called By]

    • >>   transfercomplete -
    • >>   tenKhzRoutine -
    - -

    map (Thumb, 36 bytes, Stack size 0 bytes, functions.o(.text.map)) -

    [Called By]

    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    • >>   main -
    • >>   loadEEpromSettings -
    - -

    maskPhaseInterrupts (Thumb, 16 bytes, Stack size 0 bytes, comparator.o(.text.maskPhaseInterrupts)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   interruptRoutine -
    - -

    nvic_irq_enable (Thumb, 92 bytes, Stack size 0 bytes, gd32e23x_misc.o(.text.nvic_irq_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    - -

    nvic_vector_table_set (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_misc.o(.text.nvic_vector_table_set)) -

    [Called By]

    • >>   SystemInit -
    - -

    playBeaconTune3 (Thumb, 92 bytes, Stack size 0 bytes, sounds.o(.text.playBeaconTune3)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   computeDshotDMA -
    - -

    playBlueJayTune (Thumb, 216 bytes, Stack size 0 bytes, sounds.o(.text.playBlueJayTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   playStartupTune -
    - -

    playChangedTone (Thumb, 84 bytes, Stack size 0 bytes, sounds.o(.text.playChangedTone)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    - -

    playDefaultTone (Thumb, 84 bytes, Stack size 0 bytes, sounds.o(.text.playDefaultTone)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   tenKhzRoutine -
    - -

    playInputTune (Thumb, 100 bytes, Stack size 0 bytes, sounds.o(.text.playInputTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   tenKhzRoutine -
    • >>   computeDshotDMA -
    - -

    playInputTune2 (Thumb, 104 bytes, Stack size 0 bytes, sounds.o(.text.playInputTune2)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   reloadWatchDogCounter -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   computeDshotDMA -
    - -

    playStartupTune (Thumb, 120 bytes, Stack size 0 bytes, sounds.o(.text.playStartupTune)) -

    [Calls]

    • >>   setPrescalerPWM -
    • >>   playBlueJayTune -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   comStep -
    • >>   allOff -
    • >>   delayMillis -
    -
    [Called By]
    • >>   main -
    • >>   computeDshotDMA -
    - -

    proportionalBrake (Thumb, 108 bytes, Stack size 0 bytes, phaseouts.o(.text.proportionalBrake)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    - -

    rcu_adc_clock_config (Thumb, 200 bytes, Stack size 0 bytes, gd32e23x_rcu.o(.text.rcu_adc_clock_config)) -

    [Called By]

    • >>   ADC_Init -
    - -

    rcu_clock_freq_get (Thumb, 396 bytes, Stack size 0 bytes, gd32e23x_rcu.o(.text.rcu_clock_freq_get)) -

    [Called By]

    • >>   usart_baudrate_set -
    - -

    rcu_periph_clock_disable (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_rcu.o(.text.rcu_periph_clock_disable)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    rcu_periph_clock_enable (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_rcu.o(.text.rcu_periph_clock_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   telem_UART_Init -
    • >>   UN_TIM_Init -
    • >>   TIM0_Init -
    • >>   ADC_Init -
    - -

    rcu_periph_reset_disable (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_rcu.o(.text.rcu_periph_reset_disable)) -

    [Called By]

    • >>   timer_deinit -
    - -

    rcu_periph_reset_enable (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_rcu.o(.text.rcu_periph_reset_enable)) -

    [Called By]

    • >>   timer_deinit -
    - -

    read_flash_bin (Thumb, 18 bytes, Stack size 0 bytes, eeprom.o(.text.read_flash_bin)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    receiveDshotDma (Thumb, 108 bytes, Stack size 0 bytes, io.o(.text.receiveDshotDma)) -

    [Calls]

    • >>   dma_transfer_number_config -
    • >>   dma_transfer_direction_config -
    • >>   timer_event_software_generate -
    • >>   timer_dma_enable -
    • >>   timer_deinit -
    -
    [Called By]
    • >>   transfercomplete -
    • >>   main -
    - -

    reloadWatchDogCounter (Thumb, 4 bytes, Stack size 0 bytes, peripherals.o(.text.reloadWatchDogCounter)) -

    [Calls]

    • >>   fwdgt_counter_reload -
    -
    [Called By]
    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    resetInputCaptureTimer (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.resetInputCaptureTimer)) -

    [Called By]

    • >>   tenKhzRoutine -
    - -

    saveEEpromSettings (Thumb, 88 bytes, Stack size 0 bytes, main.o(.text.saveEEpromSettings)) -

    [Calls]

    • >>   save_flash_nolib -
    -
    [Called By]
    • >>   computeServoInput -
    • >>   computeDshotDMA -
    - -

    save_flash_nolib (Thumb, 182 bytes, Stack size 0 bytes, eeprom.o(.text.save_flash_nolib)) -

    [Calls]

    • >>   fmc_word_program -
    • >>   fmc_unlock -
    • >>   fmc_page_erase -
    • >>   fmc_lock -
    • >>   fmc_flag_clear -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   main -
    • >>   saveEEpromSettings -
    - -

    sendDshotDma (Thumb, 124 bytes, Stack size 0 bytes, io.o(.text.sendDshotDma)) -

    [Calls]

    • >>   dma_transfer_number_config -
    • >>   dma_transfer_direction_config -
    • >>   dma_interrupt_enable -
    • >>   dma_channel_enable -
    • >>   timer_primary_output_config -
    • >>   timer_event_software_generate -
    • >>   timer_dma_enable -
    • >>   timer_deinit -
    -
    [Called By]
    • >>   transfercomplete -
    - -

    send_telem_DMA (Thumb, 64 bytes, Stack size 0 bytes, serial_telemetry.o(.text.send_telem_DMA)) -

    [Calls]

    • >>   dma_channel_enable -
    • >>   dma_channel_disable -
    • >>   usart_transmit_config -
    • >>   usart_receive_config -
    • >>   usart_dma_transmit_config -
    -
    [Called By]
    • >>   main -
    - -

    setAndEnableComInt (Thumb, 20 bytes, Stack size 0 bytes, peripherals.o(.text.setAndEnableComInt)) -

    [Called By]

    • >>   interruptRoutine -
    - -

    setAutoReloadPWM (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setAutoReloadPWM)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   loadEEpromSettings -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setDutyCycleAll (Thumb, 12 bytes, Stack size 0 bytes, peripherals.o(.text.setDutyCycleAll)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   tenKhzRoutine -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   main -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setInputPolarityRising (Thumb, 8 bytes, Stack size 0 bytes, io.o(.text.setInputPolarityRising)) -

    [Called By]

    • >>   transfercomplete -
    - -

    setPWMCompare1 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare1)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare2 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare2)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPWMCompare3 (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPWMCompare3)) -

    [Called By]

    • >>   advanceincrement -
    - -

    setPrescalerPWM (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setPrescalerPWM)) -

    [Called By]

    • >>   playBlueJayTune -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   playStartupTune -
    • >>   playInputTune2 -
    • >>   playInputTune -
    • >>   playBeaconTune3 -
    - -

    setVolume (Thumb, 16 bytes, Stack size 0 bytes, sounds.o(.text.setVolume)) -

    [Called By]

    • >>   loadEEpromSettings -
    - -

    setintervaTimerCount (Thumb, 8 bytes, Stack size 0 bytes, peripherals.o(.text.setintervaTimerCount)) -

    [Called By]

    • >>   tenKhzRoutine -
    • >>   main -
    • >>   interruptRoutine -
    - -

    telem_UART_Init (Thumb, 188 bytes, Stack size 0 bytes, serial_telemetry.o(.text.telem_UART_Init)) -

    [Calls]

    • >>   dma_struct_para_init -
    • >>   dma_init -
    • >>   dma_deinit -
    • >>   dma_circulation_disable -
    • >>   dma_channel_enable -
    • >>   usart_transmit_config -
    • >>   usart_receive_config -
    • >>   usart_halfduplex_enable -
    • >>   usart_enable -
    • >>   usart_dma_transmit_config -
    • >>   usart_baudrate_set -
    • >>   rcu_periph_clock_enable -
    • >>   gpio_output_options_set -
    • >>   gpio_mode_set -
    • >>   gpio_af_set -
    -
    [Called By]
    • >>   initCorePeripherals -
    - -

    tenKhzRoutine (Thumb, 2356 bytes, Stack size 0 bytes, main.o(.text.tenKhzRoutine)) -

    [Calls]

    • >>   setintervaTimerCount -
    • >>   setDutyCycleAll -
    • >>   setAutoReloadPWM -
    • >>   resetInputCaptureTimer -
    • >>   reloadWatchDogCounter -
    • >>   proportionalBrake -
    • >>   playDefaultTone -
    • >>   playChangedTone -
    • >>   maskPhaseInterrupts -
    • >>   fullBrake -
    • >>   enableCompInterrupts -
    • >>   commutate -
    • >>   allOff -
    • >>   __aeabi_i2f -
    • >>   __aeabi_fdiv -
    • >>   __aeabi_fcmplt -
    • >>   __aeabi_fcmple -
    • >>   __aeabi_fcmpgt -
    • >>   __aeabi_fcmpge -
    • >>   __aeabi_fadd -
    • >>   __aeabi_f2iz -
    • >>   map -
    • >>   getAbsDif -
    • >>   delayMillis -
    • >>   playInputTune -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    • >>   __aeabi_memclr4 -
    -
    [Called By]
    • >>   TIMER13_IRQHandler -
    - -

    timer_auto_reload_shadow_disable (Thumb, 10 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_auto_reload_shadow_disable)) -

    [Called By]

    • >>   UN_TIM_Init -
    - -

    timer_auto_reload_shadow_enable (Thumb, 10 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_auto_reload_shadow_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   TIM0_Init -
    - -

    timer_break_config (Thumb, 30 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_break_config)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    timer_break_struct_para_init (Thumb, 18 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_break_struct_para_init)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    timer_channel_complementary_output_state_config (Thumb, 54 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_channel_complementary_output_state_config)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    timer_channel_input_struct_para_init (Thumb, 14 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_channel_input_struct_para_init)) -

    [Called By]

    • >>   UN_TIM_Init -
    - -

    timer_channel_output_config (Thumb, 544 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_channel_output_config)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    timer_channel_output_mode_config (Thumb, 92 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_channel_output_mode_config)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    timer_channel_output_shadow_config (Thumb, 92 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_channel_output_shadow_config)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    timer_channel_output_state_config (Thumb, 90 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_channel_output_state_config)) -

    [Called By]

    • >>   enableCorePeripherals -
    - -

    timer_channel_output_struct_para_init (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_channel_output_struct_para_init)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    timer_deinit (Thumb, 100 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_deinit)) -

    [Calls]

    • >>   rcu_periph_reset_enable -
    • >>   rcu_periph_reset_disable -
    -
    [Called By]
    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    • >>   TIM0_Init -
    - -

    timer_dma_enable (Thumb, 8 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_dma_enable)) -

    [Called By]

    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    - -

    timer_enable (Thumb, 10 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_enable)) -

    [Called By]

    • >>   initCorePeripherals -
    • >>   UN_TIM_Init -
    - -

    timer_event_software_generate (Thumb, 8 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_event_software_generate)) -

    [Called By]

    • >>   sendDshotDma -
    • >>   receiveDshotDma -
    • >>   generatePwmTimerEvent -
    • >>   enableCorePeripherals -
    - -

    timer_flag_clear (Thumb, 6 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_flag_clear)) -

    [Called By]

    • >>   TIMER14_IRQHandler -
    - -

    timer_init (Thumb, 144 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_init)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    timer_input_pwm_capture_config (Thumb, 344 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_input_pwm_capture_config)) -

    [Called By]

    • >>   UN_TIM_Init -
    - -

    timer_interrupt_disable (Thumb, 8 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_interrupt_disable)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    timer_interrupt_flag_clear (Thumb, 6 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_interrupt_flag_clear)) -

    [Called By]

    • >>   TIMER2_IRQHandler -
    • >>   TIMER15_IRQHandler -
    • >>   TIMER13_IRQHandler -
    - -

    timer_interrupt_flag_get (Thumb, 20 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_interrupt_flag_get)) -

    [Called By]

    • >>   TIMER2_IRQHandler -
    - -

    timer_prescaler_config (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_prescaler_config)) -

    [Called By]

    • >>   delayMillis -
    - -

    timer_primary_output_config (Thumb, 22 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_primary_output_config)) -

    [Called By]

    • >>   sendDshotDma -
    • >>   enableCorePeripherals -
    - -

    timer_struct_para_init (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_timer.o(.text.timer_struct_para_init)) -

    [Called By]

    • >>   TIM0_Init -
    - -

    transfercomplete (Thumb, 240 bytes, Stack size 0 bytes, signal.o(.text.transfercomplete)) -

    [Calls]

    • >>   setInputPolarityRising -
    • >>   sendDshotDma -
    • >>   enableHalfTransferInt -
    • >>   detectInput -
    • >>   computeServoInput -
    • >>   receiveDshotDma -
    • >>   getAbsDif -
    • >>   playBeaconTune3 -
    • >>   make_dshot_package -
    • >>   computeDshotDMA -
    -
    [Called By]
    • >>   DMA_Channel3_4_IRQHandler -
    - -

    usart_baudrate_set (Thumb, 80 bytes, Stack size 0 bytes, gd32e23x_usart.o(.text.usart_baudrate_set)) -

    [Calls]

    • >>   rcu_clock_freq_get -
    -
    [Called By]
    • >>   telem_UART_Init -
    - -

    usart_dma_transmit_config (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_usart.o(.text.usart_dma_transmit_config)) -

    [Called By]

    • >>   send_telem_DMA -
    • >>   telem_UART_Init -
    - -

    usart_enable (Thumb, 10 bytes, Stack size 0 bytes, gd32e23x_usart.o(.text.usart_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_halfduplex_enable (Thumb, 18 bytes, Stack size 0 bytes, gd32e23x_usart.o(.text.usart_halfduplex_enable)) -

    [Called By]

    • >>   telem_UART_Init -
    - -

    usart_receive_config (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_usart.o(.text.usart_receive_config)) -

    [Called By]

    • >>   send_telem_DMA -
    • >>   telem_UART_Init -
    - -

    usart_transmit_config (Thumb, 16 bytes, Stack size 0 bytes, gd32e23x_usart.o(.text.usart_transmit_config)) -

    [Called By]

    • >>   send_telem_DMA -
    • >>   telem_UART_Init -
    -

    -

    -Local Symbols -

    -

    -Undefined Global Symbols -


    diff --git a/Keil_Projects/output/AM32_GD32DEV_A_E230.lnp b/Keil_Projects/output/AM32_GD32DEV_A_E230.lnp deleted file mode 100644 index 0582f9ad..00000000 --- a/Keil_Projects/output/AM32_GD32DEV_A_E230.lnp +++ /dev/null @@ -1,39 +0,0 @@ ---cpu=Cortex-M23 -".\output\dshot.o" -".\output\functions.o" -".\output\main.o" -".\output\signal.o" -".\output\sounds.o" -".\output\gd32e23x_adc.o" -".\output\gd32e23x_cmp.o" -".\output\gd32e23x_crc.o" -".\output\gd32e23x_dbg.o" -".\output\gd32e23x_dma.o" -".\output\gd32e23x_exti.o" -".\output\gd32e23x_fmc.o" -".\output\gd32e23x_fwdgt.o" -".\output\gd32e23x_gpio.o" -".\output\gd32e23x_i2c.o" -".\output\gd32e23x_misc.o" -".\output\gd32e23x_pmu.o" -".\output\gd32e23x_rcu.o" -".\output\gd32e23x_rtc.o" -".\output\gd32e23x_spi.o" -".\output\gd32e23x_syscfg.o" -".\output\gd32e23x_timer.o" -".\output\gd32e23x_usart.o" -".\output\startup_gd32e23x.o" -".\output\adc.o" -".\output\comparator.o" -".\output\eeprom.o" -".\output\gd32e23x_it.o" -".\output\io.o" -".\output\peripherals.o" -".\output\phaseouts.o" -".\output\serial_telemetry.o" -".\output\system_gd32e23x.o" -".\output\systick.o" ---library_type=microlib --nodebug --strict --scatter "..\Mcu\e230\Am32.sct" ---summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols ---info sizes --info totals --info unused --info veneers ---list ".\list\AM32_GD32DEV_A_E230.map" -o .\output\AM32_GD32DEV_A_E230.axf \ No newline at end of file diff --git a/Keil_Projects/output/Am32e230_GD32DEV_A_E230.dep b/Keil_Projects/output/Am32e230_GD32DEV_A_E230.dep deleted file mode 100644 index cd9c1e11..00000000 --- a/Keil_Projects/output/Am32e230_GD32DEV_A_E230.dep +++ /dev/null @@ -1,874 +0,0 @@ -Dependencies for Project 'Am32e230', Target 'GD32DEV_A_E230': (DO NOT MODIFY !) -CompilerVersion: 6160000::V6.16::ARMCLANG -F (..\Src\dshot.c)(0x64CD8289)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/dshot.o -MD) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\inc\common.h)(0x64CE6370) -I (..\mcu\e230\Inc\IO.h)(0x64CC3D4A) -I (..\inc\sounds.h)(0x61BDD535) -F (..\Src\functions.c)(0x64E39CF2)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/functions.o -MD) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Src\main.c)(0x64CFC16D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/main.o -MD) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\signal.h)(0x64CD0F81) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\mcu\e230\Inc\phaseouts.h)(0x61D32C53) -I (..\mcu\e230\Inc\eeprom.h)(0x61036A3C) -I (..\inc\sounds.h)(0x61BDD535) -I (..\mcu\e230\Inc\ADC.h)(0x61036A3C) -I (..\mcu\e230\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\e230\Inc\IO.h)(0x64CC3D4A) -I (..\mcu\e230\Inc\comparator.h)(0x63697E26) -I (..\inc\functions.h)(0x63C813E5) -I (..\mcu\e230\Inc\peripherals.h)(0x63CC7A42) -I (..\inc\common.h)(0x64CE6370) -F (..\Src\signal.c)(0x64CFAD42)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/signal.o -MD) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\signal.h)(0x64CD0F81) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\mcu\e230\Inc\IO.h)(0x64CC3D4A) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\mcu\e230\Inc\serial_telemetry.h)(0x61036A3C) -I (..\inc\functions.h)(0x63C813E5) -I (..\inc\sounds.h)(0x61BDD535) -I (..\inc\common.h)(0x64CE6370) -F (..\Src\sounds.c)(0x63CC7D74)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/sounds.o -MD) -I (..\inc\sounds.h)(0x61BDD535) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\mcu\e230\Inc\phaseouts.h)(0x61D32C53) -I (..\inc\functions.h)(0x63C813E5) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\e230\Inc\eeprom.h)(0x61036A3C) -I (..\inc\common.h)(0x64CE6370) -I (..\mcu\e230\Inc\peripherals.h)(0x63CC7A42) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_adc.c)(0x5FCF8FB0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_adc.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_cmp.c)(0x60B53C1E)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_cmp.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_crc.c)(0x5FD26D1C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_crc.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_crc.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_dbg.c)(0x5FD3E890)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_dbg.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dbg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_dma.c)(0x5FC14F0D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_dma.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_exti.c)(0x60A3FFCA)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_exti.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_fmc.c)(0x5FCF8FB0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_fmc.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_fwdgt.c)(0x5FCF8FB0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_fwdgt.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_gpio.c)(0x5FC13FAC)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_gpio.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_i2c.c)(0x5FCF8FB0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_i2c.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_i2c.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_misc.c)(0x61BBA5B3)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_misc.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_pmu.c)(0x606399AD)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_pmu.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_rcu.c)(0x61B3B5A5)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_rcu.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_rtc.c)(0x616847A3)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_rtc.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rtc.h)(0x616847A3) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_spi.c)(0x616847A3)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_spi.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_spi.h)(0x60A3FFCA) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_syscfg.c)(0x5FD3E890)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_syscfg.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_timer.c)(0x5FD26D1C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_timer.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_usart.c)(0x5FD3E890)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_usart.o -MD) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Startup\mdk\startup_gd32e23x.s)(0x5FC150F7)(--cpu=Cortex-M23 --pd "__EVAL SETA 1" --pd "__MICROLIB SETA 1" -IC:\Users\alkaz\AppData\Local\Arm\Packs\GigaDevice\GD32E23x_DFP\1.0.1\Device\Include --pd "__UVISION_VERSION SETA 536" --pd "GD32E23x SETA 1" --list .\list\startup_gd32e23x.lst --xref -o .\output\startup_gd32e23x.o --depend .\output\startup_gd32e23x.d) -F (..\Mcu\e230\Src\ADC.c)(0x636FB227)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/adc.o -MD) -I (..\mcu\e230\Inc\ADC.h)(0x61036A3C) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\inc\targets.h)(0x64E26E5D) -I (..\inc\functions.h)(0x63C813E5) -F (..\Mcu\e230\Src\comparator.c)(0x636FB227)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/comparator.o -MD) -I (..\mcu\e230\Inc\comparator.h)(0x63697E26) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Mcu\e230\Src\eeprom.c)(0x636FB227)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/eeprom.o -MD) -I (..\mcu\e230\Inc\eeprom.h)(0x61036A3C) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (C:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x6035B090) -F (..\Mcu\e230\Src\gd32e23x_it.c)(0x621B6D34)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/gd32e23x_it.o -MD) -I (..\mcu\e230\Inc\gd32e23x_it.h)(0x636AC009) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (..\mcu\e230\Inc\systick.h)(0x6168479F) -F (..\Mcu\e230\Src\IO.c)(0x64CD04B4)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/io.o -MD) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\e230\Inc\IO.h)(0x64CC3D4A) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\inc\dshot.h)(0x61D1E64B) -I (..\mcu\e230\Inc\serial_telemetry.h)(0x61036A3C) -I (..\inc\functions.h)(0x63C813E5) -I (..\inc\common.h)(0x64CE6370) -F (..\Mcu\e230\Src\peripherals.c)(0x64CD8B8C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/peripherals.o -MD) -I (..\mcu\e230\Inc\peripherals.h)(0x63CC7A42) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\inc\targets.h)(0x64E26E5D) -I (..\mcu\e230\Inc\serial_telemetry.h)(0x61036A3C) -I (..\inc\common.h)(0x64CE6370) -I (..\mcu\e230\Inc\ADC.h)(0x61036A3C) -I (..\inc\functions.h)(0x63C813E5) -F (..\Mcu\e230\Src\phaseouts.c)(0x621CEE86)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/phaseouts.o -MD) -I (..\mcu\e230\Inc\phaseouts.h)(0x61D32C53) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\inc\targets.h)(0x64E26E5D) -F (..\Mcu\e230\Src\serial_telemetry.c)(0x63F288E2)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/serial_telemetry.o -MD) -I (..\mcu\e230\Inc\serial_telemetry.h)(0x61036A3C) -I (..\mcu\e230\Inc\main.h)(0x621A12AE) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Src\system_gd32e23x.c)(0x63C81613)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/system_gd32e23x.o -MD) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -F (..\Mcu\e230\Src\systick.c)(0x6168479F)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m23 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -D__MICROLIB -O3 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../mcu/e230/Drivers/CMSIS/Core/Include -I ../mcu/e230/Drivers/GD32E23x_standard_peripheral/Include -I ../mcu/e230/Drivers/CMSIS/Include -I ../mcu/e230/Inc -I ../inc -IC:/Users/alkaz/AppData/Local/Arm/Packs/GigaDevice/GD32E23x_DFP/1.0.1/Device/Include -D__UVISION_VERSION="536" -DGD32E23x -DGD32E230 -DGD32DEV_A_E230 -o ./output/systick.o -MD) -I (..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h)(0x636A9E67) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x6035B090) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h)(0x617F21FA) -I (..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h)(0x617F21FA) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x602AE43E) -I (C:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x6035B084) -I (..\mcu\e230\Inc\system_gd32e23x.h)(0x5FC13FAD) -I (..\mcu\e230\Inc\gd32e23x_libopt.h)(0x63CD22FE) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h)(0x5FC13FAC) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h)(0x5FC14F0D) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h)(0x5FD26D1C) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h)(0x5FD3E890) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h)(0x5FCF8FB1) -I (..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h)(0x60B53C1F) -I (..\mcu\e230\Inc\systick.h)(0x6168479F) diff --git a/Keil_Projects/output/adc.d b/Keil_Projects/output/adc.d deleted file mode 100644 index 4e8acc0d..00000000 --- a/Keil_Projects/output/adc.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/adc.o: ..\Mcu\e230\Src\ADC.c ..\mcu\e230\Inc\ADC.h \ - ..\mcu\e230\Inc\main.h C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\inc\targets.h ..\inc\functions.h ..\mcu\e230\Inc\main.h \ - ..\inc\targets.h diff --git a/Keil_Projects/output/adc.o b/Keil_Projects/output/adc.o deleted file mode 100644 index 872a30b5..00000000 Binary files a/Keil_Projects/output/adc.o and /dev/null differ diff --git a/Keil_Projects/output/comparator.d b/Keil_Projects/output/comparator.d deleted file mode 100644 index 006ff2ab..00000000 --- a/Keil_Projects/output/comparator.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/comparator.o: ..\Mcu\e230\Src\comparator.c \ - ..\mcu\e230\Inc\comparator.h ..\mcu\e230\Inc\main.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\inc\targets.h diff --git a/Keil_Projects/output/comparator.o b/Keil_Projects/output/comparator.o deleted file mode 100644 index 25882227..00000000 Binary files a/Keil_Projects/output/comparator.o and /dev/null differ diff --git a/Keil_Projects/output/dshot.d b/Keil_Projects/output/dshot.d deleted file mode 100644 index 72d3244a..00000000 --- a/Keil_Projects/output/dshot.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/dshot.o: ..\Src\dshot.c ..\inc\functions.h \ - ..\mcu\e230\Inc\main.h C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\inc\targets.h ..\inc\dshot.h ..\inc\targets.h ..\inc\common.h \ - ..\mcu\e230\Inc\IO.h ..\mcu\e230\Inc\main.h ..\inc\sounds.h diff --git a/Keil_Projects/output/dshot.o b/Keil_Projects/output/dshot.o deleted file mode 100644 index 8408a2dd..00000000 Binary files a/Keil_Projects/output/dshot.o and /dev/null differ diff --git a/Keil_Projects/output/eeprom.d b/Keil_Projects/output/eeprom.d deleted file mode 100644 index d9e84ae9..00000000 --- a/Keil_Projects/output/eeprom.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/eeprom.o: ..\Mcu\e230\Src\eeprom.c ..\mcu\e230\Inc\eeprom.h \ - ..\mcu\e230\Inc\main.h C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\string.h diff --git a/Keil_Projects/output/eeprom.o b/Keil_Projects/output/eeprom.o deleted file mode 100644 index 7b4b74ae..00000000 Binary files a/Keil_Projects/output/eeprom.o and /dev/null differ diff --git a/Keil_Projects/output/functions.d b/Keil_Projects/output/functions.d deleted file mode 100644 index 519d80f2..00000000 --- a/Keil_Projects/output/functions.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/functions.o: ..\Src\functions.c ..\inc\functions.h \ - ..\mcu\e230\Inc\main.h C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\inc\targets.h ..\inc\targets.h diff --git a/Keil_Projects/output/functions.o b/Keil_Projects/output/functions.o deleted file mode 100644 index 3efb67d2..00000000 Binary files a/Keil_Projects/output/functions.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_adc.d b/Keil_Projects/output/gd32e23x_adc.d deleted file mode 100644 index 20825bc9..00000000 --- a/Keil_Projects/output/gd32e23x_adc.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_adc.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_adc.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_adc.o b/Keil_Projects/output/gd32e23x_adc.o deleted file mode 100644 index d32448d0..00000000 Binary files a/Keil_Projects/output/gd32e23x_adc.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_cmp.d b/Keil_Projects/output/gd32e23x_cmp.d deleted file mode 100644 index 383024f8..00000000 --- a/Keil_Projects/output/gd32e23x_cmp.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_cmp.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_cmp.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h diff --git a/Keil_Projects/output/gd32e23x_cmp.o b/Keil_Projects/output/gd32e23x_cmp.o deleted file mode 100644 index 0991dda4..00000000 Binary files a/Keil_Projects/output/gd32e23x_cmp.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_crc.d b/Keil_Projects/output/gd32e23x_crc.d deleted file mode 100644 index 9495fa7f..00000000 --- a/Keil_Projects/output/gd32e23x_crc.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/gd32e23x_crc.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_crc.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_crc.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_crc.o b/Keil_Projects/output/gd32e23x_crc.o deleted file mode 100644 index 73522457..00000000 Binary files a/Keil_Projects/output/gd32e23x_crc.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_dbg.d b/Keil_Projects/output/gd32e23x_dbg.d deleted file mode 100644 index 8f13c822..00000000 --- a/Keil_Projects/output/gd32e23x_dbg.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/gd32e23x_dbg.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_dbg.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dbg.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_dbg.o b/Keil_Projects/output/gd32e23x_dbg.o deleted file mode 100644 index 0c6774f7..00000000 Binary files a/Keil_Projects/output/gd32e23x_dbg.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_dma.d b/Keil_Projects/output/gd32e23x_dma.d deleted file mode 100644 index d978fff8..00000000 --- a/Keil_Projects/output/gd32e23x_dma.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_dma.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_dma.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_dma.o b/Keil_Projects/output/gd32e23x_dma.o deleted file mode 100644 index 2aa198eb..00000000 Binary files a/Keil_Projects/output/gd32e23x_dma.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_exti.d b/Keil_Projects/output/gd32e23x_exti.d deleted file mode 100644 index 29425042..00000000 --- a/Keil_Projects/output/gd32e23x_exti.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_exti.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_exti.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_exti.o b/Keil_Projects/output/gd32e23x_exti.o deleted file mode 100644 index 90835fd2..00000000 Binary files a/Keil_Projects/output/gd32e23x_exti.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_fmc.d b/Keil_Projects/output/gd32e23x_fmc.d deleted file mode 100644 index c0a9f796..00000000 --- a/Keil_Projects/output/gd32e23x_fmc.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_fmc.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_fmc.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_fmc.o b/Keil_Projects/output/gd32e23x_fmc.o deleted file mode 100644 index ae44d862..00000000 Binary files a/Keil_Projects/output/gd32e23x_fmc.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_fwdgt.d b/Keil_Projects/output/gd32e23x_fwdgt.d deleted file mode 100644 index 11004814..00000000 --- a/Keil_Projects/output/gd32e23x_fwdgt.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_fwdgt.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_fwdgt.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_fwdgt.o b/Keil_Projects/output/gd32e23x_fwdgt.o deleted file mode 100644 index f2f8568e..00000000 Binary files a/Keil_Projects/output/gd32e23x_fwdgt.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_gpio.d b/Keil_Projects/output/gd32e23x_gpio.d deleted file mode 100644 index 48102cb6..00000000 --- a/Keil_Projects/output/gd32e23x_gpio.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_gpio.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_gpio.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_gpio.o b/Keil_Projects/output/gd32e23x_gpio.o deleted file mode 100644 index 6d41a9ad..00000000 Binary files a/Keil_Projects/output/gd32e23x_gpio.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_i2c.d b/Keil_Projects/output/gd32e23x_i2c.d deleted file mode 100644 index d6db7303..00000000 --- a/Keil_Projects/output/gd32e23x_i2c.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/gd32e23x_i2c.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_i2c.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_i2c.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_i2c.o b/Keil_Projects/output/gd32e23x_i2c.o deleted file mode 100644 index eb612e0d..00000000 Binary files a/Keil_Projects/output/gd32e23x_i2c.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_it.d b/Keil_Projects/output/gd32e23x_it.d deleted file mode 100644 index c5bf5661..00000000 --- a/Keil_Projects/output/gd32e23x_it.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/gd32e23x_it.o: ..\Mcu\e230\Src\gd32e23x_it.c \ - ..\mcu\e230\Inc\gd32e23x_it.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\mcu\e230\Inc\main.h ..\mcu\e230\Inc\systick.h diff --git a/Keil_Projects/output/gd32e23x_it.o b/Keil_Projects/output/gd32e23x_it.o deleted file mode 100644 index a8484df7..00000000 Binary files a/Keil_Projects/output/gd32e23x_it.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_misc.d b/Keil_Projects/output/gd32e23x_misc.d deleted file mode 100644 index 2208293d..00000000 --- a/Keil_Projects/output/gd32e23x_misc.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_misc.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_misc.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_misc.o b/Keil_Projects/output/gd32e23x_misc.o deleted file mode 100644 index f06e64ca..00000000 Binary files a/Keil_Projects/output/gd32e23x_misc.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_pmu.d b/Keil_Projects/output/gd32e23x_pmu.d deleted file mode 100644 index 1e1fd22d..00000000 --- a/Keil_Projects/output/gd32e23x_pmu.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_pmu.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_pmu.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_pmu.o b/Keil_Projects/output/gd32e23x_pmu.o deleted file mode 100644 index 854fb10c..00000000 Binary files a/Keil_Projects/output/gd32e23x_pmu.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_rcu.d b/Keil_Projects/output/gd32e23x_rcu.d deleted file mode 100644 index b48d4034..00000000 --- a/Keil_Projects/output/gd32e23x_rcu.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_rcu.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_rcu.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_rcu.o b/Keil_Projects/output/gd32e23x_rcu.o deleted file mode 100644 index e37427db..00000000 Binary files a/Keil_Projects/output/gd32e23x_rcu.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_rtc.d b/Keil_Projects/output/gd32e23x_rtc.d deleted file mode 100644 index 200c3cc8..00000000 --- a/Keil_Projects/output/gd32e23x_rtc.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/gd32e23x_rtc.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_rtc.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rtc.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_rtc.o b/Keil_Projects/output/gd32e23x_rtc.o deleted file mode 100644 index b40930f7..00000000 Binary files a/Keil_Projects/output/gd32e23x_rtc.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_spi.d b/Keil_Projects/output/gd32e23x_spi.d deleted file mode 100644 index 33f09bb7..00000000 --- a/Keil_Projects/output/gd32e23x_spi.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/gd32e23x_spi.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_spi.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_spi.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_spi.o b/Keil_Projects/output/gd32e23x_spi.o deleted file mode 100644 index e5b8a020..00000000 Binary files a/Keil_Projects/output/gd32e23x_spi.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_syscfg.d b/Keil_Projects/output/gd32e23x_syscfg.d deleted file mode 100644 index fa6ea0a2..00000000 --- a/Keil_Projects/output/gd32e23x_syscfg.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_syscfg.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_syscfg.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_syscfg.o b/Keil_Projects/output/gd32e23x_syscfg.o deleted file mode 100644 index 6a2f5e94..00000000 Binary files a/Keil_Projects/output/gd32e23x_syscfg.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_timer.d b/Keil_Projects/output/gd32e23x_timer.d deleted file mode 100644 index 4498ffdd..00000000 --- a/Keil_Projects/output/gd32e23x_timer.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_timer.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_timer.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_timer.o b/Keil_Projects/output/gd32e23x_timer.o deleted file mode 100644 index 7e6d8717..00000000 Binary files a/Keil_Projects/output/gd32e23x_timer.o and /dev/null differ diff --git a/Keil_Projects/output/gd32e23x_usart.d b/Keil_Projects/output/gd32e23x_usart.d deleted file mode 100644 index ba6cd412..00000000 --- a/Keil_Projects/output/gd32e23x_usart.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/gd32e23x_usart.o: \ - ..\Mcu\e230\Drivers\GD32E23x_standard_peripheral\Source\gd32e23x_usart.c \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/gd32e23x_usart.o b/Keil_Projects/output/gd32e23x_usart.o deleted file mode 100644 index d5721905..00000000 Binary files a/Keil_Projects/output/gd32e23x_usart.o and /dev/null differ diff --git a/Keil_Projects/output/io.d b/Keil_Projects/output/io.d deleted file mode 100644 index 2256f03a..00000000 --- a/Keil_Projects/output/io.d +++ /dev/null @@ -1,26 +0,0 @@ -./output/io.o: ..\Mcu\e230\Src\IO.c ..\inc\targets.h ..\mcu\e230\Inc\IO.h \ - ..\mcu\e230\Inc\main.h C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\inc\dshot.h ..\mcu\e230\Inc\main.h \ - ..\mcu\e230\Inc\serial_telemetry.h ..\inc\functions.h ..\inc\targets.h \ - ..\inc\common.h diff --git a/Keil_Projects/output/io.o b/Keil_Projects/output/io.o deleted file mode 100644 index 73f86b6b..00000000 Binary files a/Keil_Projects/output/io.o and /dev/null differ diff --git a/Keil_Projects/output/main.d b/Keil_Projects/output/main.d deleted file mode 100644 index f49b71fc..00000000 --- a/Keil_Projects/output/main.d +++ /dev/null @@ -1,29 +0,0 @@ -./output/main.o: ..\Src\main.c \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h ..\mcu\e230\Inc\main.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\inc\targets.h ..\inc\signal.h ..\inc\dshot.h \ - ..\mcu\e230\Inc\phaseouts.h ..\mcu\e230\Inc\main.h \ - ..\mcu\e230\Inc\eeprom.h ..\inc\sounds.h ..\mcu\e230\Inc\ADC.h \ - ..\mcu\e230\Inc\serial_telemetry.h ..\mcu\e230\Inc\IO.h \ - ..\mcu\e230\Inc\comparator.h ..\inc\functions.h ..\inc\targets.h \ - ..\mcu\e230\Inc\peripherals.h ..\inc\common.h diff --git a/Keil_Projects/output/main.o b/Keil_Projects/output/main.o deleted file mode 100644 index 0ae983e2..00000000 Binary files a/Keil_Projects/output/main.o and /dev/null differ diff --git a/Keil_Projects/output/peripherals.d b/Keil_Projects/output/peripherals.d deleted file mode 100644 index 4521e20a..00000000 --- a/Keil_Projects/output/peripherals.d +++ /dev/null @@ -1,27 +0,0 @@ -./output/peripherals.o: ..\Mcu\e230\Src\peripherals.c \ - ..\mcu\e230\Inc\peripherals.h ..\mcu\e230\Inc\main.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\inc\targets.h ..\mcu\e230\Inc\serial_telemetry.h ..\inc\common.h \ - ..\mcu\e230\Inc\ADC.h ..\inc\functions.h ..\mcu\e230\Inc\main.h \ - ..\inc\targets.h diff --git a/Keil_Projects/output/peripherals.o b/Keil_Projects/output/peripherals.o deleted file mode 100644 index d014322c..00000000 Binary files a/Keil_Projects/output/peripherals.o and /dev/null differ diff --git a/Keil_Projects/output/phaseouts.d b/Keil_Projects/output/phaseouts.d deleted file mode 100644 index 480e3471..00000000 --- a/Keil_Projects/output/phaseouts.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/phaseouts.o: ..\Mcu\e230\Src\phaseouts.c \ - ..\mcu\e230\Inc\phaseouts.h ..\mcu\e230\Inc\main.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\inc\targets.h diff --git a/Keil_Projects/output/phaseouts.o b/Keil_Projects/output/phaseouts.o deleted file mode 100644 index 90297c25..00000000 Binary files a/Keil_Projects/output/phaseouts.o and /dev/null differ diff --git a/Keil_Projects/output/serial_telemetry.d b/Keil_Projects/output/serial_telemetry.d deleted file mode 100644 index 189189bc..00000000 --- a/Keil_Projects/output/serial_telemetry.d +++ /dev/null @@ -1,25 +0,0 @@ -./output/serial_telemetry.o: ..\Mcu\e230\Src\serial_telemetry.c \ - ..\mcu\e230\Inc\serial_telemetry.h ..\mcu\e230\Inc\main.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\mcu\e230\Inc\main.h diff --git a/Keil_Projects/output/serial_telemetry.o b/Keil_Projects/output/serial_telemetry.o deleted file mode 100644 index 3cbc6d92..00000000 Binary files a/Keil_Projects/output/serial_telemetry.o and /dev/null differ diff --git a/Keil_Projects/output/signal.d b/Keil_Projects/output/signal.d deleted file mode 100644 index 8ae7f7de..00000000 --- a/Keil_Projects/output/signal.d +++ /dev/null @@ -1,26 +0,0 @@ -./output/signal.o: ..\Src\signal.c ..\inc\targets.h ..\inc\signal.h \ - ..\mcu\e230\Inc\main.h C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\mcu\e230\Inc\IO.h ..\mcu\e230\Inc\main.h ..\inc\dshot.h \ - ..\mcu\e230\Inc\serial_telemetry.h ..\inc\functions.h ..\inc\targets.h \ - ..\inc\sounds.h ..\inc\common.h diff --git a/Keil_Projects/output/signal.o b/Keil_Projects/output/signal.o deleted file mode 100644 index 6817bdef..00000000 Binary files a/Keil_Projects/output/signal.o and /dev/null differ diff --git a/Keil_Projects/output/sounds.d b/Keil_Projects/output/sounds.d deleted file mode 100644 index 8764e15c..00000000 --- a/Keil_Projects/output/sounds.d +++ /dev/null @@ -1,26 +0,0 @@ -./output/sounds.o: ..\Src\sounds.c ..\inc\sounds.h ..\mcu\e230\Inc\main.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\mcu\e230\Inc\phaseouts.h ..\mcu\e230\Inc\main.h ..\inc\functions.h \ - ..\inc\targets.h ..\mcu\e230\Inc\eeprom.h ..\inc\targets.h \ - ..\inc\common.h ..\mcu\e230\Inc\peripherals.h diff --git a/Keil_Projects/output/sounds.o b/Keil_Projects/output/sounds.o deleted file mode 100644 index 5672d926..00000000 Binary files a/Keil_Projects/output/sounds.o and /dev/null differ diff --git a/Keil_Projects/output/startup_gd32e23x.d b/Keil_Projects/output/startup_gd32e23x.d deleted file mode 100644 index fa176847..00000000 --- a/Keil_Projects/output/startup_gd32e23x.d +++ /dev/null @@ -1 +0,0 @@ -.\output\startup_gd32e23x.o: ..\Mcu\e230\Startup\mdk\startup_gd32e23x.s diff --git a/Keil_Projects/output/startup_gd32e23x.o b/Keil_Projects/output/startup_gd32e23x.o deleted file mode 100644 index b45a4225..00000000 Binary files a/Keil_Projects/output/startup_gd32e23x.o and /dev/null differ diff --git a/Keil_Projects/output/system_gd32e23x.d b/Keil_Projects/output/system_gd32e23x.d deleted file mode 100644 index 2492767b..00000000 --- a/Keil_Projects/output/system_gd32e23x.d +++ /dev/null @@ -1,23 +0,0 @@ -./output/system_gd32e23x.o: ..\Mcu\e230\Src\system_gd32e23x.c \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h diff --git a/Keil_Projects/output/system_gd32e23x.o b/Keil_Projects/output/system_gd32e23x.o deleted file mode 100644 index d15f8604..00000000 Binary files a/Keil_Projects/output/system_gd32e23x.o and /dev/null differ diff --git a/Keil_Projects/output/systick.d b/Keil_Projects/output/systick.d deleted file mode 100644 index 70d64e96..00000000 --- a/Keil_Projects/output/systick.d +++ /dev/null @@ -1,24 +0,0 @@ -./output/systick.o: ..\Mcu\e230\Src\systick.c \ - ..\mcu\e230\Drivers\CMSIS\Include\gd32e23x.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\core_cm23.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_version.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_compiler.h \ - ..\mcu\e230\Drivers\CMSIS\Core\Include\cmsis_armclang.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_compat.h \ - C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\arm_acle.h \ - ..\mcu\e230\Inc\system_gd32e23x.h ..\mcu\e230\Inc\gd32e23x_libopt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_adc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_dma.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_exti.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fmc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_gpio.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_syscfg.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_fwdgt.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_pmu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_rcu.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_timer.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_usart.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_misc.h \ - ..\mcu\e230\Drivers\GD32E23x_standard_peripheral\Include\gd32e23x_cmp.h \ - ..\mcu\e230\Inc\systick.h diff --git a/Keil_Projects/output/systick.o b/Keil_Projects/output/systick.o deleted file mode 100644 index 81d927a8..00000000 Binary files a/Keil_Projects/output/systick.o and /dev/null differ diff --git a/Mcu/e230/Src/phaseouts.c b/Mcu/e230/Src/phaseouts.c index d75c5bd3..021a4612 100644 --- a/Mcu/e230/Src/phaseouts.c +++ b/Mcu/e230/Src/phaseouts.c @@ -374,7 +374,7 @@ void allpwm() phaseCPWM(); } -#ifdef BRUSHED_MODE + void twoChannelForward() { phaseAPWM(); @@ -388,4 +388,3 @@ void twoChannelReverse() phaseBPWM(); phaseCLOW(); } -#endif diff --git a/Src/signal.c b/Src/signal.c index da7e4e0e..ba596bdc 100644 --- a/Src/signal.c +++ b/Src/signal.c @@ -94,7 +94,7 @@ void computeServoInput() } } else { servorawinput = map((dma_buffer[1] - dma_buffer[0]), servo_low_threshold, servo_high_threshold, 47, 2047); - if (servorawinput == 47) { + if (servorawinput <= 48) { servorawinput = 0; } }