Codage accelerometre presque fini

This commit is contained in:
Morgane Foussats 2020-11-06 17:39:49 +01:00
parent 0d12c17da0
commit 611538a292
54 changed files with 2953 additions and 467 deletions

View file

@ -3,42 +3,47 @@
<pre>
<h1>µVision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: µVision V5.31.0.0
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Jasper Güldenstein, INSA Toulouse, LIC=----
IDE-Version: µVision V5.29.0.0
Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Morgane momo.fo, HP Inc., LIC=----
Tool Versions:
Toolchain: MDK-Lite Version: 5.31.0.0
Toolchain: MDK-Lite Version: 5.29.0.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.31.0.0
CPU DLL: SARMCM3.DLL V5.29.0.0
Dialog DLL: DARMSTM.DLL V1.68.0.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.7.0
Dialog DLL: TARMSTM.DLL V1.66.0.0
<h2>Project:</h2>
C:\Users\jaspe\Desktop\peripherique\ProjKEIL_Chrono_TIM_IT_LL\MDK-ARM\Project.uvprojx
Project File Date: 09/25/2020
C:\Users\momof\Documents\projet_voilier\keil_project\MDK-ARM\Project.uvprojx
Project File Date: 11/02/2020
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'NUCLEO-F103RB'
compiling Chrono.c...
Build target 'Simulateur'
compiling accelerometer.c...
accelerometer.c(28): warning: #177-D: variable "ret" was declared but never referenced
int ret;
accelerometer.c(51): warning: #1-D: last line of file ends without a newline
accelerometer.c: 2 warnings, 0 errors
linking...
Program Size: Code=2308 RO-data=268 RW-data=32 ZI-data=1024
"NUCLEO-F103RB\NUCLEO-F103RB.axf" - 0 Error(s), 0 Warning(s).
Program Size: Code=3460 RO-data=420 RW-data=24 ZI-data=1024
"NUCLEO-F103RB\NUCLEO-F103RB.axf" - 0 Error(s), 2 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.7.0.pack
ARM.CMSIS.5.7.0
http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
ARM.CMSIS.5.6.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.4.0
* Component: CORE Version: 5.3.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.3.0.pack
@ -46,13 +51,13 @@ Package Vendor: Keil
STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_NUCLEO-F103RB
C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include
C:\Users\jaspe\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include
.\RTE\_Simulateur
C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include
C:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.4.0
* Component: ARM::CMSIS:CORE:5.3.0
Build Time Elapsed: 00:00:01
</pre>
</body>

View file

@ -3,11 +3,11 @@
<title>Static Call Graph - [NUCLEO-F103RB\NUCLEO-F103RB.axf]</title></head>
<body><HR>
<H1>Static Call Graph for image NUCLEO-F103RB\NUCLEO-F103RB.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Fri Sep 25 15:35:01 2020
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Mon Nov 02 18:21:15 2020
<BR><P>
<H3>Maximum Stack Usage = 104 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
<H3>Maximum Stack Usage = 192 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3>
main &rArr; Chrono_Conf &rArr; Chrono_Conf_io &rArr; LL_GPIO_Init
main &rArr; accelero_roulis &rArr; atan &rArr; __kernel_poly &rArr; __aeabi_dmul &rArr; _double_epilogue &rArr; _double_round
<P>
<H3>
Mutually Recursive functions
@ -30,7 +30,6 @@ Function Pointers
<LI><a href="#[4]">BusFault_Handler</a> from startup_stm32f103xb.o(.text) referenced from startup_stm32f103xb.o(RESET)
<LI><a href="#[1f]">CAN1_RX1_IRQHandler</a> from startup_stm32f103xb.o(.text) referenced from startup_stm32f103xb.o(RESET)
<LI><a href="#[20]">CAN1_SCE_IRQHandler</a> from startup_stm32f103xb.o(.text) referenced from startup_stm32f103xb.o(RESET)
<LI><a href="#[38]">Chrono_Task_10ms</a> from chrono.o(i.Chrono_Task_10ms) referenced from chrono.o(i.Chrono_Conf)
<LI><a href="#[15]">DMA1_Channel1_IRQHandler</a> from startup_stm32f103xb.o(.text) referenced from startup_stm32f103xb.o(RESET)
<LI><a href="#[16]">DMA1_Channel2_IRQHandler</a> from startup_stm32f103xb.o(.text) referenced from startup_stm32f103xb.o(RESET)
<LI><a href="#[17]">DMA1_Channel3_IRQHandler</a> from startup_stm32f103xb.o(.text) referenced from startup_stm32f103xb.o(RESET)
@ -91,25 +90,25 @@ Global Symbols
<P><STRONG><a name="[37]"></a>__main</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry.o(.ARM.Collect$$$$00000000))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f103xb.o(.text)
</UL>
<P><STRONG><a name="[52]"></a>_main_stk</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry2.o(.ARM.Collect$$$$00000001))
<P><STRONG><a name="[59]"></a>_main_stk</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry2.o(.ARM.Collect$$$$00000001))
<P><STRONG><a name="[39]"></a>_main_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004))
<BR><BR>[Calls]<UL><LI><a href="#[3a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload
<P><STRONG><a name="[38]"></a>_main_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004))
<BR><BR>[Calls]<UL><LI><a href="#[39]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload
</UL>
<P><STRONG><a name="[3b]"></a>__main_after_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004))
<BR><BR>[Called By]<UL><LI><a href="#[3a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload
<P><STRONG><a name="[46]"></a>__main_after_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004))
<BR><BR>[Called By]<UL><LI><a href="#[39]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__scatterload
</UL>
<P><STRONG><a name="[53]"></a>_main_clock</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008))
<P><STRONG><a name="[5a]"></a>_main_clock</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008))
<P><STRONG><a name="[54]"></a>_main_cpp_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A))
<P><STRONG><a name="[5b]"></a>_main_cpp_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A))
<P><STRONG><a name="[55]"></a>_main_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B))
<P><STRONG><a name="[5c]"></a>_main_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B))
<P><STRONG><a name="[56]"></a>__rt_final_cpp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D))
<P><STRONG><a name="[5d]"></a>__rt_final_cpp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D))
<P><STRONG><a name="[57]"></a>__rt_final_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F))
<P><STRONG><a name="[5e]"></a>__rt_final_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F))
<P><STRONG><a name="[0]"></a>Reset_Handler</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32f103xb.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f103xb.o(RESET)
@ -298,137 +297,155 @@ Global Symbols
<P><STRONG><a name="[a]"></a>WWDG_IRQHandler</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f103xb.o(.text))
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f103xb.o(RESET)
</UL>
<P><STRONG><a name="[3a]"></a>__scatterload</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text))
<BR><BR>[Calls]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__main_after_scatterload
<P><STRONG><a name="[3a]"></a>__aeabi_i2d</STRONG> (Thumb, 34 bytes, Stack size 16 bytes, dflti.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = __aeabi_i2d &rArr; _double_epilogue &rArr; _double_round
</UL>
<BR>[Called By]<UL><LI><a href="#[39]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_main_scatterload
<BR>[Calls]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_epilogue
</UL>
<BR>[Called By]<UL><LI><a href="#[53]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_roulis
</UL>
<P><STRONG><a name="[58]"></a>__scatterload_rt2</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED)
<P><STRONG><a name="[3c]"></a>Chrono_Background</STRONG> (Thumb, 44 bytes, Stack size 8 bytes, chrono.o(i.Chrono_Background))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = Chrono_Background &rArr; Chrono_Stop &rArr; MyTimer_Stop
<P><STRONG><a name="[3c]"></a>__aeabi_d2iz</STRONG> (Thumb, 62 bytes, Stack size 16 bytes, dfixi.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = __aeabi_d2iz
</UL>
<BR>[Calls]<UL><LI><a href="#[3e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Stop
<LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Reset
<LI><a href="#[3d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_GPIO_IsInputPinSet
<LI><a href="#[3f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Start
<BR>[Calls]<UL><LI><a href="#[3d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_llsr
</UL>
<BR>[Called By]<UL><LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<BR>[Called By]<UL><LI><a href="#[53]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_roulis
</UL>
<P><STRONG><a name="[41]"></a>Chrono_Conf</STRONG> (Thumb, 60 bytes, Stack size 8 bytes, chrono.o(i.Chrono_Conf))
<BR><BR>[Stack]<UL><LI>Max Depth = 104<LI>Call Chain = Chrono_Conf &rArr; Chrono_Conf_io &rArr; LL_GPIO_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[45]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_IT_Enable
<LI><a href="#[44]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_IT_Conf
<LI><a href="#[43]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Conf
<LI><a href="#[42]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Conf_io
</UL>
<BR>[Called By]<UL><LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<P><STRONG><a name="[57]"></a>__aeabi_cdrcmple</STRONG> (Thumb, 48 bytes, Stack size 0 bytes, cdrcmple.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[53]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_roulis
</UL>
<P><STRONG><a name="[42]"></a>Chrono_Conf_io</STRONG> (Thumb, 88 bytes, Stack size 72 bytes, chrono.o(i.Chrono_Conf_io))
<BR><BR>[Stack]<UL><LI>Max Depth = 96<LI>Call Chain = Chrono_Conf_io &rArr; LL_GPIO_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[46]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_GPIO_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[41]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Conf
<P><STRONG><a name="[3d]"></a>__aeabi_llsr</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, llushr.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_d2iz
<LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_epilogue
</UL>
<P><STRONG><a name="[40]"></a>Chrono_Reset</STRONG> (Thumb, 22 bytes, Stack size 8 bytes, chrono.o(i.Chrono_Reset))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = Chrono_Reset &rArr; MyTimer_Stop
<P><STRONG><a name="[5f]"></a>_ll_ushift_r</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, llushr.o(.text), UNUSED)
<P><STRONG><a name="[60]"></a>__I$use$fp</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, iusefp.o(.text), UNUSED)
<P><STRONG><a name="[3f]"></a>_double_round</STRONG> (Thumb, 30 bytes, Stack size 8 bytes, depilogue.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Stop
</UL>
<BR>[Called By]<UL><LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Background
<BR>[Called By]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_epilogue
<LI><a href="#[45]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_ddiv
<LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dadd
</UL>
<P><STRONG><a name="[3f]"></a>Chrono_Start</STRONG> (Thumb, 18 bytes, Stack size 8 bytes, chrono.o(i.Chrono_Start))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = Chrono_Start
<P><STRONG><a name="[3b]"></a>_double_epilogue</STRONG> (Thumb, 156 bytes, Stack size 32 bytes, depilogue.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = _double_epilogue &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Start
<BR>[Calls]<UL><LI><a href="#[3e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_llsl
<LI><a href="#[3f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_round
<LI><a href="#[3d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_llsr
</UL>
<BR>[Called By]<UL><LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Background
<LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<BR>[Called By]<UL><LI><a href="#[3a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_i2d
<LI><a href="#[44]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dmul
<LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dadd
</UL>
<P><STRONG><a name="[3e]"></a>Chrono_Stop</STRONG> (Thumb, 18 bytes, Stack size 8 bytes, chrono.o(i.Chrono_Stop))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = Chrono_Stop &rArr; MyTimer_Stop
<P><STRONG><a name="[40]"></a>__aeabi_dadd</STRONG> (Thumb, 322 bytes, Stack size 48 bytes, dadd.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 88<LI>Call Chain = __aeabi_dadd &rArr; _double_epilogue &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Stop
<BR>[Calls]<UL><LI><a href="#[41]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_lasr
<LI><a href="#[3e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_llsl
<LI><a href="#[3f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_round
<LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_epilogue
</UL>
<BR>[Called By]<UL><LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Background
<BR>[Called By]<UL><LI><a href="#[4e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__kernel_poly
<LI><a href="#[42]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dsub
<LI><a href="#[43]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_drsub
<LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[38]"></a>Chrono_Task_10ms</STRONG> (Thumb, 112 bytes, Stack size 0 bytes, chrono.o(i.Chrono_Task_10ms))
<BR>[Address Reference Count : 1]<UL><LI> chrono.o(i.Chrono_Conf)
<P><STRONG><a name="[42]"></a>__aeabi_dsub</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, dadd.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 88<LI>Call Chain = __aeabi_dsub &rArr; __aeabi_dadd &rArr; _double_epilogue &rArr; _double_round
</UL>
<P><STRONG><a name="[46]"></a>LL_GPIO_Init</STRONG> (Thumb, 442 bytes, Stack size 24 bytes, stm32f1xx_ll_gpio.o(i.LL_GPIO_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = LL_GPIO_Init
<BR>[Calls]<UL><LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dadd
</UL>
<BR>[Calls]<UL><LI><a href="#[49]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;assert_failed
</UL>
<BR>[Called By]<UL><LI><a href="#[42]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Conf_io
<BR>[Called By]<UL><LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[4f]"></a>LL_Init1msTick</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, stm32f1xx_ll_utils.o(i.LL_Init1msTick))
<BR><BR>[Called By]<UL><LI><a href="#[4e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
<P><STRONG><a name="[43]"></a>__aeabi_drsub</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, dadd.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 88<LI>Call Chain = __aeabi_drsub &rArr; __aeabi_dadd &rArr; _double_epilogue &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dadd
</UL>
<BR>[Called By]<UL><LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[50]"></a>LL_SetSystemCoreClock</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, stm32f1xx_ll_utils.o(i.LL_SetSystemCoreClock))
<BR><BR>[Called By]<UL><LI><a href="#[4e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
<P><STRONG><a name="[44]"></a>__aeabi_dmul</STRONG> (Thumb, 228 bytes, Stack size 48 bytes, dmul.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 88<LI>Call Chain = __aeabi_dmul &rArr; _double_epilogue &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_epilogue
</UL>
<BR>[Called By]<UL><LI><a href="#[4e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__kernel_poly
<LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[4a]"></a>LL_TIM_Init</STRONG> (Thumb, 228 bytes, Stack size 16 bytes, stm32f1xx_ll_tim.o(i.LL_TIM_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = LL_TIM_Init
<P><STRONG><a name="[45]"></a>__aeabi_ddiv</STRONG> (Thumb, 222 bytes, Stack size 32 bytes, ddiv.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = __aeabi_ddiv &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[49]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;assert_failed
<BR>[Calls]<UL><LI><a href="#[3f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_round
</UL>
<BR>[Called By]<UL><LI><a href="#[43]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Conf
<BR>[Called By]<UL><LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[43]"></a>MyTimer_Conf</STRONG> (Thumb, 118 bytes, Stack size 40 bytes, mytimer.o(i.MyTimer_Conf))
<BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = MyTimer_Conf &rArr; LL_TIM_Init
<P><STRONG><a name="[50]"></a>__ARM_scalbn</STRONG> (Thumb, 46 bytes, Stack size 16 bytes, dscalb.o(.text))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = __ARM_scalbn
</UL>
<BR>[Calls]<UL><LI><a href="#[4a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_Init
<LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_DisableIT_UPDATE
<LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_DisableCounter
<LI><a href="#[4b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_APB1_GRP1_EnableClock
</UL>
<BR>[Called By]<UL><LI><a href="#[41]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Conf
<BR>[Called By]<UL><LI><a href="#[51]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__mathlib_dbl_underflow
<LI><a href="#[4f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__mathlib_dbl_infnan
<LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[44]"></a>MyTimer_IT_Conf</STRONG> (Thumb, 166 bytes, Stack size 24 bytes, mytimer.o(i.MyTimer_IT_Conf))
<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = MyTimer_IT_Conf
<P><STRONG><a name="[61]"></a>scalbn</STRONG> (Thumb, 0 bytes, Stack size 16 bytes, dscalb.o(.text), UNUSED)
<P><STRONG><a name="[39]"></a>__scatterload</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text))
<BR><BR>[Calls]<UL><LI><a href="#[46]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__main_after_scatterload
</UL>
<BR>[Calls]<UL><LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_DisableIT_UPDATE
</UL>
<BR>[Called By]<UL><LI><a href="#[41]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Conf
<BR>[Called By]<UL><LI><a href="#[38]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_main_scatterload
</UL>
<P><STRONG><a name="[45]"></a>MyTimer_IT_Enable</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, mytimer.o(i.MyTimer_IT_Enable))
<BR><BR>[Called By]<UL><LI><a href="#[41]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Conf
<P><STRONG><a name="[62]"></a>__scatterload_rt2</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED)
<P><STRONG><a name="[3e]"></a>__aeabi_llsl</STRONG> (Thumb, 30 bytes, Stack size 0 bytes, llshl.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[3b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;_double_epilogue
<LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dadd
</UL>
<P><STRONG><a name="[48]"></a>MyTimer_Start</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, mytimer.o(i.MyTimer_Start))
<BR><BR>[Called By]<UL><LI><a href="#[3f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Start
<P><STRONG><a name="[63]"></a>_ll_shift_l</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, llshl.o(.text), UNUSED)
<P><STRONG><a name="[41]"></a>__aeabi_lasr</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, llsshr.o(.text))
<BR><BR>[Called By]<UL><LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dadd
</UL>
<P><STRONG><a name="[47]"></a>MyTimer_Stop</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, mytimer.o(i.MyTimer_Stop))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = MyTimer_Stop
<P><STRONG><a name="[64]"></a>_ll_sshift_r</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, llsshr.o(.text), UNUSED)
<P><STRONG><a name="[47]"></a>LL_ADC_REG_Init</STRONG> (Thumb, 454 bytes, Stack size 16 bytes, stm32f1xx_ll_adc.o(i.LL_ADC_REG_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = LL_ADC_REG_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_DisableCounter
<BR>[Calls]<UL><LI><a href="#[49]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsEnabled
<LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;assert_failed
</UL>
<BR>[Called By]<UL><LI><a href="#[3e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Stop
<LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Reset
<BR>[Called By]<UL><LI><a href="#[52]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_init
</UL>
<P><STRONG><a name="[4e]"></a>SystemClock_Config</STRONG> (Thumb, 226 bytes, Stack size 8 bytes, main.o(i.SystemClock_Config))
<P><STRONG><a name="[4b]"></a>LL_Init1msTick</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, stm32f1xx_ll_utils.o(i.LL_Init1msTick))
<BR><BR>[Called By]<UL><LI><a href="#[4a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL>
<P><STRONG><a name="[4c]"></a>LL_SetSystemCoreClock</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, stm32f1xx_ll_utils.o(i.LL_SetSystemCoreClock))
<BR><BR>[Called By]<UL><LI><a href="#[4a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL>
<P><STRONG><a name="[4a]"></a>SystemClock_Config</STRONG> (Thumb, 226 bytes, Stack size 8 bytes, main.o(i.SystemClock_Config))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = SystemClock_Config
</UL>
<BR>[Calls]<UL><LI><a href="#[50]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_SetSystemCoreClock
<LI><a href="#[4f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_Init1msTick
<BR>[Calls]<UL><LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_SetSystemCoreClock
<LI><a href="#[4b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_Init1msTick
</UL>
<BR>[Called By]<UL><LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
@ -439,80 +456,137 @@ Global Symbols
<P><STRONG><a name="[23]"></a>TIM1_UP_IRQHandler</STRONG> (Thumb, 16 bytes, Stack size 8 bytes, mytimer.o(i.TIM1_UP_IRQHandler))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = TIM1_UP_IRQHandler
</UL>
<BR>[Calls]<UL><LI><a href="#[51]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_ClearFlag_UPDATE
<BR>[Calls]<UL><LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_ClearFlag_UPDATE
</UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f103xb.o(RESET)
</UL>
<P><STRONG><a name="[26]"></a>TIM2_IRQHandler</STRONG> (Thumb, 18 bytes, Stack size 8 bytes, mytimer.o(i.TIM2_IRQHandler))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = TIM2_IRQHandler
</UL>
<BR>[Calls]<UL><LI><a href="#[51]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_ClearFlag_UPDATE
<BR>[Calls]<UL><LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_ClearFlag_UPDATE
</UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f103xb.o(RESET)
</UL>
<P><STRONG><a name="[27]"></a>TIM3_IRQHandler</STRONG> (Thumb, 16 bytes, Stack size 8 bytes, mytimer.o(i.TIM3_IRQHandler))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = TIM3_IRQHandler
</UL>
<BR>[Calls]<UL><LI><a href="#[51]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_ClearFlag_UPDATE
<BR>[Calls]<UL><LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_ClearFlag_UPDATE
</UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f103xb.o(RESET)
</UL>
<P><STRONG><a name="[28]"></a>TIM4_IRQHandler</STRONG> (Thumb, 16 bytes, Stack size 8 bytes, mytimer.o(i.TIM4_IRQHandler))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = TIM4_IRQHandler
</UL>
<BR>[Calls]<UL><LI><a href="#[51]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_ClearFlag_UPDATE
<BR>[Calls]<UL><LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_ClearFlag_UPDATE
</UL>
<BR>[Address Reference Count : 1]<UL><LI> startup_stm32f103xb.o(RESET)
</UL>
<P><STRONG><a name="[59]"></a>__scatterload_copy</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED)
<P><STRONG><a name="[5a]"></a>__scatterload_null</STRONG> (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED)
<P><STRONG><a name="[5b]"></a>__scatterload_zeroinit</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED)
<P><STRONG><a name="[49]"></a>assert_failed</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, main.o(i.assert_failed))
<BR><BR>[Called By]<UL><LI><a href="#[4a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_TIM_Init
<LI><a href="#[46]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_GPIO_Init
<P><STRONG><a name="[58]"></a>__ARM_fpclassify</STRONG> (Thumb, 40 bytes, Stack size 0 bytes, fpclassify.o(i.__ARM_fpclassify))
<BR><BR>[Called By]<UL><LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[35]"></a>main</STRONG> (Thumb, 22 bytes, Stack size 0 bytes, main.o(i.main))
<BR><BR>[Stack]<UL><LI>Max Depth = 104<LI>Call Chain = main &rArr; Chrono_Conf &rArr; Chrono_Conf_io &rArr; LL_GPIO_Init
<P><STRONG><a name="[4e]"></a>__kernel_poly</STRONG> (Thumb, 170 bytes, Stack size 24 bytes, poly.o(i.__kernel_poly))
<BR><BR>[Stack]<UL><LI>Max Depth = 112<LI>Call Chain = __kernel_poly &rArr; __aeabi_dmul &rArr; _double_epilogue &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[3f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Start
<LI><a href="#[41]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Conf
<LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Background
<LI><a href="#[4e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
<BR>[Calls]<UL><LI><a href="#[44]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dmul
<LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dadd
</UL>
<BR>[Called By]<UL><LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[4f]"></a>__mathlib_dbl_infnan</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, dunder.o(i.__mathlib_dbl_infnan))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = __mathlib_dbl_infnan &rArr; __ARM_scalbn
</UL>
<BR>[Calls]<UL><LI><a href="#[50]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__ARM_scalbn
</UL>
<BR>[Called By]<UL><LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[51]"></a>__mathlib_dbl_underflow</STRONG> (Thumb, 10 bytes, Stack size 0 bytes, dunder.o(i.__mathlib_dbl_underflow))
<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = __mathlib_dbl_underflow &rArr; __ARM_scalbn
</UL>
<BR>[Calls]<UL><LI><a href="#[50]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__ARM_scalbn
</UL>
<BR>[Called By]<UL><LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<P><STRONG><a name="[65]"></a>__scatterload_copy</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED)
<P><STRONG><a name="[66]"></a>__scatterload_null</STRONG> (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED)
<P><STRONG><a name="[67]"></a>__scatterload_zeroinit</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED)
<P><STRONG><a name="[52]"></a>accelero_init</STRONG> (Thumb, 96 bytes, Stack size 32 bytes, accelerometer.o(i.accelero_init))
<BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = accelero_init &rArr; LL_ADC_REG_Init
</UL>
<BR>[Calls]<UL><LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_Init
</UL>
<BR>[Called By]<UL><LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[53]"></a>accelero_roulis</STRONG> (Thumb, 140 bytes, Stack size 40 bytes, accelerometer.o(i.accelero_roulis))
<BR><BR>[Stack]<UL><LI>Max Depth = 192<LI>Call Chain = accelero_roulis &rArr; atan &rArr; __kernel_poly &rArr; __aeabi_dmul &rArr; _double_epilogue &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[3a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_i2d
<LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_d2iz
<LI><a href="#[57]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_cdrcmple
<LI><a href="#[54]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_SetAnalogWDMonitChannels
<LI><a href="#[55]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_IsActiveFlag_EOS
<LI><a href="#[56]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;atan
</UL>
<BR>[Called By]<UL><LI><a href="#[35]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
</UL>
<P><STRONG><a name="[48]"></a>assert_failed</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, main.o(i.assert_failed))
<BR><BR>[Called By]<UL><LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_Init
</UL>
<P><STRONG><a name="[56]"></a>atan</STRONG> (Thumb, 474 bytes, Stack size 40 bytes, atan.o(i.atan))
<BR><BR>[Stack]<UL><LI>Max Depth = 152<LI>Call Chain = atan &rArr; __kernel_poly &rArr; __aeabi_dmul &rArr; _double_epilogue &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[4e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__kernel_poly
<LI><a href="#[58]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__ARM_fpclassify
<LI><a href="#[51]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__mathlib_dbl_underflow
<LI><a href="#[4f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__mathlib_dbl_infnan
<LI><a href="#[42]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dsub
<LI><a href="#[43]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_drsub
<LI><a href="#[44]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dmul
<LI><a href="#[45]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_ddiv
<LI><a href="#[40]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_dadd
<LI><a href="#[50]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__ARM_scalbn
</UL>
<BR>[Called By]<UL><LI><a href="#[53]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_roulis
</UL>
<P><STRONG><a name="[35]"></a>main</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, main.o(i.main))
<BR><BR>[Stack]<UL><LI>Max Depth = 192<LI>Call Chain = main &rArr; accelero_roulis &rArr; atan &rArr; __kernel_poly &rArr; __aeabi_dmul &rArr; _double_epilogue &rArr; _double_round
</UL>
<BR>[Calls]<UL><LI><a href="#[53]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_roulis
<LI><a href="#[52]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_init
<LI><a href="#[4a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
</UL>
<BR>[Address Reference Count : 1]<UL><LI> entry9a.o(.ARM.Collect$$$$0000000B)
</UL><P>
<H3>
Local Symbols
</H3>
<P><STRONG><a name="[3d]"></a>LL_GPIO_IsInputPinSet</STRONG> (Thumb, 26 bytes, Stack size 0 bytes, chrono.o(i.LL_GPIO_IsInputPinSet))
<BR><BR>[Called By]<UL><LI><a href="#[3c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Chrono_Background
<P><STRONG><a name="[55]"></a>LL_ADC_IsActiveFlag_EOS</STRONG> (Thumb, 10 bytes, Stack size 0 bytes, accelerometer.o(i.LL_ADC_IsActiveFlag_EOS))
<BR><BR>[Called By]<UL><LI><a href="#[53]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_roulis
</UL>
<P><STRONG><a name="[4b]"></a>LL_APB1_GRP1_EnableClock</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, mytimer.o(i.LL_APB1_GRP1_EnableClock))
<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = LL_APB1_GRP1_EnableClock
</UL>
<BR>[Called By]<UL><LI><a href="#[43]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Conf
<P><STRONG><a name="[54]"></a>LL_ADC_SetAnalogWDMonitChannels</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, accelerometer.o(i.LL_ADC_SetAnalogWDMonitChannels))
<BR><BR>[Called By]<UL><LI><a href="#[53]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;accelero_roulis
</UL>
<P><STRONG><a name="[51]"></a>LL_TIM_ClearFlag_UPDATE</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mytimer.o(i.LL_TIM_ClearFlag_UPDATE))
<P><STRONG><a name="[4d]"></a>LL_TIM_ClearFlag_UPDATE</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mytimer.o(i.LL_TIM_ClearFlag_UPDATE))
<BR><BR>[Called By]<UL><LI><a href="#[28]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM4_IRQHandler
<LI><a href="#[27]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM3_IRQHandler
<LI><a href="#[26]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM2_IRQHandler
<LI><a href="#[23]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;TIM1_UP_IRQHandler
</UL>
<P><STRONG><a name="[4d]"></a>LL_TIM_DisableCounter</STRONG> (Thumb, 10 bytes, Stack size 0 bytes, mytimer.o(i.LL_TIM_DisableCounter))
<BR><BR>[Called By]<UL><LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Stop
<LI><a href="#[43]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Conf
</UL>
<P><STRONG><a name="[4c]"></a>LL_TIM_DisableIT_UPDATE</STRONG> (Thumb, 10 bytes, Stack size 0 bytes, mytimer.o(i.LL_TIM_DisableIT_UPDATE))
<BR><BR>[Called By]<UL><LI><a href="#[44]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_IT_Conf
<LI><a href="#[43]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MyTimer_Conf
<P><STRONG><a name="[49]"></a>LL_ADC_IsEnabled</STRONG> (Thumb, 10 bytes, Stack size 0 bytes, stm32f1xx_ll_adc.o(i.LL_ADC_IsEnabled))
<BR><BR>[Called By]<UL><LI><a href="#[47]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LL_ADC_REG_Init
</UL>
<P>
<H3>

View file

@ -1,11 +1,13 @@
--cpu Cortex-M3
"nucleo-f103rb\main.o"
"nucleo-f103rb\chrono.o"
"nucleo-f103rb\accelerometer.o"
"nucleo-f103rb\mytimer.o"
"nucleo-f103rb\stm32f1xx_ll_rcc.o"
"nucleo-f103rb\stm32f1xx_ll_utils.o"
"nucleo-f103rb\stm32f1xx_ll_tim.o"
"nucleo-f103rb\stm32f1xx_ll_gpio.o"
"nucleo-f103rb\stm32f1xx_ll_adc.o"
"nucleo-f103rb\system_stm32f1xx.o"
"nucleo-f103rb\startup_stm32f103xb.o"
--library_type=microlib --strict --scatter "NUCLEO-F103RB\NUCLEO-F103RB.sct"

View file

@ -7,9 +7,9 @@ Section Cross References
main.o(i.SystemClock_Config) refers to stm32f1xx_ll_utils.o(i.LL_Init1msTick) for LL_Init1msTick
main.o(i.SystemClock_Config) refers to stm32f1xx_ll_utils.o(i.LL_SetSystemCoreClock) for LL_SetSystemCoreClock
main.o(i.main) refers to main.o(i.SystemClock_Config) for SystemClock_Config
main.o(i.main) refers to chrono.o(i.Chrono_Conf) for Chrono_Conf
main.o(i.main) refers to chrono.o(i.Chrono_Start) for Chrono_Start
main.o(i.main) refers to chrono.o(i.Chrono_Background) for Chrono_Background
main.o(i.main) refers to accelerometer.o(i.accelero_init) for accelero_init
main.o(i.main) refers to accelerometer.o(i.accelero_roulis) for accelero_roulis
main.o(i.main) refers to main.o(.data) for roulis
chrono.o(i.Chrono_Background) refers to chrono.o(i.LL_GPIO_IsInputPinSet) for LL_GPIO_IsInputPinSet
chrono.o(i.Chrono_Background) refers to chrono.o(i.Chrono_Stop) for Chrono_Stop
chrono.o(i.Chrono_Background) refers to chrono.o(i.Chrono_Start) for Chrono_Start
@ -30,6 +30,13 @@ Section Cross References
chrono.o(i.Chrono_Stop) refers to mytimer.o(i.MyTimer_Stop) for MyTimer_Stop
chrono.o(i.Chrono_Stop) refers to chrono.o(.data) for Chrono_Timer
chrono.o(i.Chrono_Task_10ms) refers to chrono.o(.data) for Chrono_Time
accelerometer.o(i.accelero_init) refers to stm32f1xx_ll_adc.o(i.LL_ADC_REG_Init) for LL_ADC_REG_Init
accelerometer.o(i.accelero_roulis) refers to accelerometer.o(i.LL_ADC_SetAnalogWDMonitChannels) for LL_ADC_SetAnalogWDMonitChannels
accelerometer.o(i.accelero_roulis) refers to accelerometer.o(i.LL_ADC_IsActiveFlag_EOS) for LL_ADC_IsActiveFlag_EOS
accelerometer.o(i.accelero_roulis) refers to dflti.o(.text) for __aeabi_i2d
accelerometer.o(i.accelero_roulis) refers to atan.o(i.atan) for atan
accelerometer.o(i.accelero_roulis) refers to dfixi.o(.text) for __aeabi_d2iz
accelerometer.o(i.accelero_roulis) refers to cdrcmple.o(.text) for __aeabi_cdrcmple
mytimer.o(i.MyTimer_Conf) refers to mytimer.o(i.LL_APB1_GRP1_EnableClock) for LL_APB1_GRP1_EnableClock
mytimer.o(i.MyTimer_Conf) refers to stm32f1xx_ll_tim.o(i.LL_TIM_Init) for LL_TIM_Init
mytimer.o(i.MyTimer_Conf) refers to mytimer.o(i.LL_TIM_DisableIT_UPDATE) for LL_TIM_DisableIT_UPDATE
@ -111,6 +118,17 @@ Section Cross References
stm32f1xx_ll_gpio.o(i.LL_GPIO_DeInit) refers to stm32f1xx_ll_gpio.o(i.LL_APB2_GRP1_ForceReset) for LL_APB2_GRP1_ForceReset
stm32f1xx_ll_gpio.o(i.LL_GPIO_DeInit) refers to stm32f1xx_ll_gpio.o(i.LL_APB2_GRP1_ReleaseReset) for LL_APB2_GRP1_ReleaseReset
stm32f1xx_ll_gpio.o(i.LL_GPIO_Init) refers to main.o(i.assert_failed) for assert_failed
stm32f1xx_ll_adc.o(i.LL_ADC_CommonDeInit) refers to main.o(i.assert_failed) for assert_failed
stm32f1xx_ll_adc.o(i.LL_ADC_CommonInit) refers to main.o(i.assert_failed) for assert_failed
stm32f1xx_ll_adc.o(i.LL_ADC_CommonInit) refers to stm32f1xx_ll_adc.o(i.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32f1xx_ll_adc.o(i.LL_ADC_DeInit) refers to main.o(i.assert_failed) for assert_failed
stm32f1xx_ll_adc.o(i.LL_ADC_DeInit) refers to stm32f1xx_ll_adc.o(i.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32f1xx_ll_adc.o(i.LL_ADC_INJ_Init) refers to main.o(i.assert_failed) for assert_failed
stm32f1xx_ll_adc.o(i.LL_ADC_INJ_Init) refers to stm32f1xx_ll_adc.o(i.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32f1xx_ll_adc.o(i.LL_ADC_Init) refers to main.o(i.assert_failed) for assert_failed
stm32f1xx_ll_adc.o(i.LL_ADC_Init) refers to stm32f1xx_ll_adc.o(i.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
stm32f1xx_ll_adc.o(i.LL_ADC_REG_Init) refers to main.o(i.assert_failed) for assert_failed
stm32f1xx_ll_adc.o(i.LL_ADC_REG_Init) refers to stm32f1xx_ll_adc.o(i.LL_ADC_IsEnabled) for LL_ADC_IsEnabled
system_stm32f1xx.o(i.SystemCoreClockUpdate) refers to system_stm32f1xx.o(.data) for SystemCoreClock
system_stm32f1xx.o(i.SystemCoreClockUpdate) refers to system_stm32f1xx.o(.constdata) for AHBPrescTable
startup_stm32f103xb.o(RESET) refers to startup_stm32f103xb.o(STACK) for __initial_sp
@ -121,6 +139,30 @@ Section Cross References
startup_stm32f103xb.o(RESET) refers to mytimer.o(i.TIM4_IRQHandler) for TIM4_IRQHandler
startup_stm32f103xb.o(.text) refers to system_stm32f1xx.o(i.SystemInit) for SystemInit
startup_stm32f103xb.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main
atan.o(i.__softfp_atan) refers (Special) to iusefp.o(.text) for __I$use$fp
atan.o(i.__softfp_atan) refers to atan.o(i.atan) for atan
atan.o(i.atan) refers (Special) to iusefp.o(.text) for __I$use$fp
atan.o(i.atan) refers to dunder.o(i.__mathlib_dbl_infnan) for __mathlib_dbl_infnan
atan.o(i.atan) refers to fpclassify.o(i.__ARM_fpclassify) for __ARM_fpclassify
atan.o(i.atan) refers to dunder.o(i.__mathlib_dbl_underflow) for __mathlib_dbl_underflow
atan.o(i.atan) refers to dadd.o(.text) for __aeabi_dadd
atan.o(i.atan) refers to dscalb.o(.text) for __ARM_scalbn
atan.o(i.atan) refers to ddiv.o(.text) for __aeabi_ddiv
atan.o(i.atan) refers to dmul.o(.text) for __aeabi_dmul
atan.o(i.atan) refers to poly.o(i.__kernel_poly) for __kernel_poly
atan.o(i.atan) refers to atan.o(.constdata) for .constdata
atan.o(.constdata) refers (Special) to iusefp.o(.text) for __I$use$fp
atan_x.o(i.____softfp_atan$lsc) refers (Special) to iusefp.o(.text) for __I$use$fp
atan_x.o(i.____softfp_atan$lsc) refers to atan_x.o(i.__atan$lsc) for __atan$lsc
atan_x.o(i.__atan$lsc) refers (Special) to iusefp.o(.text) for __I$use$fp
atan_x.o(i.__atan$lsc) refers to dunder.o(i.__mathlib_dbl_infnan) for __mathlib_dbl_infnan
atan_x.o(i.__atan$lsc) refers to dadd.o(.text) for __aeabi_dadd
atan_x.o(i.__atan$lsc) refers to dscalb.o(.text) for __ARM_scalbn
atan_x.o(i.__atan$lsc) refers to ddiv.o(.text) for __aeabi_ddiv
atan_x.o(i.__atan$lsc) refers to dmul.o(.text) for __aeabi_dmul
atan_x.o(i.__atan$lsc) refers to poly.o(i.__kernel_poly) for __kernel_poly
atan_x.o(i.__atan$lsc) refers to atan_x.o(.constdata) for .constdata
atan_x.o(.constdata) refers (Special) to iusefp.o(.text) for __I$use$fp
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
@ -128,6 +170,22 @@ Section Cross References
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
dflti.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
dflti.o(.text) refers to depilogue.o(.text) for _double_epilogue
dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr
cdrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
dunder.o(i.__mathlib_dbl_divzero) refers to ddiv.o(.text) for __aeabi_ddiv
dunder.o(i.__mathlib_dbl_infnan) refers to dscalb.o(.text) for __ARM_scalbn
dunder.o(i.__mathlib_dbl_infnan2) refers to dadd.o(.text) for __aeabi_dadd
dunder.o(i.__mathlib_dbl_invalid) refers to ddiv.o(.text) for __aeabi_ddiv
dunder.o(i.__mathlib_dbl_overflow) refers to dscalb.o(.text) for __ARM_scalbn
dunder.o(i.__mathlib_dbl_posinfnan) refers to dmul.o(.text) for __aeabi_dmul
dunder.o(i.__mathlib_dbl_underflow) refers to dscalb.o(.text) for __ARM_scalbn
fpclassify.o(i.__ARM_fpclassify) refers (Special) to iusefp.o(.text) for __I$use$fp
poly.o(i.__kernel_poly) refers (Special) to iusefp.o(.text) for __I$use$fp
poly.o(i.__kernel_poly) refers to dmul.o(.text) for __aeabi_dmul
poly.o(i.__kernel_poly) refers to dadd.o(.text) for __aeabi_dadd
entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000
entry2.o(.ARM.Collect$$$$00002712) refers to startup_stm32f103xb.o(STACK) for __initial_sp
entry2.o(__vectab_stack_and_reset_area) refers to startup_stm32f103xb.o(STACK) for __initial_sp
@ -135,6 +193,13 @@ Section Cross References
entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload
entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main
entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main
depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl
depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr
dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl
dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr
dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue
dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue
ddiv.o(.text) refers to depilogue.o(.text) for _double_round
init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload
@ -148,11 +213,31 @@ Removing Unused input sections from the image.
Removing chrono.o(.rev16_text), (4 bytes).
Removing chrono.o(.revsh_text), (4 bytes).
Removing chrono.o(.rrx_text), (6 bytes).
Removing chrono.o(i.Chrono_Background), (60 bytes).
Removing chrono.o(i.Chrono_Conf), (72 bytes).
Removing chrono.o(i.Chrono_Conf_io), (108 bytes).
Removing chrono.o(i.Chrono_Read), (8 bytes).
Removing chrono.o(i.Chrono_Reset), (32 bytes).
Removing chrono.o(i.Chrono_Start), (28 bytes).
Removing chrono.o(i.Chrono_Stop), (28 bytes).
Removing chrono.o(i.Chrono_Task_10ms), (124 bytes).
Removing chrono.o(i.LL_GPIO_IsInputPinSet), (26 bytes).
Removing chrono.o(.data), (12 bytes).
Removing accelerometer.o(.rev16_text), (4 bytes).
Removing accelerometer.o(.revsh_text), (4 bytes).
Removing accelerometer.o(.rrx_text), (6 bytes).
Removing mytimer.o(.rev16_text), (4 bytes).
Removing mytimer.o(.revsh_text), (4 bytes).
Removing mytimer.o(.rrx_text), (6 bytes).
Removing mytimer.o(i.LL_APB1_GRP1_EnableClock), (28 bytes).
Removing mytimer.o(i.LL_TIM_DisableCounter), (10 bytes).
Removing mytimer.o(i.LL_TIM_DisableIT_UPDATE), (10 bytes).
Removing mytimer.o(i.MyTimer_Conf), (132 bytes).
Removing mytimer.o(i.MyTimer_IT_Conf), (200 bytes).
Removing mytimer.o(i.MyTimer_IT_Disable), (12 bytes).
Removing mytimer.o(i.MyTimer_IT_Enable), (14 bytes).
Removing mytimer.o(i.MyTimer_Start), (14 bytes).
Removing mytimer.o(i.MyTimer_Stop), (12 bytes).
Removing mytimer.o(.constdata), (35 bytes).
Removing stm32f1xx_ll_rcc.o(.rev16_text), (4 bytes).
Removing stm32f1xx_ll_rcc.o(.revsh_text), (4 bytes).
@ -199,6 +284,7 @@ Removing Unused input sections from the image.
Removing stm32f1xx_ll_tim.o(i.LL_TIM_HALLSENSOR_StructInit), (12 bytes).
Removing stm32f1xx_ll_tim.o(i.LL_TIM_IC_Init), (92 bytes).
Removing stm32f1xx_ll_tim.o(i.LL_TIM_IC_StructInit), (18 bytes).
Removing stm32f1xx_ll_tim.o(i.LL_TIM_Init), (276 bytes).
Removing stm32f1xx_ll_tim.o(i.LL_TIM_OC_Init), (92 bytes).
Removing stm32f1xx_ll_tim.o(i.LL_TIM_OC_SetCompareCH2), (4 bytes).
Removing stm32f1xx_ll_tim.o(i.LL_TIM_OC_StructInit), (20 bytes).
@ -214,7 +300,20 @@ Removing Unused input sections from the image.
Removing stm32f1xx_ll_gpio.o(i.LL_APB2_GRP1_ForceReset), (16 bytes).
Removing stm32f1xx_ll_gpio.o(i.LL_APB2_GRP1_ReleaseReset), (16 bytes).
Removing stm32f1xx_ll_gpio.o(i.LL_GPIO_DeInit), (212 bytes).
Removing stm32f1xx_ll_gpio.o(i.LL_GPIO_Init), (504 bytes).
Removing stm32f1xx_ll_gpio.o(i.LL_GPIO_StructInit), (24 bytes).
Removing stm32f1xx_ll_adc.o(.rev16_text), (4 bytes).
Removing stm32f1xx_ll_adc.o(.revsh_text), (4 bytes).
Removing stm32f1xx_ll_adc.o(.rrx_text), (6 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_CommonDeInit), (100 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_CommonInit), (216 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_CommonStructInit), (6 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_DeInit), (272 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_INJ_Init), (316 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_INJ_StructInit), (16 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_Init), (164 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_REG_StructInit), (18 bytes).
Removing stm32f1xx_ll_adc.o(i.LL_ADC_StructInit), (12 bytes).
Removing system_stm32f1xx.o(.rev16_text), (4 bytes).
Removing system_stm32f1xx.o(.revsh_text), (4 bytes).
Removing system_stm32f1xx.o(.rrx_text), (6 bytes).
@ -222,7 +321,7 @@ Removing Unused input sections from the image.
Removing system_stm32f1xx.o(.constdata), (24 bytes).
Removing startup_stm32f103xb.o(HEAP), (512 bytes).
79 unused section(s) (total 8116 bytes) removed from the image.
113 unused section(s) (total 10954 bytes) removed from the image.
==============================================================================
@ -234,19 +333,36 @@ Image Symbol Table
../Src/main.c 0x00000000 Number 0 main.o ABSOLUTE
../Src/system_stm32f1xx.c 0x00000000 Number 0 system_stm32f1xx.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE
../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE
../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE
../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE
../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE
../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE
../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE
../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE
../fplib/microlib/fpscalb.c 0x00000000 Number 0 dscalb.o ABSOLUTE
../mathlib/atan.c 0x00000000 Number 0 atan_x.o ABSOLUTE
../mathlib/atan.c 0x00000000 Number 0 atan.o ABSOLUTE
../mathlib/dunder.c 0x00000000 Number 0 dunder.o ABSOLUTE
../mathlib/fpclassify.c 0x00000000 Number 0 fpclassify.o ABSOLUTE
../mathlib/poly.c 0x00000000 Number 0 poly.o ABSOLUTE
..\LLDrivers\src\stm32f1xx_ll_adc.c 0x00000000 Number 0 stm32f1xx_ll_adc.o ABSOLUTE
..\LLDrivers\src\stm32f1xx_ll_gpio.c 0x00000000 Number 0 stm32f1xx_ll_gpio.o ABSOLUTE
..\LLDrivers\src\stm32f1xx_ll_rcc.c 0x00000000 Number 0 stm32f1xx_ll_rcc.o ABSOLUTE
..\LLDrivers\src\stm32f1xx_ll_tim.c 0x00000000 Number 0 stm32f1xx_ll_tim.o ABSOLUTE
@ -255,12 +371,16 @@ Image Symbol Table
..\Services\Chrono.c 0x00000000 Number 0 chrono.o ABSOLUTE
..\Src\main.c 0x00000000 Number 0 main.o ABSOLUTE
..\Src\system_stm32f1xx.c 0x00000000 Number 0 system_stm32f1xx.o ABSOLUTE
..\\LLDrivers\\src\\stm32f1xx_ll_adc.c 0x00000000 Number 0 stm32f1xx_ll_adc.o ABSOLUTE
..\\LLDrivers\\src\\stm32f1xx_ll_gpio.c 0x00000000 Number 0 stm32f1xx_ll_gpio.o ABSOLUTE
..\\LLDrivers\\src\\stm32f1xx_ll_rcc.c 0x00000000 Number 0 stm32f1xx_ll_rcc.o ABSOLUTE
..\\LLDrivers\\src\\stm32f1xx_ll_tim.c 0x00000000 Number 0 stm32f1xx_ll_tim.o ABSOLUTE
..\\LLDrivers\\src\\stm32f1xx_ll_utils.c 0x00000000 Number 0 stm32f1xx_ll_utils.o ABSOLUTE
..\\MyDrivers\\MyTimer.c 0x00000000 Number 0 mytimer.o ABSOLUTE
..\\Services\\Chrono.c 0x00000000 Number 0 chrono.o ABSOLUTE
accelerometer.c 0x00000000 Number 0 accelerometer.o ABSOLUTE
accelerometer.c 0x00000000 Number 0 accelerometer.o ABSOLUTE
cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE
dc.s 0x00000000 Number 0 dc.o ABSOLUTE
handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE
init.s 0x00000000 Number 0 init.o ABSOLUTE
@ -277,56 +397,63 @@ Image Symbol Table
.ARM.Collect$$$$00002712 0x080000fc Section 4 entry2.o(.ARM.Collect$$$$00002712)
__lit__00000000 0x080000fc Data 4 entry2.o(.ARM.Collect$$$$00002712)
.text 0x08000100 Section 36 startup_stm32f103xb.o(.text)
.text 0x08000124 Section 36 init.o(.text)
i.Chrono_Background 0x08000148 Section 0 chrono.o(i.Chrono_Background)
i.Chrono_Conf 0x08000184 Section 0 chrono.o(i.Chrono_Conf)
i.Chrono_Conf_io 0x080001cc Section 0 chrono.o(i.Chrono_Conf_io)
i.Chrono_Reset 0x08000238 Section 0 chrono.o(i.Chrono_Reset)
i.Chrono_Start 0x08000258 Section 0 chrono.o(i.Chrono_Start)
i.Chrono_Stop 0x08000274 Section 0 chrono.o(i.Chrono_Stop)
i.Chrono_Task_10ms 0x08000290 Section 0 chrono.o(i.Chrono_Task_10ms)
i.LL_APB1_GRP1_EnableClock 0x0800030c Section 0 mytimer.o(i.LL_APB1_GRP1_EnableClock)
LL_APB1_GRP1_EnableClock 0x0800030d Thumb Code 24 mytimer.o(i.LL_APB1_GRP1_EnableClock)
i.LL_GPIO_Init 0x08000328 Section 0 stm32f1xx_ll_gpio.o(i.LL_GPIO_Init)
i.LL_GPIO_IsInputPinSet 0x08000520 Section 0 chrono.o(i.LL_GPIO_IsInputPinSet)
LL_GPIO_IsInputPinSet 0x08000521 Thumb Code 26 chrono.o(i.LL_GPIO_IsInputPinSet)
i.LL_Init1msTick 0x0800053a Section 0 stm32f1xx_ll_utils.o(i.LL_Init1msTick)
i.LL_SetSystemCoreClock 0x08000558 Section 0 stm32f1xx_ll_utils.o(i.LL_SetSystemCoreClock)
i.LL_TIM_ClearFlag_UPDATE 0x08000564 Section 0 mytimer.o(i.LL_TIM_ClearFlag_UPDATE)
LL_TIM_ClearFlag_UPDATE 0x08000565 Thumb Code 8 mytimer.o(i.LL_TIM_ClearFlag_UPDATE)
i.LL_TIM_DisableCounter 0x0800056c Section 0 mytimer.o(i.LL_TIM_DisableCounter)
LL_TIM_DisableCounter 0x0800056d Thumb Code 10 mytimer.o(i.LL_TIM_DisableCounter)
i.LL_TIM_DisableIT_UPDATE 0x08000576 Section 0 mytimer.o(i.LL_TIM_DisableIT_UPDATE)
LL_TIM_DisableIT_UPDATE 0x08000577 Thumb Code 10 mytimer.o(i.LL_TIM_DisableIT_UPDATE)
i.LL_TIM_Init 0x08000580 Section 0 stm32f1xx_ll_tim.o(i.LL_TIM_Init)
i.MyTimer_Conf 0x08000694 Section 0 mytimer.o(i.MyTimer_Conf)
i.MyTimer_IT_Conf 0x08000718 Section 0 mytimer.o(i.MyTimer_IT_Conf)
i.MyTimer_IT_Enable 0x080007e0 Section 0 mytimer.o(i.MyTimer_IT_Enable)
i.MyTimer_Start 0x080007ee Section 0 mytimer.o(i.MyTimer_Start)
i.MyTimer_Stop 0x080007fc Section 0 mytimer.o(i.MyTimer_Stop)
i.SystemClock_Config 0x08000808 Section 0 main.o(i.SystemClock_Config)
i.SystemInit 0x080008f8 Section 0 system_stm32f1xx.o(i.SystemInit)
i.TIM1_UP_IRQHandler 0x08000950 Section 0 mytimer.o(i.TIM1_UP_IRQHandler)
i.TIM2_IRQHandler 0x08000968 Section 0 mytimer.o(i.TIM2_IRQHandler)
i.TIM3_IRQHandler 0x08000980 Section 0 mytimer.o(i.TIM3_IRQHandler)
i.TIM4_IRQHandler 0x08000998 Section 0 mytimer.o(i.TIM4_IRQHandler)
i.__scatterload_copy 0x080009b0 Section 14 handlers.o(i.__scatterload_copy)
i.__scatterload_null 0x080009be Section 2 handlers.o(i.__scatterload_null)
i.__scatterload_zeroinit 0x080009c0 Section 14 handlers.o(i.__scatterload_zeroinit)
i.assert_failed 0x080009ce Section 0 main.o(i.assert_failed)
i.main 0x080009d4 Section 0 main.o(i.main)
.data 0x20000000 Section 12 chrono.o(.data)
Chrono_Time 0x20000000 Data 3 chrono.o(.data)
Chrono_Timer 0x20000004 Data 4 chrono.o(.data)
.data 0x2000000c Section 16 mytimer.o(.data)
.data 0x2000001c Section 4 system_stm32f1xx.o(.data)
STACK 0x20000020 Section 1024 startup_stm32f103xb.o(STACK)
.text 0x08000124 Section 0 dflti.o(.text)
.text 0x08000146 Section 0 dfixi.o(.text)
.text 0x08000184 Section 48 cdrcmple.o(.text)
.text 0x080001b4 Section 0 llushr.o(.text)
.text 0x080001d4 Section 0 depilogue.o(.text)
.text 0x080001d4 Section 0 iusefp.o(.text)
.text 0x0800028e Section 0 dadd.o(.text)
.text 0x080003dc Section 0 dmul.o(.text)
.text 0x080004c0 Section 0 ddiv.o(.text)
.text 0x0800059e Section 0 dscalb.o(.text)
.text 0x080005cc Section 36 init.o(.text)
.text 0x080005f0 Section 0 llshl.o(.text)
.text 0x0800060e Section 0 llsshr.o(.text)
i.LL_ADC_IsActiveFlag_EOS 0x08000632 Section 0 accelerometer.o(i.LL_ADC_IsActiveFlag_EOS)
LL_ADC_IsActiveFlag_EOS 0x08000633 Thumb Code 10 accelerometer.o(i.LL_ADC_IsActiveFlag_EOS)
i.LL_ADC_IsEnabled 0x0800063c Section 0 stm32f1xx_ll_adc.o(i.LL_ADC_IsEnabled)
LL_ADC_IsEnabled 0x0800063d Thumb Code 10 stm32f1xx_ll_adc.o(i.LL_ADC_IsEnabled)
i.LL_ADC_REG_Init 0x08000648 Section 0 stm32f1xx_ll_adc.o(i.LL_ADC_REG_Init)
i.LL_ADC_SetAnalogWDMonitChannels 0x08000840 Section 0 accelerometer.o(i.LL_ADC_SetAnalogWDMonitChannels)
LL_ADC_SetAnalogWDMonitChannels 0x08000841 Thumb Code 12 accelerometer.o(i.LL_ADC_SetAnalogWDMonitChannels)
i.LL_Init1msTick 0x08000850 Section 0 stm32f1xx_ll_utils.o(i.LL_Init1msTick)
i.LL_SetSystemCoreClock 0x0800086c Section 0 stm32f1xx_ll_utils.o(i.LL_SetSystemCoreClock)
i.LL_TIM_ClearFlag_UPDATE 0x08000878 Section 0 mytimer.o(i.LL_TIM_ClearFlag_UPDATE)
LL_TIM_ClearFlag_UPDATE 0x08000879 Thumb Code 8 mytimer.o(i.LL_TIM_ClearFlag_UPDATE)
i.SystemClock_Config 0x08000880 Section 0 main.o(i.SystemClock_Config)
i.SystemInit 0x08000970 Section 0 system_stm32f1xx.o(i.SystemInit)
i.TIM1_UP_IRQHandler 0x080009c8 Section 0 mytimer.o(i.TIM1_UP_IRQHandler)
i.TIM2_IRQHandler 0x080009e0 Section 0 mytimer.o(i.TIM2_IRQHandler)
i.TIM3_IRQHandler 0x080009f8 Section 0 mytimer.o(i.TIM3_IRQHandler)
i.TIM4_IRQHandler 0x08000a10 Section 0 mytimer.o(i.TIM4_IRQHandler)
i.__ARM_fpclassify 0x08000a28 Section 0 fpclassify.o(i.__ARM_fpclassify)
i.__kernel_poly 0x08000a50 Section 0 poly.o(i.__kernel_poly)
i.__mathlib_dbl_infnan 0x08000afa Section 0 dunder.o(i.__mathlib_dbl_infnan)
i.__mathlib_dbl_underflow 0x08000b00 Section 0 dunder.o(i.__mathlib_dbl_underflow)
i.__scatterload_copy 0x08000b10 Section 14 handlers.o(i.__scatterload_copy)
i.__scatterload_null 0x08000b1e Section 2 handlers.o(i.__scatterload_null)
i.__scatterload_zeroinit 0x08000b20 Section 14 handlers.o(i.__scatterload_zeroinit)
i.accelero_init 0x08000b30 Section 0 accelerometer.o(i.accelero_init)
i.accelero_roulis 0x08000b98 Section 0 accelerometer.o(i.accelero_roulis)
i.assert_failed 0x08000c30 Section 0 main.o(i.assert_failed)
i.atan 0x08000c34 Section 0 atan.o(i.atan)
i.main 0x08000e54 Section 0 main.o(i.main)
.constdata 0x08000e70 Section 152 atan.o(.constdata)
atanhi 0x08000e70 Data 32 atan.o(.constdata)
atanlo 0x08000e90 Data 32 atan.o(.constdata)
aTodd 0x08000eb0 Data 40 atan.o(.constdata)
aTeven 0x08000ed8 Data 48 atan.o(.constdata)
.data 0x20000000 Section 4 main.o(.data)
.data 0x20000004 Section 16 mytimer.o(.data)
.data 0x20000014 Section 4 system_stm32f1xx.o(.data)
STACK 0x20000018 Section 1024 startup_stm32f103xb.o(STACK)
Global Symbols
Symbol Name Value Ov Type Size Object(Section)
BuildAttributes$$THM_ISAv4$P$D$K$B$S$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OSPACE$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE
BuildAttributes$$THM_ISAv4$P$D$K$B$S$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEX$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE
__ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE
__cpp_initialize__aeabi_ - Undefined Weak Reference
__cxa_finalize - Undefined Weak Reference
@ -394,44 +521,57 @@ Image Symbol Table
USB_HP_CAN1_TX_IRQHandler 0x0800011b Thumb Code 0 startup_stm32f103xb.o(.text)
USB_LP_CAN1_RX0_IRQHandler 0x0800011b Thumb Code 0 startup_stm32f103xb.o(.text)
WWDG_IRQHandler 0x0800011b Thumb Code 0 startup_stm32f103xb.o(.text)
__scatterload 0x08000125 Thumb Code 28 init.o(.text)
__scatterload_rt2 0x08000125 Thumb Code 0 init.o(.text)
Chrono_Background 0x08000149 Thumb Code 44 chrono.o(i.Chrono_Background)
Chrono_Conf 0x08000185 Thumb Code 60 chrono.o(i.Chrono_Conf)
Chrono_Conf_io 0x080001cd Thumb Code 88 chrono.o(i.Chrono_Conf_io)
Chrono_Reset 0x08000239 Thumb Code 22 chrono.o(i.Chrono_Reset)
Chrono_Start 0x08000259 Thumb Code 18 chrono.o(i.Chrono_Start)
Chrono_Stop 0x08000275 Thumb Code 18 chrono.o(i.Chrono_Stop)
Chrono_Task_10ms 0x08000291 Thumb Code 112 chrono.o(i.Chrono_Task_10ms)
LL_GPIO_Init 0x08000329 Thumb Code 442 stm32f1xx_ll_gpio.o(i.LL_GPIO_Init)
LL_Init1msTick 0x0800053b Thumb Code 28 stm32f1xx_ll_utils.o(i.LL_Init1msTick)
LL_SetSystemCoreClock 0x08000559 Thumb Code 6 stm32f1xx_ll_utils.o(i.LL_SetSystemCoreClock)
LL_TIM_Init 0x08000581 Thumb Code 228 stm32f1xx_ll_tim.o(i.LL_TIM_Init)
MyTimer_Conf 0x08000695 Thumb Code 118 mytimer.o(i.MyTimer_Conf)
MyTimer_IT_Conf 0x08000719 Thumb Code 166 mytimer.o(i.MyTimer_IT_Conf)
MyTimer_IT_Enable 0x080007e1 Thumb Code 14 mytimer.o(i.MyTimer_IT_Enable)
MyTimer_Start 0x080007ef Thumb Code 14 mytimer.o(i.MyTimer_Start)
MyTimer_Stop 0x080007fd Thumb Code 12 mytimer.o(i.MyTimer_Stop)
SystemClock_Config 0x08000809 Thumb Code 226 main.o(i.SystemClock_Config)
SystemInit 0x080008f9 Thumb Code 70 system_stm32f1xx.o(i.SystemInit)
TIM1_UP_IRQHandler 0x08000951 Thumb Code 16 mytimer.o(i.TIM1_UP_IRQHandler)
TIM2_IRQHandler 0x08000969 Thumb Code 18 mytimer.o(i.TIM2_IRQHandler)
TIM3_IRQHandler 0x08000981 Thumb Code 16 mytimer.o(i.TIM3_IRQHandler)
TIM4_IRQHandler 0x08000999 Thumb Code 16 mytimer.o(i.TIM4_IRQHandler)
__scatterload_copy 0x080009b1 Thumb Code 14 handlers.o(i.__scatterload_copy)
__scatterload_null 0x080009bf Thumb Code 2 handlers.o(i.__scatterload_null)
__scatterload_zeroinit 0x080009c1 Thumb Code 14 handlers.o(i.__scatterload_zeroinit)
assert_failed 0x080009cf Thumb Code 4 main.o(i.assert_failed)
main 0x080009d5 Thumb Code 22 main.o(i.main)
Region$$Table$$Base 0x080009f0 Number 0 anon$$obj.o(Region$$Table)
Region$$Table$$Limit 0x08000a10 Number 0 anon$$obj.o(Region$$Table)
running 0x20000008 Data 4 chrono.o(.data)
Ptr_ItFct_TIM1 0x2000000c Data 4 mytimer.o(.data)
Ptr_ItFct_TIM2 0x20000010 Data 4 mytimer.o(.data)
Ptr_ItFct_TIM3 0x20000014 Data 4 mytimer.o(.data)
Ptr_ItFct_TIM4 0x20000018 Data 4 mytimer.o(.data)
SystemCoreClock 0x2000001c Data 4 system_stm32f1xx.o(.data)
__initial_sp 0x20000420 Data 0 startup_stm32f103xb.o(STACK)
__aeabi_i2d 0x08000125 Thumb Code 34 dflti.o(.text)
__aeabi_d2iz 0x08000147 Thumb Code 62 dfixi.o(.text)
__aeabi_cdrcmple 0x08000185 Thumb Code 48 cdrcmple.o(.text)
__aeabi_llsr 0x080001b5 Thumb Code 32 llushr.o(.text)
_ll_ushift_r 0x080001b5 Thumb Code 0 llushr.o(.text)
__I$use$fp 0x080001d5 Thumb Code 0 iusefp.o(.text)
_double_round 0x080001d5 Thumb Code 30 depilogue.o(.text)
_double_epilogue 0x080001f3 Thumb Code 156 depilogue.o(.text)
__aeabi_dadd 0x0800028f Thumb Code 322 dadd.o(.text)
__aeabi_dsub 0x080003d1 Thumb Code 6 dadd.o(.text)
__aeabi_drsub 0x080003d7 Thumb Code 6 dadd.o(.text)
__aeabi_dmul 0x080003dd Thumb Code 228 dmul.o(.text)
__aeabi_ddiv 0x080004c1 Thumb Code 222 ddiv.o(.text)
__ARM_scalbn 0x0800059f Thumb Code 46 dscalb.o(.text)
scalbn 0x0800059f Thumb Code 0 dscalb.o(.text)
__scatterload 0x080005cd Thumb Code 28 init.o(.text)
__scatterload_rt2 0x080005cd Thumb Code 0 init.o(.text)
__aeabi_llsl 0x080005f1 Thumb Code 30 llshl.o(.text)
_ll_shift_l 0x080005f1 Thumb Code 0 llshl.o(.text)
__aeabi_lasr 0x0800060f Thumb Code 36 llsshr.o(.text)
_ll_sshift_r 0x0800060f Thumb Code 0 llsshr.o(.text)
LL_ADC_REG_Init 0x08000649 Thumb Code 454 stm32f1xx_ll_adc.o(i.LL_ADC_REG_Init)
LL_Init1msTick 0x08000851 Thumb Code 28 stm32f1xx_ll_utils.o(i.LL_Init1msTick)
LL_SetSystemCoreClock 0x0800086d Thumb Code 6 stm32f1xx_ll_utils.o(i.LL_SetSystemCoreClock)
SystemClock_Config 0x08000881 Thumb Code 226 main.o(i.SystemClock_Config)
SystemInit 0x08000971 Thumb Code 70 system_stm32f1xx.o(i.SystemInit)
TIM1_UP_IRQHandler 0x080009c9 Thumb Code 16 mytimer.o(i.TIM1_UP_IRQHandler)
TIM2_IRQHandler 0x080009e1 Thumb Code 18 mytimer.o(i.TIM2_IRQHandler)
TIM3_IRQHandler 0x080009f9 Thumb Code 16 mytimer.o(i.TIM3_IRQHandler)
TIM4_IRQHandler 0x08000a11 Thumb Code 16 mytimer.o(i.TIM4_IRQHandler)
__ARM_fpclassify 0x08000a29 Thumb Code 40 fpclassify.o(i.__ARM_fpclassify)
__kernel_poly 0x08000a51 Thumb Code 170 poly.o(i.__kernel_poly)
__mathlib_dbl_infnan 0x08000afb Thumb Code 6 dunder.o(i.__mathlib_dbl_infnan)
__mathlib_dbl_underflow 0x08000b01 Thumb Code 10 dunder.o(i.__mathlib_dbl_underflow)
__scatterload_copy 0x08000b11 Thumb Code 14 handlers.o(i.__scatterload_copy)
__scatterload_null 0x08000b1f Thumb Code 2 handlers.o(i.__scatterload_null)
__scatterload_zeroinit 0x08000b21 Thumb Code 14 handlers.o(i.__scatterload_zeroinit)
accelero_init 0x08000b31 Thumb Code 96 accelerometer.o(i.accelero_init)
accelero_roulis 0x08000b99 Thumb Code 140 accelerometer.o(i.accelero_roulis)
assert_failed 0x08000c31 Thumb Code 4 main.o(i.assert_failed)
atan 0x08000c35 Thumb Code 474 atan.o(i.atan)
main 0x08000e55 Thumb Code 20 main.o(i.main)
Region$$Table$$Base 0x08000f08 Number 0 anon$$obj.o(Region$$Table)
Region$$Table$$Limit 0x08000f28 Number 0 anon$$obj.o(Region$$Table)
roulis 0x20000000 Data 4 main.o(.data)
Ptr_ItFct_TIM1 0x20000004 Data 4 mytimer.o(.data)
Ptr_ItFct_TIM2 0x20000008 Data 4 mytimer.o(.data)
Ptr_ItFct_TIM3 0x2000000c Data 4 mytimer.o(.data)
Ptr_ItFct_TIM4 0x20000010 Data 4 mytimer.o(.data)
SystemCoreClock 0x20000014 Data 4 system_stm32f1xx.o(.data)
__initial_sp 0x20000418 Data 0 startup_stm32f103xb.o(STACK)
@ -441,69 +581,76 @@ Memory Map of the image
Image Entry point : 0x080000ed
Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00000a30, Max: 0x00020000, ABSOLUTE)
Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00000f40, Max: 0x00020000, ABSOLUTE)
Execution Region ER_IROM1 (Exec base: 0x08000000, Load base: 0x08000000, Size: 0x00000a10, Max: 0x00020000, ABSOLUTE)
Execution Region ER_IROM1 (Exec base: 0x08000000, Load base: 0x08000000, Size: 0x00000f28, Max: 0x00020000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x08000000 0x08000000 0x000000ec Data RO 703 RESET startup_stm32f103xb.o
0x080000ec 0x080000ec 0x00000000 Code RO 708 * .ARM.Collect$$$$00000000 mc_w.l(entry.o)
0x080000ec 0x080000ec 0x00000004 Code RO 711 .ARM.Collect$$$$00000001 mc_w.l(entry2.o)
0x080000f0 0x080000f0 0x00000004 Code RO 714 .ARM.Collect$$$$00000004 mc_w.l(entry5.o)
0x080000f4 0x080000f4 0x00000000 Code RO 716 .ARM.Collect$$$$00000008 mc_w.l(entry7b.o)
0x080000f4 0x080000f4 0x00000000 Code RO 718 .ARM.Collect$$$$0000000A mc_w.l(entry8b.o)
0x080000f4 0x080000f4 0x00000008 Code RO 719 .ARM.Collect$$$$0000000B mc_w.l(entry9a.o)
0x080000fc 0x080000fc 0x00000000 Code RO 721 .ARM.Collect$$$$0000000D mc_w.l(entry10a.o)
0x080000fc 0x080000fc 0x00000000 Code RO 723 .ARM.Collect$$$$0000000F mc_w.l(entry11a.o)
0x080000fc 0x080000fc 0x00000004 Code RO 712 .ARM.Collect$$$$00002712 mc_w.l(entry2.o)
0x08000100 0x08000100 0x00000024 Code RO 704 .text startup_stm32f103xb.o
0x08000124 0x08000124 0x00000024 Code RO 725 .text mc_w.l(init.o)
0x08000148 0x08000148 0x0000003c Code RO 81 i.Chrono_Background chrono.o
0x08000184 0x08000184 0x00000048 Code RO 82 i.Chrono_Conf chrono.o
0x080001cc 0x080001cc 0x0000006c Code RO 83 i.Chrono_Conf_io chrono.o
0x08000238 0x08000238 0x00000020 Code RO 85 i.Chrono_Reset chrono.o
0x08000258 0x08000258 0x0000001c Code RO 86 i.Chrono_Start chrono.o
0x08000274 0x08000274 0x0000001c Code RO 87 i.Chrono_Stop chrono.o
0x08000290 0x08000290 0x0000007c Code RO 88 i.Chrono_Task_10ms chrono.o
0x0800030c 0x0800030c 0x0000001c Code RO 164 i.LL_APB1_GRP1_EnableClock mytimer.o
0x08000328 0x08000328 0x000001f8 Code RO 618 i.LL_GPIO_Init stm32f1xx_ll_gpio.o
0x08000520 0x08000520 0x0000001a Code RO 89 i.LL_GPIO_IsInputPinSet chrono.o
0x0800053a 0x0800053a 0x0000001c Code RO 359 i.LL_Init1msTick stm32f1xx_ll_utils.o
0x08000556 0x08000556 0x00000002 PAD
0x08000558 0x08000558 0x0000000c Code RO 366 i.LL_SetSystemCoreClock stm32f1xx_ll_utils.o
0x08000564 0x08000564 0x00000008 Code RO 165 i.LL_TIM_ClearFlag_UPDATE mytimer.o
0x0800056c 0x0800056c 0x0000000a Code RO 166 i.LL_TIM_DisableCounter mytimer.o
0x08000576 0x08000576 0x0000000a Code RO 167 i.LL_TIM_DisableIT_UPDATE mytimer.o
0x08000580 0x08000580 0x00000114 Code RO 471 i.LL_TIM_Init stm32f1xx_ll_tim.o
0x08000694 0x08000694 0x00000084 Code RO 168 i.MyTimer_Conf mytimer.o
0x08000718 0x08000718 0x000000c8 Code RO 169 i.MyTimer_IT_Conf mytimer.o
0x080007e0 0x080007e0 0x0000000e Code RO 171 i.MyTimer_IT_Enable mytimer.o
0x080007ee 0x080007ee 0x0000000e Code RO 172 i.MyTimer_Start mytimer.o
0x080007fc 0x080007fc 0x0000000c Code RO 173 i.MyTimer_Stop mytimer.o
0x08000808 0x08000808 0x000000f0 Code RO 4 i.SystemClock_Config main.o
0x080008f8 0x080008f8 0x00000058 Code RO 668 i.SystemInit system_stm32f1xx.o
0x08000950 0x08000950 0x00000018 Code RO 174 i.TIM1_UP_IRQHandler mytimer.o
0x08000968 0x08000968 0x00000018 Code RO 175 i.TIM2_IRQHandler mytimer.o
0x08000980 0x08000980 0x00000018 Code RO 176 i.TIM3_IRQHandler mytimer.o
0x08000998 0x08000998 0x00000018 Code RO 177 i.TIM4_IRQHandler mytimer.o
0x080009b0 0x080009b0 0x0000000e Code RO 729 i.__scatterload_copy mc_w.l(handlers.o)
0x080009be 0x080009be 0x00000002 Code RO 730 i.__scatterload_null mc_w.l(handlers.o)
0x080009c0 0x080009c0 0x0000000e Code RO 731 i.__scatterload_zeroinit mc_w.l(handlers.o)
0x080009ce 0x080009ce 0x00000004 Code RO 5 i.assert_failed main.o
0x080009d2 0x080009d2 0x00000002 PAD
0x080009d4 0x080009d4 0x0000001c Code RO 6 i.main main.o
0x080009f0 0x080009f0 0x00000020 Data RO 727 Region$$Table anon$$obj.o
0x08000000 0x08000000 0x000000ec Data RO 845 RESET startup_stm32f103xb.o
0x080000ec 0x080000ec 0x00000000 Code RO 860 * .ARM.Collect$$$$00000000 mc_w.l(entry.o)
0x080000ec 0x080000ec 0x00000004 Code RO 887 .ARM.Collect$$$$00000001 mc_w.l(entry2.o)
0x080000f0 0x080000f0 0x00000004 Code RO 890 .ARM.Collect$$$$00000004 mc_w.l(entry5.o)
0x080000f4 0x080000f4 0x00000000 Code RO 892 .ARM.Collect$$$$00000008 mc_w.l(entry7b.o)
0x080000f4 0x080000f4 0x00000000 Code RO 894 .ARM.Collect$$$$0000000A mc_w.l(entry8b.o)
0x080000f4 0x080000f4 0x00000008 Code RO 895 .ARM.Collect$$$$0000000B mc_w.l(entry9a.o)
0x080000fc 0x080000fc 0x00000000 Code RO 897 .ARM.Collect$$$$0000000D mc_w.l(entry10a.o)
0x080000fc 0x080000fc 0x00000000 Code RO 899 .ARM.Collect$$$$0000000F mc_w.l(entry11a.o)
0x080000fc 0x080000fc 0x00000004 Code RO 888 .ARM.Collect$$$$00002712 mc_w.l(entry2.o)
0x08000100 0x08000100 0x00000024 Code RO 846 .text startup_stm32f103xb.o
0x08000124 0x08000124 0x00000022 Code RO 863 .text mf_w.l(dflti.o)
0x08000146 0x08000146 0x0000003e Code RO 865 .text mf_w.l(dfixi.o)
0x08000184 0x08000184 0x00000030 Code RO 867 .text mf_w.l(cdrcmple.o)
0x080001b4 0x080001b4 0x00000020 Code RO 901 .text mc_w.l(llushr.o)
0x080001d4 0x080001d4 0x00000000 Code RO 903 .text mc_w.l(iusefp.o)
0x080001d4 0x080001d4 0x000000ba Code RO 904 .text mf_w.l(depilogue.o)
0x0800028e 0x0800028e 0x0000014e Code RO 906 .text mf_w.l(dadd.o)
0x080003dc 0x080003dc 0x000000e4 Code RO 908 .text mf_w.l(dmul.o)
0x080004c0 0x080004c0 0x000000de Code RO 910 .text mf_w.l(ddiv.o)
0x0800059e 0x0800059e 0x0000002e Code RO 912 .text mf_w.l(dscalb.o)
0x080005cc 0x080005cc 0x00000024 Code RO 914 .text mc_w.l(init.o)
0x080005f0 0x080005f0 0x0000001e Code RO 916 .text mc_w.l(llshl.o)
0x0800060e 0x0800060e 0x00000024 Code RO 918 .text mc_w.l(llsshr.o)
0x08000632 0x08000632 0x0000000a Code RO 170 i.LL_ADC_IsActiveFlag_EOS accelerometer.o
0x0800063c 0x0800063c 0x0000000a Code RO 730 i.LL_ADC_IsEnabled stm32f1xx_ll_adc.o
0x08000646 0x08000646 0x00000002 PAD
0x08000648 0x08000648 0x000001f8 Code RO 731 i.LL_ADC_REG_Init stm32f1xx_ll_adc.o
0x08000840 0x08000840 0x00000010 Code RO 171 i.LL_ADC_SetAnalogWDMonitChannels accelerometer.o
0x08000850 0x08000850 0x0000001c Code RO 415 i.LL_Init1msTick stm32f1xx_ll_utils.o
0x0800086c 0x0800086c 0x0000000c Code RO 422 i.LL_SetSystemCoreClock stm32f1xx_ll_utils.o
0x08000878 0x08000878 0x00000008 Code RO 221 i.LL_TIM_ClearFlag_UPDATE mytimer.o
0x08000880 0x08000880 0x000000f0 Code RO 4 i.SystemClock_Config main.o
0x08000970 0x08000970 0x00000058 Code RO 810 i.SystemInit system_stm32f1xx.o
0x080009c8 0x080009c8 0x00000018 Code RO 230 i.TIM1_UP_IRQHandler mytimer.o
0x080009e0 0x080009e0 0x00000018 Code RO 231 i.TIM2_IRQHandler mytimer.o
0x080009f8 0x080009f8 0x00000018 Code RO 232 i.TIM3_IRQHandler mytimer.o
0x08000a10 0x08000a10 0x00000018 Code RO 233 i.TIM4_IRQHandler mytimer.o
0x08000a28 0x08000a28 0x00000028 Code RO 883 i.__ARM_fpclassify m_ws.l(fpclassify.o)
0x08000a50 0x08000a50 0x000000aa Code RO 885 i.__kernel_poly m_ws.l(poly.o)
0x08000afa 0x08000afa 0x00000006 Code RO 870 i.__mathlib_dbl_infnan m_ws.l(dunder.o)
0x08000b00 0x08000b00 0x00000010 Code RO 875 i.__mathlib_dbl_underflow m_ws.l(dunder.o)
0x08000b10 0x08000b10 0x0000000e Code RO 922 i.__scatterload_copy mc_w.l(handlers.o)
0x08000b1e 0x08000b1e 0x00000002 Code RO 923 i.__scatterload_null mc_w.l(handlers.o)
0x08000b20 0x08000b20 0x0000000e Code RO 924 i.__scatterload_zeroinit mc_w.l(handlers.o)
0x08000b2e 0x08000b2e 0x00000002 PAD
0x08000b30 0x08000b30 0x00000068 Code RO 172 i.accelero_init accelerometer.o
0x08000b98 0x08000b98 0x00000098 Code RO 173 i.accelero_roulis accelerometer.o
0x08000c30 0x08000c30 0x00000004 Code RO 5 i.assert_failed main.o
0x08000c34 0x08000c34 0x00000220 Code RO 851 i.atan m_ws.l(atan.o)
0x08000e54 0x08000e54 0x00000018 Code RO 6 i.main main.o
0x08000e6c 0x08000e6c 0x00000004 PAD
0x08000e70 0x08000e70 0x00000098 Data RO 852 .constdata m_ws.l(atan.o)
0x08000f08 0x08000f08 0x00000020 Data RO 920 Region$$Table anon$$obj.o
Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08000a10, Size: 0x00000420, Max: 0x00005000, ABSOLUTE)
Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08000f28, Size: 0x00000418, Max: 0x00005000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x20000000 0x08000a10 0x0000000c Data RW 90 .data chrono.o
0x2000000c 0x08000a1c 0x00000010 Data RW 179 .data mytimer.o
0x2000001c 0x08000a2c 0x00000004 Data RW 670 .data system_stm32f1xx.o
0x20000020 - 0x00000400 Zero RW 701 STACK startup_stm32f103xb.o
0x20000000 0x08000f28 0x00000004 Data RW 7 .data main.o
0x20000004 0x08000f2c 0x00000010 Data RW 235 .data mytimer.o
0x20000014 0x08000f3c 0x00000004 Data RW 812 .data system_stm32f1xx.o
0x20000018 - 0x00000400 Zero RW 843 STACK startup_stm32f103xb.o
==============================================================================
@ -513,24 +660,28 @@ Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug Object Name
478 90 0 12 0 15332 chrono.o
272 20 0 0 0 356708 main.o
524 82 0 16 0 59812 mytimer.o
36 8 236 0 1024 780 startup_stm32f103xb.o
504 62 0 0 0 10415 stm32f1xx_ll_gpio.o
276 48 0 0 0 28994 stm32f1xx_ll_tim.o
40 6 0 0 0 2105 stm32f1xx_ll_utils.o
88 18 0 4 0 1171 system_stm32f1xx.o
282 24 0 0 0 32726 accelerometer.o
0 0 0 0 0 2520 chrono.o
268 18 0 4 0 356429 main.o
104 30 0 16 0 27113 mytimer.o
36 8 236 0 1024 772 startup_stm32f103xb.o
514 50 0 0 0 37326 stm32f1xx_ll_adc.o
40 6 0 0 0 2073 stm32f1xx_ll_utils.o
88 18 0 4 0 1147 system_stm32f1xx.o
----------------------------------------------------------------------
2222 334 268 32 1024 475317 Object Totals
1338 158 268 24 1024 460106 Object Totals
0 0 32 0 0 0 (incl. Generated)
4 0 0 0 0 0 (incl. Padding)
6 4 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name
544 70 152 0 0 124 atan.o
22 6 0 0 0 136 dunder.o
40 0 0 0 0 68 fpclassify.o
170 0 0 0 0 96 poly.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
@ -541,19 +692,33 @@ Image component sizes
8 4 0 0 0 0 entry9a.o
30 0 0 0 0 0 handlers.o
36 8 0 0 0 68 init.o
0 0 0 0 0 0 iusefp.o
30 0 0 0 0 68 llshl.o
36 0 0 0 0 68 llsshr.o
32 0 0 0 0 68 llushr.o
48 0 0 0 0 68 cdrcmple.o
334 0 0 0 0 148 dadd.o
222 0 0 0 0 100 ddiv.o
186 0 0 0 0 176 depilogue.o
62 0 0 0 0 80 dfixi.o
34 0 0 0 0 76 dflti.o
228 0 0 0 0 96 dmul.o
46 0 0 0 0 80 dscalb.o
----------------------------------------------------------------------
86 16 0 0 0 68 Library Totals
0 0 0 0 0 0 (incl. Padding)
2122 92 152 0 0 1520 Library Totals
2 0 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Name
86 16 0 0 0 68 mc_w.l
776 76 152 0 0 424 m_ws.l
184 16 0 0 0 272 mc_w.l
1160 0 0 0 0 824 mf_w.l
----------------------------------------------------------------------
86 16 0 0 0 68 Library Totals
2122 92 152 0 0 1520 Library Totals
----------------------------------------------------------------------
@ -562,15 +727,15 @@ Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug
2308 350 268 32 1024 474185 Grand Totals
2308 350 268 32 1024 474185 ELF Image Totals
2308 350 268 32 0 0 ROM Totals
3460 250 420 24 1024 460166 Grand Totals
3460 250 420 24 1024 460166 ELF Image Totals
3460 250 420 24 0 0 ROM Totals
==============================================================================
Total RO Size (Code + RO Data) 2576 ( 2.52kB)
Total RW Size (RW Data + ZI Data) 1056 ( 1.03kB)
Total ROM Size (Code + RO Data + RW Data) 2608 ( 2.55kB)
Total RO Size (Code + RO Data) 3880 ( 3.79kB)
Total RW Size (RW Data + ZI Data) 1048 ( 1.02kB)
Total ROM Size (Code + RO Data + RW Data) 3904 ( 3.81kB)
==============================================================================

View file

@ -0,0 +1,140 @@
Dependencies for Project 'Project', Target 'Simulateur': (DO NOT MODIFY !)
CompilerVersion: 5060750::V5.06 update 6 (build 750)::ARMCC
F (../Src/main.c)(0x5FA03E39)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\main.o --omf_browse nucleo-f103rb\main.crf --depend nucleo-f103rb\main.d)
I (..\LLDrivers\inc\stm32f1xx_ll_rcc.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_utils.h)(0x5F8402E0)
I (..\LLDrivers\inc\stm32f1xx_ll_system.h)(0x5F8402E0)
I (..\Services\Chrono.h)(0x5F8402E0)
I (..\MDK-ARM\accelerometer.h)(0x5FA03580)
F (..\Services\Chrono.c)(0x5F8402E0)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\chrono.o --omf_browse nucleo-f103rb\chrono.crf --depend nucleo-f103rb\chrono.d)
I (..\Services\Chrono.h)(0x5F8402E0)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\MyDrivers\MyTimer.h)(0x5F8402E0)
I (..\LLDrivers\inc\stm32f1xx_ll_gpio.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_bus.h)(0x5F8402DF)
F (.\RF_input.c)(0x5F84143E)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\rf_input.o --omf_browse nucleo-f103rb\rf_input.crf --depend nucleo-f103rb\rf_input.d)
F (.\RF_output.c)(0x5F84143F)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\rf_output.o --omf_browse nucleo-f103rb\rf_output.crf --depend nucleo-f103rb\rf_output.d)
F (.\Battery_status.c)(0x5F841769)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\battery_status.o --omf_browse nucleo-f103rb\battery_status.crf --depend nucleo-f103rb\battery_status.d)
I (..\LLDrivers\inc\stm32f1xx_ll_bus.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_tim.h)(0x5F8402E0)
I (..\LLDrivers\inc\stm32f1xx_ll_adc.h)(0x5F8402DF)
F (.\accelerometer.c)(0x5FA04006)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\accelerometer.o --omf_browse nucleo-f103rb\accelerometer.crf --depend nucleo-f103rb\accelerometer.d)
I (..\LLDrivers\inc\stm32f1xx_ll_adc.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_bus.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_rcc.h)(0x5F8402DF)
I (C:\Keil_v5\ARM\ARMCC\include\math.h)(0x5D9B3482)
F (.\RTC.c)(0x5F8414AC)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\rtc.o --omf_browse nucleo-f103rb\rtc.crf --depend nucleo-f103rb\rtc.d)
F (..\MyDrivers\MyTimer.c)(0x5F8402E0)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\mytimer.o --omf_browse nucleo-f103rb\mytimer.crf --depend nucleo-f103rb\mytimer.d)
I (..\MyDrivers\MyTimer.h)(0x5F8402E0)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_bus.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_tim.h)(0x5F8402E0)
F (..\LLDrivers\src\stm32f1xx_ll_rcc.c)(0x5F8402E0)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\stm32f1xx_ll_rcc.o --omf_browse nucleo-f103rb\stm32f1xx_ll_rcc.crf --depend nucleo-f103rb\stm32f1xx_ll_rcc.d)
I (..\LLDrivers\inc\stm32f1xx_ll_rcc.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32_assert.h)(0x5F8402DF)
F (..\LLDrivers\src\stm32f1xx_ll_utils.c)(0x5F8402E0)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\stm32f1xx_ll_utils.o --omf_browse nucleo-f103rb\stm32f1xx_ll_utils.crf --depend nucleo-f103rb\stm32f1xx_ll_utils.d)
I (..\LLDrivers\inc\stm32f1xx_ll_rcc.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_utils.h)(0x5F8402E0)
I (..\LLDrivers\inc\stm32f1xx_ll_system.h)(0x5F8402E0)
I (..\Inc\stm32_assert.h)(0x5F8402DF)
F (..\LLDrivers\src\stm32f1xx_ll_tim.c)(0x5F8402E0)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\stm32f1xx_ll_tim.o --omf_browse nucleo-f103rb\stm32f1xx_ll_tim.crf --depend nucleo-f103rb\stm32f1xx_ll_tim.d)
I (..\LLDrivers\inc\stm32f1xx_ll_tim.h)(0x5F8402E0)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_bus.h)(0x5F8402DF)
I (..\Inc\stm32_assert.h)(0x5F8402DF)
F (..\LLDrivers\src\stm32f1xx_ll_gpio.c)(0x5F8402E0)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\stm32f1xx_ll_gpio.o --omf_browse nucleo-f103rb\stm32f1xx_ll_gpio.crf --depend nucleo-f103rb\stm32f1xx_ll_gpio.d)
I (..\LLDrivers\inc\stm32f1xx_ll_gpio.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_bus.h)(0x5F8402DF)
I (..\Inc\stm32_assert.h)(0x5F8402DF)
F (..\LLDrivers\src\stm32f1xx_ll_adc.c)(0x5F8402E0)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\stm32f1xx_ll_adc.o --omf_browse nucleo-f103rb\stm32f1xx_ll_adc.crf --depend nucleo-f103rb\stm32f1xx_ll_adc.d)
I (..\LLDrivers\inc\stm32f1xx_ll_adc.h)(0x5F8402DF)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
I (..\LLDrivers\inc\stm32f1xx_ll_bus.h)(0x5F8402DF)
I (..\Inc\stm32_assert.h)(0x5F8402DF)
F (../readme.txt)(0x5F8402E0)()
F (../Src/system_stm32f1xx.c)(0x5F8402E0)(-c --cpu Cortex-M3 -D__EVAL -D__MICROLIB -g -O0 --apcs=interwork --split_sections -I ..\Inc -I ..\LLDrivers\inc -I ..\Services -I ..\MyDrivers -I ..\MDK-ARM --C99 -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include -D__UVISION_VERSION="529" -D_RTE_ -DSTM32F10X_MD -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DHSE_VALUE="8000000U" -DUSE_FULL_ASSERT -o nucleo-f103rb\system_stm32f1xx.o --omf_browse nucleo-f103rb\system_stm32f1xx.crf --depend nucleo-f103rb\system_stm32f1xx.d)
I (..\Inc\stm32f1xx.h)(0x5F8402DF)
I (..\Inc\stm32f103xb.h)(0x5F8402DF)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h)(0x5D25F326)
I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5D9B3488)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h)(0x5D25F326)
I (C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h)(0x5D25F326)
I (..\Inc\system_stm32f1xx.h)(0x5F8402DF)
F (startup_stm32f103xb.s)(0x5F8402E0)(--cpu Cortex-M3 --pd "__EVAL SETA 1" -g --apcs=interwork --pd "__MICROLIB SETA 1" -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include --pd "__UVISION_VERSION SETA 529" --pd "_RTE_ SETA 1" --pd "STM32F10X_MD SETA 1" --list startup_stm32f103xb.lst --xref -o nucleo-f103rb\startup_stm32f103xb.o --depend nucleo-f103rb\startup_stm32f103xb.d)

Binary file not shown.

View file

@ -0,0 +1,13 @@
nucleo-f103rb\accelerometer.o: accelerometer.c
nucleo-f103rb\accelerometer.o: ..\LLDrivers\inc\stm32f1xx_ll_adc.h
nucleo-f103rb\accelerometer.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\accelerometer.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\accelerometer.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\accelerometer.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\accelerometer.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\accelerometer.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\accelerometer.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\accelerometer.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\accelerometer.o: ..\LLDrivers\inc\stm32f1xx_ll_bus.h
nucleo-f103rb\accelerometer.o: ..\LLDrivers\inc\stm32f1xx_ll_rcc.h
nucleo-f103rb\accelerometer.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\math.h

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,12 @@
nucleo-f103rb\battery_status.o: Battery_status.c
nucleo-f103rb\battery_status.o: ..\LLDrivers\inc\stm32f1xx_ll_bus.h
nucleo-f103rb\battery_status.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\battery_status.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\battery_status.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\battery_status.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\battery_status.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\battery_status.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\battery_status.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\battery_status.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\battery_status.o: ..\LLDrivers\inc\stm32f1xx_ll_tim.h
nucleo-f103rb\battery_status.o: ..\LLDrivers\inc\stm32f1xx_ll_adc.h

View file

@ -1,11 +1,11 @@
nucleo-f103rb\chrono.o: ..\Services\Chrono.c
nucleo-f103rb\chrono.o: ..\Services\Chrono.h
nucleo-f103rb\chrono.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\chrono.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\chrono.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\chrono.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\chrono.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\chrono.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\chrono.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\chrono.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\chrono.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\chrono.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\chrono.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\chrono.o: ..\MyDrivers\MyTimer.h
nucleo-f103rb\chrono.o: ..\LLDrivers\inc\stm32f1xx_ll_gpio.h

View file

@ -2,12 +2,13 @@ nucleo-f103rb\main.o: ../Src/main.c
nucleo-f103rb\main.o: ..\LLDrivers\inc\stm32f1xx_ll_rcc.h
nucleo-f103rb\main.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\main.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\main.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\main.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\main.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\main.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\main.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\main.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\main.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\main.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\main.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\main.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\main.o: ..\LLDrivers\inc\stm32f1xx_ll_utils.h
nucleo-f103rb\main.o: ..\LLDrivers\inc\stm32f1xx_ll_system.h
nucleo-f103rb\main.o: ..\Services\Chrono.h
nucleo-f103rb\main.o: ..\MDK-ARM\accelerometer.h

View file

@ -1,11 +1,11 @@
nucleo-f103rb\mytimer.o: ..\MyDrivers\MyTimer.c
nucleo-f103rb\mytimer.o: ..\MyDrivers\MyTimer.h
nucleo-f103rb\mytimer.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\mytimer.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\mytimer.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\mytimer.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\mytimer.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\mytimer.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\mytimer.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\mytimer.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\mytimer.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\mytimer.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\mytimer.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\mytimer.o: ..\LLDrivers\inc\stm32f1xx_ll_bus.h
nucleo-f103rb\mytimer.o: ..\Inc\stm32f1xx.h

Binary file not shown.

View file

@ -0,0 +1 @@
nucleo-f103rb\rf_input.o: RF_input.c

Binary file not shown.

View file

@ -0,0 +1 @@
nucleo-f103rb\rf_output.o: RF_output.c

Binary file not shown.

View file

@ -0,0 +1 @@
nucleo-f103rb\rtc.o: RTC.c

Binary file not shown.

View file

@ -1,2 +1,12 @@
nucleo-f103rb\stm32f1xx_ll_adc.o: ../../../../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c
nucleo-f103rb\stm32f1xx_ll_adc.o: ../../../../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h
nucleo-f103rb\stm32f1xx_ll_adc.o: ..\LLDrivers\src\stm32f1xx_ll_adc.c
nucleo-f103rb\stm32f1xx_ll_adc.o: ..\LLDrivers\inc\stm32f1xx_ll_adc.h
nucleo-f103rb\stm32f1xx_ll_adc.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_adc.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\stm32f1xx_ll_adc.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_adc.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\stm32f1xx_ll_adc.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_adc.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_adc.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_adc.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_adc.o: ..\LLDrivers\inc\stm32f1xx_ll_bus.h
nucleo-f103rb\stm32f1xx_ll_adc.o: ..\Inc\stm32_assert.h

Binary file not shown.

View file

@ -2,11 +2,11 @@ nucleo-f103rb\stm32f1xx_ll_gpio.o: ..\LLDrivers\src\stm32f1xx_ll_gpio.c
nucleo-f103rb\stm32f1xx_ll_gpio.o: ..\LLDrivers\inc\stm32f1xx_ll_gpio.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: ..\LLDrivers\inc\stm32f1xx_ll_bus.h
nucleo-f103rb\stm32f1xx_ll_gpio.o: ..\Inc\stm32_assert.h

View file

@ -2,10 +2,10 @@ nucleo-f103rb\stm32f1xx_ll_rcc.o: ..\LLDrivers\src\stm32f1xx_ll_rcc.c
nucleo-f103rb\stm32f1xx_ll_rcc.o: ..\LLDrivers\inc\stm32f1xx_ll_rcc.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_rcc.o: ..\Inc\stm32_assert.h

View file

@ -2,11 +2,11 @@ nucleo-f103rb\stm32f1xx_ll_tim.o: ..\LLDrivers\src\stm32f1xx_ll_tim.c
nucleo-f103rb\stm32f1xx_ll_tim.o: ..\LLDrivers\inc\stm32f1xx_ll_tim.h
nucleo-f103rb\stm32f1xx_ll_tim.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_tim.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_tim.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_tim.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_tim.o: ..\LLDrivers\inc\stm32f1xx_ll_bus.h
nucleo-f103rb\stm32f1xx_ll_tim.o: ..\Inc\stm32_assert.h

View file

@ -2,11 +2,11 @@ nucleo-f103rb\stm32f1xx_ll_utils.o: ..\LLDrivers\src\stm32f1xx_ll_utils.c
nucleo-f103rb\stm32f1xx_ll_utils.o: ..\LLDrivers\inc\stm32f1xx_ll_rcc.h
nucleo-f103rb\stm32f1xx_ll_utils.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_utils.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\stm32f1xx_ll_utils.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\stm32f1xx_ll_utils.o: ..\Inc\system_stm32f1xx.h
nucleo-f103rb\stm32f1xx_ll_utils.o: ..\LLDrivers\inc\stm32f1xx_ll_utils.h
nucleo-f103rb\stm32f1xx_ll_utils.o: ..\LLDrivers\inc\stm32f1xx_ll_system.h

View file

@ -1,9 +1,9 @@
nucleo-f103rb\system_stm32f1xx.o: ../Src/system_stm32f1xx.c
nucleo-f103rb\system_stm32f1xx.o: ..\Inc\stm32f1xx.h
nucleo-f103rb\system_stm32f1xx.o: ..\Inc\stm32f103xb.h
nucleo-f103rb\system_stm32f1xx.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\system_stm32f1xx.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\core_cm3.h
nucleo-f103rb\system_stm32f1xx.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
nucleo-f103rb\system_stm32f1xx.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\system_stm32f1xx.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\system_stm32f1xx.o: C:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\system_stm32f1xx.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_version.h
nucleo-f103rb\system_stm32f1xx.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_compiler.h
nucleo-f103rb\system_stm32f1xx.o: C:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include\cmsis_armcc.h
nucleo-f103rb\system_stm32f1xx.o: ..\Inc\system_stm32f1xx.h

File diff suppressed because one or more lines are too long

View file

@ -338,7 +338,7 @@
<SetRegEntry>
<Number>0</Number>
<Key>DLGDARM</Key>
<Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(100=-1,-1,-1,-1,0)(110=-1,-1,-1,-1,0)(111=-1,-1,-1,-1,0)(1011=-1,-1,-1,-1,0)(180=-1,-1,-1,-1,0)(120=-1,-1,-1,-1,0)(121=-1,-1,-1,-1,0)(122=-1,-1,-1,-1,0)(123=-1,-1,-1,-1,0)(140=-1,-1,-1,-1,0)(240=-1,-1,-1,-1,0)(190=-1,-1,-1,-1,0)(200=-1,-1,-1,-1,0)(170=-1,-1,-1,-1,0)(130=-1,-1,-1,-1,0)(131=-1,-1,-1,-1,0)(132=-1,-1,-1,-1,0)(133=-1,-1,-1,-1,0)(160=-1,-1,-1,-1,0)(161=-1,-1,-1,-1,0)(162=-1,-1,-1,-1,0)(210=-1,-1,-1,-1,0)(211=-1,-1,-1,-1,0)(220=-1,-1,-1,-1,0)(221=-1,-1,-1,-1,0)(230=-1,-1,-1,-1,0)(234=-1,-1,-1,-1,0)(231=-1,-1,-1,-1,0)(232=-1,-1,-1,-1,0)(233=-1,-1,-1,-1,0)(150=-1,-1,-1,-1,0)(151=-1,-1,-1,-1,0)</Name>
<Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(100=-1,-1,-1,-1,0)(110=-1,-1,-1,-1,0)(111=-1,-1,-1,-1,0)(1011=-1,-1,-1,-1,0)(180=-1,-1,-1,-1,0)(120=-1,-1,-1,-1,0)(121=-1,-1,-1,-1,0)(122=-1,-1,-1,-1,0)(123=-1,-1,-1,-1,0)(140=-1,-1,-1,-1,0)(240=-1,-1,-1,-1,0)(190=-1,-1,-1,-1,0)(200=-1,-1,-1,-1,0)(170=-1,-1,-1,-1,0)(130=-1,-1,-1,-1,0)(131=-1,-1,-1,-1,0)(132=-1,-1,-1,-1,0)(133=-1,-1,-1,-1,0)(160=-1,-1,-1,-1,0)(161=-1,-1,-1,-1,0)(162=-1,-1,-1,-1,0)(210=-1,-1,-1,-1,0)(211=-1,-1,-1,-1,0)(220=-1,-1,-1,-1,0)(221=-1,-1,-1,-1,0)(230=-1,-1,-1,-1,0)(234=-1,-1,-1,-1,0)(231=-1,-1,-1,-1,0)(232=-1,-1,-1,-1,0)(233=-1,-1,-1,-1,0)(150=477,78,1277,1001,0)(151=-1,-1,-1,-1,0)</Name>
</SetRegEntry>
<SetRegEntry>
<Number>0</Number>
@ -371,7 +371,47 @@
<Name>-U-O142 -O2254 -S0 -C0 -A0 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_128.FLM -FS08000000 -FL020000 -FP0($$Device:STM32F103RB$Flash\STM32F10x_128.FLM)</Name>
</SetRegEntry>
</TargetDriverDllRegistry>
<Breakpoint/>
<Breakpoint>
<Bp>
<Number>0</Number>
<Type>0</Type>
<LineNumber>45</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>134221404</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
<SizeOfObject>0</SizeOfObject>
<BreakByAccess>0</BreakByAccess>
<BreakIfRCount>1</BreakIfRCount>
<Filename>../Src/main.c</Filename>
<ExecCommand></ExecCommand>
<Expression>\\NUCLEO_F103RB\../Src/main.c\45</Expression>
</Bp>
<Bp>
<Number>1</Number>
<Type>0</Type>
<LineNumber>49</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>0</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
<SizeOfObject>0</SizeOfObject>
<BreakByAccess>0</BreakByAccess>
<BreakIfRCount>0</BreakIfRCount>
<Filename>../Src/main.c</Filename>
<ExecCommand></ExecCommand>
<Expression></Expression>
</Bp>
</Breakpoint>
<WatchWindow1>
<Ww>
<count>0</count>
<WinNumber>1</WinNumber>
<ItemText>roulis</ItemText>
</Ww>
</WatchWindow1>
<Tracepoint>
<THDelay>0</THDelay>
</Tracepoint>
@ -416,13 +456,9 @@
<pMultCmdsp></pMultCmdsp>
<SystemViewers>
<Entry>
<Name>System Viewer\GPIOB</Name>
<Name>System Viewer\RCC</Name>
<WinId>35905</WinId>
</Entry>
<Entry>
<Name>System Viewer\GPIOC</Name>
<WinId>35904</WinId>
</Entry>
</SystemViewers>
<DebugDescription>
<Enable>1</Enable>
@ -464,7 +500,7 @@
<GroupNumber>2</GroupNumber>
<FileNumber>2</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\Services\Chrono.c</PathWithFileName>
@ -608,6 +644,18 @@
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
<File>
<GroupNumber>4</GroupNumber>
<FileNumber>13</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>..\LLDrivers\src\stm32f1xx_ll_adc.c</PathWithFileName>
<FilenameWithoutPath>stm32f1xx_ll_adc.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
</Group>
<Group>
@ -618,7 +666,7 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>5</GroupNumber>
<FileNumber>13</FileNumber>
<FileNumber>14</FileNumber>
<FileType>5</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -638,7 +686,7 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>6</GroupNumber>
<FileNumber>14</FileNumber>
<FileNumber>15</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
@ -658,7 +706,7 @@
<RteFlg>0</RteFlg>
<File>
<GroupNumber>7</GroupNumber>
<FileNumber>15</FileNumber>
<FileNumber>16</FileNumber>
<FileType>2</FileType>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>

View file

@ -457,6 +457,11 @@
<FileType>1</FileType>
<FilePath>..\LLDrivers\src\stm32f1xx_ll_gpio.c</FilePath>
</File>
<File>
<FileName>stm32f1xx_ll_adc.c</FileName>
<FileType>1</FileType>
<FilePath>..\LLDrivers\src\stm32f1xx_ll_adc.c</FilePath>
</File>
</Files>
</Group>
<Group>
@ -498,7 +503,7 @@
<TargetName>Simulateur</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060422::V5.06 update 4 (build 422)::ARMCC</pCCUsed>
<pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
<uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
@ -826,7 +831,7 @@
<MiscControls>--C99</MiscControls>
<Define>STM32F103xB,USE_FULL_LL_DRIVER,HSE_VALUE=8000000U,USE_FULL_ASSERT</Define>
<Undefine></Undefine>
<IncludePath>..\Inc;..\LLDrivers\inc;..\Services;..\MyDrivers</IncludePath>
<IncludePath>..\Inc;..\LLDrivers\inc;..\Services;..\MyDrivers;..\MDK-ARM</IncludePath>
</VariousControls>
</Cads>
<Aads>
@ -889,16 +894,169 @@
<FileName>RF_input.c</FileName>
<FileType>1</FileType>
<FilePath>.\RF_input.c</FilePath>
<FileOption>
<CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
</FileArmAds>
</FileOption>
</File>
<File>
<FileName>RF_output.c</FileName>
<FileType>1</FileType>
<FilePath>.\RF_output.c</FilePath>
<FileOption>
<CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
</FileArmAds>
</FileOption>
</File>
<File>
<FileName>Battery_status.c</FileName>
<FileType>1</FileType>
<FilePath>.\Battery_status.c</FilePath>
<FileOption>
<CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
</FileArmAds>
</FileOption>
</File>
<File>
<FileName>accelerometer.c</FileName>
@ -909,6 +1067,57 @@
<FileName>RTC.c</FileName>
<FileType>1</FileType>
<FilePath>.\RTC.c</FilePath>
<FileOption>
<CommonProperty>
<UseCPPCompiler>2</UseCPPCompiler>
<RVCTCodeConst>0</RVCTCodeConst>
<RVCTZI>0</RVCTZI>
<RVCTOtherData>0</RVCTOtherData>
<ModuleSelection>0</ModuleSelection>
<IncludeInBuild>0</IncludeInBuild>
<AlwaysBuild>2</AlwaysBuild>
<GenerateAssemblyFile>2</GenerateAssemblyFile>
<AssembleAssemblyFile>2</AssembleAssemblyFile>
<PublicsOnly>2</PublicsOnly>
<StopOnExitCode>11</StopOnExitCode>
<CustomArgument></CustomArgument>
<IncludeLibraryModules></IncludeLibraryModules>
<ComprImg>1</ComprImg>
</CommonProperty>
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
<Strict>2</Strict>
<EnumInt>2</EnumInt>
<PlainCh>2</PlainCh>
<Ropi>2</Ropi>
<Rwpi>2</Rwpi>
<wLevel>0</wLevel>
<uThumb>2</uThumb>
<uSurpInc>2</uSurpInc>
<uC99>2</uC99>
<uGnu>2</uGnu>
<useXO>2</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>
<vShortEn>2</vShortEn>
<vShortWch>2</vShortWch>
<v6Lto>2</v6Lto>
<v6WtE>2</v6WtE>
<v6Rtti>2</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Cads>
</FileArmAds>
</FileOption>
</File>
</Files>
</Group>
@ -945,6 +1154,11 @@
<FileType>1</FileType>
<FilePath>..\LLDrivers\src\stm32f1xx_ll_gpio.c</FilePath>
</File>
<File>
<FileName>stm32f1xx_ll_adc.c</FileName>
<FileType>1</FileType>
<FilePath>..\LLDrivers\src\stm32f1xx_ll_adc.c</FilePath>
</File>
</Files>
</Group>
<Group>

View file

@ -0,0 +1,54 @@
#include "stm32f1xx_ll_adc.h"
#include "stm32f1xx_ll_bus.h"
#include "stm32f1xx_ll_rcc.h"
#include "math.h"
void accelero_init(void){
RCC -> CFGR |= (0x1<<15);
RCC-> CFGR &= ~ (0x1<<14);
LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_ADC1);
LL_ADC_REG_InitTypeDef adc;
adc.TriggerSource = LL_ADC_REG_TRIG_SOFTWARE ;
adc.SequencerLength = LL_ADC_REG_SEQ_SCAN_DISABLE;
adc.SequencerDiscont = LL_ADC_REG_SEQ_DISCONT_1RANK;
adc.ContinuousMode = LL_ADC_REG_CONV_SINGLE;
adc.DMATransfer = LL_ADC_REG_DMA_TRANSFER_NONE;
LL_ADC_REG_Init(ADC1, &adc);
LL_ADC_Enable(ADC1);
}
int accelero_roulis(void){
int x=0;
int y=0;
int angle;
LL_ADC_SetAnalogWDMonitChannels(ADC1, LL_ADC_AWD_CHANNEL_10_REG);
LL_ADC_REG_StartConversionSWStart(ADC1);
while (LL_ADC_IsActiveFlag_EOS(ADC1) != 1){
//__asm__"nope";
}
x = LL_ADC_REG_ReadConversionData32(ADC1);
LL_ADC_SetAnalogWDMonitChannels(ADC1, LL_ADC_AWD_CHANNEL_11_REG);
while (LL_ADC_IsActiveFlag_EOS(ADC1) != 1){
//__asm__"nope";
}
y = LL_ADC_REG_ReadConversionData32(ADC1);
angle = atan(x/y);
if (angle>40.0) {
return 1;
}else {
return 0;
}
//le flag EOC n'est jamais mis à un ....
// Soit la conversion est mal faite soit on n'utilise pas bien la simulation
//soit on n'utilise pas bien isActiveFlag dans la boucle
}

View file

@ -0,0 +1,18 @@
// RIEN A MODIFIER //
#ifndef ACCELERO_H
#define ACCELERO_H
#include "stm32f103xb.h"
/* =====================================================================================
Les fonctions qui gèrent les IO (ajout par rapport à l'activité 1)
=======================================================================================*/
void accelero_init(void);
int accelero_roulis(void);
#endif

View file

View file

@ -463,12 +463,12 @@ ARM Macro Assembler Page 8
00000000
Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M3 --apcs=interw
ork --depend=nucleo-f103rb\startup_stm32f103xb.d -onucleo-f103rb\startup_stm32f
103xb.o -I.\RTE\_NUCLEO-F103RB -IC:\Users\jaspe\AppData\Local\Arm\Packs\ARM\CMS
IS\5.7.0\CMSIS\Core\Include -IC:\Users\jaspe\AppData\Local\Arm\Packs\Keil\STM32
F1xx_DFP\2.3.0\Device\Include --predefine="__EVAL SETA 1" --predefine="__MICROL
IB SETA 1" --predefine="__UVISION_VERSION SETA 531" --predefine="_RTE_ SETA 1"
--predefine="STM32F10X_MD SETA 1" --predefine="_RTE_ SETA 1" --list=startup_stm
32f103xb.lst startup_stm32f103xb.s
103xb.o -I.\RTE\_Simulateur -IC:\Users\momof\AppData\Local\Arm\Packs\ARM\CMSIS\
5.6.0\CMSIS\Core\Include -IC:\Users\momof\AppData\Local\Arm\Packs\Keil\STM32F1x
x_DFP\2.3.0\Device\Include --predefine="__EVAL SETA 1" --predefine="__MICROLIB
SETA 1" --predefine="__UVISION_VERSION SETA 529" --predefine="_RTE_ SETA 1" --p
redefine="STM32F10X_MD SETA 1" --list=startup_stm32f103xb.lst startup_stm32f103
xb.s

View file

@ -21,6 +21,7 @@
#include "stm32f1xx_ll_system.h" // utile dans la fonction SystemClock_Config
#include "Chrono.h"
#include "accelerometer.h"
void SystemClock_Config(void);
@ -32,31 +33,21 @@ void SystemClock_Config(void);
* @retval None
*/
int roulis;
int main(void)
{
/* Configure the system clock to 72 MHz */
SystemClock_Config();
/*GPIOB->CRH &= ~GPIO_CRH_CNF8_1;
GPIOB->CRH |= GPIO_CRH_CNF8_0; // set cnf to 01 -> floating input
GPIOB->CRH &= ~GPIO_CRH_MODE8; // set mode to 00 -> input
GPIOC->CRH &= ~GPIO_CRH_CNF10; // set cnf to 00 -> push-pull
GPIOC->CRH &= ~GPIO_CRH_MODE10;
GPIOC->CRH |= GPIO_CRH_MODE10_1; // set mode to 10 -> output at 2 mhz (recommended to use minimum speed)
*/
/* Add your application code here */
// Configuration chronomètre
Chrono_Conf(TIM3);
// Lancement chronomètre
Chrono_Start();
accelero_init();
while(1){
roulis = accelero_roulis();
}
/* Infinite loop */
while (1)
{