deleted r1 field

develop
Katya 1 year ago
parent ce1c704267
commit 5cbd35423f

Binary file not shown.

@ -1,7 +1,7 @@
#include "IDIBUS_IMPL_Custom.h" #include "IDIBUS_IMPL_Custom.h"
int data_flag = 0; int data_flag = 0;
uint8_t data_to_send[12] = {0}; uint8_t data_to_send[10] = {0};
void IDIBUS_CustomInit(){ void IDIBUS_CustomInit(){
IDIBUS_MODULE.STATUS.STATE.B0S.StError = 0; IDIBUS_MODULE.STATUS.STATE.B0S.StError = 0;
@ -46,7 +46,6 @@ void IDIBUS_GEN_ChannelHandler(struct IDIBUS_CHANNEL_STR* CH, IDIBUS_FARG_TYPE *
if ( farg->InpDataLength == 0 ) { IDIBUS_ResponseProtectedWrite(farg, NULL, 0, IDIERSLV_INVALID_RX_REQUEST_FORMAT); } if ( farg->InpDataLength == 0 ) { IDIBUS_ResponseProtectedWrite(farg, NULL, 0, IDIERSLV_INVALID_RX_REQUEST_FORMAT); }
else else
{ {
//DDRE = 2;
uint8_t ErrorSt = IDIER_NOPE; uint8_t ErrorSt = IDIER_NOPE;
memcpy(data_to_send, farg->InpData, sizeof(data_to_send)); memcpy(data_to_send, farg->InpData, sizeof(data_to_send));
@ -96,7 +95,7 @@ ISR(TIMER2_COMPA_vect) {
if ((PINC)&(1<<PORTC3)) { // STM ãîòîâ ê ïðèåìó if ((PINC)&(1<<PORTC3)) { // STM ãîòîâ ê ïðèåìó
_delay_ms(10); _delay_ms(10);
for (uint8_t i = 0; i < 12; i++) { for (uint8_t i = 0; i < 10; i++) {
SPI_MasterTransmit(data_to_send[i]); SPI_MasterTransmit(data_to_send[i]);
} }
} }

@ -59,7 +59,7 @@
<com_atmel_avrdbg_tool_stk500> <com_atmel_avrdbg_tool_stk500>
<ToolOptions> <ToolOptions>
<InterfaceProperties> <InterfaceProperties>
<IspClock>0</IspClock> <IspClock>125000</IspClock>
</InterfaceProperties> </InterfaceProperties>
<InterfaceName>ISP</InterfaceName> <InterfaceName>ISP</InterfaceName>
</ToolOptions> </ToolOptions>

@ -17,47 +17,32 @@ LOCKBITS=F_Lock;
#include "Common/MEMORY.h" #include "Common/MEMORY.h"
#include "IDIBUS_IMPL_Custom.h" #include "IDIBUS_IMPL_Custom.h"
//##################################################################################################################################################################################################### //#####################################################################################################################################################################################################
//uint8_t data_to_send[12] = {0x05, 0x4E, 0x20, 0x28, 0x01, 0x00, 0x01, 0x9C, 0x40, 0x28, 0x01, 0x01};
int start_flag = 0; int start_flag = 0;
int main(void) int main(void) {
{
//DDRD = 3; // USART PD0, PD1
//PORTD = 3;
///////////////////////////////
//STM NRST
DDRC = 0; DDRC = 0;
PORTC = 0; PORTC = 0;
///////////////////////////////
//DDRE |= (1 << PORTE1);
//PORTE = 2;
cli(); // Çàïðåò ïðåðûâàíèé
wdt_enable(WDTO_2S); // Watchdog òàéìåð íà 2 ñåê
wdt_reset(); // Ñáðîñ watchdog òàéìåðà, ÷òîá íå ñðàáàòûâàë ïðîñòî òàê
System_InitSysTick(); // Èíèöèàëèçàöèÿ ñèñòåìíîãî ñ÷åò÷èêà âðåìåíè
System_SystickTimerStart(); // Çàïóñê ñèñòåìíîãî ñ÷åò÷èêà âðåìåíè
//USART0_Init();
//USART0_INTERFACE.SetNewBaudrate(115200);
//USART_Init(8);
USART1_Init();
IDIBUS_ModuleInit(&USART1_INTERFACE, &STATIC_DATA_APP.Padding); cli(); // Çàïðåò ïðåðûâàíèé
RSLink_Init(&USART1_INTERFACE, &USART1_IDIBUS); wdt_enable(WDTO_2S); // Watchdog òàéìåð íà 2 ñåê
sei(); //Find some place for this wdt_reset(); // Ñáðîñ watchdog òàéìåðà, ÷òîá íå ñðàáàòûâàë ïðîñòî òàê
System_InitSysTick(); // Èíèöèàëèçàöèÿ ñèñòåìíîãî ñ÷åò÷èêà âðåìåíè
System_SystickTimerStart(); // Çàïóñê ñèñòåìíîãî ñ÷åò÷èêà âðåìåíè
//uint8_t buf[3] = {'S','6'}; //USART0_Init();
//USART0_INTERFACE.SendByteBuf(&buf,2); //USART0_INTERFACE.SetNewBaudrate(115200);
//USART_Init(8);
USART1_Init();
// -----SPI----- IDIBUS_ModuleInit(&USART1_INTERFACE, &STATIC_DATA_APP.Padding);
SPI_MasterInit(); RSLink_Init(&USART1_INTERFACE, &USART1_IDIBUS);
sei(); //Find some place for this
//for (uint8_t i = 0; i < 12; i++) { SPI_MasterInit();
//USART_Transmit(data_to_send[i]);
//}
while (1) while (1)
{ {
if (start_flag == 0) { if (start_flag == 0) {
@ -66,19 +51,6 @@ while (1)
} }
RSLink_Handler(); RSLink_Handler();
//for (uint8_t i = 0; i < 12; i++) {
//data_to_send[i] = USART_Receive();
//}
//_delay_ms(100);
//STMReset();
//_delay_ms(100);
//if ((PINC)&(1<<PORTC3)) { // STM ãîòîâ ê ïðèåìó
//_delay_ms(100);
//for (int i = 0; i < 12; i++) {
//SPI_MasterTransmit(data_to_send[i]);
//}
//}
wdt_reset(); wdt_reset();
} }

@ -14,7 +14,6 @@ typedef struct {
uint16_t pwm_value; uint16_t pwm_value;
uint8_t f; uint8_t f;
uint8_t invert; // L12 (1/0) uint8_t invert; // L12 (1/0)
uint8_t in_r1; // IN_R1 (1/0)
// inner // inner
uint8_t coef; // prescaler uint8_t coef; // prescaler
uint16_t freq_pwm_new; // period uint16_t freq_pwm_new; // period
@ -26,17 +25,11 @@ typedef struct {
#define F_CPU 24000000 #define F_CPU 24000000
#define MAX_PWM_FREQ 65535 #define MAX_PWM_FREQ 65535
//#define DWT_CYCCNT *(volatile unsigned long *)0xE0001004
//#define DWT_CONTROL *(volatile unsigned long *)0xE0001000
//#define SCB_DEMCR *(volatile unsigned long *)0xE000EDFC
extern Mode modes[CHANNELS]; extern Mode modes[CHANNELS];
//void DWT_Init(void);
void PWMInit(uint8_t prescaler, uint16_t period, uint16_t pwm_value); void PWMInit(uint8_t prescaler, uint16_t period, uint16_t pwm_value);
void ChannelSwap(Mode *mode_ptr, int channel_new, int *channel_var, int settings_flag, int *settings_var); void ChannelSwap(Mode *mode_ptr, int channel_new, int *channel_var, int settings_flag, int *settings_var);
void SetInvert(Mode *mode_ptr); void SetInvert(Mode *mode_ptr);
void SetIN_R1(Mode *mode_ptr);
void FillMode(Mode *mode_ptr, uint8_t *recData, int start); void FillMode(Mode *mode_ptr, uint8_t *recData, int start);
void CommonChannelActions(Mode *mode_ptr, int channel, int *channelPtr, int *iter, int *settings_set); void CommonChannelActions(Mode *mode_ptr, int channel, int *channelPtr, int *iter, int *settings_set);

@ -58,7 +58,6 @@ static void MX_SPI1_Init(void);
/* Private user code ---------------------------------------------------------*/ /* Private user code ---------------------------------------------------------*/
/* USER CODE BEGIN 0 */ /* USER CODE BEGIN 0 */
/* USER CODE END 0 */ /* USER CODE END 0 */
/** /**
@ -105,18 +104,18 @@ int main(void)
MX_TIM1_Init(); MX_TIM1_Init();
MX_SPI1_Init(); MX_SPI1_Init();
/* USER CODE BEGIN 2 */ /* USER CODE BEGIN 2 */
uint8_t recData[12] = {0}; uint8_t recData[10] = {0};
HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1, GPIO_PIN_SET); HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1, GPIO_PIN_SET);
//volatile uint32_t start_ticks = DWT->CYCCNT; //volatile uint32_t start_ticks = DWT->CYCCNT;
if (HAL_SPI_Receive(&hspi1, recData, 12, HAL_MAX_DELAY) == HAL_OK) { if (HAL_SPI_Receive(&hspi1, recData, 10, HAL_MAX_DELAY) == HAL_OK) {
//volatile uint32_t end_ticks= DWT->CYCCNT; //volatile uint32_t end_ticks= DWT->CYCCNT;
HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1, GPIO_PIN_RESET); HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1, GPIO_PIN_RESET);
} }
//----------------КАНАЛ 1--------------- //----------------КАНАЛ 1---------------
FillMode(&modes[0], recData, 0); FillMode(&modes[0], recData, 0);
//----------------КАНАЛ 2--------------- //----------------КАНАЛ 2---------------
FillMode(&modes[1], recData, 6); FillMode(&modes[1], recData, 5);
/* USER CODE END 2 */ /* USER CODE END 2 */
/* Infinite loop */ /* Infinite loop */
@ -412,15 +411,6 @@ static void MX_GPIO_Init(void)
/* USER CODE END MX_GPIO_Init_2 */ /* USER CODE END MX_GPIO_Init_2 */
} }
/* USER CODE BEGIN 4 */
//void DWT_Init(void) {
// // Включение счетчика:
// SCB_DEMCR |= CoreDebug_DEMCR_TRCENA_Msk;
// // Обнуление счетчика:
// DWT_CYCCNT = 0;
// // Запуск счетчика:
// DWT_CONTROL |= DWT_CTRL_CYCCNTENA_Msk;
//}
void ChannelSwap(Mode *mode_ptr, int channel_new, int *channel_var, int settings_flag, int *settings_var) { void ChannelSwap(Mode *mode_ptr, int channel_new, int *channel_var, int settings_flag, int *settings_var) {
PWMInit(mode_ptr->coef-1, mode_ptr->freq_pwm_new-1, mode_ptr->pwm_value_res); PWMInit(mode_ptr->coef-1, mode_ptr->freq_pwm_new-1, mode_ptr->pwm_value_res);
@ -486,20 +476,11 @@ void SetInvert(Mode *mode_ptr) {
} }
} }
void SetIN_R1(Mode *mode_ptr) {
if (mode_ptr->in_r1 == 1) {
HAL_GPIO_WritePin(GPIOA, GPIO_PIN_1, GPIO_PIN_SET); // IN_R1 (1 - да, 0 - нет)
} else {
HAL_GPIO_WritePin(GPIOA, GPIO_PIN_1, GPIO_PIN_RESET);
}
}
void FillMode(Mode *mode_ptr, uint8_t *recData, int start) { void FillMode(Mode *mode_ptr, uint8_t *recData, int start) {
mode_ptr->time_mode = recData[start]; mode_ptr->time_mode = recData[start];
mode_ptr->f = recData[start + 3]; mode_ptr->f = recData[start + 3];
mode_ptr->pwm_value = (uint16_t)(recData[start + 1] << 8) | recData[start + 2]; mode_ptr->pwm_value = (uint16_t)(recData[start + 1] << 8) | recData[start + 2];
mode_ptr->invert = recData[start + 4]; mode_ptr->invert = recData[start + 4];
mode_ptr->in_r1 = recData[start + 5];
} }
/* USER CODE END 4 */ /* USER CODE END 4 */

@ -224,7 +224,7 @@ void TIM1_UP_TIM10_IRQHandler(void)
void CommonChannelActions(Mode *mode_ptr, int channel, int *channelPtr, int *iter, int *settings_set) { void CommonChannelActions(Mode *mode_ptr, int channel, int *channelPtr, int *iter, int *settings_set) {
ChannelSwap(mode_ptr, channel, channelPtr, (channel == 1) ? 1 : 0, settings_set); ChannelSwap(mode_ptr, channel, channelPtr, (channel == 1) ? 1 : 0, settings_set);
SetInvert(mode_ptr); SetInvert(mode_ptr);
SetIN_R1(mode_ptr); //SetIN_R1(mode_ptr);
if (channel == 1) *iter = 1; if (channel == 1) *iter = 1;
} }
/* USER CODE END 1 */ /* USER CODE END 1 */

@ -1,6 +1,5 @@
../Core/Src/main.c:372:13:MX_GPIO_Init 1 ../Core/Src/main.c:372:13:MX_GPIO_Init 1
../Core/Src/main.c:481:6:SetInvert 2 ../Core/Src/main.c:481:6:SetInvert 2
../Core/Src/main.c:489:6:SetIN_R1 2
../Core/Src/main.c:497:6:FillMode 1 ../Core/Src/main.c:497:6:FillMode 1
../Core/Src/main.c:511:6:Error_Handler 1 ../Core/Src/main.c:511:6:Error_Handler 1
../Core/Src/main.c:316:13:MX_TIM2_Init 1 ../Core/Src/main.c:316:13:MX_TIM2_Init 1

Binary file not shown.

@ -1,6 +1,5 @@
../Core/Src/main.c:372:13:MX_GPIO_Init 72 static ../Core/Src/main.c:372:13:MX_GPIO_Init 72 static
../Core/Src/main.c:481:6:SetInvert 8 static ../Core/Src/main.c:481:6:SetInvert 8 static
../Core/Src/main.c:489:6:SetIN_R1 8 static
../Core/Src/main.c:497:6:FillMode 0 static ../Core/Src/main.c:497:6:FillMode 0 static
../Core/Src/main.c:511:6:Error_Handler 0 static,ignoring_inline_asm ../Core/Src/main.c:511:6:Error_Handler 0 static,ignoring_inline_asm
../Core/Src/main.c:316:13:MX_TIM2_Init 64 static ../Core/Src/main.c:316:13:MX_TIM2_Init 64 static

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -2937,7 +2937,7 @@ LOAD C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
0x0000000008000000 g_pfnVectors 0x0000000008000000 g_pfnVectors
0x0000000008000188 . = ALIGN (0x4) 0x0000000008000188 . = ALIGN (0x4)
.text 0x0000000008000188 0x389c .text 0x0000000008000188 0x3870
0x0000000008000188 . = ALIGN (0x4) 0x0000000008000188 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x0000000008000188 0x40 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o .text 0x0000000008000188 0x40 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o
@ -2954,410 +2954,408 @@ LOAD C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
.text.SetInvert .text.SetInvert
0x0000000008000594 0x24 ./Core/Src/main.o 0x0000000008000594 0x24 ./Core/Src/main.o
0x0000000008000594 SetInvert 0x0000000008000594 SetInvert
.text.SetIN_R1
0x00000000080005b8 0x24 ./Core/Src/main.o
0x00000000080005b8 SetIN_R1
.text.FillMode .text.FillMode
0x00000000080005dc 0x1e ./Core/Src/main.o 0x00000000080005b8 0x1a ./Core/Src/main.o
0x00000000080005dc FillMode 0x00000000080005b8 FillMode
.text.Error_Handler .text.Error_Handler
0x00000000080005fa 0x4 ./Core/Src/main.o 0x00000000080005d2 0x4 ./Core/Src/main.o
0x00000000080005fa Error_Handler 0x00000000080005d2 Error_Handler
*fill* 0x00000000080005fe 0x2 *fill* 0x00000000080005d6 0x2
.text.MX_TIM2_Init .text.MX_TIM2_Init
0x0000000008000600 0xa4 ./Core/Src/main.o 0x00000000080005d8 0xa4 ./Core/Src/main.o
.text.MX_TIM1_Init .text.MX_TIM1_Init
0x00000000080006a4 0xdc ./Core/Src/main.o 0x000000000800067c 0xdc ./Core/Src/main.o
.text.MX_SPI1_Init .text.MX_SPI1_Init
0x0000000008000780 0x34 ./Core/Src/main.o 0x0000000008000758 0x34 ./Core/Src/main.o
.text.SystemClock_Config .text.SystemClock_Config
0x00000000080007b4 0x88 ./Core/Src/main.o 0x000000000800078c 0x88 ./Core/Src/main.o
0x00000000080007b4 SystemClock_Config 0x000000000800078c SystemClock_Config
.text.main 0x000000000800083c 0x1cc ./Core/Src/main.o .text.main 0x0000000008000814 0x1cc ./Core/Src/main.o
0x000000000800083c main 0x0000000008000814 main
.text.PWMInit 0x0000000008000a08 0xa8 ./Core/Src/main.o .text.PWMInit 0x00000000080009e0 0xa8 ./Core/Src/main.o
0x0000000008000a08 PWMInit 0x00000000080009e0 PWMInit
.text.ChannelSwap .text.ChannelSwap
0x0000000008000ab0 0x44 ./Core/Src/main.o 0x0000000008000a88 0x44 ./Core/Src/main.o
0x0000000008000ab0 ChannelSwap 0x0000000008000a88 ChannelSwap
.text.HAL_MspInit .text.HAL_MspInit
0x0000000008000af4 0x50 ./Core/Src/stm32f4xx_hal_msp.o 0x0000000008000acc 0x50 ./Core/Src/stm32f4xx_hal_msp.o
0x0000000008000af4 HAL_MspInit 0x0000000008000acc HAL_MspInit
.text.HAL_SPI_MspInit .text.HAL_SPI_MspInit
0x0000000008000b44 0x90 ./Core/Src/stm32f4xx_hal_msp.o 0x0000000008000b1c 0x90 ./Core/Src/stm32f4xx_hal_msp.o
0x0000000008000b44 HAL_SPI_MspInit 0x0000000008000b1c HAL_SPI_MspInit
.text.HAL_TIM_Base_MspInit .text.HAL_TIM_Base_MspInit
0x0000000008000bd4 0x78 ./Core/Src/stm32f4xx_hal_msp.o 0x0000000008000bac 0x78 ./Core/Src/stm32f4xx_hal_msp.o
0x0000000008000bd4 HAL_TIM_Base_MspInit 0x0000000008000bac HAL_TIM_Base_MspInit
.text.HAL_TIM_MspPostInit .text.HAL_TIM_MspPostInit
0x0000000008000c4c 0xc0 ./Core/Src/stm32f4xx_hal_msp.o 0x0000000008000c24 0xc0 ./Core/Src/stm32f4xx_hal_msp.o
0x0000000008000c4c HAL_TIM_MspPostInit 0x0000000008000c24 HAL_TIM_MspPostInit
.text.NMI_Handler .text.NMI_Handler
0x0000000008000d0c 0x6 ./Core/Src/stm32f4xx_it.o 0x0000000008000ce4 0x6 ./Core/Src/stm32f4xx_it.o
0x0000000008000d0c NMI_Handler 0x0000000008000ce4 NMI_Handler
.text.HardFault_Handler .text.HardFault_Handler
0x0000000008000d12 0x6 ./Core/Src/stm32f4xx_it.o 0x0000000008000cea 0x6 ./Core/Src/stm32f4xx_it.o
0x0000000008000d12 HardFault_Handler 0x0000000008000cea HardFault_Handler
.text.MemManage_Handler .text.MemManage_Handler
0x0000000008000d18 0x6 ./Core/Src/stm32f4xx_it.o 0x0000000008000cf0 0x6 ./Core/Src/stm32f4xx_it.o
0x0000000008000d18 MemManage_Handler 0x0000000008000cf0 MemManage_Handler
.text.BusFault_Handler .text.BusFault_Handler
0x0000000008000d1e 0x6 ./Core/Src/stm32f4xx_it.o 0x0000000008000cf6 0x6 ./Core/Src/stm32f4xx_it.o
0x0000000008000d1e BusFault_Handler 0x0000000008000cf6 BusFault_Handler
.text.UsageFault_Handler .text.UsageFault_Handler
0x0000000008000d24 0x6 ./Core/Src/stm32f4xx_it.o 0x0000000008000cfc 0x6 ./Core/Src/stm32f4xx_it.o
0x0000000008000d24 UsageFault_Handler 0x0000000008000cfc UsageFault_Handler
.text.SVC_Handler .text.SVC_Handler
0x0000000008000d2a 0xe ./Core/Src/stm32f4xx_it.o 0x0000000008000d02 0xe ./Core/Src/stm32f4xx_it.o
0x0000000008000d2a SVC_Handler 0x0000000008000d02 SVC_Handler
.text.DebugMon_Handler .text.DebugMon_Handler
0x0000000008000d38 0xe ./Core/Src/stm32f4xx_it.o 0x0000000008000d10 0xe ./Core/Src/stm32f4xx_it.o
0x0000000008000d38 DebugMon_Handler 0x0000000008000d10 DebugMon_Handler
.text.PendSV_Handler .text.PendSV_Handler
0x0000000008000d46 0xe ./Core/Src/stm32f4xx_it.o 0x0000000008000d1e 0xe ./Core/Src/stm32f4xx_it.o
0x0000000008000d46 PendSV_Handler 0x0000000008000d1e PendSV_Handler
.text.SysTick_Handler .text.SysTick_Handler
0x0000000008000d54 0xc ./Core/Src/stm32f4xx_it.o 0x0000000008000d2c 0xc ./Core/Src/stm32f4xx_it.o
0x0000000008000d54 SysTick_Handler 0x0000000008000d2c SysTick_Handler
.text.TIM1_UP_TIM10_IRQHandler .text.TIM1_UP_TIM10_IRQHandler
0x0000000008000d60 0x84 ./Core/Src/stm32f4xx_it.o 0x0000000008000d38 0x84 ./Core/Src/stm32f4xx_it.o
0x0000000008000d60 TIM1_UP_TIM10_IRQHandler 0x0000000008000d38 TIM1_UP_TIM10_IRQHandler
.text.CommonChannelActions .text.CommonChannelActions
0x0000000008000de4 0x4c ./Core/Src/stm32f4xx_it.o 0x0000000008000dbc 0x46 ./Core/Src/stm32f4xx_it.o
0x0000000008000de4 CommonChannelActions 0x0000000008000dbc CommonChannelActions
*fill* 0x0000000008000e02 0x2
.text.SystemInit .text.SystemInit
0x0000000008000e30 0x24 ./Core/Src/system_stm32f4xx.o 0x0000000008000e04 0x24 ./Core/Src/system_stm32f4xx.o
0x0000000008000e30 SystemInit 0x0000000008000e04 SystemInit
.text.Reset_Handler .text.Reset_Handler
0x0000000008000e54 0x50 ./Core/Startup/startup_stm32f407vetx.o 0x0000000008000e28 0x50 ./Core/Startup/startup_stm32f407vetx.o
0x0000000008000e54 Reset_Handler 0x0000000008000e28 Reset_Handler
.text.Default_Handler .text.Default_Handler
0x0000000008000ea4 0x2 ./Core/Startup/startup_stm32f407vetx.o 0x0000000008000e78 0x2 ./Core/Startup/startup_stm32f407vetx.o
0x0000000008000ea4 RTC_Alarm_IRQHandler 0x0000000008000e78 RTC_Alarm_IRQHandler
0x0000000008000ea4 HASH_RNG_IRQHandler 0x0000000008000e78 HASH_RNG_IRQHandler
0x0000000008000ea4 EXTI2_IRQHandler 0x0000000008000e78 EXTI2_IRQHandler
0x0000000008000ea4 TIM8_CC_IRQHandler 0x0000000008000e78 TIM8_CC_IRQHandler
0x0000000008000ea4 TIM1_CC_IRQHandler 0x0000000008000e78 TIM1_CC_IRQHandler
0x0000000008000ea4 DMA2_Stream5_IRQHandler 0x0000000008000e78 DMA2_Stream5_IRQHandler
0x0000000008000ea4 DMA1_Stream5_IRQHandler 0x0000000008000e78 DMA1_Stream5_IRQHandler
0x0000000008000ea4 PVD_IRQHandler 0x0000000008000e78 PVD_IRQHandler
0x0000000008000ea4 SDIO_IRQHandler 0x0000000008000e78 SDIO_IRQHandler
0x0000000008000ea4 TAMP_STAMP_IRQHandler 0x0000000008000e78 TAMP_STAMP_IRQHandler
0x0000000008000ea4 CAN2_RX1_IRQHandler 0x0000000008000e78 CAN2_RX1_IRQHandler
0x0000000008000ea4 EXTI3_IRQHandler 0x0000000008000e78 EXTI3_IRQHandler
0x0000000008000ea4 TIM8_TRG_COM_TIM14_IRQHandler 0x0000000008000e78 TIM8_TRG_COM_TIM14_IRQHandler
0x0000000008000ea4 TIM8_UP_TIM13_IRQHandler 0x0000000008000e78 TIM8_UP_TIM13_IRQHandler
0x0000000008000ea4 I2C3_ER_IRQHandler 0x0000000008000e78 I2C3_ER_IRQHandler
0x0000000008000ea4 EXTI0_IRQHandler 0x0000000008000e78 EXTI0_IRQHandler
0x0000000008000ea4 I2C2_EV_IRQHandler 0x0000000008000e78 I2C2_EV_IRQHandler
0x0000000008000ea4 DMA1_Stream2_IRQHandler 0x0000000008000e78 DMA1_Stream2_IRQHandler
0x0000000008000ea4 CAN1_RX0_IRQHandler 0x0000000008000e78 CAN1_RX0_IRQHandler
0x0000000008000ea4 FPU_IRQHandler 0x0000000008000e78 FPU_IRQHandler
0x0000000008000ea4 OTG_HS_WKUP_IRQHandler 0x0000000008000e78 OTG_HS_WKUP_IRQHandler
0x0000000008000ea4 CAN2_SCE_IRQHandler 0x0000000008000e78 CAN2_SCE_IRQHandler
0x0000000008000ea4 DMA2_Stream2_IRQHandler 0x0000000008000e78 DMA2_Stream2_IRQHandler
0x0000000008000ea4 SPI1_IRQHandler 0x0000000008000e78 SPI1_IRQHandler
0x0000000008000ea4 TIM6_DAC_IRQHandler 0x0000000008000e78 TIM6_DAC_IRQHandler
0x0000000008000ea4 TIM1_BRK_TIM9_IRQHandler 0x0000000008000e78 TIM1_BRK_TIM9_IRQHandler
0x0000000008000ea4 DCMI_IRQHandler 0x0000000008000e78 DCMI_IRQHandler
0x0000000008000ea4 CAN2_RX0_IRQHandler 0x0000000008000e78 CAN2_RX0_IRQHandler
0x0000000008000ea4 DMA2_Stream3_IRQHandler 0x0000000008000e78 DMA2_Stream3_IRQHandler
0x0000000008000ea4 USART6_IRQHandler 0x0000000008000e78 USART6_IRQHandler
0x0000000008000ea4 USART3_IRQHandler 0x0000000008000e78 USART3_IRQHandler
0x0000000008000ea4 CAN1_RX1_IRQHandler 0x0000000008000e78 CAN1_RX1_IRQHandler
0x0000000008000ea4 UART5_IRQHandler 0x0000000008000e78 UART5_IRQHandler
0x0000000008000ea4 DMA2_Stream0_IRQHandler 0x0000000008000e78 DMA2_Stream0_IRQHandler
0x0000000008000ea4 TIM4_IRQHandler 0x0000000008000e78 TIM4_IRQHandler
0x0000000008000ea4 I2C1_EV_IRQHandler 0x0000000008000e78 I2C1_EV_IRQHandler
0x0000000008000ea4 DMA1_Stream6_IRQHandler 0x0000000008000e78 DMA1_Stream6_IRQHandler
0x0000000008000ea4 DMA1_Stream1_IRQHandler 0x0000000008000e78 DMA1_Stream1_IRQHandler
0x0000000008000ea4 UART4_IRQHandler 0x0000000008000e78 UART4_IRQHandler
0x0000000008000ea4 TIM3_IRQHandler 0x0000000008000e78 TIM3_IRQHandler
0x0000000008000ea4 RCC_IRQHandler 0x0000000008000e78 RCC_IRQHandler
0x0000000008000ea4 TIM8_BRK_TIM12_IRQHandler 0x0000000008000e78 TIM8_BRK_TIM12_IRQHandler
0x0000000008000ea4 Default_Handler 0x0000000008000e78 Default_Handler
0x0000000008000ea4 EXTI15_10_IRQHandler 0x0000000008000e78 EXTI15_10_IRQHandler
0x0000000008000ea4 ADC_IRQHandler 0x0000000008000e78 ADC_IRQHandler
0x0000000008000ea4 DMA1_Stream7_IRQHandler 0x0000000008000e78 DMA1_Stream7_IRQHandler
0x0000000008000ea4 TIM7_IRQHandler 0x0000000008000e78 TIM7_IRQHandler
0x0000000008000ea4 CAN2_TX_IRQHandler 0x0000000008000e78 CAN2_TX_IRQHandler
0x0000000008000ea4 TIM5_IRQHandler 0x0000000008000e78 TIM5_IRQHandler
0x0000000008000ea4 DMA2_Stream7_IRQHandler 0x0000000008000e78 DMA2_Stream7_IRQHandler
0x0000000008000ea4 I2C3_EV_IRQHandler 0x0000000008000e78 I2C3_EV_IRQHandler
0x0000000008000ea4 EXTI9_5_IRQHandler 0x0000000008000e78 EXTI9_5_IRQHandler
0x0000000008000ea4 RTC_WKUP_IRQHandler 0x0000000008000e78 RTC_WKUP_IRQHandler
0x0000000008000ea4 ETH_WKUP_IRQHandler 0x0000000008000e78 ETH_WKUP_IRQHandler
0x0000000008000ea4 SPI2_IRQHandler 0x0000000008000e78 SPI2_IRQHandler
0x0000000008000ea4 OTG_HS_EP1_IN_IRQHandler 0x0000000008000e78 OTG_HS_EP1_IN_IRQHandler
0x0000000008000ea4 DMA1_Stream0_IRQHandler 0x0000000008000e78 DMA1_Stream0_IRQHandler
0x0000000008000ea4 CAN1_TX_IRQHandler 0x0000000008000e78 CAN1_TX_IRQHandler
0x0000000008000ea4 EXTI4_IRQHandler 0x0000000008000e78 EXTI4_IRQHandler
0x0000000008000ea4 FSMC_IRQHandler 0x0000000008000e78 FSMC_IRQHandler
0x0000000008000ea4 ETH_IRQHandler 0x0000000008000e78 ETH_IRQHandler
0x0000000008000ea4 OTG_HS_EP1_OUT_IRQHandler 0x0000000008000e78 OTG_HS_EP1_OUT_IRQHandler
0x0000000008000ea4 WWDG_IRQHandler 0x0000000008000e78 WWDG_IRQHandler
0x0000000008000ea4 TIM2_IRQHandler 0x0000000008000e78 TIM2_IRQHandler
0x0000000008000ea4 OTG_FS_WKUP_IRQHandler 0x0000000008000e78 OTG_FS_WKUP_IRQHandler
0x0000000008000ea4 TIM1_TRG_COM_TIM11_IRQHandler 0x0000000008000e78 TIM1_TRG_COM_TIM11_IRQHandler
0x0000000008000ea4 OTG_HS_IRQHandler 0x0000000008000e78 OTG_HS_IRQHandler
0x0000000008000ea4 EXTI1_IRQHandler 0x0000000008000e78 EXTI1_IRQHandler
0x0000000008000ea4 USART2_IRQHandler 0x0000000008000e78 USART2_IRQHandler
0x0000000008000ea4 I2C2_ER_IRQHandler 0x0000000008000e78 I2C2_ER_IRQHandler
0x0000000008000ea4 DMA2_Stream1_IRQHandler 0x0000000008000e78 DMA2_Stream1_IRQHandler
0x0000000008000ea4 CAN1_SCE_IRQHandler 0x0000000008000e78 CAN1_SCE_IRQHandler
0x0000000008000ea4 FLASH_IRQHandler 0x0000000008000e78 FLASH_IRQHandler
0x0000000008000ea4 DMA2_Stream4_IRQHandler 0x0000000008000e78 DMA2_Stream4_IRQHandler
0x0000000008000ea4 USART1_IRQHandler 0x0000000008000e78 USART1_IRQHandler
0x0000000008000ea4 OTG_FS_IRQHandler 0x0000000008000e78 OTG_FS_IRQHandler
0x0000000008000ea4 SPI3_IRQHandler 0x0000000008000e78 SPI3_IRQHandler
0x0000000008000ea4 DMA1_Stream4_IRQHandler 0x0000000008000e78 DMA1_Stream4_IRQHandler
0x0000000008000ea4 I2C1_ER_IRQHandler 0x0000000008000e78 I2C1_ER_IRQHandler
0x0000000008000ea4 DMA2_Stream6_IRQHandler 0x0000000008000e78 DMA2_Stream6_IRQHandler
0x0000000008000ea4 DMA1_Stream3_IRQHandler 0x0000000008000e78 DMA1_Stream3_IRQHandler
*fill* 0x0000000008000ea6 0x2 *fill* 0x0000000008000e7a 0x2
.text.HAL_Init .text.HAL_Init
0x0000000008000ea8 0x44 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o 0x0000000008000e7c 0x44 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
0x0000000008000ea8 HAL_Init 0x0000000008000e7c HAL_Init
.text.HAL_InitTick .text.HAL_InitTick
0x0000000008000eec 0x60 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o 0x0000000008000ec0 0x60 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
0x0000000008000eec HAL_InitTick 0x0000000008000ec0 HAL_InitTick
.text.HAL_IncTick .text.HAL_IncTick
0x0000000008000f4c 0x28 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o 0x0000000008000f20 0x28 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
0x0000000008000f4c HAL_IncTick 0x0000000008000f20 HAL_IncTick
.text.HAL_GetTick .text.HAL_GetTick
0x0000000008000f74 0x18 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o 0x0000000008000f48 0x18 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
0x0000000008000f74 HAL_GetTick 0x0000000008000f48 HAL_GetTick
.text.__NVIC_SetPriorityGrouping .text.__NVIC_SetPriorityGrouping
0x0000000008000f8c 0x48 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x0000000008000f60 0x48 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.text.__NVIC_GetPriorityGrouping .text.__NVIC_GetPriorityGrouping
0x0000000008000fd4 0x1c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x0000000008000fa8 0x1c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.text.__NVIC_EnableIRQ .text.__NVIC_EnableIRQ
0x0000000008000ff0 0x3c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x0000000008000fc4 0x3c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.text.__NVIC_SetPriority .text.__NVIC_SetPriority
0x000000000800102c 0x54 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x0000000008001000 0x54 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.text.NVIC_EncodePriority .text.NVIC_EncodePriority
0x0000000008001080 0x66 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x0000000008001054 0x66 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
*fill* 0x00000000080010e6 0x2 *fill* 0x00000000080010ba 0x2
.text.SysTick_Config .text.SysTick_Config
0x00000000080010e8 0x44 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x00000000080010bc 0x44 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.text.HAL_NVIC_SetPriorityGrouping .text.HAL_NVIC_SetPriorityGrouping
0x000000000800112c 0x16 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x0000000008001100 0x16 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
0x000000000800112c HAL_NVIC_SetPriorityGrouping 0x0000000008001100 HAL_NVIC_SetPriorityGrouping
.text.HAL_NVIC_SetPriority .text.HAL_NVIC_SetPriority
0x0000000008001142 0x38 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x0000000008001116 0x38 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
0x0000000008001142 HAL_NVIC_SetPriority 0x0000000008001116 HAL_NVIC_SetPriority
.text.HAL_NVIC_EnableIRQ .text.HAL_NVIC_EnableIRQ
0x000000000800117a 0x1c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x000000000800114e 0x1c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
0x000000000800117a HAL_NVIC_EnableIRQ 0x000000000800114e HAL_NVIC_EnableIRQ
.text.HAL_SYSTICK_Config .text.HAL_SYSTICK_Config
0x0000000008001196 0x18 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x000000000800116a 0x18 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
0x0000000008001196 HAL_SYSTICK_Config 0x000000000800116a HAL_SYSTICK_Config
*fill* 0x00000000080011ae 0x2 *fill* 0x0000000008001182 0x2
.text.HAL_GPIO_Init .text.HAL_GPIO_Init
0x00000000080011b0 0x338 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o 0x0000000008001184 0x338 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o
0x00000000080011b0 HAL_GPIO_Init 0x0000000008001184 HAL_GPIO_Init
.text.HAL_GPIO_WritePin .text.HAL_GPIO_WritePin
0x00000000080014e8 0x32 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o 0x00000000080014bc 0x32 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o
0x00000000080014e8 HAL_GPIO_WritePin 0x00000000080014bc HAL_GPIO_WritePin
*fill* 0x000000000800151a 0x2 *fill* 0x00000000080014ee 0x2
.text.HAL_RCC_OscConfig .text.HAL_RCC_OscConfig
0x000000000800151c 0x4f0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o 0x00000000080014f0 0x4f0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
0x000000000800151c HAL_RCC_OscConfig 0x00000000080014f0 HAL_RCC_OscConfig
.text.HAL_RCC_ClockConfig .text.HAL_RCC_ClockConfig
0x0000000008001a0c 0x1cc ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o 0x00000000080019e0 0x1cc ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
0x0000000008001a0c HAL_RCC_ClockConfig 0x00000000080019e0 HAL_RCC_ClockConfig
.text.HAL_RCC_GetSysClockFreq .text.HAL_RCC_GetSysClockFreq
0x0000000008001bd8 0x18c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o 0x0000000008001bac 0x18c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
0x0000000008001bd8 HAL_RCC_GetSysClockFreq 0x0000000008001bac HAL_RCC_GetSysClockFreq
.text.HAL_SPI_Init .text.HAL_SPI_Init
0x0000000008001d64 0x112 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o 0x0000000008001d38 0x112 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
0x0000000008001d64 HAL_SPI_Init 0x0000000008001d38 HAL_SPI_Init
.text.HAL_SPI_Receive .text.HAL_SPI_Receive
0x0000000008001e76 0x222 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o 0x0000000008001e4a 0x222 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
0x0000000008001e76 HAL_SPI_Receive 0x0000000008001e4a HAL_SPI_Receive
.text.HAL_SPI_TransmitReceive .text.HAL_SPI_TransmitReceive
0x0000000008002098 0x344 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o 0x000000000800206c 0x344 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
0x0000000008002098 HAL_SPI_TransmitReceive 0x000000000800206c HAL_SPI_TransmitReceive
.text.SPI_WaitFlagStateUntilTimeout .text.SPI_WaitFlagStateUntilTimeout
0x00000000080023dc 0x110 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o 0x00000000080023b0 0x110 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
.text.SPI_EndRxTransaction .text.SPI_EndRxTransaction
0x00000000080024ec 0xca ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o 0x00000000080024c0 0xca ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
*fill* 0x00000000080025b6 0x2 *fill* 0x000000000800258a 0x2
.text.SPI_EndRxTxTransaction .text.SPI_EndRxTxTransaction
0x00000000080025b8 0x84 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o 0x000000000800258c 0x84 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
.text.HAL_TIM_Base_Init .text.HAL_TIM_Base_Init
0x000000000800263c 0x9e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008002610 0x9e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x000000000800263c HAL_TIM_Base_Init 0x0000000008002610 HAL_TIM_Base_Init
*fill* 0x00000000080026da 0x2 *fill* 0x00000000080026ae 0x2
.text.HAL_TIM_Base_Start_IT .text.HAL_TIM_Base_Start_IT
0x00000000080026dc 0xe0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000080026b0 0xe0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x00000000080026dc HAL_TIM_Base_Start_IT 0x00000000080026b0 HAL_TIM_Base_Start_IT
.text.HAL_TIM_OC_Init .text.HAL_TIM_OC_Init
0x00000000080027bc 0x9e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008002790 0x9e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x00000000080027bc HAL_TIM_OC_Init 0x0000000008002790 HAL_TIM_OC_Init
.text.HAL_TIM_OC_MspInit .text.HAL_TIM_OC_MspInit
0x000000000800285a 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x000000000800282e 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x000000000800285a HAL_TIM_OC_MspInit 0x000000000800282e HAL_TIM_OC_MspInit
.text.HAL_TIM_PWM_Init .text.HAL_TIM_PWM_Init
0x000000000800286e 0x9e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008002842 0x9e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x000000000800286e HAL_TIM_PWM_Init 0x0000000008002842 HAL_TIM_PWM_Init
.text.HAL_TIM_PWM_MspInit .text.HAL_TIM_PWM_MspInit
0x000000000800290c 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000080028e0 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x000000000800290c HAL_TIM_PWM_MspInit 0x00000000080028e0 HAL_TIM_PWM_MspInit
.text.HAL_TIM_PWM_Start .text.HAL_TIM_PWM_Start
0x0000000008002920 0x190 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000080028f4 0x190 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x0000000008002920 HAL_TIM_PWM_Start 0x00000000080028f4 HAL_TIM_PWM_Start
.text.HAL_TIM_PWM_Stop .text.HAL_TIM_PWM_Stop
0x0000000008002ab0 0xe0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008002a84 0xe0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x0000000008002ab0 HAL_TIM_PWM_Stop 0x0000000008002a84 HAL_TIM_PWM_Stop
.text.HAL_TIM_IRQHandler .text.HAL_TIM_IRQHandler
0x0000000008002b90 0x210 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008002b64 0x210 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x0000000008002b90 HAL_TIM_IRQHandler 0x0000000008002b64 HAL_TIM_IRQHandler
.text.HAL_TIM_OC_ConfigChannel .text.HAL_TIM_OC_ConfigChannel
0x0000000008002da0 0xb8 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008002d74 0xb8 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x0000000008002da0 HAL_TIM_OC_ConfigChannel 0x0000000008002d74 HAL_TIM_OC_ConfigChannel
.text.HAL_TIM_PWM_ConfigChannel .text.HAL_TIM_PWM_ConfigChannel
0x0000000008002e58 0x184 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008002e2c 0x184 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x0000000008002e58 HAL_TIM_PWM_ConfigChannel 0x0000000008002e2c HAL_TIM_PWM_ConfigChannel
.text.HAL_TIM_ConfigClockSource .text.HAL_TIM_ConfigClockSource
0x0000000008002fdc 0x18e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008002fb0 0x18e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x0000000008002fdc HAL_TIM_ConfigClockSource 0x0000000008002fb0 HAL_TIM_ConfigClockSource
.text.HAL_TIM_PeriodElapsedCallback .text.HAL_TIM_PeriodElapsedCallback
0x000000000800316a 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x000000000800313e 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x000000000800316a HAL_TIM_PeriodElapsedCallback 0x000000000800313e HAL_TIM_PeriodElapsedCallback
.text.HAL_TIM_OC_DelayElapsedCallback .text.HAL_TIM_OC_DelayElapsedCallback
0x000000000800317e 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008003152 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x000000000800317e HAL_TIM_OC_DelayElapsedCallback 0x0000000008003152 HAL_TIM_OC_DelayElapsedCallback
.text.HAL_TIM_IC_CaptureCallback .text.HAL_TIM_IC_CaptureCallback
0x0000000008003192 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008003166 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x0000000008003192 HAL_TIM_IC_CaptureCallback 0x0000000008003166 HAL_TIM_IC_CaptureCallback
.text.HAL_TIM_PWM_PulseFinishedCallback .text.HAL_TIM_PWM_PulseFinishedCallback
0x00000000080031a6 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x000000000800317a 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x00000000080031a6 HAL_TIM_PWM_PulseFinishedCallback 0x000000000800317a HAL_TIM_PWM_PulseFinishedCallback
.text.HAL_TIM_TriggerCallback .text.HAL_TIM_TriggerCallback
0x00000000080031ba 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x000000000800318e 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x00000000080031ba HAL_TIM_TriggerCallback 0x000000000800318e HAL_TIM_TriggerCallback
*fill* 0x00000000080031ce 0x2 *fill* 0x00000000080031a2 0x2
.text.TIM_Base_SetConfig .text.TIM_Base_SetConfig
0x00000000080031d0 0x140 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000080031a4 0x140 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x00000000080031d0 TIM_Base_SetConfig 0x00000000080031a4 TIM_Base_SetConfig
.text.TIM_OC1_SetConfig .text.TIM_OC1_SetConfig
0x0000000008003310 0xe0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000080032e4 0xe0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.text.TIM_OC2_SetConfig .text.TIM_OC2_SetConfig
0x00000000080033f0 0xec ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000080033c4 0xec ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x00000000080033f0 TIM_OC2_SetConfig 0x00000000080033c4 TIM_OC2_SetConfig
.text.TIM_OC3_SetConfig .text.TIM_OC3_SetConfig
0x00000000080034dc 0xe8 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000080034b0 0xe8 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.text.TIM_OC4_SetConfig .text.TIM_OC4_SetConfig
0x00000000080035c4 0xac ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008003598 0xac ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.text.TIM_TI1_ConfigInputStage .text.TIM_TI1_ConfigInputStage
0x0000000008003670 0x5e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008003644 0x5e ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.text.TIM_TI2_ConfigInputStage .text.TIM_TI2_ConfigInputStage
0x00000000080036ce 0x60 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000080036a2 0x60 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.text.TIM_ITRx_SetConfig .text.TIM_ITRx_SetConfig
0x000000000800372e 0x36 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008003702 0x36 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.text.TIM_ETR_SetConfig .text.TIM_ETR_SetConfig
0x0000000008003764 0x40 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008003738 0x40 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x0000000008003764 TIM_ETR_SetConfig 0x0000000008003738 TIM_ETR_SetConfig
.text.TIM_CCxChannelCmd .text.TIM_CCxChannelCmd
0x00000000080037a4 0x4a ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000008003778 0x4a ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0x00000000080037a4 TIM_CCxChannelCmd 0x0000000008003778 TIM_CCxChannelCmd
*fill* 0x00000000080037ee 0x2 *fill* 0x00000000080037c2 0x2
.text.HAL_TIMEx_MasterConfigSynchronization .text.HAL_TIMEx_MasterConfigSynchronization
0x00000000080037f0 0xf8 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o 0x00000000080037c4 0xf8 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
0x00000000080037f0 HAL_TIMEx_MasterConfigSynchronization 0x00000000080037c4 HAL_TIMEx_MasterConfigSynchronization
.text.HAL_TIMEx_ConfigBreakDeadTime .text.HAL_TIMEx_ConfigBreakDeadTime
0x00000000080038e8 0xa4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o 0x00000000080038bc 0xa4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
0x00000000080038e8 HAL_TIMEx_ConfigBreakDeadTime 0x00000000080038bc HAL_TIMEx_ConfigBreakDeadTime
.text.HAL_TIMEx_CommutCallback .text.HAL_TIMEx_CommutCallback
0x000000000800398c 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o 0x0000000008003960 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
0x000000000800398c HAL_TIMEx_CommutCallback 0x0000000008003960 HAL_TIMEx_CommutCallback
.text.HAL_TIMEx_BreakCallback .text.HAL_TIMEx_BreakCallback
0x00000000080039a0 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o 0x0000000008003974 0x14 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
0x00000000080039a0 HAL_TIMEx_BreakCallback 0x0000000008003974 HAL_TIMEx_BreakCallback
.text.memset 0x00000000080039b4 0x10 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-memset.o) .text.memset 0x0000000008003988 0x10 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-memset.o)
0x00000000080039b4 memset 0x0000000008003988 memset
.text.__libc_init_array .text.__libc_init_array
0x00000000080039c4 0x48 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-init.o) 0x0000000008003998 0x48 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-init.o)
0x00000000080039c4 __libc_init_array 0x0000000008003998 __libc_init_array
*(.glue_7) *(.glue_7)
.glue_7 0x0000000008003a0c 0x0 linker stubs .glue_7 0x00000000080039e0 0x0 linker stubs
*(.glue_7t) *(.glue_7t)
.glue_7t 0x0000000008003a0c 0x0 linker stubs .glue_7t 0x00000000080039e0 0x0 linker stubs
*(.eh_frame) *(.eh_frame)
.eh_frame 0x0000000008003a0c 0x0 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o .eh_frame 0x00000000080039e0 0x0 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o
*(.init) *(.init)
.init 0x0000000008003a0c 0x4 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crti.o .init 0x00000000080039e0 0x4 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crti.o
0x0000000008003a0c _init 0x00000000080039e0 _init
.init 0x0000000008003a10 0x8 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtn.o .init 0x00000000080039e4 0x8 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtn.o
*(.fini) *(.fini)
.fini 0x0000000008003a18 0x4 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crti.o .fini 0x00000000080039ec 0x4 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crti.o
0x0000000008003a18 _fini 0x00000000080039ec _fini
.fini 0x0000000008003a1c 0x8 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtn.o .fini 0x00000000080039f0 0x8 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtn.o
0x0000000008003a24 . = ALIGN (0x4) 0x00000000080039f8 . = ALIGN (0x4)
0x0000000008003a24 _etext = . 0x00000000080039f8 _etext = .
.vfp11_veneer 0x0000000008003a24 0x0 .vfp11_veneer 0x00000000080039f8 0x0
.vfp11_veneer 0x0000000008003a24 0x0 linker stubs .vfp11_veneer 0x00000000080039f8 0x0 linker stubs
.v4_bx 0x0000000008003a24 0x0 .v4_bx 0x00000000080039f8 0x0
.v4_bx 0x0000000008003a24 0x0 linker stubs .v4_bx 0x00000000080039f8 0x0 linker stubs
.iplt 0x0000000008003a24 0x0 .iplt 0x00000000080039f8 0x0
.iplt 0x0000000008003a24 0x0 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o .iplt 0x00000000080039f8 0x0 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.rodata 0x0000000008003a24 0x10 .rodata 0x00000000080039f8 0x10
0x0000000008003a24 . = ALIGN (0x4) 0x00000000080039f8 . = ALIGN (0x4)
*(.rodata) *(.rodata)
*(.rodata*) *(.rodata*)
.rodata.AHBPrescTable .rodata.AHBPrescTable
0x0000000008003a24 0x10 ./Core/Src/system_stm32f4xx.o 0x00000000080039f8 0x10 ./Core/Src/system_stm32f4xx.o
0x0000000008003a24 AHBPrescTable 0x00000000080039f8 AHBPrescTable
0x0000000008003a34 . = ALIGN (0x4) 0x0000000008003a08 . = ALIGN (0x4)
.ARM.extab 0x0000000008003a34 0x0 .ARM.extab 0x0000000008003a08 0x0
0x0000000008003a34 . = ALIGN (0x4) 0x0000000008003a08 . = ALIGN (0x4)
*(.ARM.extab* .gnu.linkonce.armextab.*) *(.ARM.extab* .gnu.linkonce.armextab.*)
0x0000000008003a34 . = ALIGN (0x4) 0x0000000008003a08 . = ALIGN (0x4)
.ARM 0x0000000008003a34 0x8 .ARM 0x0000000008003a08 0x8
0x0000000008003a34 . = ALIGN (0x4) 0x0000000008003a08 . = ALIGN (0x4)
0x0000000008003a34 __exidx_start = . 0x0000000008003a08 __exidx_start = .
*(.ARM.exidx*) *(.ARM.exidx*)
.ARM.exidx 0x0000000008003a34 0x8 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard\libgcc.a(_udivmoddi4.o) .ARM.exidx 0x0000000008003a08 0x8 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard\libgcc.a(_udivmoddi4.o)
0x0000000008003a3c __exidx_end = . 0x0000000008003a10 __exidx_end = .
0x0000000008003a3c . = ALIGN (0x4) 0x0000000008003a10 . = ALIGN (0x4)
.rel.dyn 0x0000000008003a3c 0x0 .rel.dyn 0x0000000008003a10 0x0
.rel.iplt 0x0000000008003a3c 0x0 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o .rel.iplt 0x0000000008003a10 0x0 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.preinit_array 0x0000000008003a3c 0x0 .preinit_array 0x0000000008003a10 0x0
0x0000000008003a3c . = ALIGN (0x4) 0x0000000008003a10 . = ALIGN (0x4)
0x0000000008003a3c PROVIDE (__preinit_array_start = .) 0x0000000008003a10 PROVIDE (__preinit_array_start = .)
*(.preinit_array*) *(.preinit_array*)
0x0000000008003a3c PROVIDE (__preinit_array_end = .) 0x0000000008003a10 PROVIDE (__preinit_array_end = .)
0x0000000008003a3c . = ALIGN (0x4) 0x0000000008003a10 . = ALIGN (0x4)
.init_array 0x0000000008003a3c 0x4 .init_array 0x0000000008003a10 0x4
0x0000000008003a3c . = ALIGN (0x4) 0x0000000008003a10 . = ALIGN (0x4)
0x0000000008003a3c PROVIDE (__init_array_start = .) 0x0000000008003a10 PROVIDE (__init_array_start = .)
*(SORT_BY_NAME(.init_array.*)) *(SORT_BY_NAME(.init_array.*))
*(.init_array*) *(.init_array*)
.init_array 0x0000000008003a3c 0x4 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o .init_array 0x0000000008003a10 0x4 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o
0x0000000008003a40 PROVIDE (__init_array_end = .) 0x0000000008003a14 PROVIDE (__init_array_end = .)
0x0000000008003a40 . = ALIGN (0x4) 0x0000000008003a14 . = ALIGN (0x4)
.fini_array 0x0000000008003a40 0x4 .fini_array 0x0000000008003a14 0x4
0x0000000008003a40 . = ALIGN (0x4) 0x0000000008003a14 . = ALIGN (0x4)
[!provide] PROVIDE (__fini_array_start = .) [!provide] PROVIDE (__fini_array_start = .)
*(SORT_BY_NAME(.fini_array.*)) *(SORT_BY_NAME(.fini_array.*))
*(.fini_array*) *(.fini_array*)
.fini_array 0x0000000008003a40 0x4 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o .fini_array 0x0000000008003a14 0x4 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o
[!provide] PROVIDE (__fini_array_end = .) [!provide] PROVIDE (__fini_array_end = .)
0x0000000008003a44 . = ALIGN (0x4) 0x0000000008003a18 . = ALIGN (0x4)
0x0000000008003a44 _sidata = LOADADDR (.data) 0x0000000008003a18 _sidata = LOADADDR (.data)
.data 0x0000000020000000 0x10 load address 0x0000000008003a44 .data 0x0000000020000000 0x10 load address 0x0000000008003a18
0x0000000020000000 . = ALIGN (0x4) 0x0000000020000000 . = ALIGN (0x4)
0x0000000020000000 _sdata = . 0x0000000020000000 _sdata = .
*(.data) *(.data)
@ -3378,12 +3376,12 @@ LOAD C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
0x0000000020000010 . = ALIGN (0x4) 0x0000000020000010 . = ALIGN (0x4)
*fill* 0x000000002000000d 0x3 *fill* 0x000000002000000d 0x3
0x0000000020000010 _edata = . 0x0000000020000010 _edata = .
0x0000000008003a54 _siccmram = LOADADDR (.ccmram) 0x0000000008003a28 _siccmram = LOADADDR (.ccmram)
.igot.plt 0x0000000020000010 0x0 load address 0x0000000008003a54 .igot.plt 0x0000000020000010 0x0 load address 0x0000000008003a28
.igot.plt 0x0000000020000010 0x0 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o .igot.plt 0x0000000020000010 0x0 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.ccmram 0x0000000010000000 0x0 load address 0x0000000008003a54 .ccmram 0x0000000010000000 0x0 load address 0x0000000008003a28
0x0000000010000000 . = ALIGN (0x4) 0x0000000010000000 . = ALIGN (0x4)
0x0000000010000000 _sccmram = . 0x0000000010000000 _sccmram = .
*(.ccmram) *(.ccmram)
@ -3498,19 +3496,19 @@ LOAD C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
.comment 0x0000000000000043 0x44 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o .comment 0x0000000000000043 0x44 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.comment 0x0000000000000043 0x44 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o .comment 0x0000000000000043 0x44 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
.debug_info 0x0000000000000000 0xb2c2 .debug_info 0x0000000000000000 0xb230
.debug_info 0x0000000000000000 0x1afc ./Core/Src/main.o .debug_info 0x0000000000000000 0x1a87 ./Core/Src/main.o
.debug_info 0x0000000000001afc 0xfd4 ./Core/Src/stm32f4xx_hal_msp.o .debug_info 0x0000000000001a87 0xfd4 ./Core/Src/stm32f4xx_hal_msp.o
.debug_info 0x0000000000002ad0 0x8ca ./Core/Src/stm32f4xx_it.o .debug_info 0x0000000000002a5b 0x8ad ./Core/Src/stm32f4xx_it.o
.debug_info 0x000000000000339a 0x512 ./Core/Src/system_stm32f4xx.o .debug_info 0x0000000000003308 0x512 ./Core/Src/system_stm32f4xx.o
.debug_info 0x00000000000038ac 0x23 ./Core/Startup/startup_stm32f407vetx.o .debug_info 0x000000000000381a 0x23 ./Core/Startup/startup_stm32f407vetx.o
.debug_info 0x00000000000038cf 0x948 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o .debug_info 0x000000000000383d 0x948 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
.debug_info 0x0000000000004217 0xd46 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o .debug_info 0x0000000000004185 0xd46 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.debug_info 0x0000000000004f5d 0x6c3 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o .debug_info 0x0000000000004ecb 0x6c3 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o
.debug_info 0x0000000000005620 0x8b1 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o .debug_info 0x000000000000558e 0x8b1 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
.debug_info 0x0000000000005ed1 0x15fb ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o .debug_info 0x0000000000005e3f 0x15fb ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
.debug_info 0x00000000000074cc 0x2948 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o .debug_info 0x000000000000743a 0x2948 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.debug_info 0x0000000000009e14 0x14ae ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o .debug_info 0x0000000000009d82 0x14ae ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
.debug_abbrev 0x0000000000000000 0x195c .debug_abbrev 0x0000000000000000 0x195c
.debug_abbrev 0x0000000000000000 0x323 ./Core/Src/main.o .debug_abbrev 0x0000000000000000 0x323 ./Core/Src/main.o
@ -3527,62 +3525,62 @@ LOAD C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
.debug_abbrev 0x00000000000016e0 0x27c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o .debug_abbrev 0x00000000000016e0 0x27c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
.debug_loclists .debug_loclists
0x0000000000000000 0x258 0x0000000000000000 0x230
.debug_loclists .debug_loclists
0x0000000000000000 0x258 ./Core/Src/main.o 0x0000000000000000 0x230 ./Core/Src/main.o
.debug_aranges 0x0000000000000000 0xb70 .debug_aranges 0x0000000000000000 0xb68
.debug_aranges .debug_aranges
0x0000000000000000 0x78 ./Core/Src/main.o 0x0000000000000000 0x70 ./Core/Src/main.o
.debug_aranges .debug_aranges
0x0000000000000078 0x48 ./Core/Src/stm32f4xx_hal_msp.o 0x0000000000000070 0x48 ./Core/Src/stm32f4xx_hal_msp.o
.debug_aranges .debug_aranges
0x00000000000000c0 0x70 ./Core/Src/stm32f4xx_it.o 0x00000000000000b8 0x70 ./Core/Src/stm32f4xx_it.o
.debug_aranges .debug_aranges
0x0000000000000130 0x28 ./Core/Src/system_stm32f4xx.o 0x0000000000000128 0x28 ./Core/Src/system_stm32f4xx.o
.debug_aranges .debug_aranges
0x0000000000000158 0x28 ./Core/Startup/startup_stm32f407vetx.o 0x0000000000000150 0x28 ./Core/Startup/startup_stm32f407vetx.o
.debug_aranges .debug_aranges
0x0000000000000180 0xf0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o 0x0000000000000178 0xf0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
.debug_aranges .debug_aranges
0x0000000000000270 0x118 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x0000000000000268 0x118 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.debug_aranges .debug_aranges
0x0000000000000388 0x58 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o 0x0000000000000380 0x58 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o
.debug_aranges .debug_aranges
0x00000000000003e0 0x88 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o 0x00000000000003d8 0x88 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
.debug_aranges .debug_aranges
0x0000000000000468 0x1d0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o 0x0000000000000460 0x1d0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
.debug_aranges .debug_aranges
0x0000000000000638 0x3d0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x0000000000000630 0x3d0 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.debug_aranges .debug_aranges
0x0000000000000a08 0x168 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o 0x0000000000000a00 0x168 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
.debug_rnglists .debug_rnglists
0x0000000000000000 0x906 0x0000000000000000 0x900
.debug_rnglists .debug_rnglists
0x0000000000000000 0x80 ./Core/Src/main.o 0x0000000000000000 0x7a ./Core/Src/main.o
.debug_rnglists .debug_rnglists
0x0000000000000080 0x33 ./Core/Src/stm32f4xx_hal_msp.o 0x000000000000007a 0x33 ./Core/Src/stm32f4xx_hal_msp.o
.debug_rnglists .debug_rnglists
0x00000000000000b3 0x50 ./Core/Src/stm32f4xx_it.o 0x00000000000000ad 0x50 ./Core/Src/stm32f4xx_it.o
.debug_rnglists .debug_rnglists
0x0000000000000103 0x1a ./Core/Src/system_stm32f4xx.o 0x00000000000000fd 0x1a ./Core/Src/system_stm32f4xx.o
.debug_rnglists .debug_rnglists
0x000000000000011d 0x19 ./Core/Startup/startup_stm32f407vetx.o 0x0000000000000117 0x19 ./Core/Startup/startup_stm32f407vetx.o
.debug_rnglists .debug_rnglists
0x0000000000000136 0xaf ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o 0x0000000000000130 0xaf ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
.debug_rnglists .debug_rnglists
0x00000000000001e5 0xce ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o 0x00000000000001df 0xce ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.debug_rnglists .debug_rnglists
0x00000000000002b3 0x3f ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o 0x00000000000002ad 0x3f ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o
.debug_rnglists .debug_rnglists
0x00000000000002f2 0x66 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o 0x00000000000002ec 0x66 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
.debug_rnglists .debug_rnglists
0x0000000000000358 0x16f ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o 0x0000000000000352 0x16f ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
.debug_rnglists .debug_rnglists
0x00000000000004c7 0x31a ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o 0x00000000000004c1 0x31a ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.debug_rnglists .debug_rnglists
0x00000000000007e1 0x125 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o 0x00000000000007db 0x125 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
.debug_macro 0x0000000000000000 0x20a0e .debug_macro 0x0000000000000000 0x20a0e
.debug_macro 0x0000000000000000 0x1e1 ./Core/Src/main.o .debug_macro 0x0000000000000000 0x1e1 ./Core/Src/main.o
@ -3638,62 +3636,62 @@ LOAD C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
.debug_macro 0x0000000000020671 0x1cf ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o .debug_macro 0x0000000000020671 0x1cf ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.debug_macro 0x0000000000020840 0x1ce ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o .debug_macro 0x0000000000020840 0x1ce ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
.debug_line 0x0000000000000000 0xc5b0 .debug_line 0x0000000000000000 0xc576
.debug_line 0x0000000000000000 0xe78 ./Core/Src/main.o .debug_line 0x0000000000000000 0xe3f ./Core/Src/main.o
.debug_line 0x0000000000000e78 0x83d ./Core/Src/stm32f4xx_hal_msp.o .debug_line 0x0000000000000e3f 0x83d ./Core/Src/stm32f4xx_hal_msp.o
.debug_line 0x00000000000016b5 0x86b ./Core/Src/stm32f4xx_it.o .debug_line 0x000000000000167c 0x86a ./Core/Src/stm32f4xx_it.o
.debug_line 0x0000000000001f20 0x7c7 ./Core/Src/system_stm32f4xx.o .debug_line 0x0000000000001ee6 0x7c7 ./Core/Src/system_stm32f4xx.o
.debug_line 0x00000000000026e7 0x7a ./Core/Startup/startup_stm32f407vetx.o .debug_line 0x00000000000026ad 0x7a ./Core/Startup/startup_stm32f407vetx.o
.debug_line 0x0000000000002761 0xa2d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o .debug_line 0x0000000000002727 0xa2d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
.debug_line 0x000000000000318e 0xcdc ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o .debug_line 0x0000000000003154 0xcdc ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.debug_line 0x0000000000003e6a 0xba1 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o .debug_line 0x0000000000003e30 0xba1 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o
.debug_line 0x0000000000004a0b 0xda4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o .debug_line 0x00000000000049d1 0xda4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
.debug_line 0x00000000000057af 0x1cbe ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o .debug_line 0x0000000000005775 0x1cbe ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
.debug_line 0x000000000000746d 0x3719 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o .debug_line 0x0000000000007433 0x3719 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.debug_line 0x000000000000ab86 0x1a2a ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o .debug_line 0x000000000000ab4c 0x1a2a ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
.debug_str 0x0000000000000000 0xc65dd .debug_str 0x0000000000000000 0xc65f4
.debug_str 0x0000000000000000 0xc3a30 ./Core/Src/main.o .debug_str 0x0000000000000000 0xc3a24 ./Core/Src/main.o
0xc3d9f (size before relaxing) 0xc3d93 (size before relaxing)
.debug_str 0x00000000000c3a30 0x688 ./Core/Src/stm32f4xx_hal_msp.o .debug_str 0x00000000000c3a24 0x6ab ./Core/Src/stm32f4xx_hal_msp.o
0xc3d10 (size before relaxing) 0xc3d10 (size before relaxing)
.debug_str 0x00000000000c40b8 0x126 ./Core/Src/stm32f4xx_it.o .debug_str 0x00000000000c40cf 0x126 ./Core/Src/stm32f4xx_it.o
0xc3615 (size before relaxing) 0xc3609 (size before relaxing)
.debug_str 0x00000000000c41de 0xdb ./Core/Src/system_stm32f4xx.o .debug_str 0x00000000000c41f5 0xdb ./Core/Src/system_stm32f4xx.o
0xc306d (size before relaxing) 0xc306d (size before relaxing)
.debug_str 0x00000000000c42b9 0x34 ./Core/Startup/startup_stm32f407vetx.o .debug_str 0x00000000000c42d0 0x34 ./Core/Startup/startup_stm32f407vetx.o
0x57 (size before relaxing) 0x57 (size before relaxing)
.debug_str 0x00000000000c42ed 0x60d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o .debug_str 0x00000000000c4304 0x60d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
0xc3bf1 (size before relaxing) 0xc3bf1 (size before relaxing)
.debug_str 0x00000000000c48fa 0x32d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o .debug_str 0x00000000000c4911 0x32d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
0xc3924 (size before relaxing) 0xc3924 (size before relaxing)
.debug_str 0x00000000000c4c27 0x121 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o .debug_str 0x00000000000c4c3e 0x121 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o
0xc31e8 (size before relaxing) 0xc31e8 (size before relaxing)
.debug_str 0x00000000000c4d48 0x233 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o .debug_str 0x00000000000c4d5f 0x233 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
0xc34a1 (size before relaxing) 0xc34a1 (size before relaxing)
.debug_str 0x00000000000c4f7b 0x58d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o .debug_str 0x00000000000c4f92 0x58d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
0xc3931 (size before relaxing) 0xc3931 (size before relaxing)
.debug_str 0x00000000000c5508 0xcf4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o .debug_str 0x00000000000c551f 0xcf4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
0xc43e7 (size before relaxing) 0xc43e7 (size before relaxing)
.debug_str 0x00000000000c61fc 0x3e1 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o .debug_str 0x00000000000c6213 0x3e1 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
0xc3c03 (size before relaxing) 0xc3c03 (size before relaxing)
.debug_frame 0x0000000000000000 0x3010 .debug_frame 0x0000000000000000 0x2ff8
.debug_frame 0x0000000000000000 0x168 ./Core/Src/main.o .debug_frame 0x0000000000000000 0x150 ./Core/Src/main.o
.debug_frame 0x0000000000000168 0xec ./Core/Src/stm32f4xx_hal_msp.o .debug_frame 0x0000000000000150 0xec ./Core/Src/stm32f4xx_hal_msp.o
.debug_frame 0x0000000000000254 0x14c ./Core/Src/stm32f4xx_it.o .debug_frame 0x000000000000023c 0x14c ./Core/Src/stm32f4xx_it.o
.debug_frame 0x00000000000003a0 0x58 ./Core/Src/system_stm32f4xx.o .debug_frame 0x0000000000000388 0x58 ./Core/Src/system_stm32f4xx.o
.debug_frame 0x00000000000003f8 0x374 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o .debug_frame 0x00000000000003e0 0x374 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o
.debug_frame 0x000000000000076c 0x498 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o .debug_frame 0x0000000000000754 0x498 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o
.debug_frame 0x0000000000000c04 0x14c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o .debug_frame 0x0000000000000bec 0x14c ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o
.debug_frame 0x0000000000000d50 0x1f4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o .debug_frame 0x0000000000000d38 0x1f4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o
.debug_frame 0x0000000000000f44 0x824 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o .debug_frame 0x0000000000000f2c 0x824 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o
.debug_frame 0x0000000000001768 0x11c4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o .debug_frame 0x0000000000001750 0x11c4 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o
.debug_frame 0x000000000000292c 0x638 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o .debug_frame 0x0000000000002914 0x638 ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
.debug_frame 0x0000000000002f64 0x20 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-memset.o) .debug_frame 0x0000000000002f4c 0x20 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-memset.o)
.debug_frame 0x0000000000002f84 0x2c C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-init.o) .debug_frame 0x0000000000002f6c 0x2c C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-init.o)
.debug_frame 0x0000000000002fb0 0x2c C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard\libgcc.a(_aeabi_uldivmod.o) .debug_frame 0x0000000000002f98 0x2c C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard\libgcc.a(_aeabi_uldivmod.o)
.debug_frame 0x0000000000002fdc 0x34 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard\libgcc.a(_udivmoddi4.o) .debug_frame 0x0000000000002fc4 0x34 C:/ST/STM32CubeIDE_1.13.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.1.202309131626/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+fp/hard\libgcc.a(_udivmoddi4.o)
.debug_line_str .debug_line_str
0x0000000000000000 0x4b 0x0000000000000000 0x4b

Binary file not shown.
Loading…
Cancel
Save