перенес IWDG что бы инициализировался раньше

This commit is contained in:
andrey 2025-08-25 16:28:23 +03:00
parent d9c19bf743
commit ed3ac12f75
10 changed files with 3134 additions and 3090 deletions

View File

@ -100,14 +100,14 @@ int main(void)
SystemClock_Config();
/* USER CODE BEGIN SysInit */
MX_IWDG_Init();
/* USER CODE END SysInit */
/* Initialize all configured peripherals */
MX_GPIO_Init();
MX_CAN_Init();
MX_TIM4_Init();
MX_IWDG_Init();
MX_UART4_Init();
/* USER CODE BEGIN 2 */

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@ -22,37 +22,36 @@ Dialog DLL: TCM.DLL V1.56.4.0
<h2>Project:</h2>
F:\set\from_Dima_Bog\UKSVEP_23550.2_WD\MDK-ARM\uksvep_2_2_v1.uvprojx
Project File Date: 08/22/2025
Project File Date: 08/25/2025
<h2>Output:</h2>
*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
Rebuild target 'uksvep_2_2_v1'
Build target 'uksvep_2_2_v1'
Note: source file '../Core/Src/system_stm32f1xx.c' - object file renamed from 'uksvep_2_2_v1\system_stm32f1xx.o' to 'uksvep_2_2_v1\system_stm32f1xx_1.o'.
compiling crc16.c...
compiling eeprom.c...
assembling startup_stm32f103xe.s...
compiling message.c...
compiling lampa.c...
compiling gpio.c...
compiling main.c...
compiling gpio.c...
compiling iwdg.c...
compiling tim.c...
compiling can.c...
compiling stm32f1xx_it.c...
compiling tim.c...
compiling usart.c...
compiling stm32f1xx_it.c...
compiling stm32f1xx_hal_timebase_tim.c...
compiling stm32f1xx_hal_msp.c...
compiling stm32f1xx_hal_gpio_ex.c...
compiling stm32f1xx_hal_timebase_tim.c...
compiling stm32f1xx_hal.c...
compiling stm32f1xx_hal_rcc_ex.c...
compiling stm32f1xx_hal_gpio.c...
compiling stm32f1xx_hal_rcc.c...
compiling stm32f1xx_hal_can.c...
compiling stm32f1xx_hal_gpio.c...
compiling stm32f1xx_hal_rcc_ex.c...
compiling stm32f1xx_hal_rcc.c...
compiling stm32f1xx_hal_cortex.c...
compiling stm32f1xx_hal_pwr.c...
compiling stm32f1xx_hal_flash.c...
compiling stm32f1xx_hal_dma.c...
compiling stm32f1xx_hal_flash_ex.c...
compiling stm32f1xx_hal_dma.c...
compiling stm32f1xx_hal_iwdg.c...
compiling stm32f1xx_hal_exti.c...
compiling stm32f1xx_hal_tim_ex.c...
@ -60,7 +59,7 @@ compiling system_stm32f1xx.c...
compiling stm32f1xx_hal_uart.c...
compiling stm32f1xx_hal_tim.c...
linking...
Program Size: Code=22692 RO-data=380 RW-data=20 ZI-data=3956
Program Size: Code=22844 RO-data=380 RW-data=20 ZI-data=3956
FromELF: creating hex file...
"uksvep_2_2_v1\uksvep_2_2_v1.axf" - 0 Error(s), 0 Warning(s).

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff