diff --git a/不同颜色LED/APP/Run_Led.c b/不同颜色LED/APP/Run_Led.c index 414ce9c..7bca117 100644 --- a/不同颜色LED/APP/Run_Led.c +++ b/不同颜色LED/APP/Run_Led.c @@ -2,7 +2,7 @@ #include "Delay.h" #include "Led_Init.h" -#define Delay_Time 500 +#define Delay_Time 5000 void Run_Led() { diff --git a/不同颜色LED/OUTPUT/STM32_Project_DEMO.axf b/不同颜色LED/OUTPUT/STM32_Project_DEMO.axf index bdd9485..3999fb7 100644 Binary files a/不同颜色LED/OUTPUT/STM32_Project_DEMO.axf and b/不同颜色LED/OUTPUT/STM32_Project_DEMO.axf differ diff --git a/不同颜色LED/OUTPUT/STM32_Project_DEMO.build_log.htm b/不同颜色LED/OUTPUT/STM32_Project_DEMO.build_log.htm index fbf5be0..28e7e7b 100644 --- a/不同颜色LED/OUTPUT/STM32_Project_DEMO.build_log.htm +++ b/不同颜色LED/OUTPUT/STM32_Project_DEMO.build_log.htm @@ -28,36 +28,36 @@ Project File Date: 09/10/2025 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'd:\soft\Keil_v5\ARM\ARMCC\Bin' Rebuild target 'Target 1' assembling startup_stm32f10x_md.s... -compiling core_cm3.c... -compiling stm32f10x_crc.c... -compiling stm32f10x_bkp.c... -compiling stm32f10x_flash.c... -compiling system_stm32f10x.c... -compiling stm32f10x_dma.c... -compiling stm32f10x_cec.c... -compiling stm32f10x_it.c... -compiling stm32f10x_dbgmcu.c... -compiling stm32f10x_exti.c... -compiling misc.c... compiling stm32f10x_dac.c... -compiling stm32f10x_gpio.c... -compiling stm32f10x_adc.c... +compiling core_cm3.c... compiling stm32f10x_can.c... +compiling stm32f10x_dbgmcu.c... +compiling stm32f10x_crc.c... +compiling misc.c... +compiling stm32f10x_flash.c... +compiling stm32f10x_it.c... +compiling stm32f10x_exti.c... +compiling stm32f10x_bkp.c... +compiling stm32f10x_dma.c... +compiling system_stm32f10x.c... +compiling stm32f10x_cec.c... +compiling stm32f10x_adc.c... compiling stm32f10x_fsmc.c... +compiling stm32f10x_gpio.c... compiling stm32f10x_i2c.c... compiling stm32f10x_iwdg.c... compiling stm32f10x_pwr.c... compiling stm32f10x_rcc.c... compiling stm32f10x_rtc.c... -compiling stm32f10x_spi.c... compiling stm32f10x_sdio.c... +compiling stm32f10x_spi.c... compiling stm32f10x_wwdg.c... compiling stm32f10x_usart.c... -compiling Led_Init.c... -compiling stm32f10x_tim.c... -compiling Run_Led.c... compiling Delay.c... +compiling Led_Init.c... +compiling Run_Led.c... compiling main.c... +compiling stm32f10x_tim.c... linking... Program Size: Code=976 RO-data=252 RW-data=0 ZI-data=1632 FromELF: creating hex file... diff --git a/不同颜色LED/OUTPUT/STM32_Project_DEMO.hex b/不同颜色LED/OUTPUT/STM32_Project_DEMO.hex index a933af2..e1dadba 100644 --- a/不同颜色LED/OUTPUT/STM32_Project_DEMO.hex +++ b/不同颜色LED/OUTPUT/STM32_Project_DEMO.hex @@ -55,7 +55,7 @@ :1003500000080140000C0140FEE7704770470000B4 :10036000054A002903D09169014391617047916961 :10037000814391617047000000100240FFF7CAFFFF -:10038000084D4FF4FA7480212846FFF7BFFF20463E +:10038000084D41F2883480212846FFF7BFFF204600 :10039000FFF74BFF80212846FFF7B6FF2046FFF707 :1003A00044FFF0E700080140704700F001B800008A :1003B0000CB50022019200922748016841F4803177 diff --git a/不同颜色LED/OUTPUT/STM32_Project_DEMO.htm b/不同颜色LED/OUTPUT/STM32_Project_DEMO.htm index b7af395..b7e02a6 100644 --- a/不同颜色LED/OUTPUT/STM32_Project_DEMO.htm +++ b/不同颜色LED/OUTPUT/STM32_Project_DEMO.htm @@ -3,7 +3,7 @@ Static Call Graph - [..\OUTPUT\STM32_Project_DEMO.axf]

Static Call Graph for image ..\OUTPUT\STM32_Project_DEMO.axf


-

#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Wed Sep 10 12:02:29 2025 +

#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Wed Sep 10 12:03:00 2025

Maximum Stack Usage = 40 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)

Call chain for Maximum Stack Depth:

diff --git a/不同颜色LED/OUTPUT/STM32_Project_DEMO_Target 1.dep b/不同颜色LED/OUTPUT/STM32_Project_DEMO_Target 1.dep index 6136d63..fb80d5b 100644 --- a/不同颜色LED/OUTPUT/STM32_Project_DEMO_Target 1.dep +++ b/不同颜色LED/OUTPUT/STM32_Project_DEMO_Target 1.dep @@ -795,7 +795,7 @@ I (..\FWLIB\inc\stm32f10x_tim.h)(0x688E6595) I (..\FWLIB\inc\stm32f10x_usart.h)(0x688E6595) I (..\FWLIB\inc\stm32f10x_wwdg.h)(0x688E6595) I (..\FWLIB\inc\misc.h)(0x688E6595) -F (..\APP\Run_Led.c)(0x68C0F854)(--gnu -c --cpu Cortex-M3 -g -O1 --apcs=interwork --split_sections -I ..\CMSIS_Support -I ..\FWLIB\inc -I ..\APP -I ..\DEVICE -ID:\soft\Keil_v5\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -DUSE_STDPERIPH_DRIVER -o ..\output\run_led.o --omf_browse ..\output\run_led.crf --depend ..\output\run_led.d) +F (..\APP\Run_Led.c)(0x68C0F872)(--gnu -c --cpu Cortex-M3 -g -O1 --apcs=interwork --split_sections -I ..\CMSIS_Support -I ..\FWLIB\inc -I ..\APP -I ..\DEVICE -ID:\soft\Keil_v5\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -DUSE_STDPERIPH_DRIVER -o ..\output\run_led.o --omf_browse ..\output\run_led.crf --depend ..\output\run_led.d) I (..\CMSIS_Support\stm32f10x.h)(0x688E6595) I (..\CMSIS_Support\core_cm3.h)(0x688E6595) I (d:\soft\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5CEB79E2) diff --git a/不同颜色LED/OUTPUT/core_cm3.o b/不同颜色LED/OUTPUT/core_cm3.o index 6d1d6a2..a7b0e27 100644 Binary files a/不同颜色LED/OUTPUT/core_cm3.o and b/不同颜色LED/OUTPUT/core_cm3.o differ diff --git a/不同颜色LED/OUTPUT/delay.o b/不同颜色LED/OUTPUT/delay.o index 453053a..e675395 100644 Binary files a/不同颜色LED/OUTPUT/delay.o and b/不同颜色LED/OUTPUT/delay.o differ diff --git a/不同颜色LED/OUTPUT/led_init.o b/不同颜色LED/OUTPUT/led_init.o index 79ac48a..38b2176 100644 Binary files a/不同颜色LED/OUTPUT/led_init.o and b/不同颜色LED/OUTPUT/led_init.o differ diff --git a/不同颜色LED/OUTPUT/main.o b/不同颜色LED/OUTPUT/main.o index 63e7396..d6805af 100644 Binary files a/不同颜色LED/OUTPUT/main.o and b/不同颜色LED/OUTPUT/main.o differ diff --git a/不同颜色LED/OUTPUT/misc.o b/不同颜色LED/OUTPUT/misc.o index dc764e7..ee1d8f4 100644 Binary files a/不同颜色LED/OUTPUT/misc.o and b/不同颜色LED/OUTPUT/misc.o differ diff --git a/不同颜色LED/OUTPUT/run_led.crf b/不同颜色LED/OUTPUT/run_led.crf index 2a3b140..4c07416 100644 Binary files a/不同颜色LED/OUTPUT/run_led.crf and b/不同颜色LED/OUTPUT/run_led.crf differ diff --git a/不同颜色LED/OUTPUT/run_led.o b/不同颜色LED/OUTPUT/run_led.o index baf6104..2127a17 100644 Binary files a/不同颜色LED/OUTPUT/run_led.o and b/不同颜色LED/OUTPUT/run_led.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_adc.o b/不同颜色LED/OUTPUT/stm32f10x_adc.o index 58482f0..9038be0 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_adc.o and b/不同颜色LED/OUTPUT/stm32f10x_adc.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_bkp.o b/不同颜色LED/OUTPUT/stm32f10x_bkp.o index 0c0a14f..b06aeaf 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_bkp.o and b/不同颜色LED/OUTPUT/stm32f10x_bkp.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_can.o b/不同颜色LED/OUTPUT/stm32f10x_can.o index 754cb03..f7f4aad 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_can.o and b/不同颜色LED/OUTPUT/stm32f10x_can.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_cec.o b/不同颜色LED/OUTPUT/stm32f10x_cec.o index c1ce401..3102388 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_cec.o and b/不同颜色LED/OUTPUT/stm32f10x_cec.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_crc.o b/不同颜色LED/OUTPUT/stm32f10x_crc.o index 00f9b39..d470433 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_crc.o and b/不同颜色LED/OUTPUT/stm32f10x_crc.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_dac.o b/不同颜色LED/OUTPUT/stm32f10x_dac.o index aeca482..e7f2835 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_dac.o and b/不同颜色LED/OUTPUT/stm32f10x_dac.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_dbgmcu.o b/不同颜色LED/OUTPUT/stm32f10x_dbgmcu.o index 059a1d1..d058ac2 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_dbgmcu.o and b/不同颜色LED/OUTPUT/stm32f10x_dbgmcu.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_dma.o b/不同颜色LED/OUTPUT/stm32f10x_dma.o index 28dd5c2..f90c220 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_dma.o and b/不同颜色LED/OUTPUT/stm32f10x_dma.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_exti.o b/不同颜色LED/OUTPUT/stm32f10x_exti.o index c34504f..78110ac 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_exti.o and b/不同颜色LED/OUTPUT/stm32f10x_exti.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_flash.o b/不同颜色LED/OUTPUT/stm32f10x_flash.o index 0f513fb..dbf5517 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_flash.o and b/不同颜色LED/OUTPUT/stm32f10x_flash.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_fsmc.o b/不同颜色LED/OUTPUT/stm32f10x_fsmc.o index 28138fc..cd38970 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_fsmc.o and b/不同颜色LED/OUTPUT/stm32f10x_fsmc.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_gpio.o b/不同颜色LED/OUTPUT/stm32f10x_gpio.o index 1efabb2..b5e0a36 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_gpio.o and b/不同颜色LED/OUTPUT/stm32f10x_gpio.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_i2c.o b/不同颜色LED/OUTPUT/stm32f10x_i2c.o index 56ea571..31755c0 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_i2c.o and b/不同颜色LED/OUTPUT/stm32f10x_i2c.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_it.o b/不同颜色LED/OUTPUT/stm32f10x_it.o index c14cb1d..21f0886 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_it.o and b/不同颜色LED/OUTPUT/stm32f10x_it.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_iwdg.o b/不同颜色LED/OUTPUT/stm32f10x_iwdg.o index 3fb2d34..f5b3e80 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_iwdg.o and b/不同颜色LED/OUTPUT/stm32f10x_iwdg.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_pwr.o b/不同颜色LED/OUTPUT/stm32f10x_pwr.o index b795f54..8b7191b 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_pwr.o and b/不同颜色LED/OUTPUT/stm32f10x_pwr.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_rcc.o b/不同颜色LED/OUTPUT/stm32f10x_rcc.o index 6a026b0..922f0f0 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_rcc.o and b/不同颜色LED/OUTPUT/stm32f10x_rcc.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_rtc.o b/不同颜色LED/OUTPUT/stm32f10x_rtc.o index 3d77573..ba8be72 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_rtc.o and b/不同颜色LED/OUTPUT/stm32f10x_rtc.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_sdio.o b/不同颜色LED/OUTPUT/stm32f10x_sdio.o index 6342797..f81a9e5 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_sdio.o and b/不同颜色LED/OUTPUT/stm32f10x_sdio.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_spi.o b/不同颜色LED/OUTPUT/stm32f10x_spi.o index 9d9fe2b..21e94c8 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_spi.o and b/不同颜色LED/OUTPUT/stm32f10x_spi.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_tim.o b/不同颜色LED/OUTPUT/stm32f10x_tim.o index 0831842..035060a 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_tim.o and b/不同颜色LED/OUTPUT/stm32f10x_tim.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_usart.o b/不同颜色LED/OUTPUT/stm32f10x_usart.o index 0247f8f..1f62726 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_usart.o and b/不同颜色LED/OUTPUT/stm32f10x_usart.o differ diff --git a/不同颜色LED/OUTPUT/stm32f10x_wwdg.o b/不同颜色LED/OUTPUT/stm32f10x_wwdg.o index d979cd4..dff1e6d 100644 Binary files a/不同颜色LED/OUTPUT/stm32f10x_wwdg.o and b/不同颜色LED/OUTPUT/stm32f10x_wwdg.o differ diff --git a/不同颜色LED/OUTPUT/system_stm32f10x.o b/不同颜色LED/OUTPUT/system_stm32f10x.o index 329c9e0..d6de31f 100644 Binary files a/不同颜色LED/OUTPUT/system_stm32f10x.o and b/不同颜色LED/OUTPUT/system_stm32f10x.o differ diff --git a/不同颜色LED/Project/STM32_Project_DEMO.uvguix.bd7iw b/不同颜色LED/Project/STM32_Project_DEMO.uvguix.bd7iw index 4450109..9398a1e 100644 --- a/不同颜色LED/Project/STM32_Project_DEMO.uvguix.bd7iw +++ b/不同颜色LED/Project/STM32_Project_DEMO.uvguix.bd7iw @@ -93,8 +93,8 @@ 2 3 - -1 - -1 + -32000 + -32000 -1 @@ -1865,9 +1865,9 @@ 0 ..\APP\Run_Led.c - 0 + 23 1 - 18 + 5 1 0