nothing
This commit is contained in:
parent
c2b7720886
commit
0699aee653
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,6 +4,8 @@
|
||||
# µVision 5 and µVision 4 Project screen layout file
|
||||
*.uvguix.*
|
||||
*.uvgui.*
|
||||
*.uvoptx.*
|
||||
|
||||
|
||||
# Listing Files
|
||||
*.i
|
||||
|
File diff suppressed because one or more lines are too long
@ -159,7 +159,7 @@
|
||||
<Type>0</Type>
|
||||
<LineNumber>114</LineNumber>
|
||||
<EnabledFlag>1</EnabledFlag>
|
||||
<Address>134235892</Address>
|
||||
<Address>134237028</Address>
|
||||
<ByteObject>0</ByteObject>
|
||||
<HtxType>0</HtxType>
|
||||
<ManyObjects>0</ManyObjects>
|
||||
|
@ -26,9 +26,39 @@ Project File Date: 08/22/2025
|
||||
|
||||
<h2>Output:</h2>
|
||||
*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
|
||||
Build target 'uksvep_2_2_v1'
|
||||
Rebuild 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 iwdg.c...
|
||||
compiling tim.c...
|
||||
compiling can.c...
|
||||
compiling stm32f1xx_it.c...
|
||||
compiling usart.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_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_iwdg.c...
|
||||
compiling stm32f1xx_hal_exti.c...
|
||||
compiling stm32f1xx_hal_tim_ex.c...
|
||||
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
|
||||
FromELF: creating hex file...
|
||||
@ -56,7 +86,7 @@ Package Vendor: Keil
|
||||
|
||||
* Component: ARM::CMSIS:CORE:5.6.0
|
||||
Include file: CMSIS/Core/Include/tz_context.h
|
||||
Build Time Elapsed: 00:00:00
|
||||
Build Time Elapsed: 00:00:02
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<title>Static Call Graph - [uksvep_2_2_v1\uksvep_2_2_v1.axf]</title></head>
|
||||
<body><HR>
|
||||
<H1>Static Call Graph for image uksvep_2_2_v1\uksvep_2_2_v1.axf</H1><HR>
|
||||
<BR><P>#<CALLGRAPH># ARM Linker, 6190004: Last Updated: Fri Aug 22 18:29:08 2025
|
||||
<BR><P>#<CALLGRAPH># ARM Linker, 6190004: Last Updated: Fri Aug 22 18:34:16 2025
|
||||
<BR><P>
|
||||
<H3>Maximum Stack Usage = 328 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)</H3><H3>
|
||||
Call chain for Maximum Stack Depth:</H3>
|
||||
|
Loading…
Reference in New Issue
Block a user