From 9ea96abf75286e7f17525ca7f45f7f706bbf3ce2 Mon Sep 17 00:00:00 2001 From: DarkArc <2350230863@qq.com> Date: Sat, 23 Apr 2022 13:38:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=BA=E6=A2=B0=E8=87=82?= =?UTF-8?q?=E4=BB=BF=E7=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- STM32F407VE/.vscode/keil-assistant.log | 4 + STM32F407VE/.vscode/uv4.log | 49 +- STM32F407VE/.vscode/uv4.log.lock | 2 +- STM32F407VE/Listings/STM32F407VE.map | 2118 +++++++------- STM32F407VE/Objects/STM32F407VE.axf | Bin 499168 -> 787188 bytes STM32F407VE/Objects/STM32F407VE.build_log.htm | 57 +- STM32F407VE/Objects/STM32F407VE.htm | 2575 +++++++++-------- .../Objects/STM32F407VE_STM32F407VE.dep | 4 +- STM32F407VE/Objects/armsolution.crf | Bin 462102 -> 462151 bytes STM32F407VE/Objects/armsolution.o | Bin 505124 -> 505684 bytes STM32F407VE/Objects/pid.crf | Bin 473323 -> 473323 bytes STM32F407VE/Objects/pid.o | Bin 531360 -> 531360 bytes STM32F407VE/User/ArmSolution.c | 8 +- STM32F407VE/User/PID.c | 2 +- .../3_4_1_SPIFFS_File_server.ino | 105 + .../data/JavaScript.js | 5 + .../3_4_1_SPIFFS_File_server/data/clock.js | 30 + .../3_4_1_SPIFFS_File_server/data/favicon.ico | Bin 0 -> 16958 bytes .../data/img/taichi-maker.jpg | Bin 0 -> 34044 bytes .../3_4_1_SPIFFS_File_server/data/index.html | 24 + .../3_4_1_SPIFFS_File_server/data/main.css | 8 + .../3_4_5_SPIFFS_PWM_Control_Server.ino | 145 + .../data/img/taichi-maker.jpg | Bin 0 -> 34044 bytes .../data/index.html | 48 + .../data/jquery.min.js | 2 + .../data/knob.js | 805 ++++++ ...02\344\273\277\347\234\237.cpython-37.pyc" | Bin 5902 -> 5902 bytes ...02\350\247\243\347\256\227.cpython-37.pyc" | Bin 2405 -> 2398 bytes ...0\350\207\202\344\273\277\347\234\237.exe" | Bin 35887047 -> 35887046 bytes ...60\350\207\202\344\273\277\347\234\237.py" | 8 +- ...60\350\207\202\350\247\243\347\256\227.py" | 5 +- 31 files changed, 3703 insertions(+), 2301 deletions(-) create mode 100644 esp8266/3_4_1_SPIFFS_File_server/3_4_1_SPIFFS_File_server.ino create mode 100644 esp8266/3_4_1_SPIFFS_File_server/data/JavaScript.js create mode 100644 esp8266/3_4_1_SPIFFS_File_server/data/clock.js create mode 100644 esp8266/3_4_1_SPIFFS_File_server/data/favicon.ico create mode 100644 esp8266/3_4_1_SPIFFS_File_server/data/img/taichi-maker.jpg create mode 100644 esp8266/3_4_1_SPIFFS_File_server/data/index.html create mode 100644 esp8266/3_4_1_SPIFFS_File_server/data/main.css create mode 100644 esp8266/3_4_5_SPIFFS_PWM_Control_Server/3_4_5_SPIFFS_PWM_Control_Server.ino create mode 100644 esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/img/taichi-maker.jpg create mode 100644 esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/index.html create mode 100644 esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/jquery.min.js create mode 100644 esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/knob.js diff --git a/STM32F407VE/.vscode/keil-assistant.log b/STM32F407VE/.vscode/keil-assistant.log index 89d535b..13b8299 100644 --- a/STM32F407VE/.vscode/keil-assistant.log +++ b/STM32F407VE/.vscode/keil-assistant.log @@ -93,3 +93,7 @@ [info] Log at : 2022/4/22|23:44:05|GMT+0800 +[info] Log at : 2022/4/22|23:44:09|GMT+0800 + +[info] Log at : 2022/4/23|09:50:57|GMT+0800 + diff --git a/STM32F407VE/.vscode/uv4.log b/STM32F407VE/.vscode/uv4.log index 9b00c70..be4fff9 100644 --- a/STM32F407VE/.vscode/uv4.log +++ b/STM32F407VE/.vscode/uv4.log @@ -1,46 +1,3 @@ -*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\works\Keil_v5\ARM\ARMCC\Bin' -Rebuild target 'STM32F407VE' -compiling stm32f4xx_it.c... -compiling KeyLed.c... -compiling system_stm32f4xx.c... -compiling delay.c... -compiling main.c... -User\main.c(132): warning: #128-D: loop is not reachable - while (1) -User\main.c: 1 warning, 0 errors -compiling stdout_user.c... -compiling BTModule.c... -compiling MotorController.c... -compiling amt1450_uart.c... -compiling tcrt5000.c... -compiling MotorDriver.c... -assembling startup_stm32f40_41xxx.s... -compiling DFS_Map.c... -compiling PID.c... -User\PID.c(356): warning: #550-D: variable "crossing_flag" was set but never used - int crossing_flag = 0; -User\PID.c: 1 warning, 0 errors -compiling NanoCommunication.c... -compiling ArmSolution.c... -User\ArmSolution.c(220): warning: #223-D: function "printf" declared implicitly - printf("解算错误\n"); -User\ArmSolution.c(239): warning: #223-D: function "printf" declared implicitly - printf("解算错误\n"); -User\ArmSolution.c(321): warning: #223-D: function "printf" declared implicitly - printf("抓取完一个\n"); -User\ArmSolution.c: 3 warnings, 0 errors -compiling stm32f4xx_rcc.c... -Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c(3192): error: At end of source: #5: cannot open source input file ".\objects\stm32f4xx_rcc.crf": Invalid argument -Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c: 0 warnings, 1 error -compiling stm32f4xx_adc.c... -compiling stm32f4xx_usart.c... -compiling stm32f4xx_gpio.c... -compiling misc.c... -compiling stm32f4xx_i2c.c... -compiling retarget_io.c... -compiling stm32f4xx_dma.c... -compiling stm32f4xx_tim.c... -compiling stm32f4xx_dcmi.c... -".\Objects\STM32F407VE.axf" - 1 Error(s), 5 Warning(s). -Target not created. -Build Time Elapsed: 00:00:04 +Load "c:\\Users\\Arc\\Documents\\codeProjects\\Shopping_Robot\\STM32F407VE\\Objects\\STM32F407VE.axf" +Erase Done.Programming Done.Verify OK.Application running ... +Flash Load finished at 12:52:18 diff --git a/STM32F407VE/.vscode/uv4.log.lock b/STM32F407VE/.vscode/uv4.log.lock index 995d1b2..03a448d 100644 --- a/STM32F407VE/.vscode/uv4.log.lock +++ b/STM32F407VE/.vscode/uv4.log.lock @@ -1 +1 @@ -2022/4/22 19:20:11 \ No newline at end of file +2022/4/23 12:52:18 \ No newline at end of file diff --git a/STM32F407VE/Listings/STM32F407VE.map b/STM32F407VE/Listings/STM32F407VE.map index b488814..68562be 100644 --- a/STM32F407VE/Listings/STM32F407VE.map +++ b/STM32F407VE/Listings/STM32F407VE.map @@ -363,6 +363,9 @@ Section Cross References armsolution.o(i.ArmDriver_Init) refers to misc.o(i.NVIC_Init) for NVIC_Init armsolution.o(i.ArmDriver_Init) refers to stm32f4xx_tim.o(i.TIM_ClearFlag) for TIM_ClearFlag armsolution.o(i.ArmDriver_Init) refers to stm32f4xx_tim.o(i.TIM_ITConfig) for TIM_ITConfig + armsolution.o(i.ArmSolution) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent + armsolution.o(i.ArmSolution) refers to _printf_f.o(.ARM.Collect$$_printf_percent$$00000003) for _printf_f + armsolution.o(i.ArmSolution) refers to printf1.o(x$fpl$printf1) for _printf_fp_dec armsolution.o(i.ArmSolution) refers to sqrt.o(i.__hardfp_sqrt) for __hardfp_sqrt armsolution.o(i.ArmSolution) refers to d2f.o(x$fpl$d2f) for __aeabi_d2f armsolution.o(i.ArmSolution) refers to daddsub_clz.o(x$fpl$dsub) for __aeabi_dsub @@ -476,6 +479,7 @@ Section Cross References __printf_flags_ss_wp.o(.text) refers to _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) for _printf_percent __printf_flags_ss_wp.o(.text) refers to __printf_flags_ss_wp.o(.constdata) for .constdata _printf_d.o(.ARM.Collect$$_printf_percent$$00000009) refers (Weak) to _printf_dec.o(.text) for _printf_int_dec + _printf_f.o(.ARM.Collect$$_printf_percent$$00000003) refers (Weak) to printf1.o(x$fpl$printf1) for _printf_fp_dec _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) refers (Special) to _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017) for _printf_percent_end __main.o(!!!main) refers to __rtentry.o(.ARM.Collect$$rtentry$$00000000) for __rt_entry d2f.o(x$fpl$d2f) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp @@ -517,6 +521,7 @@ Section Cross References f2d.o(x$fpl$f2d) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp f2d.o(x$fpl$f2d) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf f2d.o(x$fpl$f2d) refers to dretinf.o(x$fpl$dretinf) for __fpl_dretinf + printf1.o(x$fpl$printf1) refers to _printf_fp_dec.o(.text) for _printf_fp_dec_real acos.o(i.__hardfp_acos) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp acos.o(i.__hardfp_acos) refers to dunder.o(i.__mathlib_dbl_infnan) for __mathlib_dbl_infnan acos.o(i.__hardfp_acos) refers to _rserrno.o(.text) for __set_errno @@ -694,6 +699,16 @@ Section Cross References __rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry2.o(.ARM.Collect$$rtentry$$00000002) for __rt_entry_presh_1 __rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to __rtentry4.o(.ARM.Collect$$rtentry$$00000004) for __rt_entry_sh _rserrno.o(.text) refers to rt_errno_addr_intlibspace.o(.text) for __aeabi_errno_addr + _printf_fp_dec.o(.text) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + _printf_fp_dec.o(.text) refers (Special) to lc_numeric_c.o(locale$$code) for _get_lc_numeric + _printf_fp_dec.o(.text) refers to bigflt0.o(.text) for _btod_etento + _printf_fp_dec.o(.text) refers to btod.o(CL$$btod_d2e) for _btod_d2e + _printf_fp_dec.o(.text) refers to btod.o(CL$$btod_ediv) for _btod_ediv + _printf_fp_dec.o(.text) refers to btod.o(CL$$btod_emul) for _btod_emul + _printf_fp_dec.o(.text) refers to lludiv10.o(.text) for _ll_udiv10 + _printf_fp_dec.o(.text) refers to fpclassify.o(i.__ARM_fpclassify) for __ARM_fpclassify + _printf_fp_dec.o(.text) refers to _printf_fp_infnan.o(.text) for _printf_fp_infnan + _printf_fp_dec.o(.text) refers to rt_locale_intlibspace.o(.text) for __rt_locale _printf_char_file.o(.text) refers to _printf_char_common.o(.text) for _printf_char_common _printf_char_file.o(.text) refers to ferror.o(.text) for ferror _printf_char_file.o(.text) refers to btmodule.o(i.fputc) for fputc @@ -786,9 +801,38 @@ Section Cross References __rtentry2.o(.ARM.exidx) refers to __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) for .ARM.Collect$$rtentry$$0000000D __rtentry4.o(.ARM.Collect$$rtentry$$00000004) refers to sys_stackheap_outer.o(.text) for __user_setup_stackheap __rtentry4.o(.ARM.exidx) refers to __rtentry4.o(.ARM.Collect$$rtentry$$00000004) for .ARM.Collect$$rtentry$$00000004 + rt_locale.o(.text) refers to rt_locale.o(.bss) for __rt_locale_data + rt_locale_intlibspace.o(.text) refers to libspace.o(.bss) for __libspace_start rt_errno_addr.o(.text) refers to rt_errno_addr.o(.bss) for __aeabi_errno_addr_data rt_errno_addr_intlibspace.o(.text) refers to libspace.o(.bss) for __libspace_start - _printf_char_common.o(.text) refers to __printf.o(.text) for __printf + _printf_char_common.o(.text) refers to __printf_ss_wp.o(.text) for __printf + bigflt0.o(.text) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + bigflt0.o(.text) refers to btod.o(CL$$btod_emul) for _btod_emul + bigflt0.o(.text) refers to btod.o(CL$$btod_ediv) for _btod_ediv + bigflt0.o(.text) refers to bigflt0.o(.constdata) for .constdata + bigflt0.o(.constdata) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_d2e) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_d2e) refers to btod.o(CL$$btod_d2e_norm_op1) for _d2e_norm_op1 + btod.o(CL$$btod_d2e_norm_op1) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_d2e_norm_op1) refers to btod.o(CL$$btod_d2e_denorm_low) for _d2e_denorm_low + btod.o(CL$$btod_d2e_denorm_low) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_emul) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_emul) refers to btod.o(CL$$btod_mult_common) for __btod_mult_common + btod.o(CL$$btod_emul) refers to btod.o(CL$$btod_e2e) for _e2e + btod.o(CL$$btod_ediv) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_ediv) refers to btod.o(CL$$btod_div_common) for __btod_div_common + btod.o(CL$$btod_ediv) refers to btod.o(CL$$btod_e2e) for _e2e + btod.o(CL$$btod_emuld) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_emuld) refers to btod.o(CL$$btod_mult_common) for __btod_mult_common + btod.o(CL$$btod_emuld) refers to btod.o(CL$$btod_e2d) for _e2d + btod.o(CL$$btod_edivd) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_edivd) refers to btod.o(CL$$btod_div_common) for __btod_div_common + btod.o(CL$$btod_edivd) refers to btod.o(CL$$btod_e2d) for _e2d + btod.o(CL$$btod_e2e) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_e2d) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_e2d) refers to btod.o(CL$$btod_e2e) for _e2e + btod.o(CL$$btod_mult_common) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp + btod.o(CL$$btod_div_common) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp initio.o(.text) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000024) for __rt_lib_init_stdio_2 initio.o(.text) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000003) for __rt_lib_shutdown_stdio_2 initio.o(.text) refers to rt_memclr_w.o(.text) for __aeabi_memclr4 @@ -820,6 +864,11 @@ Section Cross References initio_locked.o(.text) refers to stdio_streams.o(.data) for __aeabi_stderr initio_locked.o(.text) refers to streamlock.o(.data) for _stream_list_lock initio_locked.o(.text) refers to retarget_io.o(.constdata) for __stdin_name + lc_numeric_c.o(locale$$data) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000016) for __rt_lib_init_lc_numeric_2 + lc_numeric_c.o(locale$$code) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000016) for __rt_lib_init_lc_numeric_2 + lc_numeric_c.o(locale$$code) refers to strcmpv7m.o(.text) for strcmp + lc_numeric_c.o(locale$$code) refers to lc_numeric_c.o(locale$$data) for __lcnum_c_name + istatus.o(x$fpl$ieeestatus) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp libspace.o(.text) refers to libspace.o(.bss) for __libspace_start sys_stackheap_outer.o(.text) refers to libspace.o(.text) for __user_perproc_libspace sys_stackheap_outer.o(.text) refers to startup_stm32f40_41xxx.o(.text) for __user_initial_stackheap @@ -924,10 +973,12 @@ Section Cross References libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000C) for __rt_lib_init_user_alloc_1 libinit2.o(.ARM.Collect$$libinit$$00000001) refers to fpinit.o(x$fpl$fpinit) for _fp_init libinit2.o(.ARM.Collect$$libinit$$00000005) refers (Weak) to init_alloc.o(.text) for _init_alloc + libinit2.o(.ARM.Collect$$libinit$$0000000F) refers (Weak) to rt_locale_intlibspace.o(.text) for __rt_locale libinit2.o(.ARM.Collect$$libinit$$00000010) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F libinit2.o(.ARM.Collect$$libinit$$00000012) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F libinit2.o(.ARM.Collect$$libinit$$00000014) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F libinit2.o(.ARM.Collect$$libinit$$00000016) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F + libinit2.o(.ARM.Collect$$libinit$$00000016) refers (Weak) to lc_numeric_c.o(locale$$code) for _get_lc_numeric libinit2.o(.ARM.Collect$$libinit$$00000018) refers to libinit2.o(.ARM.Collect$$libinit$$0000000F) for .ARM.Collect$$libinit$$0000000F libinit2.o(.ARM.Collect$$libinit$$00000024) refers (Weak) to initio.o(.text) for _initio libinit2.o(.ARM.Collect$$libinit$$00000026) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer @@ -1412,120 +1463,130 @@ Image Symbol Table Symbol Name Value Ov Type Size Object(Section) + ../clib/angel/boardlib.s 0x00000000 Number 0 boardshut.o ABSOLUTE ../clib/angel/boardlib.s 0x00000000 Number 0 boardinit1.o ABSOLUTE ../clib/angel/boardlib.s 0x00000000 Number 0 boardinit2.o ABSOLUTE ../clib/angel/boardlib.s 0x00000000 Number 0 boardinit3.o ABSOLUTE - ../clib/angel/boardlib.s 0x00000000 Number 0 boardshut.o ABSOLUTE - ../clib/angel/handlers.s 0x00000000 Number 0 __scatter_copy.o ABSOLUTE ../clib/angel/handlers.s 0x00000000 Number 0 __scatter_zi.o ABSOLUTE - ../clib/angel/kernel.s 0x00000000 Number 0 rtexit2.o ABSOLUTE + ../clib/angel/handlers.s 0x00000000 Number 0 __scatter_copy.o ABSOLUTE + ../clib/angel/kernel.s 0x00000000 Number 0 __rtentry.o ABSOLUTE ../clib/angel/kernel.s 0x00000000 Number 0 __rtentry2.o ABSOLUTE ../clib/angel/kernel.s 0x00000000 Number 0 __rtentry4.o ABSOLUTE ../clib/angel/kernel.s 0x00000000 Number 0 rtexit.o ABSOLUTE - ../clib/angel/kernel.s 0x00000000 Number 0 __rtentry.o ABSOLUTE - ../clib/angel/rt.s 0x00000000 Number 0 rt_raise.o ABSOLUTE - ../clib/angel/rt.s 0x00000000 Number 0 rt_errno_addr.o ABSOLUTE + ../clib/angel/kernel.s 0x00000000 Number 0 rtexit2.o ABSOLUTE ../clib/angel/rt.s 0x00000000 Number 0 rt_errno_addr_intlibspace.o ABSOLUTE - ../clib/angel/rt.s 0x00000000 Number 0 rt_heap_descriptor.o ABSOLUTE ../clib/angel/rt.s 0x00000000 Number 0 rt_heap_descriptor_intlibspace.o ABSOLUTE + ../clib/angel/rt.s 0x00000000 Number 0 rt_locale_intlibspace.o ABSOLUTE + ../clib/angel/rt.s 0x00000000 Number 0 rt_errno_addr.o ABSOLUTE + ../clib/angel/rt.s 0x00000000 Number 0 rt_locale.o ABSOLUTE + ../clib/angel/rt.s 0x00000000 Number 0 rt_raise.o ABSOLUTE + ../clib/angel/rt.s 0x00000000 Number 0 rt_heap_descriptor.o ABSOLUTE ../clib/angel/scatter.s 0x00000000 Number 0 __scatter.o ABSOLUTE ../clib/angel/startup.s 0x00000000 Number 0 __main.o ABSOLUTE - ../clib/angel/sys.s 0x00000000 Number 0 sys_stackheap_outer.o ABSOLUTE - ../clib/angel/sys.s 0x00000000 Number 0 indicate_semi.o ABSOLUTE ../clib/angel/sys.s 0x00000000 Number 0 use_no_semi.o ABSOLUTE - ../clib/angel/sys.s 0x00000000 Number 0 libspace.o ABSOLUTE ../clib/angel/sys.s 0x00000000 Number 0 mutex_dummy.o ABSOLUTE - ../clib/angel/sysapp.c 0x00000000 Number 0 sys_command.o ABSOLUTE - ../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch.o ABSOLUTE + ../clib/angel/sys.s 0x00000000 Number 0 sys_stackheap_outer.o ABSOLUTE + ../clib/angel/sys.s 0x00000000 Number 0 libspace.o ABSOLUTE + ../clib/angel/sys.s 0x00000000 Number 0 indicate_semi.o ABSOLUTE ../clib/angel/sysapp.c 0x00000000 Number 0 sys_exit.o ABSOLUTE - ../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE + ../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch.o ABSOLUTE + ../clib/angel/sysapp.c 0x00000000 Number 0 sys_command.o ABSOLUTE ../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE ../clib/armsys.c 0x00000000 Number 0 no_argv.o ABSOLUTE + ../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE ../clib/armsys.c 0x00000000 Number 0 _get_argv_nomalloc.o ABSOLUTE ../clib/armsys.c 0x00000000 Number 0 _get_argv.o ABSOLUTE + ../clib/bigflt.c 0x00000000 Number 0 bigflt0.o ABSOLUTE + ../clib/btod.s 0x00000000 Number 0 btod.o ABSOLUTE ../clib/fenv.c 0x00000000 Number 0 _rserrno.o ABSOLUTE - ../clib/heap1.c 0x00000000 Number 0 h1_free_mt.o ABSOLUTE - ../clib/heap1.c 0x00000000 Number 0 h1_alloc_mt.o ABSOLUTE - ../clib/heap1.c 0x00000000 Number 0 h1_init.o ABSOLUTE - ../clib/heap1.c 0x00000000 Number 0 h1_extend.o ABSOLUTE - ../clib/heap1.c 0x00000000 Number 0 h1_alloc.o ABSOLUTE - ../clib/heap1.c 0x00000000 Number 0 h1_final.o ABSOLUTE ../clib/heap1.c 0x00000000 Number 0 h1_final_mt.o ABSOLUTE ../clib/heap1.c 0x00000000 Number 0 h1_extend_mt.o ABSOLUTE + ../clib/heap1.c 0x00000000 Number 0 h1_alloc_mt.o ABSOLUTE ../clib/heap1.c 0x00000000 Number 0 h1_init_mt.o ABSOLUTE + ../clib/heap1.c 0x00000000 Number 0 h1_free_mt.o ABSOLUTE + ../clib/heap1.c 0x00000000 Number 0 h1_extend.o ABSOLUTE + ../clib/heap1.c 0x00000000 Number 0 h1_init.o ABSOLUTE + ../clib/heap1.c 0x00000000 Number 0 h1_alloc.o ABSOLUTE ../clib/heap1.c 0x00000000 Number 0 h1_free.o ABSOLUTE + ../clib/heap1.c 0x00000000 Number 0 h1_final.o ABSOLUTE ../clib/heap2.c 0x00000000 Number 0 fdtree.o ABSOLUTE - ../clib/heap2.c 0x00000000 Number 0 heap2.o ABSOLUTE ../clib/heap2.c 0x00000000 Number 0 heap2mt.o ABSOLUTE - ../clib/heapalloc.c 0x00000000 Number 0 heapstubs.o ABSOLUTE + ../clib/heap2.c 0x00000000 Number 0 heap2.o ABSOLUTE + ../clib/heapalloc.c 0x00000000 Number 0 term_alloc.o ABSOLUTE + ../clib/heapalloc.c 0x00000000 Number 0 free.o ABSOLUTE + ../clib/heapalloc.c 0x00000000 Number 0 maybetermalloc2.o ABSOLUTE ../clib/heapalloc.c 0x00000000 Number 0 malloc.o ABSOLUTE ../clib/heapalloc.c 0x00000000 Number 0 init_alloc.o ABSOLUTE ../clib/heapalloc.c 0x00000000 Number 0 hguard.o ABSOLUTE + ../clib/heapalloc.c 0x00000000 Number 0 heapstubs.o ABSOLUTE + ../clib/heapalloc.c 0x00000000 Number 0 maybetermalloc2.o ABSOLUTE ../clib/heapalloc.c 0x00000000 Number 0 maybetermalloc1.o ABSOLUTE ../clib/heapalloc.c 0x00000000 Number 0 maybetermalloc1.o ABSOLUTE - ../clib/heapalloc.c 0x00000000 Number 0 maybetermalloc2.o ABSOLUTE - ../clib/heapalloc.c 0x00000000 Number 0 maybetermalloc2.o ABSOLUTE ../clib/heapalloc.c 0x00000000 Number 0 hrguard.o ABSOLUTE - ../clib/heapalloc.c 0x00000000 Number 0 term_alloc.o ABSOLUTE - ../clib/heapalloc.c 0x00000000 Number 0 free.o ABSOLUTE - ../clib/heapaux.c 0x00000000 Number 0 heapauxa.o ABSOLUTE ../clib/heapaux.c 0x00000000 Number 0 heapauxi.o ABSOLUTE - ../clib/libinit.s 0x00000000 Number 0 libshutdown2.o ABSOLUTE + ../clib/heapaux.c 0x00000000 Number 0 heapauxa.o ABSOLUTE ../clib/libinit.s 0x00000000 Number 0 libinit2.o ABSOLUTE - ../clib/libinit.s 0x00000000 Number 0 libshutdown.o ABSOLUTE ../clib/libinit.s 0x00000000 Number 0 libinit.o ABSOLUTE - ../clib/memcpset.s 0x00000000 Number 0 rt_memclr_w.o ABSOLUTE + ../clib/libinit.s 0x00000000 Number 0 libshutdown.o ABSOLUTE + ../clib/libinit.s 0x00000000 Number 0 libshutdown2.o ABSOLUTE + ../clib/locale.s 0x00000000 Number 0 lc_numeric_c.o ABSOLUTE + ../clib/longlong.s 0x00000000 Number 0 lludiv10.o ABSOLUTE ../clib/memcpset.s 0x00000000 Number 0 rt_memcpy_w.o ABSOLUTE + ../clib/memcpset.s 0x00000000 Number 0 rt_memclr_w.o ABSOLUTE ../clib/memcpset.s 0x00000000 Number 0 strcmpv7m.o ABSOLUTE - ../clib/printf.c 0x00000000 Number 0 __printf_ss.o ABSOLUTE - ../clib/printf.c 0x00000000 Number 0 __printf_flags.o ABSOLUTE + ../clib/misc.s 0x00000000 Number 0 printf_stubs.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 __printf_flags_wp.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 __printf_ss_wp.o ABSOLUTE ../clib/printf.c 0x00000000 Number 0 __printf_flags_ss_wp.o ABSOLUTE - ../clib/printf.c 0x00000000 Number 0 __printf_flags_ss.o ABSOLUTE ../clib/printf.c 0x00000000 Number 0 _printf_intcommon.o ABSOLUTE - ../clib/printf.c 0x00000000 Number 0 __printf_wp.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 _printf_fp_dec.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 __printf_nopercent.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 _printf_fp_infnan.o ABSOLUTE ../clib/printf.c 0x00000000 Number 0 _printf_char_file.o ABSOLUTE - ../clib/printf.c 0x00000000 Number 0 __printf_flags_wp.o ABSOLUTE - ../clib/printf.c 0x00000000 Number 0 __printf_ss_wp.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 _printf_char_common.o ABSOLUTE ../clib/printf.c 0x00000000 Number 0 __2printf.o ABSOLUTE ../clib/printf.c 0x00000000 Number 0 noretval__2printf.o ABSOLUTE ../clib/printf.c 0x00000000 Number 0 __printf.o ABSOLUTE - ../clib/printf.c 0x00000000 Number 0 __printf_nopercent.o ABSOLUTE - ../clib/printf.c 0x00000000 Number 0 _printf_char_common.o ABSOLUTE ../clib/printf.c 0x00000000 Number 0 _printf_dec.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 __printf_flags.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 __printf_ss.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 __printf_flags_ss.o ABSOLUTE + ../clib/printf.c 0x00000000 Number 0 __printf_wp.o ABSOLUTE ../clib/printf_percent.s 0x00000000 Number 0 _printf_d.o ABSOLUTE + ../clib/printf_percent.s 0x00000000 Number 0 _printf_f.o ABSOLUTE ../clib/printf_percent.s 0x00000000 Number 0 _printf_percent_end.o ABSOLUTE ../clib/printf_percent.s 0x00000000 Number 0 _printf_percent.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_rtred_outer.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_formal.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_outer.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_general.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 __raise.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_other.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_segv_inner.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_exit.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_cppl_inner.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_abrt_inner.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_pvfn_inner.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_inner.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_other.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_stak_inner.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_rtred_inner.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_fpe_inner.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_abrt_inner.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_rtred_outer.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_inner.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_rtred_inner.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_exit.o ABSOLUTE ../clib/signal.c 0x00000000 Number 0 defsig_rtred_formal.o ABSOLUTE - ../clib/signal.c 0x00000000 Number 0 defsig_rtmem_formal.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_cppl_inner.o ABSOLUTE + ../clib/signal.c 0x00000000 Number 0 defsig_segv_inner.o ABSOLUTE ../clib/signal.s 0x00000000 Number 0 defsig.o ABSOLUTE - ../clib/stdio.c 0x00000000 Number 0 ftell.o ABSOLUTE - ../clib/stdio.c 0x00000000 Number 0 initio.o ABSOLUTE + ../clib/stdio.c 0x00000000 Number 0 fclose.o ABSOLUTE + ../clib/stdio.c 0x00000000 Number 0 stdio_streams.o ABSOLUTE + ../clib/stdio.c 0x00000000 Number 0 fopen.o ABSOLUTE ../clib/stdio.c 0x00000000 Number 0 stdio.o ABSOLUTE ../clib/stdio.c 0x00000000 Number 0 fseek.o ABSOLUTE ../clib/stdio.c 0x00000000 Number 0 fopen_locked.o ABSOLUTE - ../clib/stdio.c 0x00000000 Number 0 setvbuf_locked.o ABSOLUTE - ../clib/stdio.c 0x00000000 Number 0 streamlock.o ABSOLUTE - ../clib/stdio.c 0x00000000 Number 0 fopen.o ABSOLUTE - ../clib/stdio.c 0x00000000 Number 0 fclose.o ABSOLUTE - ../clib/stdio.c 0x00000000 Number 0 stdio_streams.o ABSOLUTE + ../clib/stdio.c 0x00000000 Number 0 ferror.o ABSOLUTE ../clib/stdio.c 0x00000000 Number 0 ferror_locked.o ABSOLUTE + ../clib/stdio.c 0x00000000 Number 0 initio.o ABSOLUTE ../clib/stdio.c 0x00000000 Number 0 initio_locked.o ABSOLUTE + ../clib/stdio.c 0x00000000 Number 0 streamlock.o ABSOLUTE ../clib/stdio.c 0x00000000 Number 0 setvbuf.o ABSOLUTE - ../clib/stdio.c 0x00000000 Number 0 ferror.o ABSOLUTE + ../clib/stdio.c 0x00000000 Number 0 ftell.o ABSOLUTE + ../clib/stdio.c 0x00000000 Number 0 setvbuf_locked.o ABSOLUTE ../clib/stdlib.c 0x00000000 Number 0 exit.o ABSOLUTE ../fplib/basic.s 0x00000000 Number 0 basic.o ABSOLUTE ../fplib/d2f.s 0x00000000 Number 0 d2f.o ABSOLUTE @@ -1545,17 +1606,19 @@ Image Symbol Table ../fplib/fnaninf.s 0x00000000 Number 0 fnaninf.o ABSOLUTE ../fplib/fpinit.s 0x00000000 Number 0 fpinit.o ABSOLUTE ../fplib/fretinf.s 0x00000000 Number 0 fretinf.o ABSOLUTE + ../fplib/istatus.s 0x00000000 Number 0 istatus.o ABSOLUTE + ../fplib/printf1.s 0x00000000 Number 0 printf1.o ABSOLUTE ../fplib/usenofp.s 0x00000000 Number 0 usenofp.o ABSOLUTE ../mathlib/acos.c 0x00000000 Number 0 acos.o ABSOLUTE ../mathlib/acos.c 0x00000000 Number 0 acos_x.o ABSOLUTE ../mathlib/asinf.c 0x00000000 Number 0 asinf.o ABSOLUTE ../mathlib/asinf.c 0x00000000 Number 0 asinf_x.o ABSOLUTE - ../mathlib/atan.c 0x00000000 Number 0 atan.o ABSOLUTE ../mathlib/atan.c 0x00000000 Number 0 atan_x.o ABSOLUTE + ../mathlib/atan.c 0x00000000 Number 0 atan.o ABSOLUTE ../mathlib/atanf.c 0x00000000 Number 0 atanf.o ABSOLUTE ../mathlib/atanf.c 0x00000000 Number 0 atanf_x.o ABSOLUTE - ../mathlib/cos.c 0x00000000 Number 0 cos.o ABSOLUTE ../mathlib/cos.c 0x00000000 Number 0 cos_x.o ABSOLUTE + ../mathlib/cos.c 0x00000000 Number 0 cos.o ABSOLUTE ../mathlib/cos_i.c 0x00000000 Number 0 cos_i.o ABSOLUTE ../mathlib/dunder.c 0x00000000 Number 0 dunder.o ABSOLUTE ../mathlib/fabs.c 0x00000000 Number 0 fabs.o ABSOLUTE @@ -1564,10 +1627,10 @@ Image Symbol Table ../mathlib/funder.c 0x00000000 Number 0 funder.o ABSOLUTE ../mathlib/poly.c 0x00000000 Number 0 poly.o ABSOLUTE ../mathlib/rred.c 0x00000000 Number 0 rred.o ABSOLUTE - ../mathlib/sin.c 0x00000000 Number 0 sin.o ABSOLUTE ../mathlib/sin.c 0x00000000 Number 0 sin_x.o ABSOLUTE - ../mathlib/sin_i.c 0x00000000 Number 0 sin_i_x.o ABSOLUTE + ../mathlib/sin.c 0x00000000 Number 0 sin.o ABSOLUTE ../mathlib/sin_i.c 0x00000000 Number 0 sin_i.o ABSOLUTE + ../mathlib/sin_i.c 0x00000000 Number 0 sin_i_x.o ABSOLUTE ../mathlib/sqrt.c 0x00000000 Number 0 sqrt.o ABSOLUTE ../mathlib/sqrt.c 0x00000000 Number 0 sqrt_x.o ABSOLUTE ../mathlib/sqrtf.c 0x00000000 Number 0 sqrtf_x.o ABSOLUTE @@ -1628,280 +1691,311 @@ Image Symbol Table !!handler_copy 0x080001c4 Section 26 __scatter_copy.o(!!handler_copy) !!handler_zi 0x080001e0 Section 28 __scatter_zi.o(!!handler_zi) .ARM.Collect$$_printf_percent$$00000000 0x080001fc Section 0 _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) - .ARM.Collect$$_printf_percent$$00000009 0x080001fc Section 6 _printf_d.o(.ARM.Collect$$_printf_percent$$00000009) - .ARM.Collect$$_printf_percent$$00000017 0x08000202 Section 4 _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017) - .ARM.Collect$$libinit$$00000000 0x08000206 Section 2 libinit.o(.ARM.Collect$$libinit$$00000000) - .ARM.Collect$$libinit$$00000001 0x08000208 Section 4 libinit2.o(.ARM.Collect$$libinit$$00000001) - .ARM.Collect$$libinit$$00000004 0x0800020c Section 0 libinit2.o(.ARM.Collect$$libinit$$00000004) - .ARM.Collect$$libinit$$00000005 0x0800020c Section 8 libinit2.o(.ARM.Collect$$libinit$$00000005) - .ARM.Collect$$libinit$$0000000A 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000A) - .ARM.Collect$$libinit$$0000000C 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000C) - .ARM.Collect$$libinit$$0000000E 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000E) - .ARM.Collect$$libinit$$00000011 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000011) - .ARM.Collect$$libinit$$00000013 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000013) - .ARM.Collect$$libinit$$00000015 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000015) - .ARM.Collect$$libinit$$00000017 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000017) - .ARM.Collect$$libinit$$00000019 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000019) - .ARM.Collect$$libinit$$0000001B 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001B) - .ARM.Collect$$libinit$$0000001D 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001D) - .ARM.Collect$$libinit$$0000001F 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001F) - .ARM.Collect$$libinit$$00000021 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000021) - .ARM.Collect$$libinit$$00000023 0x08000214 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000023) - .ARM.Collect$$libinit$$00000024 0x08000214 Section 4 libinit2.o(.ARM.Collect$$libinit$$00000024) - .ARM.Collect$$libinit$$00000025 0x08000218 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000025) - .ARM.Collect$$libinit$$0000002C 0x08000218 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002C) - .ARM.Collect$$libinit$$0000002E 0x08000218 Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002E) - .ARM.Collect$$libinit$$00000030 0x08000218 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000030) - .ARM.Collect$$libinit$$00000032 0x08000218 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000032) - .ARM.Collect$$libinit$$00000033 0x08000218 Section 2 libinit2.o(.ARM.Collect$$libinit$$00000033) - .ARM.Collect$$libshutdown$$00000000 0x0800021a Section 2 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) - .ARM.Collect$$libshutdown$$00000002 0x0800021c Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) - .ARM.Collect$$libshutdown$$00000003 0x0800021c Section 4 libshutdown2.o(.ARM.Collect$$libshutdown$$00000003) - .ARM.Collect$$libshutdown$$00000004 0x08000220 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) - .ARM.Collect$$libshutdown$$00000007 0x08000220 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) - .ARM.Collect$$libshutdown$$0000000A 0x08000220 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) - .ARM.Collect$$libshutdown$$0000000C 0x08000220 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) - .ARM.Collect$$libshutdown$$0000000F 0x08000220 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) - .ARM.Collect$$libshutdown$$00000010 0x08000220 Section 2 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) - .ARM.Collect$$rtentry$$00000000 0x08000222 Section 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000) - .ARM.Collect$$rtentry$$00000002 0x08000222 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002) - .ARM.Collect$$rtentry$$00000004 0x08000222 Section 6 __rtentry4.o(.ARM.Collect$$rtentry$$00000004) - .ARM.Collect$$rtentry$$00000009 0x08000228 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009) - .ARM.Collect$$rtentry$$0000000A 0x08000228 Section 4 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) - .ARM.Collect$$rtentry$$0000000C 0x0800022c Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) - .ARM.Collect$$rtentry$$0000000D 0x0800022c Section 8 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) - .ARM.Collect$$rtexit$$00000000 0x08000234 Section 2 rtexit.o(.ARM.Collect$$rtexit$$00000000) - .ARM.Collect$$rtexit$$00000002 0x08000236 Section 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002) - .ARM.Collect$$rtexit$$00000003 0x08000236 Section 4 rtexit2.o(.ARM.Collect$$rtexit$$00000003) - .ARM.Collect$$rtexit$$00000004 0x0800023a Section 6 rtexit2.o(.ARM.Collect$$rtexit$$00000004) - .emb_text 0x08000240 Section 0 maybetermalloc1.o(.emb_text) - .text 0x08000240 Section 64 startup_stm32f40_41xxx.o(.text) - $v0 0x08000240 Number 0 startup_stm32f40_41xxx.o(.text) - .text 0x08000280 Section 0 noretval__2printf.o(.text) - .text 0x08000298 Section 0 __printf.o(.text) - .text 0x08000300 Section 0 _printf_dec.o(.text) - .text 0x08000378 Section 78 rt_memclr_w.o(.text) - .text 0x080003c8 Section 128 strcmpv7m.o(.text) - .text 0x08000448 Section 0 heapauxi.o(.text) - .text 0x0800044e Section 0 _rserrno.o(.text) - .text 0x08000464 Section 0 _printf_intcommon.o(.text) - .text 0x08000518 Section 0 _printf_char_file.o(.text) - .text 0x0800053c Section 8 rt_errno_addr_intlibspace.o(.text) - .text 0x08000544 Section 0 _printf_char_common.o(.text) - _printf_input_char 0x08000545 Thumb Code 10 _printf_char_common.o(.text) - .text 0x08000574 Section 0 ferror.o(.text) - .text 0x0800057c Section 0 initio.o(.text) - .text 0x080006b4 Section 8 libspace.o(.text) - .text 0x080006bc Section 74 sys_stackheap_outer.o(.text) - .text 0x08000706 Section 0 h1_free.o(.text) - .text 0x08000754 Section 0 setvbuf.o(.text) - .text 0x0800079c Section 0 fopen.o(.text) - _freopen_locked 0x0800079d Thumb Code 0 fopen.o(.text) - .text 0x08000888 Section 0 fclose.o(.text) - .text 0x080008d4 Section 0 exit.o(.text) - .text 0x080008e6 Section 0 defsig_rtred_outer.o(.text) - .text 0x080008f4 Section 8 rt_heap_descriptor_intlibspace.o(.text) - .text 0x080008fc Section 0 hguard.o(.text) - .text 0x08000900 Section 0 init_alloc.o(.text) - .text 0x0800098a Section 0 h1_alloc.o(.text) - .text 0x080009e8 Section 0 fseek.o(.text) - .text 0x08000ae0 Section 0 stdio.o(.text) - .text 0x08000bd0 Section 0 defsig_exit.o(.text) - .text 0x08000bdc Section 0 defsig_rtred_inner.o(.text) - .text 0x08000c10 Section 0 sys_exit.o(.text) - .text 0x08000c1c Section 0 h1_init.o(.text) - .text 0x08000c2a Section 0 h1_extend.o(.text) - .text 0x08000c5e Section 0 ftell.o(.text) - .text 0x08000ca0 Section 0 defsig_general.o(.text) - .text 0x08000cd2 Section 0 defsig_rtmem_outer.o(.text) - .text 0x08000ce0 Section 0 sys_wrch.o(.text) - .text 0x08000cee Section 2 use_no_semi.o(.text) - .text 0x08000cf0 Section 0 indicate_semi.o(.text) - .text 0x08000cf0 Section 0 defsig_rtmem_inner.o(.text) - i.AMT1450_UART_Cmd 0x08000d40 Section 0 amt1450_uart.o(i.AMT1450_UART_Cmd) - i.ArmDriver_Init 0x08000d60 Section 0 armsolution.o(i.ArmDriver_Init) - i.ArmSolution 0x08000ffc Section 0 armsolution.o(i.ArmSolution) - i.Arm_Grab 0x080016ac Section 0 armsolution.o(i.Arm_Grab) - i.BusFault_Handler 0x080018d0 Section 0 stm32f4xx_it.o(i.BusFault_Handler) - i.DebugMon_Handler 0x080018d4 Section 0 stm32f4xx_it.o(i.DebugMon_Handler) - i.Delay_10us 0x080018d8 Section 0 delay.o(i.Delay_10us) - i.Delay_ms 0x080018f0 Section 0 delay.o(i.Delay_ms) - i.Encoder_GetEncCount 0x08001908 Section 0 motordriver.o(i.Encoder_GetEncCount) - i.Encoder_Init 0x08001990 Section 0 motordriver.o(i.Encoder_Init) - i.GPIO_Config 0x08001c98 Section 0 main.o(i.GPIO_Config) - i.GPIO_Init 0x08001ccc Section 0 stm32f4xx_gpio.o(i.GPIO_Init) - i.GPIO_PinAFConfig 0x08001d5c Section 0 stm32f4xx_gpio.o(i.GPIO_PinAFConfig) - i.GPIO_ReadInputDataBit 0x08001da2 Section 0 stm32f4xx_gpio.o(i.GPIO_ReadInputDataBit) - i.GPIO_ResetBits 0x08001db4 Section 0 stm32f4xx_gpio.o(i.GPIO_ResetBits) - i.GPIO_SetBits 0x08001db8 Section 0 stm32f4xx_gpio.o(i.GPIO_SetBits) - i.HardFault_Handler 0x08001dbc Section 0 stm32f4xx_it.o(i.HardFault_Handler) - i.Key_Init 0x08001dc0 Section 0 keyled.o(i.Key_Init) - i.Key_Released 0x08001e14 Section 0 keyled.o(i.Key_Released) - i.Led_Init 0x08001e88 Section 0 keyled.o(i.Led_Init) - i.MemManage_Handler 0x08001ef4 Section 0 stm32f4xx_it.o(i.MemManage_Handler) - i.MotorController_Enable 0x08001ef8 Section 0 motorcontroller.o(i.MotorController_Enable) - i.MotorController_Init 0x08002028 Section 0 motorcontroller.o(i.MotorController_Init) - i.MotorController_SetAcceleration 0x08002160 Section 0 motorcontroller.o(i.MotorController_SetAcceleration) - i.MotorController_SpeedTunner 0x0800217c Section 0 motorcontroller.o(i.MotorController_SpeedTunner) - i.MotorDriver_Init 0x08002860 Section 0 motordriver.o(i.MotorDriver_Init) - i.MotorDriver_SetPWMDuty 0x08002ba8 Section 0 motordriver.o(i.MotorDriver_SetPWMDuty) - i.MotorDriver_Start 0x08002bec Section 0 motordriver.o(i.MotorDriver_Start) - i.MotorDriver_Stop 0x08002c78 Section 0 motordriver.o(i.MotorDriver_Stop) - i.NMI_Handler 0x08002cf0 Section 0 stm32f4xx_it.o(i.NMI_Handler) - i.NVIC_Configuration 0x08002cf4 Section 0 main.o(i.NVIC_Configuration) - i.NVIC_Init 0x08002d64 Section 0 misc.o(i.NVIC_Init) - i.NVIC_PriorityGroupConfig 0x08002ddc Section 0 misc.o(i.NVIC_PriorityGroupConfig) - i.PendSV_Handler 0x08002df0 Section 0 stm32f4xx_it.o(i.PendSV_Handler) - i.RCC_AHB1PeriphClockCmd 0x08002df4 Section 0 stm32f4xx_rcc.o(i.RCC_AHB1PeriphClockCmd) - i.RCC_APB1PeriphClockCmd 0x08002e14 Section 0 stm32f4xx_rcc.o(i.RCC_APB1PeriphClockCmd) - i.RCC_APB2PeriphClockCmd 0x08002e34 Section 0 stm32f4xx_rcc.o(i.RCC_APB2PeriphClockCmd) - i.RCC_GetClocksFreq 0x08002e54 Section 0 stm32f4xx_rcc.o(i.RCC_GetClocksFreq) - i.SVC_Handler 0x08002f38 Section 0 stm32f4xx_it.o(i.SVC_Handler) - i.SetServoAngle 0x08002f3c Section 0 armsolution.o(i.SetServoAngle) - i.SetSysClock 0x08002ffc Section 0 system_stm32f4xx.o(i.SetSysClock) - SetSysClock 0x08002ffd Thumb Code 220 system_stm32f4xx.o(i.SetSysClock) - i.Slow_Pwm 0x080030e8 Section 0 armsolution.o(i.Slow_Pwm) - i.SysTick_Handler 0x08003388 Section 0 stm32f4xx_it.o(i.SysTick_Handler) - i.SystemInit 0x080033bc Section 0 system_stm32f4xx.o(i.SystemInit) - i.TCRT5000_config 0x08003424 Section 0 tcrt5000.o(i.TCRT5000_config) - i.TIM2_IRQHandler 0x08003474 Section 0 motordriver.o(i.TIM2_IRQHandler) - i.TIM3_IRQHandler 0x080034b8 Section 0 motordriver.o(i.TIM3_IRQHandler) - i.TIM4_IRQHandler 0x080034fc Section 0 motordriver.o(i.TIM4_IRQHandler) - i.TIM6_DAC_IRQHandler 0x08003540 Section 0 motorcontroller.o(i.TIM6_DAC_IRQHandler) - i.TIM7_IRQHandler 0x08003560 Section 0 armsolution.o(i.TIM7_IRQHandler) - i.TIM8_UP_TIM13_IRQHandler 0x08003598 Section 0 motordriver.o(i.TIM8_UP_TIM13_IRQHandler) - i.TIM_ARRPreloadConfig 0x080035dc Section 0 stm32f4xx_tim.o(i.TIM_ARRPreloadConfig) - i.TIM_ClearFlag 0x080035f4 Section 0 stm32f4xx_tim.o(i.TIM_ClearFlag) - i.TIM_ClearITPendingBit 0x080035fa Section 0 stm32f4xx_tim.o(i.TIM_ClearITPendingBit) - i.TIM_Cmd 0x08003600 Section 0 stm32f4xx_tim.o(i.TIM_Cmd) - i.TIM_CtrlPWMOutputs 0x08003618 Section 0 stm32f4xx_tim.o(i.TIM_CtrlPWMOutputs) - i.TIM_EncoderInterfaceConfig 0x08003636 Section 0 stm32f4xx_tim.o(i.TIM_EncoderInterfaceConfig) - i.TIM_GetITStatus 0x08003678 Section 0 stm32f4xx_tim.o(i.TIM_GetITStatus) - i.TIM_ITConfig 0x0800369a Section 0 stm32f4xx_tim.o(i.TIM_ITConfig) - i.TIM_OC1Init 0x080036ac Section 0 stm32f4xx_tim.o(i.TIM_OC1Init) - i.TIM_OC1PreloadConfig 0x08003728 Section 0 stm32f4xx_tim.o(i.TIM_OC1PreloadConfig) - i.TIM_OC2Init 0x0800373c Section 0 stm32f4xx_tim.o(i.TIM_OC2Init) - i.TIM_OC2PreloadConfig 0x080037e0 Section 0 stm32f4xx_tim.o(i.TIM_OC2PreloadConfig) - i.TIM_OC3Init 0x080037fc Section 0 stm32f4xx_tim.o(i.TIM_OC3Init) - i.TIM_OC3PreloadConfig 0x0800389c Section 0 stm32f4xx_tim.o(i.TIM_OC3PreloadConfig) - i.TIM_OC4Init 0x080038b0 Section 0 stm32f4xx_tim.o(i.TIM_OC4Init) - i.TIM_OC4PreloadConfig 0x08003928 Section 0 stm32f4xx_tim.o(i.TIM_OC4PreloadConfig) - i.TIM_TimeBaseInit 0x08003944 Section 0 stm32f4xx_tim.o(i.TIM_TimeBaseInit) - i.TimingDelay_Decrement 0x080039c8 Section 0 delay.o(i.TimingDelay_Decrement) - i.UART5_IRQHandler 0x08003a08 Section 0 amt1450_uart.o(i.UART5_IRQHandler) - i.UART_GetChar 0x08003a50 Section 0 amt1450_uart.o(i.UART_GetChar) - i.USART1_IRQHandler 0x08003b0c Section 0 nanocommunication.o(i.USART1_IRQHandler) - i.USART1_Init 0x08003b4c Section 0 nanocommunication.o(i.USART1_Init) - i.USART1_Process 0x08003c28 Section 0 nanocommunication.o(i.USART1_Process) - i.USART1_Process_target 0x08003c90 Section 0 nanocommunication.o(i.USART1_Process_target) - i.USART1_Process_target_test 0x08003ed8 Section 0 nanocommunication.o(i.USART1_Process_target_test) - i.USART2_IRQHandler 0x08003fd4 Section 0 btmodule.o(i.USART2_IRQHandler) - i.USART2_Init 0x08004010 Section 0 btmodule.o(i.USART2_Init) - i.USART_ClearITPendingBit 0x080040e8 Section 0 stm32f4xx_usart.o(i.USART_ClearITPendingBit) - i.USART_Cmd 0x08004106 Section 0 stm32f4xx_usart.o(i.USART_Cmd) - i.USART_GetChar 0x08004120 Section 0 btmodule.o(i.USART_GetChar) - i.USART_GetFlagStatus 0x08004188 Section 0 stm32f4xx_usart.o(i.USART_GetFlagStatus) - i.USART_GetITStatus 0x080041a2 Section 0 stm32f4xx_usart.o(i.USART_GetITStatus) - i.USART_ITConfig 0x080041f6 Section 0 stm32f4xx_usart.o(i.USART_ITConfig) - i.USART_Init 0x08004240 Section 0 stm32f4xx_usart.o(i.USART_Init) - i.USART_OverSampling8Cmd 0x08004314 Section 0 stm32f4xx_usart.o(i.USART_OverSampling8Cmd) - i.USART_ReceiveData 0x0800432a Section 0 stm32f4xx_usart.o(i.USART_ReceiveData) - i.USART_SendData 0x08004334 Section 0 stm32f4xx_usart.o(i.USART_SendData) - i.UsageFault_Handler 0x0800433c Section 0 stm32f4xx_it.o(i.UsageFault_Handler) - i.__ARM_fpclassify 0x08004340 Section 0 fpclassify.o(i.__ARM_fpclassify) - i.__ARM_fpclassifyf 0x08004370 Section 0 fpclassifyf.o(i.__ARM_fpclassifyf) - i.__hardfp_acos 0x08004398 Section 0 acos.o(i.__hardfp_acos) - i.__hardfp_asinf 0x080046f0 Section 0 asinf.o(i.__hardfp_asinf) - i.__hardfp_atan 0x08004820 Section 0 atan.o(i.__hardfp_atan) - i.__hardfp_atanf 0x08004af8 Section 0 atanf.o(i.__hardfp_atanf) - i.__hardfp_cos 0x08004c58 Section 0 cos.o(i.__hardfp_cos) - i.__hardfp_sin 0x08004d20 Section 0 sin.o(i.__hardfp_sin) - i.__hardfp_sqrt 0x08004de8 Section 0 sqrt.o(i.__hardfp_sqrt) - i.__ieee754_rem_pio2 0x08004e68 Section 0 rred.o(i.__ieee754_rem_pio2) - i.__kernel_cos 0x080052a0 Section 0 cos_i.o(i.__kernel_cos) - i.__kernel_poly 0x08005410 Section 0 poly.o(i.__kernel_poly) - i.__kernel_sin 0x08005508 Section 0 sin_i.o(i.__kernel_sin) - i.__mathlib_dbl_infnan 0x08005638 Section 0 dunder.o(i.__mathlib_dbl_infnan) - i.__mathlib_dbl_invalid 0x08005650 Section 0 dunder.o(i.__mathlib_dbl_invalid) - i.__mathlib_dbl_underflow 0x08005670 Section 0 dunder.o(i.__mathlib_dbl_underflow) - i.__mathlib_flt_infnan 0x08005690 Section 0 funder.o(i.__mathlib_flt_infnan) - i.__mathlib_flt_invalid 0x08005698 Section 0 funder.o(i.__mathlib_flt_invalid) - i.__mathlib_flt_underflow 0x080056a8 Section 0 funder.o(i.__mathlib_flt_underflow) - i._sys_close 0x080056b8 Section 0 retarget_io.o(i._sys_close) - i._sys_flen 0x080056de Section 0 retarget_io.o(i._sys_flen) - i._sys_istty 0x08005702 Section 0 retarget_io.o(i._sys_istty) - i._sys_open 0x08005728 Section 0 retarget_io.o(i._sys_open) - i._sys_seek 0x08005790 Section 0 retarget_io.o(i._sys_seek) - i._sys_write 0x080057bc Section 0 retarget_io.o(i._sys_write) - i.check_SUM 0x08005814 Section 0 amt1450_uart.o(i.check_SUM) - i.fabs 0x08005840 Section 0 fabs.o(i.fabs) - i.fputc 0x08005858 Section 0 btmodule.o(i.fputc) - i.init_AMT1450_UART 0x0800587c Section 0 amt1450_uart.o(i.init_AMT1450_UART) - i.main 0x08005960 Section 0 main.o(i.main) - i.s_PIDInit 0x08005ad0 Section 0 pid.o(i.s_PIDInit) - i.sqrt 0x08005b30 Section 0 sqrt.o(i.sqrt) - i.sqrtf 0x08005b9e Section 0 sqrtf.o(i.sqrtf) - i.stderr_putchar 0x08005bdc Section 0 retarget_io.o(i.stderr_putchar) - stderr_putchar 0x08005bdd Thumb Code 4 retarget_io.o(i.stderr_putchar) - i.stdout_putchar 0x08005be0 Section 0 stdout_user.o(i.stdout_putchar) - x$fpl$basic 0x08005be8 Section 24 basic.o(x$fpl$basic) - $v0 0x08005be8 Number 0 basic.o(x$fpl$basic) - x$fpl$d2f 0x08005c00 Section 98 d2f.o(x$fpl$d2f) - $v0 0x08005c00 Number 0 d2f.o(x$fpl$d2f) - x$fpl$dadd 0x08005c64 Section 336 daddsub_clz.o(x$fpl$dadd) - $v0 0x08005c64 Number 0 daddsub_clz.o(x$fpl$dadd) - _dadd1 0x08005c75 Thumb Code 0 daddsub_clz.o(x$fpl$dadd) - x$fpl$dcmpinf 0x08005db4 Section 24 dcmpi.o(x$fpl$dcmpinf) - $v0 0x08005db4 Number 0 dcmpi.o(x$fpl$dcmpinf) - x$fpl$ddiv 0x08005dcc Section 688 ddiv.o(x$fpl$ddiv) - $v0 0x08005dcc Number 0 ddiv.o(x$fpl$ddiv) - ddiv_entry 0x08005dd3 Thumb Code 0 ddiv.o(x$fpl$ddiv) - x$fpl$deqf 0x0800607c Section 120 deqf.o(x$fpl$deqf) - $v0 0x0800607c Number 0 deqf.o(x$fpl$deqf) - x$fpl$dfix 0x080060f4 Section 94 dfix.o(x$fpl$dfix) - $v0 0x080060f4 Number 0 dfix.o(x$fpl$dfix) - x$fpl$dflt 0x08006152 Section 46 dflt_clz.o(x$fpl$dflt) - $v0 0x08006152 Number 0 dflt_clz.o(x$fpl$dflt) - x$fpl$dfltu 0x08006180 Section 38 dflt_clz.o(x$fpl$dfltu) - $v0 0x08006180 Number 0 dflt_clz.o(x$fpl$dfltu) - x$fpl$dmul 0x080061a8 Section 340 dmul.o(x$fpl$dmul) - $v0 0x080061a8 Number 0 dmul.o(x$fpl$dmul) - x$fpl$dnaninf 0x080062fc Section 156 dnaninf.o(x$fpl$dnaninf) - $v0 0x080062fc Number 0 dnaninf.o(x$fpl$dnaninf) - x$fpl$dretinf 0x08006398 Section 12 dretinf.o(x$fpl$dretinf) - $v0 0x08006398 Number 0 dretinf.o(x$fpl$dretinf) - x$fpl$drsb 0x080063a4 Section 22 daddsub_clz.o(x$fpl$drsb) - $v0 0x080063a4 Number 0 daddsub_clz.o(x$fpl$drsb) - x$fpl$dsqrt 0x080063bc Section 408 dsqrt_umaal.o(x$fpl$dsqrt) - $v0 0x080063bc Number 0 dsqrt_umaal.o(x$fpl$dsqrt) - x$fpl$dsub 0x08006554 Section 468 daddsub_clz.o(x$fpl$dsub) - $v0 0x08006554 Number 0 daddsub_clz.o(x$fpl$dsub) - _dsub1 0x08006565 Thumb Code 0 daddsub_clz.o(x$fpl$dsub) - x$fpl$f2d 0x08006728 Section 86 f2d.o(x$fpl$f2d) - $v0 0x08006728 Number 0 f2d.o(x$fpl$f2d) - x$fpl$fnaninf 0x0800677e Section 140 fnaninf.o(x$fpl$fnaninf) - $v0 0x0800677e Number 0 fnaninf.o(x$fpl$fnaninf) - x$fpl$fpinit 0x0800680a Section 10 fpinit.o(x$fpl$fpinit) - $v0 0x0800680a Number 0 fpinit.o(x$fpl$fpinit) - x$fpl$fretinf 0x08006814 Section 10 fretinf.o(x$fpl$fretinf) - $v0 0x08006814 Number 0 fretinf.o(x$fpl$fretinf) - .constdata 0x0800681e Section 23 retarget_io.o(.constdata) - x$fpl$usenofp 0x0800681e Section 0 usenofp.o(x$fpl$usenofp) - .constdata 0x08006838 Section 80 acos.o(.constdata) - pS 0x08006838 Data 48 acos.o(.constdata) - qS 0x08006868 Data 32 acos.o(.constdata) - .constdata 0x08006888 Section 152 atan.o(.constdata) - atanhi 0x08006888 Data 32 atan.o(.constdata) - atanlo 0x080068a8 Data 32 atan.o(.constdata) - aTodd 0x080068c8 Data 40 atan.o(.constdata) - aTeven 0x080068f0 Data 48 atan.o(.constdata) - .constdata 0x08006920 Section 48 cos_i.o(.constdata) - C 0x08006920 Data 48 cos_i.o(.constdata) - .constdata 0x08006950 Section 200 rred.o(.constdata) - pio2s 0x08006950 Data 48 rred.o(.constdata) - twooverpi 0x08006980 Data 152 rred.o(.constdata) - .constdata 0x08006a18 Section 40 sin_i.o(.constdata) - S 0x08006a18 Data 40 sin_i.o(.constdata) + .ARM.Collect$$_printf_percent$$00000003 0x080001fc Section 6 _printf_f.o(.ARM.Collect$$_printf_percent$$00000003) + .ARM.Collect$$_printf_percent$$00000009 0x08000202 Section 6 _printf_d.o(.ARM.Collect$$_printf_percent$$00000009) + .ARM.Collect$$_printf_percent$$00000017 0x08000208 Section 4 _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017) + .ARM.Collect$$libinit$$00000000 0x0800020c Section 2 libinit.o(.ARM.Collect$$libinit$$00000000) + .ARM.Collect$$libinit$$00000001 0x0800020e Section 4 libinit2.o(.ARM.Collect$$libinit$$00000001) + .ARM.Collect$$libinit$$00000004 0x08000212 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000004) + .ARM.Collect$$libinit$$00000005 0x08000212 Section 8 libinit2.o(.ARM.Collect$$libinit$$00000005) + .ARM.Collect$$libinit$$0000000A 0x0800021a Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000A) + .ARM.Collect$$libinit$$0000000C 0x0800021a Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000C) + .ARM.Collect$$libinit$$0000000E 0x0800021a Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000E) + .ARM.Collect$$libinit$$0000000F 0x0800021a Section 6 libinit2.o(.ARM.Collect$$libinit$$0000000F) + .ARM.Collect$$libinit$$00000011 0x08000220 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000011) + .ARM.Collect$$libinit$$00000013 0x08000220 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000013) + .ARM.Collect$$libinit$$00000015 0x08000220 Section 0 libinit2.o(.ARM.Collect$$libinit$$00000015) + .ARM.Collect$$libinit$$00000016 0x08000220 Section 10 libinit2.o(.ARM.Collect$$libinit$$00000016) + .ARM.Collect$$libinit$$00000017 0x0800022a Section 0 libinit2.o(.ARM.Collect$$libinit$$00000017) + .ARM.Collect$$libinit$$00000019 0x0800022a Section 0 libinit2.o(.ARM.Collect$$libinit$$00000019) + .ARM.Collect$$libinit$$0000001B 0x0800022a Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001B) + .ARM.Collect$$libinit$$0000001D 0x0800022a Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001D) + .ARM.Collect$$libinit$$0000001F 0x0800022a Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001F) + .ARM.Collect$$libinit$$00000021 0x0800022a Section 0 libinit2.o(.ARM.Collect$$libinit$$00000021) + .ARM.Collect$$libinit$$00000023 0x0800022a Section 0 libinit2.o(.ARM.Collect$$libinit$$00000023) + .ARM.Collect$$libinit$$00000024 0x0800022a Section 4 libinit2.o(.ARM.Collect$$libinit$$00000024) + .ARM.Collect$$libinit$$00000025 0x0800022e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000025) + .ARM.Collect$$libinit$$0000002C 0x0800022e Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002C) + .ARM.Collect$$libinit$$0000002E 0x0800022e Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002E) + .ARM.Collect$$libinit$$00000030 0x0800022e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000030) + .ARM.Collect$$libinit$$00000032 0x0800022e Section 0 libinit2.o(.ARM.Collect$$libinit$$00000032) + .ARM.Collect$$libinit$$00000033 0x0800022e Section 2 libinit2.o(.ARM.Collect$$libinit$$00000033) + .ARM.Collect$$libshutdown$$00000000 0x08000230 Section 2 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) + .ARM.Collect$$libshutdown$$00000002 0x08000232 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) + .ARM.Collect$$libshutdown$$00000003 0x08000232 Section 4 libshutdown2.o(.ARM.Collect$$libshutdown$$00000003) + .ARM.Collect$$libshutdown$$00000004 0x08000236 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) + .ARM.Collect$$libshutdown$$00000007 0x08000236 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) + .ARM.Collect$$libshutdown$$0000000A 0x08000236 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) + .ARM.Collect$$libshutdown$$0000000C 0x08000236 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) + .ARM.Collect$$libshutdown$$0000000F 0x08000236 Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) + .ARM.Collect$$libshutdown$$00000010 0x08000236 Section 2 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) + .ARM.Collect$$rtentry$$00000000 0x08000238 Section 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000) + .ARM.Collect$$rtentry$$00000002 0x08000238 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002) + .ARM.Collect$$rtentry$$00000004 0x08000238 Section 6 __rtentry4.o(.ARM.Collect$$rtentry$$00000004) + .ARM.Collect$$rtentry$$00000009 0x0800023e Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009) + .ARM.Collect$$rtentry$$0000000A 0x0800023e Section 4 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) + .ARM.Collect$$rtentry$$0000000C 0x08000242 Section 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) + .ARM.Collect$$rtentry$$0000000D 0x08000242 Section 8 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) + .ARM.Collect$$rtexit$$00000000 0x0800024a Section 2 rtexit.o(.ARM.Collect$$rtexit$$00000000) + .ARM.Collect$$rtexit$$00000002 0x0800024c Section 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002) + .ARM.Collect$$rtexit$$00000003 0x0800024c Section 4 rtexit2.o(.ARM.Collect$$rtexit$$00000003) + .ARM.Collect$$rtexit$$00000004 0x08000250 Section 6 rtexit2.o(.ARM.Collect$$rtexit$$00000004) + .emb_text 0x08000258 Section 0 maybetermalloc1.o(.emb_text) + .text 0x08000258 Section 64 startup_stm32f40_41xxx.o(.text) + $v0 0x08000258 Number 0 startup_stm32f40_41xxx.o(.text) + .text 0x08000298 Section 0 noretval__2printf.o(.text) + .text 0x080002b0 Section 0 _printf_dec.o(.text) + .text 0x08000328 Section 0 __printf_ss_wp.o(.text) + .text 0x08000488 Section 78 rt_memclr_w.o(.text) + .text 0x080004d8 Section 128 strcmpv7m.o(.text) + .text 0x08000558 Section 0 heapauxi.o(.text) + .text 0x0800055e Section 0 _rserrno.o(.text) + .text 0x08000574 Section 0 _printf_intcommon.o(.text) + .text 0x08000626 Section 0 _printf_fp_dec.o(.text) + _fp_digits 0x08000629 Thumb Code 428 _printf_fp_dec.o(.text) + .text 0x08000a40 Section 0 _printf_char_file.o(.text) + .text 0x08000a64 Section 8 rt_locale_intlibspace.o(.text) + .text 0x08000a6c Section 8 rt_errno_addr_intlibspace.o(.text) + .text 0x08000a74 Section 138 lludiv10.o(.text) + .text 0x08000b00 Section 0 _printf_char_common.o(.text) + _printf_input_char 0x08000b01 Thumb Code 10 _printf_char_common.o(.text) + .text 0x08000b30 Section 0 _printf_fp_infnan.o(.text) + .text 0x08000bb0 Section 0 bigflt0.o(.text) + .text 0x08000c8c Section 0 ferror.o(.text) + .text 0x08000c94 Section 0 initio.o(.text) + .text 0x08000dcc Section 8 libspace.o(.text) + .text 0x08000dd4 Section 74 sys_stackheap_outer.o(.text) + .text 0x08000e1e Section 0 h1_free.o(.text) + .text 0x08000e6c Section 0 setvbuf.o(.text) + .text 0x08000eb4 Section 0 fopen.o(.text) + _freopen_locked 0x08000eb5 Thumb Code 0 fopen.o(.text) + .text 0x08000fa0 Section 0 fclose.o(.text) + .text 0x08000fec Section 0 exit.o(.text) + .text 0x08000ffe Section 0 defsig_rtred_outer.o(.text) + .text 0x0800100c Section 8 rt_heap_descriptor_intlibspace.o(.text) + .text 0x08001014 Section 0 hguard.o(.text) + .text 0x08001018 Section 0 init_alloc.o(.text) + .text 0x080010a2 Section 0 h1_alloc.o(.text) + .text 0x08001100 Section 0 fseek.o(.text) + .text 0x080011f8 Section 0 stdio.o(.text) + .text 0x080012e8 Section 0 defsig_exit.o(.text) + .text 0x080012f4 Section 0 defsig_rtred_inner.o(.text) + .text 0x08001328 Section 0 sys_exit.o(.text) + .text 0x08001334 Section 0 h1_init.o(.text) + .text 0x08001342 Section 0 h1_extend.o(.text) + .text 0x08001376 Section 0 ftell.o(.text) + .text 0x080013b8 Section 0 defsig_general.o(.text) + .text 0x080013ea Section 0 defsig_rtmem_outer.o(.text) + .text 0x080013f8 Section 0 sys_wrch.o(.text) + .text 0x08001406 Section 2 use_no_semi.o(.text) + .text 0x08001408 Section 0 defsig_rtmem_inner.o(.text) + .text 0x08001408 Section 0 indicate_semi.o(.text) + CL$$btod_d2e 0x08001458 Section 62 btod.o(CL$$btod_d2e) + CL$$btod_d2e_denorm_low 0x08001496 Section 70 btod.o(CL$$btod_d2e_denorm_low) + CL$$btod_d2e_norm_op1 0x080014dc Section 96 btod.o(CL$$btod_d2e_norm_op1) + CL$$btod_div_common 0x0800153c Section 824 btod.o(CL$$btod_div_common) + CL$$btod_e2e 0x08001874 Section 198 btod.o(CL$$btod_e2e) + CL$$btod_ediv 0x0800193a Section 40 btod.o(CL$$btod_ediv) + CL$$btod_emul 0x08001962 Section 40 btod.o(CL$$btod_emul) + CL$$btod_mult_common 0x0800198a Section 580 btod.o(CL$$btod_mult_common) + i.AMT1450_UART_Cmd 0x08001bd0 Section 0 amt1450_uart.o(i.AMT1450_UART_Cmd) + i.ArmDriver_Init 0x08001bf0 Section 0 armsolution.o(i.ArmDriver_Init) + i.ArmSolution 0x08001e8c Section 0 armsolution.o(i.ArmSolution) + i.Arm_Grab 0x0800264c Section 0 armsolution.o(i.Arm_Grab) + i.BusFault_Handler 0x08002870 Section 0 stm32f4xx_it.o(i.BusFault_Handler) + i.DebugMon_Handler 0x08002874 Section 0 stm32f4xx_it.o(i.DebugMon_Handler) + i.Delay_10us 0x08002878 Section 0 delay.o(i.Delay_10us) + i.Delay_ms 0x08002890 Section 0 delay.o(i.Delay_ms) + i.Encoder_GetEncCount 0x080028a8 Section 0 motordriver.o(i.Encoder_GetEncCount) + i.Encoder_Init 0x08002930 Section 0 motordriver.o(i.Encoder_Init) + i.GPIO_Config 0x08002c38 Section 0 main.o(i.GPIO_Config) + i.GPIO_Init 0x08002c6c Section 0 stm32f4xx_gpio.o(i.GPIO_Init) + i.GPIO_PinAFConfig 0x08002cfc Section 0 stm32f4xx_gpio.o(i.GPIO_PinAFConfig) + i.GPIO_ReadInputDataBit 0x08002d42 Section 0 stm32f4xx_gpio.o(i.GPIO_ReadInputDataBit) + i.GPIO_ResetBits 0x08002d54 Section 0 stm32f4xx_gpio.o(i.GPIO_ResetBits) + i.GPIO_SetBits 0x08002d58 Section 0 stm32f4xx_gpio.o(i.GPIO_SetBits) + i.HardFault_Handler 0x08002d5c Section 0 stm32f4xx_it.o(i.HardFault_Handler) + i.Key_Init 0x08002d60 Section 0 keyled.o(i.Key_Init) + i.Key_Released 0x08002db4 Section 0 keyled.o(i.Key_Released) + i.Led_Init 0x08002e28 Section 0 keyled.o(i.Led_Init) + i.MemManage_Handler 0x08002e94 Section 0 stm32f4xx_it.o(i.MemManage_Handler) + i.MotorController_Enable 0x08002e98 Section 0 motorcontroller.o(i.MotorController_Enable) + i.MotorController_Init 0x08002fc8 Section 0 motorcontroller.o(i.MotorController_Init) + i.MotorController_SetAcceleration 0x08003100 Section 0 motorcontroller.o(i.MotorController_SetAcceleration) + i.MotorController_SpeedTunner 0x0800311c Section 0 motorcontroller.o(i.MotorController_SpeedTunner) + i.MotorDriver_Init 0x08003800 Section 0 motordriver.o(i.MotorDriver_Init) + i.MotorDriver_SetPWMDuty 0x08003b48 Section 0 motordriver.o(i.MotorDriver_SetPWMDuty) + i.MotorDriver_Start 0x08003b8c Section 0 motordriver.o(i.MotorDriver_Start) + i.MotorDriver_Stop 0x08003c18 Section 0 motordriver.o(i.MotorDriver_Stop) + i.NMI_Handler 0x08003c90 Section 0 stm32f4xx_it.o(i.NMI_Handler) + i.NVIC_Configuration 0x08003c94 Section 0 main.o(i.NVIC_Configuration) + i.NVIC_Init 0x08003d04 Section 0 misc.o(i.NVIC_Init) + i.NVIC_PriorityGroupConfig 0x08003d7c Section 0 misc.o(i.NVIC_PriorityGroupConfig) + i.PendSV_Handler 0x08003d90 Section 0 stm32f4xx_it.o(i.PendSV_Handler) + i.RCC_AHB1PeriphClockCmd 0x08003d94 Section 0 stm32f4xx_rcc.o(i.RCC_AHB1PeriphClockCmd) + i.RCC_APB1PeriphClockCmd 0x08003db4 Section 0 stm32f4xx_rcc.o(i.RCC_APB1PeriphClockCmd) + i.RCC_APB2PeriphClockCmd 0x08003dd4 Section 0 stm32f4xx_rcc.o(i.RCC_APB2PeriphClockCmd) + i.RCC_GetClocksFreq 0x08003df4 Section 0 stm32f4xx_rcc.o(i.RCC_GetClocksFreq) + i.SVC_Handler 0x08003ed8 Section 0 stm32f4xx_it.o(i.SVC_Handler) + i.SetServoAngle 0x08003edc Section 0 armsolution.o(i.SetServoAngle) + i.SetSysClock 0x08003f9c Section 0 system_stm32f4xx.o(i.SetSysClock) + SetSysClock 0x08003f9d Thumb Code 220 system_stm32f4xx.o(i.SetSysClock) + i.Slow_Pwm 0x08004088 Section 0 armsolution.o(i.Slow_Pwm) + i.SysTick_Handler 0x08004328 Section 0 stm32f4xx_it.o(i.SysTick_Handler) + i.SystemInit 0x0800435c Section 0 system_stm32f4xx.o(i.SystemInit) + i.TCRT5000_config 0x080043c4 Section 0 tcrt5000.o(i.TCRT5000_config) + i.TIM2_IRQHandler 0x08004414 Section 0 motordriver.o(i.TIM2_IRQHandler) + i.TIM3_IRQHandler 0x08004458 Section 0 motordriver.o(i.TIM3_IRQHandler) + i.TIM4_IRQHandler 0x0800449c Section 0 motordriver.o(i.TIM4_IRQHandler) + i.TIM6_DAC_IRQHandler 0x080044e0 Section 0 motorcontroller.o(i.TIM6_DAC_IRQHandler) + i.TIM7_IRQHandler 0x08004500 Section 0 armsolution.o(i.TIM7_IRQHandler) + i.TIM8_UP_TIM13_IRQHandler 0x08004538 Section 0 motordriver.o(i.TIM8_UP_TIM13_IRQHandler) + i.TIM_ARRPreloadConfig 0x0800457c Section 0 stm32f4xx_tim.o(i.TIM_ARRPreloadConfig) + i.TIM_ClearFlag 0x08004594 Section 0 stm32f4xx_tim.o(i.TIM_ClearFlag) + i.TIM_ClearITPendingBit 0x0800459a Section 0 stm32f4xx_tim.o(i.TIM_ClearITPendingBit) + i.TIM_Cmd 0x080045a0 Section 0 stm32f4xx_tim.o(i.TIM_Cmd) + i.TIM_CtrlPWMOutputs 0x080045b8 Section 0 stm32f4xx_tim.o(i.TIM_CtrlPWMOutputs) + i.TIM_EncoderInterfaceConfig 0x080045d6 Section 0 stm32f4xx_tim.o(i.TIM_EncoderInterfaceConfig) + i.TIM_GetITStatus 0x08004618 Section 0 stm32f4xx_tim.o(i.TIM_GetITStatus) + i.TIM_ITConfig 0x0800463a Section 0 stm32f4xx_tim.o(i.TIM_ITConfig) + i.TIM_OC1Init 0x0800464c Section 0 stm32f4xx_tim.o(i.TIM_OC1Init) + i.TIM_OC1PreloadConfig 0x080046c8 Section 0 stm32f4xx_tim.o(i.TIM_OC1PreloadConfig) + i.TIM_OC2Init 0x080046dc Section 0 stm32f4xx_tim.o(i.TIM_OC2Init) + i.TIM_OC2PreloadConfig 0x08004780 Section 0 stm32f4xx_tim.o(i.TIM_OC2PreloadConfig) + i.TIM_OC3Init 0x0800479c Section 0 stm32f4xx_tim.o(i.TIM_OC3Init) + i.TIM_OC3PreloadConfig 0x0800483c Section 0 stm32f4xx_tim.o(i.TIM_OC3PreloadConfig) + i.TIM_OC4Init 0x08004850 Section 0 stm32f4xx_tim.o(i.TIM_OC4Init) + i.TIM_OC4PreloadConfig 0x080048c8 Section 0 stm32f4xx_tim.o(i.TIM_OC4PreloadConfig) + i.TIM_TimeBaseInit 0x080048e4 Section 0 stm32f4xx_tim.o(i.TIM_TimeBaseInit) + i.TimingDelay_Decrement 0x08004968 Section 0 delay.o(i.TimingDelay_Decrement) + i.UART5_IRQHandler 0x080049a8 Section 0 amt1450_uart.o(i.UART5_IRQHandler) + i.UART_GetChar 0x080049f0 Section 0 amt1450_uart.o(i.UART_GetChar) + i.USART1_IRQHandler 0x08004aac Section 0 nanocommunication.o(i.USART1_IRQHandler) + i.USART1_Init 0x08004aec Section 0 nanocommunication.o(i.USART1_Init) + i.USART1_Process 0x08004bc8 Section 0 nanocommunication.o(i.USART1_Process) + i.USART1_Process_target 0x08004c30 Section 0 nanocommunication.o(i.USART1_Process_target) + i.USART1_Process_target_test 0x08004e78 Section 0 nanocommunication.o(i.USART1_Process_target_test) + i.USART2_IRQHandler 0x08004f74 Section 0 btmodule.o(i.USART2_IRQHandler) + i.USART2_Init 0x08004fb0 Section 0 btmodule.o(i.USART2_Init) + i.USART_ClearITPendingBit 0x08005088 Section 0 stm32f4xx_usart.o(i.USART_ClearITPendingBit) + i.USART_Cmd 0x080050a6 Section 0 stm32f4xx_usart.o(i.USART_Cmd) + i.USART_GetChar 0x080050c0 Section 0 btmodule.o(i.USART_GetChar) + i.USART_GetFlagStatus 0x08005128 Section 0 stm32f4xx_usart.o(i.USART_GetFlagStatus) + i.USART_GetITStatus 0x08005142 Section 0 stm32f4xx_usart.o(i.USART_GetITStatus) + i.USART_ITConfig 0x08005196 Section 0 stm32f4xx_usart.o(i.USART_ITConfig) + i.USART_Init 0x080051e0 Section 0 stm32f4xx_usart.o(i.USART_Init) + i.USART_OverSampling8Cmd 0x080052b4 Section 0 stm32f4xx_usart.o(i.USART_OverSampling8Cmd) + i.USART_ReceiveData 0x080052ca Section 0 stm32f4xx_usart.o(i.USART_ReceiveData) + i.USART_SendData 0x080052d4 Section 0 stm32f4xx_usart.o(i.USART_SendData) + i.UsageFault_Handler 0x080052dc Section 0 stm32f4xx_it.o(i.UsageFault_Handler) + i.__ARM_fpclassify 0x080052e0 Section 0 fpclassify.o(i.__ARM_fpclassify) + i.__ARM_fpclassifyf 0x08005310 Section 0 fpclassifyf.o(i.__ARM_fpclassifyf) + i.__hardfp_acos 0x08005338 Section 0 acos.o(i.__hardfp_acos) + i.__hardfp_asinf 0x08005690 Section 0 asinf.o(i.__hardfp_asinf) + i.__hardfp_atan 0x080057c0 Section 0 atan.o(i.__hardfp_atan) + i.__hardfp_atanf 0x08005a98 Section 0 atanf.o(i.__hardfp_atanf) + i.__hardfp_cos 0x08005bf8 Section 0 cos.o(i.__hardfp_cos) + i.__hardfp_sin 0x08005cc0 Section 0 sin.o(i.__hardfp_sin) + i.__hardfp_sqrt 0x08005d88 Section 0 sqrt.o(i.__hardfp_sqrt) + i.__ieee754_rem_pio2 0x08005e08 Section 0 rred.o(i.__ieee754_rem_pio2) + i.__kernel_cos 0x08006240 Section 0 cos_i.o(i.__kernel_cos) + i.__kernel_poly 0x080063b0 Section 0 poly.o(i.__kernel_poly) + i.__kernel_sin 0x080064a8 Section 0 sin_i.o(i.__kernel_sin) + i.__mathlib_dbl_infnan 0x080065d8 Section 0 dunder.o(i.__mathlib_dbl_infnan) + i.__mathlib_dbl_invalid 0x080065f0 Section 0 dunder.o(i.__mathlib_dbl_invalid) + i.__mathlib_dbl_underflow 0x08006610 Section 0 dunder.o(i.__mathlib_dbl_underflow) + i.__mathlib_flt_infnan 0x08006630 Section 0 funder.o(i.__mathlib_flt_infnan) + i.__mathlib_flt_invalid 0x08006638 Section 0 funder.o(i.__mathlib_flt_invalid) + i.__mathlib_flt_underflow 0x08006648 Section 0 funder.o(i.__mathlib_flt_underflow) + i._is_digit 0x08006658 Section 0 __printf_wp.o(i._is_digit) + i._sys_close 0x08006666 Section 0 retarget_io.o(i._sys_close) + i._sys_flen 0x0800668c Section 0 retarget_io.o(i._sys_flen) + i._sys_istty 0x080066b0 Section 0 retarget_io.o(i._sys_istty) + i._sys_open 0x080066d4 Section 0 retarget_io.o(i._sys_open) + i._sys_seek 0x0800673c Section 0 retarget_io.o(i._sys_seek) + i._sys_write 0x08006768 Section 0 retarget_io.o(i._sys_write) + i.check_SUM 0x080067c0 Section 0 amt1450_uart.o(i.check_SUM) + i.fabs 0x080067ec Section 0 fabs.o(i.fabs) + i.fputc 0x08006804 Section 0 btmodule.o(i.fputc) + i.init_AMT1450_UART 0x08006828 Section 0 amt1450_uart.o(i.init_AMT1450_UART) + i.main 0x0800690c Section 0 main.o(i.main) + i.s_PIDInit 0x08006a7c Section 0 pid.o(i.s_PIDInit) + i.sqrt 0x08006adc Section 0 sqrt.o(i.sqrt) + i.sqrtf 0x08006b4a Section 0 sqrtf.o(i.sqrtf) + i.stderr_putchar 0x08006b88 Section 0 retarget_io.o(i.stderr_putchar) + stderr_putchar 0x08006b89 Thumb Code 4 retarget_io.o(i.stderr_putchar) + i.stdout_putchar 0x08006b8c Section 0 stdout_user.o(i.stdout_putchar) + locale$$code 0x08006b94 Section 44 lc_numeric_c.o(locale$$code) + x$fpl$basic 0x08006bc0 Section 24 basic.o(x$fpl$basic) + $v0 0x08006bc0 Number 0 basic.o(x$fpl$basic) + x$fpl$d2f 0x08006bd8 Section 98 d2f.o(x$fpl$d2f) + $v0 0x08006bd8 Number 0 d2f.o(x$fpl$d2f) + x$fpl$dadd 0x08006c3c Section 336 daddsub_clz.o(x$fpl$dadd) + $v0 0x08006c3c Number 0 daddsub_clz.o(x$fpl$dadd) + _dadd1 0x08006c4d Thumb Code 0 daddsub_clz.o(x$fpl$dadd) + x$fpl$dcmpinf 0x08006d8c Section 24 dcmpi.o(x$fpl$dcmpinf) + $v0 0x08006d8c Number 0 dcmpi.o(x$fpl$dcmpinf) + x$fpl$ddiv 0x08006da4 Section 688 ddiv.o(x$fpl$ddiv) + $v0 0x08006da4 Number 0 ddiv.o(x$fpl$ddiv) + ddiv_entry 0x08006dab Thumb Code 0 ddiv.o(x$fpl$ddiv) + x$fpl$deqf 0x08007054 Section 120 deqf.o(x$fpl$deqf) + $v0 0x08007054 Number 0 deqf.o(x$fpl$deqf) + x$fpl$dfix 0x080070cc Section 94 dfix.o(x$fpl$dfix) + $v0 0x080070cc Number 0 dfix.o(x$fpl$dfix) + x$fpl$dflt 0x0800712a Section 46 dflt_clz.o(x$fpl$dflt) + $v0 0x0800712a Number 0 dflt_clz.o(x$fpl$dflt) + x$fpl$dfltu 0x08007158 Section 38 dflt_clz.o(x$fpl$dfltu) + $v0 0x08007158 Number 0 dflt_clz.o(x$fpl$dfltu) + x$fpl$dmul 0x08007180 Section 340 dmul.o(x$fpl$dmul) + $v0 0x08007180 Number 0 dmul.o(x$fpl$dmul) + x$fpl$dnaninf 0x080072d4 Section 156 dnaninf.o(x$fpl$dnaninf) + $v0 0x080072d4 Number 0 dnaninf.o(x$fpl$dnaninf) + x$fpl$dretinf 0x08007370 Section 12 dretinf.o(x$fpl$dretinf) + $v0 0x08007370 Number 0 dretinf.o(x$fpl$dretinf) + x$fpl$drsb 0x0800737c Section 22 daddsub_clz.o(x$fpl$drsb) + $v0 0x0800737c Number 0 daddsub_clz.o(x$fpl$drsb) + x$fpl$dsqrt 0x08007394 Section 408 dsqrt_umaal.o(x$fpl$dsqrt) + $v0 0x08007394 Number 0 dsqrt_umaal.o(x$fpl$dsqrt) + x$fpl$dsub 0x0800752c Section 468 daddsub_clz.o(x$fpl$dsub) + $v0 0x0800752c Number 0 daddsub_clz.o(x$fpl$dsub) + _dsub1 0x0800753d Thumb Code 0 daddsub_clz.o(x$fpl$dsub) + x$fpl$f2d 0x08007700 Section 86 f2d.o(x$fpl$f2d) + $v0 0x08007700 Number 0 f2d.o(x$fpl$f2d) + x$fpl$fnaninf 0x08007756 Section 140 fnaninf.o(x$fpl$fnaninf) + $v0 0x08007756 Number 0 fnaninf.o(x$fpl$fnaninf) + x$fpl$fpinit 0x080077e2 Section 10 fpinit.o(x$fpl$fpinit) + $v0 0x080077e2 Number 0 fpinit.o(x$fpl$fpinit) + x$fpl$fretinf 0x080077ec Section 10 fretinf.o(x$fpl$fretinf) + $v0 0x080077ec Number 0 fretinf.o(x$fpl$fretinf) + x$fpl$printf1 0x080077f6 Section 4 printf1.o(x$fpl$printf1) + $v0 0x080077f6 Number 0 printf1.o(x$fpl$printf1) + .constdata 0x080077fa Section 23 retarget_io.o(.constdata) + x$fpl$usenofp 0x080077fa Section 0 usenofp.o(x$fpl$usenofp) + .constdata 0x08007818 Section 80 acos.o(.constdata) + pS 0x08007818 Data 48 acos.o(.constdata) + qS 0x08007848 Data 32 acos.o(.constdata) + .constdata 0x08007868 Section 152 atan.o(.constdata) + atanhi 0x08007868 Data 32 atan.o(.constdata) + atanlo 0x08007888 Data 32 atan.o(.constdata) + aTodd 0x080078a8 Data 40 atan.o(.constdata) + aTeven 0x080078d0 Data 48 atan.o(.constdata) + .constdata 0x08007900 Section 48 cos_i.o(.constdata) + C 0x08007900 Data 48 cos_i.o(.constdata) + .constdata 0x08007930 Section 200 rred.o(.constdata) + pio2s 0x08007930 Data 48 rred.o(.constdata) + twooverpi 0x08007960 Data 152 rred.o(.constdata) + .constdata 0x080079f8 Section 40 sin_i.o(.constdata) + S 0x080079f8 Data 40 sin_i.o(.constdata) + .constdata 0x08007a20 Section 148 bigflt0.o(.constdata) + tenpwrs_x 0x08007a20 Data 60 bigflt0.o(.constdata) + tenpwrs_i 0x08007a5c Data 64 bigflt0.o(.constdata) + locale$$data 0x08007ad4 Section 28 lc_numeric_c.o(locale$$data) + __lcnum_c_name 0x08007ad8 Data 2 lc_numeric_c.o(locale$$data) + __lcnum_c_start 0x08007ae0 Data 0 lc_numeric_c.o(locale$$data) + __lcnum_c_point 0x08007aec Data 0 lc_numeric_c.o(locale$$data) + __lcnum_c_thousands 0x08007aee Data 0 lc_numeric_c.o(locale$$data) + __lcnum_c_grouping 0x08007aef Data 0 lc_numeric_c.o(locale$$data) + __lcnum_c_end 0x08007af0 Data 0 lc_numeric_c.o(locale$$data) .data 0x20000000 Section 12 main.o(.data) .data 0x2000000c Section 2 stm32f4xx_it.o(.data) .data 0x20000010 Section 20 system_stm32f4xx.o(.data) @@ -1941,12 +2035,15 @@ Image Symbol Table BuildAttributes$$THM_ISAv4$E$P$D$K$B$S$7EM$VFPi3$EXTD16$VFPS$VFMA$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$IEEEX$EBA8$UX$STANDARDLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE __ARM_use_no_argv 0x00000000 Number 0 main.o ABSOLUTE + _printf_flags 0x00000000 Number 0 printf_stubs.o ABSOLUTE + _printf_return_value 0x00000000 Number 0 printf_stubs.o ABSOLUTE + _printf_sizespec 0x00000000 Number 0 printf_stubs.o ABSOLUTE + _printf_widthprec 0x00000000 Number 0 printf_stubs.o ABSOLUTE __ARM_exceptions_init - Undefined Weak Reference __alloca_initialize - Undefined Weak Reference __arm_preinit_ - Undefined Weak Reference __cpp_initialize__aeabi_ - Undefined Weak Reference __cxa_finalize - Undefined Weak Reference - __rt_locale - Undefined Weak Reference __sigvec_lookup - Undefined Weak Reference __user_heap_extent - Undefined Weak Reference _atexit_init - Undefined Weak Reference @@ -1957,7 +2054,6 @@ Image Symbol Table _get_lc_collate - Undefined Weak Reference _get_lc_ctype - Undefined Weak Reference _get_lc_monetary - Undefined Weak Reference - _get_lc_numeric - Undefined Weak Reference _get_lc_time - Undefined Weak Reference _getenv_init - Undefined Weak Reference _handle_redirection - Undefined Weak Reference @@ -1981,358 +2077,378 @@ Image Symbol Table __scatterload_null 0x0800019f Thumb Code 0 __scatter.o(!!!scatter) __scatterload_copy 0x080001c5 Thumb Code 26 __scatter_copy.o(!!handler_copy) __scatterload_zeroinit 0x080001e1 Thumb Code 28 __scatter_zi.o(!!handler_zi) - _printf_d 0x080001fd Thumb Code 0 _printf_d.o(.ARM.Collect$$_printf_percent$$00000009) + _printf_f 0x080001fd Thumb Code 0 _printf_f.o(.ARM.Collect$$_printf_percent$$00000003) _printf_percent 0x080001fd Thumb Code 0 _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000) - _printf_percent_end 0x08000203 Thumb Code 0 _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017) - __rt_lib_init 0x08000207 Thumb Code 0 libinit.o(.ARM.Collect$$libinit$$00000000) - __rt_lib_init_fp_1 0x08000209 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000001) - __rt_lib_init_heap_2 0x0800020d Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000005) - __rt_lib_init_preinit_1 0x0800020d Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000004) - __rt_lib_init_atexit_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001B) - __rt_lib_init_clock_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000021) - __rt_lib_init_fp_trap_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001F) - __rt_lib_init_getenv_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000023) - __rt_lib_init_heap_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000A) - __rt_lib_init_lc_collate_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000011) - __rt_lib_init_lc_ctype_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000013) - __rt_lib_init_lc_monetary_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000015) - __rt_lib_init_lc_numeric_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000017) - __rt_lib_init_lc_time_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000019) - __rt_lib_init_rand_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000E) - __rt_lib_init_signal_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001D) - __rt_lib_init_stdio_2 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000024) - __rt_lib_init_user_alloc_1 0x08000215 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000C) - __rt_lib_init_alloca_1 0x08000219 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002E) - __rt_lib_init_argv_1 0x08000219 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002C) - __rt_lib_init_cpp_1 0x08000219 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000032) - __rt_lib_init_exceptions_1 0x08000219 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000030) - __rt_lib_init_return 0x08000219 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000033) - __rt_lib_init_stdio_1 0x08000219 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000025) - __rt_lib_shutdown 0x0800021b Thumb Code 0 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) - __rt_lib_shutdown_cpp_1 0x0800021d Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) - __rt_lib_shutdown_stdio_2 0x0800021d Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000003) - __rt_lib_shutdown_fp_trap_1 0x08000221 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) - __rt_lib_shutdown_heap_1 0x08000221 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) - __rt_lib_shutdown_return 0x08000221 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) - __rt_lib_shutdown_signal_1 0x08000221 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) - __rt_lib_shutdown_stdio_1 0x08000221 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) - __rt_lib_shutdown_user_alloc_1 0x08000221 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) - __rt_entry 0x08000223 Thumb Code 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000) - __rt_entry_presh_1 0x08000223 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002) - __rt_entry_sh 0x08000223 Thumb Code 0 __rtentry4.o(.ARM.Collect$$rtentry$$00000004) - __rt_entry_li 0x08000229 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) - __rt_entry_postsh_1 0x08000229 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009) - __rt_entry_main 0x0800022d Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) - __rt_entry_postli_1 0x0800022d Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) - __rt_exit 0x08000235 Thumb Code 0 rtexit.o(.ARM.Collect$$rtexit$$00000000) - __rt_exit_ls 0x08000237 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000003) - __rt_exit_prels_1 0x08000237 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002) - __rt_exit_exit 0x0800023b Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000004) - Reset_Handler 0x08000241 Thumb Code 8 startup_stm32f40_41xxx.o(.text) - _maybe_terminate_alloc 0x08000241 Thumb Code 0 maybetermalloc1.o(.emb_text) - ADC_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CAN1_RX0_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CAN1_RX1_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CAN1_SCE_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CAN1_TX_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CAN2_RX0_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CAN2_RX1_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CAN2_SCE_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CAN2_TX_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - CRYP_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DCMI_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA1_Stream0_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA1_Stream1_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA1_Stream2_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA1_Stream3_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA1_Stream4_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA1_Stream5_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA1_Stream6_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA1_Stream7_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA2_Stream0_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA2_Stream1_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA2_Stream2_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA2_Stream3_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA2_Stream4_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA2_Stream5_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA2_Stream6_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - DMA2_Stream7_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - ETH_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - ETH_WKUP_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - EXTI0_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - EXTI15_10_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - EXTI1_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - EXTI2_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - EXTI3_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - EXTI4_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - EXTI9_5_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - FLASH_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - FPU_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - FSMC_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - HASH_RNG_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - I2C1_ER_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - I2C1_EV_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - I2C2_ER_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - I2C2_EV_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - I2C3_ER_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - I2C3_EV_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - OTG_FS_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - OTG_FS_WKUP_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - OTG_HS_EP1_IN_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - OTG_HS_EP1_OUT_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - OTG_HS_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - OTG_HS_WKUP_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - PVD_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - RCC_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - RTC_Alarm_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - RTC_WKUP_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - SDIO_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - SPI1_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - SPI2_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - SPI3_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TAMP_STAMP_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TIM1_BRK_TIM9_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TIM1_CC_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TIM1_TRG_COM_TIM11_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TIM1_UP_TIM10_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TIM5_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TIM8_BRK_TIM12_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TIM8_CC_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - TIM8_TRG_COM_TIM14_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - UART4_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - USART3_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - USART6_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - WWDG_IRQHandler 0x0800025b Thumb Code 0 startup_stm32f40_41xxx.o(.text) - __user_initial_stackheap 0x0800025d Thumb Code 0 startup_stm32f40_41xxx.o(.text) - __2printf 0x08000281 Thumb Code 20 noretval__2printf.o(.text) - __printf 0x08000299 Thumb Code 104 __printf.o(.text) - _printf_int_dec 0x08000301 Thumb Code 104 _printf_dec.o(.text) - __aeabi_memclr4 0x08000379 Thumb Code 0 rt_memclr_w.o(.text) - __aeabi_memclr8 0x08000379 Thumb Code 0 rt_memclr_w.o(.text) - __rt_memclr_w 0x08000379 Thumb Code 78 rt_memclr_w.o(.text) - _memset_w 0x0800037d Thumb Code 0 rt_memclr_w.o(.text) - strcmp 0x080003c9 Thumb Code 128 strcmpv7m.o(.text) - __use_two_region_memory 0x08000449 Thumb Code 2 heapauxi.o(.text) - __rt_heap_escrow 0x0800044b Thumb Code 2 heapauxi.o(.text) - __rt_heap_expand 0x0800044d Thumb Code 2 heapauxi.o(.text) - __read_errno 0x0800044f Thumb Code 10 _rserrno.o(.text) - __set_errno 0x08000459 Thumb Code 12 _rserrno.o(.text) - _printf_int_common 0x08000465 Thumb Code 178 _printf_intcommon.o(.text) - _printf_char_file 0x08000519 Thumb Code 32 _printf_char_file.o(.text) - __aeabi_errno_addr 0x0800053d Thumb Code 8 rt_errno_addr_intlibspace.o(.text) - __errno$intlibspace 0x0800053d Thumb Code 0 rt_errno_addr_intlibspace.o(.text) - __rt_errno_addr$intlibspace 0x0800053d Thumb Code 0 rt_errno_addr_intlibspace.o(.text) - _printf_char_common 0x0800054f Thumb Code 32 _printf_char_common.o(.text) - ferror 0x08000575 Thumb Code 8 ferror.o(.text) - _initio 0x0800057d Thumb Code 210 initio.o(.text) - _terminateio 0x0800064f Thumb Code 56 initio.o(.text) - __user_libspace 0x080006b5 Thumb Code 8 libspace.o(.text) - __user_perproc_libspace 0x080006b5 Thumb Code 0 libspace.o(.text) - __user_perthread_libspace 0x080006b5 Thumb Code 0 libspace.o(.text) - __user_setup_stackheap 0x080006bd Thumb Code 74 sys_stackheap_outer.o(.text) - free 0x08000707 Thumb Code 78 h1_free.o(.text) - setvbuf 0x08000755 Thumb Code 70 setvbuf.o(.text) - freopen 0x0800079d Thumb Code 158 fopen.o(.text) - fopen 0x0800083b Thumb Code 74 fopen.o(.text) - _fclose_internal 0x08000889 Thumb Code 76 fclose.o(.text) - fclose 0x08000889 Thumb Code 0 fclose.o(.text) - exit 0x080008d5 Thumb Code 18 exit.o(.text) - __rt_SIGRTRED 0x080008e7 Thumb Code 14 defsig_rtred_outer.o(.text) - __rt_heap_descriptor 0x080008f5 Thumb Code 8 rt_heap_descriptor_intlibspace.o(.text) - __use_no_heap 0x080008fd Thumb Code 2 hguard.o(.text) - __heap$guard 0x080008ff Thumb Code 2 hguard.o(.text) - _terminate_user_alloc 0x08000901 Thumb Code 2 init_alloc.o(.text) - _init_user_alloc 0x08000903 Thumb Code 2 init_alloc.o(.text) - __Heap_Full 0x08000905 Thumb Code 34 init_alloc.o(.text) - __Heap_Broken 0x08000927 Thumb Code 6 init_alloc.o(.text) - _init_alloc 0x0800092d Thumb Code 94 init_alloc.o(.text) - malloc 0x0800098b Thumb Code 94 h1_alloc.o(.text) - _fseek 0x080009e9 Thumb Code 242 fseek.o(.text) - fseek 0x080009e9 Thumb Code 0 fseek.o(.text) - _seterr 0x08000ae1 Thumb Code 20 stdio.o(.text) - _writebuf 0x08000af5 Thumb Code 84 stdio.o(.text) - _fflush 0x08000b49 Thumb Code 70 stdio.o(.text) - _deferredlazyseek 0x08000b8f Thumb Code 60 stdio.o(.text) - __sig_exit 0x08000bd1 Thumb Code 10 defsig_exit.o(.text) - __rt_SIGRTRED_inner 0x08000bdd Thumb Code 14 defsig_rtred_inner.o(.text) - _sys_exit 0x08000c11 Thumb Code 8 sys_exit.o(.text) - __Heap_Initialize 0x08000c1d Thumb Code 10 h1_init.o(.text) - __Heap_DescSize 0x08000c27 Thumb Code 4 h1_init.o(.text) - __Heap_ProvideMemory 0x08000c2b Thumb Code 52 h1_extend.o(.text) - _ftell_internal 0x08000c5f Thumb Code 66 ftell.o(.text) - ftell 0x08000c5f Thumb Code 0 ftell.o(.text) - __default_signal_display 0x08000ca1 Thumb Code 50 defsig_general.o(.text) - __rt_SIGRTMEM 0x08000cd3 Thumb Code 14 defsig_rtmem_outer.o(.text) - _ttywrch 0x08000ce1 Thumb Code 14 sys_wrch.o(.text) - __I$use$semihosting 0x08000cef Thumb Code 0 use_no_semi.o(.text) - __use_no_semihosting_swi 0x08000cef Thumb Code 2 use_no_semi.o(.text) - __rt_SIGRTMEM_inner 0x08000cf1 Thumb Code 22 defsig_rtmem_inner.o(.text) - __semihosting_library_function 0x08000cf1 Thumb Code 0 indicate_semi.o(.text) - AMT1450_UART_Cmd 0x08000d41 Thumb Code 26 amt1450_uart.o(i.AMT1450_UART_Cmd) - ArmDriver_Init 0x08000d61 Thumb Code 638 armsolution.o(i.ArmDriver_Init) - ArmSolution 0x08000ffd Thumb Code 1668 armsolution.o(i.ArmSolution) - Arm_Grab 0x080016ad Thumb Code 412 armsolution.o(i.Arm_Grab) - BusFault_Handler 0x080018d1 Thumb Code 4 stm32f4xx_it.o(i.BusFault_Handler) - DebugMon_Handler 0x080018d5 Thumb Code 2 stm32f4xx_it.o(i.DebugMon_Handler) - Delay_10us 0x080018d9 Thumb Code 20 delay.o(i.Delay_10us) - Delay_ms 0x080018f1 Thumb Code 22 delay.o(i.Delay_ms) - Encoder_GetEncCount 0x08001909 Thumb Code 106 motordriver.o(i.Encoder_GetEncCount) - Encoder_Init 0x08001991 Thumb Code 746 motordriver.o(i.Encoder_Init) - GPIO_Config 0x08001c99 Thumb Code 48 main.o(i.GPIO_Config) - GPIO_Init 0x08001ccd Thumb Code 144 stm32f4xx_gpio.o(i.GPIO_Init) - GPIO_PinAFConfig 0x08001d5d Thumb Code 70 stm32f4xx_gpio.o(i.GPIO_PinAFConfig) - GPIO_ReadInputDataBit 0x08001da3 Thumb Code 18 stm32f4xx_gpio.o(i.GPIO_ReadInputDataBit) - GPIO_ResetBits 0x08001db5 Thumb Code 4 stm32f4xx_gpio.o(i.GPIO_ResetBits) - GPIO_SetBits 0x08001db9 Thumb Code 4 stm32f4xx_gpio.o(i.GPIO_SetBits) - HardFault_Handler 0x08001dbd Thumb Code 4 stm32f4xx_it.o(i.HardFault_Handler) - Key_Init 0x08001dc1 Thumb Code 78 keyled.o(i.Key_Init) - Key_Released 0x08001e15 Thumb Code 112 keyled.o(i.Key_Released) - Led_Init 0x08001e89 Thumb Code 102 keyled.o(i.Led_Init) - MemManage_Handler 0x08001ef5 Thumb Code 4 stm32f4xx_it.o(i.MemManage_Handler) - MotorController_Enable 0x08001ef9 Thumb Code 200 motorcontroller.o(i.MotorController_Enable) - MotorController_Init 0x08002029 Thumb Code 222 motorcontroller.o(i.MotorController_Init) - MotorController_SetAcceleration 0x08002161 Thumb Code 22 motorcontroller.o(i.MotorController_SetAcceleration) - MotorController_SpeedTunner 0x0800217d Thumb Code 1692 motorcontroller.o(i.MotorController_SpeedTunner) - MotorDriver_Init 0x08002861 Thumb Code 824 motordriver.o(i.MotorDriver_Init) - MotorDriver_SetPWMDuty 0x08002ba9 Thumb Code 64 motordriver.o(i.MotorDriver_SetPWMDuty) - MotorDriver_Start 0x08002bed Thumb Code 128 motordriver.o(i.MotorDriver_Start) - MotorDriver_Stop 0x08002c79 Thumb Code 108 motordriver.o(i.MotorDriver_Stop) - NMI_Handler 0x08002cf1 Thumb Code 2 stm32f4xx_it.o(i.NMI_Handler) - NVIC_Configuration 0x08002cf5 Thumb Code 96 main.o(i.NVIC_Configuration) - NVIC_Init 0x08002d65 Thumb Code 106 misc.o(i.NVIC_Init) - NVIC_PriorityGroupConfig 0x08002ddd Thumb Code 10 misc.o(i.NVIC_PriorityGroupConfig) - PendSV_Handler 0x08002df1 Thumb Code 2 stm32f4xx_it.o(i.PendSV_Handler) - RCC_AHB1PeriphClockCmd 0x08002df5 Thumb Code 26 stm32f4xx_rcc.o(i.RCC_AHB1PeriphClockCmd) - RCC_APB1PeriphClockCmd 0x08002e15 Thumb Code 26 stm32f4xx_rcc.o(i.RCC_APB1PeriphClockCmd) - RCC_APB2PeriphClockCmd 0x08002e35 Thumb Code 26 stm32f4xx_rcc.o(i.RCC_APB2PeriphClockCmd) - RCC_GetClocksFreq 0x08002e55 Thumb Code 214 stm32f4xx_rcc.o(i.RCC_GetClocksFreq) - SVC_Handler 0x08002f39 Thumb Code 2 stm32f4xx_it.o(i.SVC_Handler) - SetServoAngle 0x08002f3d Thumb Code 148 armsolution.o(i.SetServoAngle) - Slow_Pwm 0x080030e9 Thumb Code 624 armsolution.o(i.Slow_Pwm) - SysTick_Handler 0x08003389 Thumb Code 42 stm32f4xx_it.o(i.SysTick_Handler) - SystemInit 0x080033bd Thumb Code 88 system_stm32f4xx.o(i.SystemInit) - TCRT5000_config 0x08003425 Thumb Code 70 tcrt5000.o(i.TCRT5000_config) - TIM2_IRQHandler 0x08003475 Thumb Code 62 motordriver.o(i.TIM2_IRQHandler) - TIM3_IRQHandler 0x080034b9 Thumb Code 60 motordriver.o(i.TIM3_IRQHandler) - TIM4_IRQHandler 0x080034fd Thumb Code 60 motordriver.o(i.TIM4_IRQHandler) - TIM6_DAC_IRQHandler 0x08003541 Thumb Code 26 motorcontroller.o(i.TIM6_DAC_IRQHandler) - TIM7_IRQHandler 0x08003561 Thumb Code 52 armsolution.o(i.TIM7_IRQHandler) - TIM8_UP_TIM13_IRQHandler 0x08003599 Thumb Code 60 motordriver.o(i.TIM8_UP_TIM13_IRQHandler) - TIM_ARRPreloadConfig 0x080035dd Thumb Code 24 stm32f4xx_tim.o(i.TIM_ARRPreloadConfig) - TIM_ClearFlag 0x080035f5 Thumb Code 6 stm32f4xx_tim.o(i.TIM_ClearFlag) - TIM_ClearITPendingBit 0x080035fb Thumb Code 6 stm32f4xx_tim.o(i.TIM_ClearITPendingBit) - TIM_Cmd 0x08003601 Thumb Code 24 stm32f4xx_tim.o(i.TIM_Cmd) - TIM_CtrlPWMOutputs 0x08003619 Thumb Code 30 stm32f4xx_tim.o(i.TIM_CtrlPWMOutputs) - TIM_EncoderInterfaceConfig 0x08003637 Thumb Code 66 stm32f4xx_tim.o(i.TIM_EncoderInterfaceConfig) - TIM_GetITStatus 0x08003679 Thumb Code 34 stm32f4xx_tim.o(i.TIM_GetITStatus) - TIM_ITConfig 0x0800369b Thumb Code 18 stm32f4xx_tim.o(i.TIM_ITConfig) - TIM_OC1Init 0x080036ad Thumb Code 114 stm32f4xx_tim.o(i.TIM_OC1Init) - TIM_OC1PreloadConfig 0x08003729 Thumb Code 18 stm32f4xx_tim.o(i.TIM_OC1PreloadConfig) - TIM_OC2Init 0x0800373d Thumb Code 154 stm32f4xx_tim.o(i.TIM_OC2Init) - TIM_OC2PreloadConfig 0x080037e1 Thumb Code 26 stm32f4xx_tim.o(i.TIM_OC2PreloadConfig) - TIM_OC3Init 0x080037fd Thumb Code 150 stm32f4xx_tim.o(i.TIM_OC3Init) - TIM_OC3PreloadConfig 0x0800389d Thumb Code 18 stm32f4xx_tim.o(i.TIM_OC3PreloadConfig) - TIM_OC4Init 0x080038b1 Thumb Code 112 stm32f4xx_tim.o(i.TIM_OC4Init) - TIM_OC4PreloadConfig 0x08003929 Thumb Code 26 stm32f4xx_tim.o(i.TIM_OC4PreloadConfig) - TIM_TimeBaseInit 0x08003945 Thumb Code 104 stm32f4xx_tim.o(i.TIM_TimeBaseInit) - TimingDelay_Decrement 0x080039c9 Thumb Code 52 delay.o(i.TimingDelay_Decrement) - UART5_IRQHandler 0x08003a09 Thumb Code 66 amt1450_uart.o(i.UART5_IRQHandler) - UART_GetChar 0x08003a51 Thumb Code 184 amt1450_uart.o(i.UART_GetChar) - USART1_IRQHandler 0x08003b0d Thumb Code 58 nanocommunication.o(i.USART1_IRQHandler) - USART1_Init 0x08003b4d Thumb Code 210 nanocommunication.o(i.USART1_Init) - USART1_Process 0x08003c29 Thumb Code 88 nanocommunication.o(i.USART1_Process) - USART1_Process_target 0x08003c91 Thumb Code 470 nanocommunication.o(i.USART1_Process_target) - USART1_Process_target_test 0x08003ed9 Thumb Code 212 nanocommunication.o(i.USART1_Process_target_test) - USART2_IRQHandler 0x08003fd5 Thumb Code 54 btmodule.o(i.USART2_IRQHandler) - USART2_Init 0x08004011 Thumb Code 208 btmodule.o(i.USART2_Init) - USART_ClearITPendingBit 0x080040e9 Thumb Code 30 stm32f4xx_usart.o(i.USART_ClearITPendingBit) - USART_Cmd 0x08004107 Thumb Code 24 stm32f4xx_usart.o(i.USART_Cmd) - USART_GetChar 0x08004121 Thumb Code 90 btmodule.o(i.USART_GetChar) - USART_GetFlagStatus 0x08004189 Thumb Code 26 stm32f4xx_usart.o(i.USART_GetFlagStatus) - USART_GetITStatus 0x080041a3 Thumb Code 84 stm32f4xx_usart.o(i.USART_GetITStatus) - USART_ITConfig 0x080041f7 Thumb Code 74 stm32f4xx_usart.o(i.USART_ITConfig) - USART_Init 0x08004241 Thumb Code 204 stm32f4xx_usart.o(i.USART_Init) - USART_OverSampling8Cmd 0x08004315 Thumb Code 22 stm32f4xx_usart.o(i.USART_OverSampling8Cmd) - USART_ReceiveData 0x0800432b Thumb Code 10 stm32f4xx_usart.o(i.USART_ReceiveData) - USART_SendData 0x08004335 Thumb Code 8 stm32f4xx_usart.o(i.USART_SendData) - UsageFault_Handler 0x0800433d Thumb Code 4 stm32f4xx_it.o(i.UsageFault_Handler) - __ARM_fpclassify 0x08004341 Thumb Code 48 fpclassify.o(i.__ARM_fpclassify) - __ARM_fpclassifyf 0x08004371 Thumb Code 38 fpclassifyf.o(i.__ARM_fpclassifyf) - __hardfp_acos 0x08004399 Thumb Code 738 acos.o(i.__hardfp_acos) - __hardfp_asinf 0x080046f1 Thumb Code 258 asinf.o(i.__hardfp_asinf) - __hardfp_atan 0x08004821 Thumb Code 622 atan.o(i.__hardfp_atan) - __hardfp_atanf 0x08004af9 Thumb Code 296 atanf.o(i.__hardfp_atanf) - __hardfp_cos 0x08004c59 Thumb Code 180 cos.o(i.__hardfp_cos) - __hardfp_sin 0x08004d21 Thumb Code 180 sin.o(i.__hardfp_sin) - __hardfp_sqrt 0x08004de9 Thumb Code 122 sqrt.o(i.__hardfp_sqrt) - __ieee754_rem_pio2 0x08004e69 Thumb Code 938 rred.o(i.__ieee754_rem_pio2) - __kernel_cos 0x080052a1 Thumb Code 322 cos_i.o(i.__kernel_cos) - __kernel_poly 0x08005411 Thumb Code 248 poly.o(i.__kernel_poly) - __kernel_sin 0x08005509 Thumb Code 280 sin_i.o(i.__kernel_sin) - __mathlib_dbl_infnan 0x08005639 Thumb Code 20 dunder.o(i.__mathlib_dbl_infnan) - __mathlib_dbl_invalid 0x08005651 Thumb Code 24 dunder.o(i.__mathlib_dbl_invalid) - __mathlib_dbl_underflow 0x08005671 Thumb Code 24 dunder.o(i.__mathlib_dbl_underflow) - __mathlib_flt_infnan 0x08005691 Thumb Code 6 funder.o(i.__mathlib_flt_infnan) - __mathlib_flt_invalid 0x08005699 Thumb Code 10 funder.o(i.__mathlib_flt_invalid) - __mathlib_flt_underflow 0x080056a9 Thumb Code 10 funder.o(i.__mathlib_flt_underflow) - _sys_close 0x080056b9 Thumb Code 38 retarget_io.o(i._sys_close) - _sys_flen 0x080056df Thumb Code 36 retarget_io.o(i._sys_flen) - _sys_istty 0x08005703 Thumb Code 36 retarget_io.o(i._sys_istty) - _sys_open 0x08005729 Thumb Code 80 retarget_io.o(i._sys_open) - _sys_seek 0x08005791 Thumb Code 44 retarget_io.o(i._sys_seek) - _sys_write 0x080057bd Thumb Code 88 retarget_io.o(i._sys_write) - check_SUM 0x08005815 Thumb Code 44 amt1450_uart.o(i.check_SUM) - fabs 0x08005841 Thumb Code 24 fabs.o(i.fabs) - fputc 0x08005859 Thumb Code 32 btmodule.o(i.fputc) - init_AMT1450_UART 0x0800587d Thumb Code 214 amt1450_uart.o(i.init_AMT1450_UART) - main 0x08005961 Thumb Code 316 main.o(i.main) - s_PIDInit 0x08005ad1 Thumb Code 74 pid.o(i.s_PIDInit) - sqrt 0x08005b31 Thumb Code 110 sqrt.o(i.sqrt) - sqrtf 0x08005b9f Thumb Code 62 sqrtf.o(i.sqrtf) - stdout_putchar 0x08005be1 Thumb Code 8 stdout_user.o(i.stdout_putchar) - __aeabi_dneg 0x08005be9 Thumb Code 0 basic.o(x$fpl$basic) - _dneg 0x08005be9 Thumb Code 6 basic.o(x$fpl$basic) - __aeabi_fneg 0x08005bef Thumb Code 0 basic.o(x$fpl$basic) - _fneg 0x08005bef Thumb Code 6 basic.o(x$fpl$basic) - _dabs 0x08005bf5 Thumb Code 6 basic.o(x$fpl$basic) - _fabs 0x08005bfb Thumb Code 6 basic.o(x$fpl$basic) - __aeabi_d2f 0x08005c01 Thumb Code 0 d2f.o(x$fpl$d2f) - _d2f 0x08005c01 Thumb Code 98 d2f.o(x$fpl$d2f) - __aeabi_dadd 0x08005c65 Thumb Code 0 daddsub_clz.o(x$fpl$dadd) - _dadd 0x08005c65 Thumb Code 332 daddsub_clz.o(x$fpl$dadd) - __fpl_dcmp_Inf 0x08005db5 Thumb Code 24 dcmpi.o(x$fpl$dcmpinf) - __aeabi_ddiv 0x08005dcd Thumb Code 0 ddiv.o(x$fpl$ddiv) - _ddiv 0x08005dcd Thumb Code 552 ddiv.o(x$fpl$ddiv) - __aeabi_cdcmpeq 0x0800607d Thumb Code 0 deqf.o(x$fpl$deqf) - _dcmpeq 0x0800607d Thumb Code 120 deqf.o(x$fpl$deqf) - __aeabi_d2iz 0x080060f5 Thumb Code 0 dfix.o(x$fpl$dfix) - _dfix 0x080060f5 Thumb Code 94 dfix.o(x$fpl$dfix) - __aeabi_i2d 0x08006153 Thumb Code 0 dflt_clz.o(x$fpl$dflt) - _dflt 0x08006153 Thumb Code 46 dflt_clz.o(x$fpl$dflt) - __aeabi_ui2d 0x08006181 Thumb Code 0 dflt_clz.o(x$fpl$dfltu) - _dfltu 0x08006181 Thumb Code 38 dflt_clz.o(x$fpl$dfltu) - __aeabi_dmul 0x080061a9 Thumb Code 0 dmul.o(x$fpl$dmul) - _dmul 0x080061a9 Thumb Code 332 dmul.o(x$fpl$dmul) - __fpl_dnaninf 0x080062fd Thumb Code 156 dnaninf.o(x$fpl$dnaninf) - __fpl_dretinf 0x08006399 Thumb Code 12 dretinf.o(x$fpl$dretinf) - __aeabi_drsub 0x080063a5 Thumb Code 0 daddsub_clz.o(x$fpl$drsb) - _drsb 0x080063a5 Thumb Code 22 daddsub_clz.o(x$fpl$drsb) - _dsqrt 0x080063bd Thumb Code 404 dsqrt_umaal.o(x$fpl$dsqrt) - __aeabi_dsub 0x08006555 Thumb Code 0 daddsub_clz.o(x$fpl$dsub) - _dsub 0x08006555 Thumb Code 464 daddsub_clz.o(x$fpl$dsub) - __aeabi_f2d 0x08006729 Thumb Code 0 f2d.o(x$fpl$f2d) - _f2d 0x08006729 Thumb Code 86 f2d.o(x$fpl$f2d) - __fpl_fnaninf 0x0800677f Thumb Code 140 fnaninf.o(x$fpl$fnaninf) - _fp_init 0x0800680b Thumb Code 10 fpinit.o(x$fpl$fpinit) - __fplib_config_fpu_vfp 0x08006813 Thumb Code 0 fpinit.o(x$fpl$fpinit) - __fplib_config_pureend_doubles 0x08006813 Thumb Code 0 fpinit.o(x$fpl$fpinit) - __fpl_fretinf 0x08006815 Thumb Code 10 fretinf.o(x$fpl$fretinf) - __I$use$fp 0x0800681e Number 0 usenofp.o(x$fpl$usenofp) - __stdin_name 0x0800681e Data 7 retarget_io.o(.constdata) - __stdout_name 0x08006825 Data 8 retarget_io.o(.constdata) - __stderr_name 0x0800682d Data 8 retarget_io.o(.constdata) - Region$$Table$$Base 0x08006a40 Number 0 anon$$obj.o(Region$$Table) - Region$$Table$$Limit 0x08006a60 Number 0 anon$$obj.o(Region$$Table) + _printf_d 0x08000203 Thumb Code 0 _printf_d.o(.ARM.Collect$$_printf_percent$$00000009) + _printf_percent_end 0x08000209 Thumb Code 0 _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017) + __rt_lib_init 0x0800020d Thumb Code 0 libinit.o(.ARM.Collect$$libinit$$00000000) + __rt_lib_init_fp_1 0x0800020f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000001) + __rt_lib_init_heap_2 0x08000213 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000005) + __rt_lib_init_preinit_1 0x08000213 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000004) + __rt_lib_init_heap_1 0x0800021b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000A) + __rt_lib_init_lc_common 0x0800021b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000F) + __rt_lib_init_rand_1 0x0800021b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000E) + __rt_lib_init_user_alloc_1 0x0800021b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000C) + __rt_lib_init_lc_collate_1 0x08000221 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000011) + __rt_lib_init_lc_ctype_1 0x08000221 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000013) + __rt_lib_init_lc_monetary_1 0x08000221 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000015) + __rt_lib_init_lc_numeric_2 0x08000221 Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000016) + __rt_lib_init_atexit_1 0x0800022b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001B) + __rt_lib_init_clock_1 0x0800022b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000021) + __rt_lib_init_fp_trap_1 0x0800022b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001F) + __rt_lib_init_getenv_1 0x0800022b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000023) + __rt_lib_init_lc_numeric_1 0x0800022b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000017) + __rt_lib_init_lc_time_1 0x0800022b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000019) + __rt_lib_init_signal_1 0x0800022b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001D) + __rt_lib_init_stdio_2 0x0800022b Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000024) + __rt_lib_init_alloca_1 0x0800022f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002E) + __rt_lib_init_argv_1 0x0800022f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002C) + __rt_lib_init_cpp_1 0x0800022f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000032) + __rt_lib_init_exceptions_1 0x0800022f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000030) + __rt_lib_init_return 0x0800022f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000033) + __rt_lib_init_stdio_1 0x0800022f Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000025) + __rt_lib_shutdown 0x08000231 Thumb Code 0 libshutdown.o(.ARM.Collect$$libshutdown$$00000000) + __rt_lib_shutdown_cpp_1 0x08000233 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000002) + __rt_lib_shutdown_stdio_2 0x08000233 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000003) + __rt_lib_shutdown_fp_trap_1 0x08000237 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000007) + __rt_lib_shutdown_heap_1 0x08000237 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) + __rt_lib_shutdown_return 0x08000237 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000010) + __rt_lib_shutdown_signal_1 0x08000237 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A) + __rt_lib_shutdown_stdio_1 0x08000237 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000004) + __rt_lib_shutdown_user_alloc_1 0x08000237 Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C) + __rt_entry 0x08000239 Thumb Code 0 __rtentry.o(.ARM.Collect$$rtentry$$00000000) + __rt_entry_presh_1 0x08000239 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000002) + __rt_entry_sh 0x08000239 Thumb Code 0 __rtentry4.o(.ARM.Collect$$rtentry$$00000004) + __rt_entry_li 0x0800023f Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000A) + __rt_entry_postsh_1 0x0800023f Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$00000009) + __rt_entry_main 0x08000243 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000D) + __rt_entry_postli_1 0x08000243 Thumb Code 0 __rtentry2.o(.ARM.Collect$$rtentry$$0000000C) + __rt_exit 0x0800024b Thumb Code 0 rtexit.o(.ARM.Collect$$rtexit$$00000000) + __rt_exit_ls 0x0800024d Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000003) + __rt_exit_prels_1 0x0800024d Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002) + __rt_exit_exit 0x08000251 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000004) + Reset_Handler 0x08000259 Thumb Code 8 startup_stm32f40_41xxx.o(.text) + _maybe_terminate_alloc 0x08000259 Thumb Code 0 maybetermalloc1.o(.emb_text) + ADC_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CAN1_RX0_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CAN1_RX1_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CAN1_SCE_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CAN1_TX_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CAN2_RX0_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CAN2_RX1_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CAN2_SCE_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CAN2_TX_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + CRYP_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DCMI_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA1_Stream0_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA1_Stream1_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA1_Stream2_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA1_Stream3_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA1_Stream4_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA1_Stream5_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA1_Stream6_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA1_Stream7_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA2_Stream0_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA2_Stream1_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA2_Stream2_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA2_Stream3_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA2_Stream4_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA2_Stream5_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA2_Stream6_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + DMA2_Stream7_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + ETH_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + ETH_WKUP_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + EXTI0_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + EXTI15_10_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + EXTI1_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + EXTI2_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + EXTI3_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + EXTI4_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + EXTI9_5_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + FLASH_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + FPU_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + FSMC_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + HASH_RNG_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + I2C1_ER_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + I2C1_EV_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + I2C2_ER_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + I2C2_EV_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + I2C3_ER_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + I2C3_EV_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + OTG_FS_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + OTG_FS_WKUP_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + OTG_HS_EP1_IN_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + OTG_HS_EP1_OUT_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + OTG_HS_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + OTG_HS_WKUP_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + PVD_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + RCC_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + RTC_Alarm_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + RTC_WKUP_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + SDIO_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + SPI1_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + SPI2_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + SPI3_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TAMP_STAMP_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TIM1_BRK_TIM9_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TIM1_CC_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TIM1_TRG_COM_TIM11_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TIM1_UP_TIM10_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TIM5_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TIM8_BRK_TIM12_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TIM8_CC_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + TIM8_TRG_COM_TIM14_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + UART4_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + USART3_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + USART6_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + WWDG_IRQHandler 0x08000273 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + __user_initial_stackheap 0x08000275 Thumb Code 0 startup_stm32f40_41xxx.o(.text) + __2printf 0x08000299 Thumb Code 20 noretval__2printf.o(.text) + _printf_int_dec 0x080002b1 Thumb Code 104 _printf_dec.o(.text) + __printf 0x08000329 Thumb Code 352 __printf_ss_wp.o(.text) + __aeabi_memclr4 0x08000489 Thumb Code 0 rt_memclr_w.o(.text) + __aeabi_memclr8 0x08000489 Thumb Code 0 rt_memclr_w.o(.text) + __rt_memclr_w 0x08000489 Thumb Code 78 rt_memclr_w.o(.text) + _memset_w 0x0800048d Thumb Code 0 rt_memclr_w.o(.text) + strcmp 0x080004d9 Thumb Code 128 strcmpv7m.o(.text) + __use_two_region_memory 0x08000559 Thumb Code 2 heapauxi.o(.text) + __rt_heap_escrow 0x0800055b Thumb Code 2 heapauxi.o(.text) + __rt_heap_expand 0x0800055d Thumb Code 2 heapauxi.o(.text) + __read_errno 0x0800055f Thumb Code 10 _rserrno.o(.text) + __set_errno 0x08000569 Thumb Code 12 _rserrno.o(.text) + _printf_int_common 0x08000575 Thumb Code 178 _printf_intcommon.o(.text) + __lib_sel_fp_printf 0x08000627 Thumb Code 2 _printf_fp_dec.o(.text) + _printf_fp_dec_real 0x080007d5 Thumb Code 620 _printf_fp_dec.o(.text) + _printf_char_file 0x08000a41 Thumb Code 32 _printf_char_file.o(.text) + __rt_locale 0x08000a65 Thumb Code 8 rt_locale_intlibspace.o(.text) + __aeabi_errno_addr 0x08000a6d Thumb Code 8 rt_errno_addr_intlibspace.o(.text) + __errno$intlibspace 0x08000a6d Thumb Code 0 rt_errno_addr_intlibspace.o(.text) + __rt_errno_addr$intlibspace 0x08000a6d Thumb Code 0 rt_errno_addr_intlibspace.o(.text) + _ll_udiv10 0x08000a75 Thumb Code 138 lludiv10.o(.text) + _printf_char_common 0x08000b0b Thumb Code 32 _printf_char_common.o(.text) + _printf_fp_infnan 0x08000b31 Thumb Code 112 _printf_fp_infnan.o(.text) + _btod_etento 0x08000bb1 Thumb Code 216 bigflt0.o(.text) + ferror 0x08000c8d Thumb Code 8 ferror.o(.text) + _initio 0x08000c95 Thumb Code 210 initio.o(.text) + _terminateio 0x08000d67 Thumb Code 56 initio.o(.text) + __user_libspace 0x08000dcd Thumb Code 8 libspace.o(.text) + __user_perproc_libspace 0x08000dcd Thumb Code 0 libspace.o(.text) + __user_perthread_libspace 0x08000dcd Thumb Code 0 libspace.o(.text) + __user_setup_stackheap 0x08000dd5 Thumb Code 74 sys_stackheap_outer.o(.text) + free 0x08000e1f Thumb Code 78 h1_free.o(.text) + setvbuf 0x08000e6d Thumb Code 70 setvbuf.o(.text) + freopen 0x08000eb5 Thumb Code 158 fopen.o(.text) + fopen 0x08000f53 Thumb Code 74 fopen.o(.text) + _fclose_internal 0x08000fa1 Thumb Code 76 fclose.o(.text) + fclose 0x08000fa1 Thumb Code 0 fclose.o(.text) + exit 0x08000fed Thumb Code 18 exit.o(.text) + __rt_SIGRTRED 0x08000fff Thumb Code 14 defsig_rtred_outer.o(.text) + __rt_heap_descriptor 0x0800100d Thumb Code 8 rt_heap_descriptor_intlibspace.o(.text) + __use_no_heap 0x08001015 Thumb Code 2 hguard.o(.text) + __heap$guard 0x08001017 Thumb Code 2 hguard.o(.text) + _terminate_user_alloc 0x08001019 Thumb Code 2 init_alloc.o(.text) + _init_user_alloc 0x0800101b Thumb Code 2 init_alloc.o(.text) + __Heap_Full 0x0800101d Thumb Code 34 init_alloc.o(.text) + __Heap_Broken 0x0800103f Thumb Code 6 init_alloc.o(.text) + _init_alloc 0x08001045 Thumb Code 94 init_alloc.o(.text) + malloc 0x080010a3 Thumb Code 94 h1_alloc.o(.text) + _fseek 0x08001101 Thumb Code 242 fseek.o(.text) + fseek 0x08001101 Thumb Code 0 fseek.o(.text) + _seterr 0x080011f9 Thumb Code 20 stdio.o(.text) + _writebuf 0x0800120d Thumb Code 84 stdio.o(.text) + _fflush 0x08001261 Thumb Code 70 stdio.o(.text) + _deferredlazyseek 0x080012a7 Thumb Code 60 stdio.o(.text) + __sig_exit 0x080012e9 Thumb Code 10 defsig_exit.o(.text) + __rt_SIGRTRED_inner 0x080012f5 Thumb Code 14 defsig_rtred_inner.o(.text) + _sys_exit 0x08001329 Thumb Code 8 sys_exit.o(.text) + __Heap_Initialize 0x08001335 Thumb Code 10 h1_init.o(.text) + __Heap_DescSize 0x0800133f Thumb Code 4 h1_init.o(.text) + __Heap_ProvideMemory 0x08001343 Thumb Code 52 h1_extend.o(.text) + _ftell_internal 0x08001377 Thumb Code 66 ftell.o(.text) + ftell 0x08001377 Thumb Code 0 ftell.o(.text) + __default_signal_display 0x080013b9 Thumb Code 50 defsig_general.o(.text) + __rt_SIGRTMEM 0x080013eb Thumb Code 14 defsig_rtmem_outer.o(.text) + _ttywrch 0x080013f9 Thumb Code 14 sys_wrch.o(.text) + __I$use$semihosting 0x08001407 Thumb Code 0 use_no_semi.o(.text) + __use_no_semihosting_swi 0x08001407 Thumb Code 2 use_no_semi.o(.text) + __rt_SIGRTMEM_inner 0x08001409 Thumb Code 22 defsig_rtmem_inner.o(.text) + __semihosting_library_function 0x08001409 Thumb Code 0 indicate_semi.o(.text) + _btod_d2e 0x08001459 Thumb Code 62 btod.o(CL$$btod_d2e) + _d2e_denorm_low 0x08001497 Thumb Code 70 btod.o(CL$$btod_d2e_denorm_low) + _d2e_norm_op1 0x080014dd Thumb Code 96 btod.o(CL$$btod_d2e_norm_op1) + __btod_div_common 0x0800153d Thumb Code 696 btod.o(CL$$btod_div_common) + _e2e 0x08001875 Thumb Code 198 btod.o(CL$$btod_e2e) + _btod_ediv 0x0800193b Thumb Code 40 btod.o(CL$$btod_ediv) + _btod_emul 0x08001963 Thumb Code 40 btod.o(CL$$btod_emul) + __btod_mult_common 0x0800198b Thumb Code 580 btod.o(CL$$btod_mult_common) + AMT1450_UART_Cmd 0x08001bd1 Thumb Code 26 amt1450_uart.o(i.AMT1450_UART_Cmd) + ArmDriver_Init 0x08001bf1 Thumb Code 638 armsolution.o(i.ArmDriver_Init) + ArmSolution 0x08001e8d Thumb Code 1920 armsolution.o(i.ArmSolution) + Arm_Grab 0x0800264d Thumb Code 412 armsolution.o(i.Arm_Grab) + BusFault_Handler 0x08002871 Thumb Code 4 stm32f4xx_it.o(i.BusFault_Handler) + DebugMon_Handler 0x08002875 Thumb Code 2 stm32f4xx_it.o(i.DebugMon_Handler) + Delay_10us 0x08002879 Thumb Code 20 delay.o(i.Delay_10us) + Delay_ms 0x08002891 Thumb Code 22 delay.o(i.Delay_ms) + Encoder_GetEncCount 0x080028a9 Thumb Code 106 motordriver.o(i.Encoder_GetEncCount) + Encoder_Init 0x08002931 Thumb Code 746 motordriver.o(i.Encoder_Init) + GPIO_Config 0x08002c39 Thumb Code 48 main.o(i.GPIO_Config) + GPIO_Init 0x08002c6d Thumb Code 144 stm32f4xx_gpio.o(i.GPIO_Init) + GPIO_PinAFConfig 0x08002cfd Thumb Code 70 stm32f4xx_gpio.o(i.GPIO_PinAFConfig) + GPIO_ReadInputDataBit 0x08002d43 Thumb Code 18 stm32f4xx_gpio.o(i.GPIO_ReadInputDataBit) + GPIO_ResetBits 0x08002d55 Thumb Code 4 stm32f4xx_gpio.o(i.GPIO_ResetBits) + GPIO_SetBits 0x08002d59 Thumb Code 4 stm32f4xx_gpio.o(i.GPIO_SetBits) + HardFault_Handler 0x08002d5d Thumb Code 4 stm32f4xx_it.o(i.HardFault_Handler) + Key_Init 0x08002d61 Thumb Code 78 keyled.o(i.Key_Init) + Key_Released 0x08002db5 Thumb Code 112 keyled.o(i.Key_Released) + Led_Init 0x08002e29 Thumb Code 102 keyled.o(i.Led_Init) + MemManage_Handler 0x08002e95 Thumb Code 4 stm32f4xx_it.o(i.MemManage_Handler) + MotorController_Enable 0x08002e99 Thumb Code 200 motorcontroller.o(i.MotorController_Enable) + MotorController_Init 0x08002fc9 Thumb Code 222 motorcontroller.o(i.MotorController_Init) + MotorController_SetAcceleration 0x08003101 Thumb Code 22 motorcontroller.o(i.MotorController_SetAcceleration) + MotorController_SpeedTunner 0x0800311d Thumb Code 1692 motorcontroller.o(i.MotorController_SpeedTunner) + MotorDriver_Init 0x08003801 Thumb Code 824 motordriver.o(i.MotorDriver_Init) + MotorDriver_SetPWMDuty 0x08003b49 Thumb Code 64 motordriver.o(i.MotorDriver_SetPWMDuty) + MotorDriver_Start 0x08003b8d Thumb Code 128 motordriver.o(i.MotorDriver_Start) + MotorDriver_Stop 0x08003c19 Thumb Code 108 motordriver.o(i.MotorDriver_Stop) + NMI_Handler 0x08003c91 Thumb Code 2 stm32f4xx_it.o(i.NMI_Handler) + NVIC_Configuration 0x08003c95 Thumb Code 96 main.o(i.NVIC_Configuration) + NVIC_Init 0x08003d05 Thumb Code 106 misc.o(i.NVIC_Init) + NVIC_PriorityGroupConfig 0x08003d7d Thumb Code 10 misc.o(i.NVIC_PriorityGroupConfig) + PendSV_Handler 0x08003d91 Thumb Code 2 stm32f4xx_it.o(i.PendSV_Handler) + RCC_AHB1PeriphClockCmd 0x08003d95 Thumb Code 26 stm32f4xx_rcc.o(i.RCC_AHB1PeriphClockCmd) + RCC_APB1PeriphClockCmd 0x08003db5 Thumb Code 26 stm32f4xx_rcc.o(i.RCC_APB1PeriphClockCmd) + RCC_APB2PeriphClockCmd 0x08003dd5 Thumb Code 26 stm32f4xx_rcc.o(i.RCC_APB2PeriphClockCmd) + RCC_GetClocksFreq 0x08003df5 Thumb Code 214 stm32f4xx_rcc.o(i.RCC_GetClocksFreq) + SVC_Handler 0x08003ed9 Thumb Code 2 stm32f4xx_it.o(i.SVC_Handler) + SetServoAngle 0x08003edd Thumb Code 148 armsolution.o(i.SetServoAngle) + Slow_Pwm 0x08004089 Thumb Code 624 armsolution.o(i.Slow_Pwm) + SysTick_Handler 0x08004329 Thumb Code 42 stm32f4xx_it.o(i.SysTick_Handler) + SystemInit 0x0800435d Thumb Code 88 system_stm32f4xx.o(i.SystemInit) + TCRT5000_config 0x080043c5 Thumb Code 70 tcrt5000.o(i.TCRT5000_config) + TIM2_IRQHandler 0x08004415 Thumb Code 62 motordriver.o(i.TIM2_IRQHandler) + TIM3_IRQHandler 0x08004459 Thumb Code 60 motordriver.o(i.TIM3_IRQHandler) + TIM4_IRQHandler 0x0800449d Thumb Code 60 motordriver.o(i.TIM4_IRQHandler) + TIM6_DAC_IRQHandler 0x080044e1 Thumb Code 26 motorcontroller.o(i.TIM6_DAC_IRQHandler) + TIM7_IRQHandler 0x08004501 Thumb Code 52 armsolution.o(i.TIM7_IRQHandler) + TIM8_UP_TIM13_IRQHandler 0x08004539 Thumb Code 60 motordriver.o(i.TIM8_UP_TIM13_IRQHandler) + TIM_ARRPreloadConfig 0x0800457d Thumb Code 24 stm32f4xx_tim.o(i.TIM_ARRPreloadConfig) + TIM_ClearFlag 0x08004595 Thumb Code 6 stm32f4xx_tim.o(i.TIM_ClearFlag) + TIM_ClearITPendingBit 0x0800459b Thumb Code 6 stm32f4xx_tim.o(i.TIM_ClearITPendingBit) + TIM_Cmd 0x080045a1 Thumb Code 24 stm32f4xx_tim.o(i.TIM_Cmd) + TIM_CtrlPWMOutputs 0x080045b9 Thumb Code 30 stm32f4xx_tim.o(i.TIM_CtrlPWMOutputs) + TIM_EncoderInterfaceConfig 0x080045d7 Thumb Code 66 stm32f4xx_tim.o(i.TIM_EncoderInterfaceConfig) + TIM_GetITStatus 0x08004619 Thumb Code 34 stm32f4xx_tim.o(i.TIM_GetITStatus) + TIM_ITConfig 0x0800463b Thumb Code 18 stm32f4xx_tim.o(i.TIM_ITConfig) + TIM_OC1Init 0x0800464d Thumb Code 114 stm32f4xx_tim.o(i.TIM_OC1Init) + TIM_OC1PreloadConfig 0x080046c9 Thumb Code 18 stm32f4xx_tim.o(i.TIM_OC1PreloadConfig) + TIM_OC2Init 0x080046dd Thumb Code 154 stm32f4xx_tim.o(i.TIM_OC2Init) + TIM_OC2PreloadConfig 0x08004781 Thumb Code 26 stm32f4xx_tim.o(i.TIM_OC2PreloadConfig) + TIM_OC3Init 0x0800479d Thumb Code 150 stm32f4xx_tim.o(i.TIM_OC3Init) + TIM_OC3PreloadConfig 0x0800483d Thumb Code 18 stm32f4xx_tim.o(i.TIM_OC3PreloadConfig) + TIM_OC4Init 0x08004851 Thumb Code 112 stm32f4xx_tim.o(i.TIM_OC4Init) + TIM_OC4PreloadConfig 0x080048c9 Thumb Code 26 stm32f4xx_tim.o(i.TIM_OC4PreloadConfig) + TIM_TimeBaseInit 0x080048e5 Thumb Code 104 stm32f4xx_tim.o(i.TIM_TimeBaseInit) + TimingDelay_Decrement 0x08004969 Thumb Code 52 delay.o(i.TimingDelay_Decrement) + UART5_IRQHandler 0x080049a9 Thumb Code 66 amt1450_uart.o(i.UART5_IRQHandler) + UART_GetChar 0x080049f1 Thumb Code 184 amt1450_uart.o(i.UART_GetChar) + USART1_IRQHandler 0x08004aad Thumb Code 58 nanocommunication.o(i.USART1_IRQHandler) + USART1_Init 0x08004aed Thumb Code 210 nanocommunication.o(i.USART1_Init) + USART1_Process 0x08004bc9 Thumb Code 88 nanocommunication.o(i.USART1_Process) + USART1_Process_target 0x08004c31 Thumb Code 470 nanocommunication.o(i.USART1_Process_target) + USART1_Process_target_test 0x08004e79 Thumb Code 212 nanocommunication.o(i.USART1_Process_target_test) + USART2_IRQHandler 0x08004f75 Thumb Code 54 btmodule.o(i.USART2_IRQHandler) + USART2_Init 0x08004fb1 Thumb Code 208 btmodule.o(i.USART2_Init) + USART_ClearITPendingBit 0x08005089 Thumb Code 30 stm32f4xx_usart.o(i.USART_ClearITPendingBit) + USART_Cmd 0x080050a7 Thumb Code 24 stm32f4xx_usart.o(i.USART_Cmd) + USART_GetChar 0x080050c1 Thumb Code 90 btmodule.o(i.USART_GetChar) + USART_GetFlagStatus 0x08005129 Thumb Code 26 stm32f4xx_usart.o(i.USART_GetFlagStatus) + USART_GetITStatus 0x08005143 Thumb Code 84 stm32f4xx_usart.o(i.USART_GetITStatus) + USART_ITConfig 0x08005197 Thumb Code 74 stm32f4xx_usart.o(i.USART_ITConfig) + USART_Init 0x080051e1 Thumb Code 204 stm32f4xx_usart.o(i.USART_Init) + USART_OverSampling8Cmd 0x080052b5 Thumb Code 22 stm32f4xx_usart.o(i.USART_OverSampling8Cmd) + USART_ReceiveData 0x080052cb Thumb Code 10 stm32f4xx_usart.o(i.USART_ReceiveData) + USART_SendData 0x080052d5 Thumb Code 8 stm32f4xx_usart.o(i.USART_SendData) + UsageFault_Handler 0x080052dd Thumb Code 4 stm32f4xx_it.o(i.UsageFault_Handler) + __ARM_fpclassify 0x080052e1 Thumb Code 48 fpclassify.o(i.__ARM_fpclassify) + __ARM_fpclassifyf 0x08005311 Thumb Code 38 fpclassifyf.o(i.__ARM_fpclassifyf) + __hardfp_acos 0x08005339 Thumb Code 738 acos.o(i.__hardfp_acos) + __hardfp_asinf 0x08005691 Thumb Code 258 asinf.o(i.__hardfp_asinf) + __hardfp_atan 0x080057c1 Thumb Code 622 atan.o(i.__hardfp_atan) + __hardfp_atanf 0x08005a99 Thumb Code 296 atanf.o(i.__hardfp_atanf) + __hardfp_cos 0x08005bf9 Thumb Code 180 cos.o(i.__hardfp_cos) + __hardfp_sin 0x08005cc1 Thumb Code 180 sin.o(i.__hardfp_sin) + __hardfp_sqrt 0x08005d89 Thumb Code 122 sqrt.o(i.__hardfp_sqrt) + __ieee754_rem_pio2 0x08005e09 Thumb Code 938 rred.o(i.__ieee754_rem_pio2) + __kernel_cos 0x08006241 Thumb Code 322 cos_i.o(i.__kernel_cos) + __kernel_poly 0x080063b1 Thumb Code 248 poly.o(i.__kernel_poly) + __kernel_sin 0x080064a9 Thumb Code 280 sin_i.o(i.__kernel_sin) + __mathlib_dbl_infnan 0x080065d9 Thumb Code 20 dunder.o(i.__mathlib_dbl_infnan) + __mathlib_dbl_invalid 0x080065f1 Thumb Code 24 dunder.o(i.__mathlib_dbl_invalid) + __mathlib_dbl_underflow 0x08006611 Thumb Code 24 dunder.o(i.__mathlib_dbl_underflow) + __mathlib_flt_infnan 0x08006631 Thumb Code 6 funder.o(i.__mathlib_flt_infnan) + __mathlib_flt_invalid 0x08006639 Thumb Code 10 funder.o(i.__mathlib_flt_invalid) + __mathlib_flt_underflow 0x08006649 Thumb Code 10 funder.o(i.__mathlib_flt_underflow) + _is_digit 0x08006659 Thumb Code 14 __printf_wp.o(i._is_digit) + _sys_close 0x08006667 Thumb Code 38 retarget_io.o(i._sys_close) + _sys_flen 0x0800668d Thumb Code 36 retarget_io.o(i._sys_flen) + _sys_istty 0x080066b1 Thumb Code 36 retarget_io.o(i._sys_istty) + _sys_open 0x080066d5 Thumb Code 80 retarget_io.o(i._sys_open) + _sys_seek 0x0800673d Thumb Code 44 retarget_io.o(i._sys_seek) + _sys_write 0x08006769 Thumb Code 88 retarget_io.o(i._sys_write) + check_SUM 0x080067c1 Thumb Code 44 amt1450_uart.o(i.check_SUM) + fabs 0x080067ed Thumb Code 24 fabs.o(i.fabs) + fputc 0x08006805 Thumb Code 32 btmodule.o(i.fputc) + init_AMT1450_UART 0x08006829 Thumb Code 214 amt1450_uart.o(i.init_AMT1450_UART) + main 0x0800690d Thumb Code 316 main.o(i.main) + s_PIDInit 0x08006a7d Thumb Code 74 pid.o(i.s_PIDInit) + sqrt 0x08006add Thumb Code 110 sqrt.o(i.sqrt) + sqrtf 0x08006b4b Thumb Code 62 sqrtf.o(i.sqrtf) + stdout_putchar 0x08006b8d Thumb Code 8 stdout_user.o(i.stdout_putchar) + _get_lc_numeric 0x08006b95 Thumb Code 44 lc_numeric_c.o(locale$$code) + __aeabi_dneg 0x08006bc1 Thumb Code 0 basic.o(x$fpl$basic) + _dneg 0x08006bc1 Thumb Code 6 basic.o(x$fpl$basic) + __aeabi_fneg 0x08006bc7 Thumb Code 0 basic.o(x$fpl$basic) + _fneg 0x08006bc7 Thumb Code 6 basic.o(x$fpl$basic) + _dabs 0x08006bcd Thumb Code 6 basic.o(x$fpl$basic) + _fabs 0x08006bd3 Thumb Code 6 basic.o(x$fpl$basic) + __aeabi_d2f 0x08006bd9 Thumb Code 0 d2f.o(x$fpl$d2f) + _d2f 0x08006bd9 Thumb Code 98 d2f.o(x$fpl$d2f) + __aeabi_dadd 0x08006c3d Thumb Code 0 daddsub_clz.o(x$fpl$dadd) + _dadd 0x08006c3d Thumb Code 332 daddsub_clz.o(x$fpl$dadd) + __fpl_dcmp_Inf 0x08006d8d Thumb Code 24 dcmpi.o(x$fpl$dcmpinf) + __aeabi_ddiv 0x08006da5 Thumb Code 0 ddiv.o(x$fpl$ddiv) + _ddiv 0x08006da5 Thumb Code 552 ddiv.o(x$fpl$ddiv) + __aeabi_cdcmpeq 0x08007055 Thumb Code 0 deqf.o(x$fpl$deqf) + _dcmpeq 0x08007055 Thumb Code 120 deqf.o(x$fpl$deqf) + __aeabi_d2iz 0x080070cd Thumb Code 0 dfix.o(x$fpl$dfix) + _dfix 0x080070cd Thumb Code 94 dfix.o(x$fpl$dfix) + __aeabi_i2d 0x0800712b Thumb Code 0 dflt_clz.o(x$fpl$dflt) + _dflt 0x0800712b Thumb Code 46 dflt_clz.o(x$fpl$dflt) + __aeabi_ui2d 0x08007159 Thumb Code 0 dflt_clz.o(x$fpl$dfltu) + _dfltu 0x08007159 Thumb Code 38 dflt_clz.o(x$fpl$dfltu) + __aeabi_dmul 0x08007181 Thumb Code 0 dmul.o(x$fpl$dmul) + _dmul 0x08007181 Thumb Code 332 dmul.o(x$fpl$dmul) + __fpl_dnaninf 0x080072d5 Thumb Code 156 dnaninf.o(x$fpl$dnaninf) + __fpl_dretinf 0x08007371 Thumb Code 12 dretinf.o(x$fpl$dretinf) + __aeabi_drsub 0x0800737d Thumb Code 0 daddsub_clz.o(x$fpl$drsb) + _drsb 0x0800737d Thumb Code 22 daddsub_clz.o(x$fpl$drsb) + _dsqrt 0x08007395 Thumb Code 404 dsqrt_umaal.o(x$fpl$dsqrt) + __aeabi_dsub 0x0800752d Thumb Code 0 daddsub_clz.o(x$fpl$dsub) + _dsub 0x0800752d Thumb Code 464 daddsub_clz.o(x$fpl$dsub) + __aeabi_f2d 0x08007701 Thumb Code 0 f2d.o(x$fpl$f2d) + _f2d 0x08007701 Thumb Code 86 f2d.o(x$fpl$f2d) + __fpl_fnaninf 0x08007757 Thumb Code 140 fnaninf.o(x$fpl$fnaninf) + _fp_init 0x080077e3 Thumb Code 10 fpinit.o(x$fpl$fpinit) + __fplib_config_fpu_vfp 0x080077eb Thumb Code 0 fpinit.o(x$fpl$fpinit) + __fplib_config_pureend_doubles 0x080077eb Thumb Code 0 fpinit.o(x$fpl$fpinit) + __fpl_fretinf 0x080077ed Thumb Code 10 fretinf.o(x$fpl$fretinf) + _printf_fp_dec 0x080077f7 Thumb Code 4 printf1.o(x$fpl$printf1) + __I$use$fp 0x080077fa Number 0 usenofp.o(x$fpl$usenofp) + __stdin_name 0x080077fa Data 7 retarget_io.o(.constdata) + __stdout_name 0x08007801 Data 8 retarget_io.o(.constdata) + __stderr_name 0x08007809 Data 8 retarget_io.o(.constdata) + Region$$Table$$Base 0x08007ab4 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x08007ad4 Number 0 anon$$obj.o(Region$$Table) n10msCount 0x20000000 Data 2 main.o(.data) b100msFlag 0x20000002 Data 1 main.o(.data) n100msCount 0x20000004 Data 2 main.o(.data) @@ -2410,281 +2526,303 @@ Memory Map of the image Image Entry point : 0x08000189 - Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00006b3c, Max: 0x00080000, ABSOLUTE) + Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00007bcc, Max: 0x00080000, ABSOLUTE) - Execution Region ER_IROM1 (Base: 0x08000000, Size: 0x00006a60, Max: 0x00080000, ABSOLUTE) + Execution Region ER_IROM1 (Base: 0x08000000, Size: 0x00007af0, Max: 0x00080000, ABSOLUTE) Base Addr Size Type Attr Idx E Section Name Object - 0x08000000 0x00000188 Data RO 1046 RESET startup_stm32f40_41xxx.o - 0x08000188 0x00000008 Code RO 3144 * !!!main c_w.l(__main.o) - 0x08000190 0x00000034 Code RO 3659 !!!scatter c_w.l(__scatter.o) - 0x080001c4 0x0000001a Code RO 3661 !!handler_copy c_w.l(__scatter_copy.o) + 0x08000000 0x00000188 Data RO 1164 RESET startup_stm32f40_41xxx.o + 0x08000188 0x00000008 Code RO 3263 * !!!main c_w.l(__main.o) + 0x08000190 0x00000034 Code RO 3821 !!!scatter c_w.l(__scatter.o) + 0x080001c4 0x0000001a Code RO 3823 !!handler_copy c_w.l(__scatter_copy.o) 0x080001de 0x00000002 PAD - 0x080001e0 0x0000001c Code RO 3663 !!handler_zi c_w.l(__scatter_zi.o) - 0x080001fc 0x00000000 Code RO 3135 .ARM.Collect$$_printf_percent$$00000000 c_w.l(_printf_percent.o) - 0x080001fc 0x00000006 Code RO 3134 .ARM.Collect$$_printf_percent$$00000009 c_w.l(_printf_d.o) - 0x08000202 0x00000004 Code RO 3279 .ARM.Collect$$_printf_percent$$00000017 c_w.l(_printf_percent_end.o) - 0x08000206 0x00000002 Code RO 3478 .ARM.Collect$$libinit$$00000000 c_w.l(libinit.o) - 0x08000208 0x00000004 Code RO 3479 .ARM.Collect$$libinit$$00000001 c_w.l(libinit2.o) - 0x0800020c 0x00000000 Code RO 3482 .ARM.Collect$$libinit$$00000004 c_w.l(libinit2.o) - 0x0800020c 0x00000008 Code RO 3483 .ARM.Collect$$libinit$$00000005 c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3485 .ARM.Collect$$libinit$$0000000A c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3487 .ARM.Collect$$libinit$$0000000C c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3489 .ARM.Collect$$libinit$$0000000E c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3492 .ARM.Collect$$libinit$$00000011 c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3494 .ARM.Collect$$libinit$$00000013 c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3496 .ARM.Collect$$libinit$$00000015 c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3498 .ARM.Collect$$libinit$$00000017 c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3500 .ARM.Collect$$libinit$$00000019 c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3502 .ARM.Collect$$libinit$$0000001B c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3504 .ARM.Collect$$libinit$$0000001D c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3506 .ARM.Collect$$libinit$$0000001F c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3508 .ARM.Collect$$libinit$$00000021 c_w.l(libinit2.o) - 0x08000214 0x00000000 Code RO 3510 .ARM.Collect$$libinit$$00000023 c_w.l(libinit2.o) - 0x08000214 0x00000004 Code RO 3511 .ARM.Collect$$libinit$$00000024 c_w.l(libinit2.o) - 0x08000218 0x00000000 Code RO 3512 .ARM.Collect$$libinit$$00000025 c_w.l(libinit2.o) - 0x08000218 0x00000000 Code RO 3516 .ARM.Collect$$libinit$$0000002C c_w.l(libinit2.o) - 0x08000218 0x00000000 Code RO 3518 .ARM.Collect$$libinit$$0000002E c_w.l(libinit2.o) - 0x08000218 0x00000000 Code RO 3520 .ARM.Collect$$libinit$$00000030 c_w.l(libinit2.o) - 0x08000218 0x00000000 Code RO 3522 .ARM.Collect$$libinit$$00000032 c_w.l(libinit2.o) - 0x08000218 0x00000002 Code RO 3523 .ARM.Collect$$libinit$$00000033 c_w.l(libinit2.o) - 0x0800021a 0x00000002 Code RO 3638 .ARM.Collect$$libshutdown$$00000000 c_w.l(libshutdown.o) - 0x0800021c 0x00000000 Code RO 3525 .ARM.Collect$$libshutdown$$00000002 c_w.l(libshutdown2.o) - 0x0800021c 0x00000004 Code RO 3526 .ARM.Collect$$libshutdown$$00000003 c_w.l(libshutdown2.o) - 0x08000220 0x00000000 Code RO 3527 .ARM.Collect$$libshutdown$$00000004 c_w.l(libshutdown2.o) - 0x08000220 0x00000000 Code RO 3530 .ARM.Collect$$libshutdown$$00000007 c_w.l(libshutdown2.o) - 0x08000220 0x00000000 Code RO 3533 .ARM.Collect$$libshutdown$$0000000A c_w.l(libshutdown2.o) - 0x08000220 0x00000000 Code RO 3535 .ARM.Collect$$libshutdown$$0000000C c_w.l(libshutdown2.o) - 0x08000220 0x00000000 Code RO 3538 .ARM.Collect$$libshutdown$$0000000F c_w.l(libshutdown2.o) - 0x08000220 0x00000002 Code RO 3539 .ARM.Collect$$libshutdown$$00000010 c_w.l(libshutdown2.o) - 0x08000222 0x00000000 Code RO 3272 .ARM.Collect$$rtentry$$00000000 c_w.l(__rtentry.o) - 0x08000222 0x00000000 Code RO 3362 .ARM.Collect$$rtentry$$00000002 c_w.l(__rtentry2.o) - 0x08000222 0x00000006 Code RO 3374 .ARM.Collect$$rtentry$$00000004 c_w.l(__rtentry4.o) - 0x08000228 0x00000000 Code RO 3364 .ARM.Collect$$rtentry$$00000009 c_w.l(__rtentry2.o) - 0x08000228 0x00000004 Code RO 3365 .ARM.Collect$$rtentry$$0000000A c_w.l(__rtentry2.o) - 0x0800022c 0x00000000 Code RO 3367 .ARM.Collect$$rtentry$$0000000C c_w.l(__rtentry2.o) - 0x0800022c 0x00000008 Code RO 3368 .ARM.Collect$$rtentry$$0000000D c_w.l(__rtentry2.o) - 0x08000234 0x00000002 Code RO 3540 .ARM.Collect$$rtexit$$00000000 c_w.l(rtexit.o) - 0x08000236 0x00000000 Code RO 3586 .ARM.Collect$$rtexit$$00000002 c_w.l(rtexit2.o) - 0x08000236 0x00000004 Code RO 3587 .ARM.Collect$$rtexit$$00000003 c_w.l(rtexit2.o) - 0x0800023a 0x00000006 Code RO 3588 .ARM.Collect$$rtexit$$00000004 c_w.l(rtexit2.o) - 0x08000240 0x00000000 Code RO 3592 .emb_text c_w.l(maybetermalloc1.o) - 0x08000240 0x00000040 Code RO 1047 .text startup_stm32f40_41xxx.o - 0x08000280 0x00000018 Code RO 3108 .text c_w.l(noretval__2printf.o) - 0x08000298 0x00000068 Code RO 3110 .text c_w.l(__printf.o) - 0x08000300 0x00000078 Code RO 3112 .text c_w.l(_printf_dec.o) - 0x08000378 0x0000004e Code RO 3138 .text c_w.l(rt_memclr_w.o) - 0x080003c6 0x00000002 PAD - 0x080003c8 0x00000080 Code RO 3140 .text c_w.l(strcmpv7m.o) - 0x08000448 0x00000006 Code RO 3142 .text c_w.l(heapauxi.o) - 0x0800044e 0x00000016 Code RO 3273 .text c_w.l(_rserrno.o) - 0x08000464 0x000000b2 Code RO 3275 .text c_w.l(_printf_intcommon.o) - 0x08000516 0x00000002 PAD - 0x08000518 0x00000024 Code RO 3277 .text c_w.l(_printf_char_file.o) - 0x0800053c 0x00000008 Code RO 3379 .text c_w.l(rt_errno_addr_intlibspace.o) - 0x08000544 0x00000030 Code RO 3381 .text c_w.l(_printf_char_common.o) - 0x08000574 0x00000008 Code RO 3383 .text c_w.l(ferror.o) - 0x0800057c 0x00000138 Code RO 3385 .text c_w.l(initio.o) - 0x080006b4 0x00000008 Code RO 3391 .text c_w.l(libspace.o) - 0x080006bc 0x0000004a Code RO 3396 .text c_w.l(sys_stackheap_outer.o) - 0x08000706 0x0000004e Code RO 3400 .text c_w.l(h1_free.o) - 0x08000754 0x00000046 Code RO 3456 .text c_w.l(setvbuf.o) - 0x0800079a 0x00000002 PAD - 0x0800079c 0x000000ec Code RO 3459 .text c_w.l(fopen.o) - 0x08000888 0x0000004c Code RO 3461 .text c_w.l(fclose.o) - 0x080008d4 0x00000012 Code RO 3467 .text c_w.l(exit.o) - 0x080008e6 0x0000000e Code RO 3469 .text c_w.l(defsig_rtred_outer.o) - 0x080008f4 0x00000008 Code RO 3547 .text c_w.l(rt_heap_descriptor_intlibspace.o) - 0x080008fc 0x00000004 Code RO 3549 .text c_w.l(hguard.o) - 0x08000900 0x0000008a Code RO 3551 .text c_w.l(init_alloc.o) - 0x0800098a 0x0000005e Code RO 3557 .text c_w.l(h1_alloc.o) - 0x080009e8 0x000000f8 Code RO 3571 .text c_w.l(fseek.o) - 0x08000ae0 0x000000f0 Code RO 3573 .text c_w.l(stdio.o) - 0x08000bd0 0x0000000a Code RO 3575 .text c_w.l(defsig_exit.o) - 0x08000bda 0x00000002 PAD - 0x08000bdc 0x00000034 Code RO 3577 .text c_w.l(defsig_rtred_inner.o) - 0x08000c10 0x0000000c Code RO 3583 .text c_w.l(sys_exit.o) - 0x08000c1c 0x0000000e Code RO 3594 .text c_w.l(h1_init.o) - 0x08000c2a 0x00000034 Code RO 3596 .text c_w.l(h1_extend.o) - 0x08000c5e 0x00000042 Code RO 3602 .text c_w.l(ftell.o) - 0x08000ca0 0x00000032 Code RO 3606 .text c_w.l(defsig_general.o) - 0x08000cd2 0x0000000e Code RO 3608 .text c_w.l(defsig_rtmem_outer.o) - 0x08000ce0 0x0000000e Code RO 3621 .text c_w.l(sys_wrch.o) - 0x08000cee 0x00000002 Code RO 3625 .text c_w.l(use_no_semi.o) - 0x08000cf0 0x00000000 Code RO 3627 .text c_w.l(indicate_semi.o) - 0x08000cf0 0x00000050 Code RO 3632 .text c_w.l(defsig_rtmem_inner.o) - 0x08000d40 0x00000020 Code RO 645 i.AMT1450_UART_Cmd amt1450_uart.o - 0x08000d60 0x0000029c Code RO 985 i.ArmDriver_Init armsolution.o - 0x08000ffc 0x000006b0 Code RO 986 i.ArmSolution armsolution.o - 0x080016ac 0x00000224 Code RO 987 i.Arm_Grab armsolution.o - 0x080018d0 0x00000004 Code RO 191 i.BusFault_Handler stm32f4xx_it.o - 0x080018d4 0x00000002 Code RO 192 i.DebugMon_Handler stm32f4xx_it.o - 0x080018d6 0x00000002 PAD - 0x080018d8 0x00000018 Code RO 314 i.Delay_10us delay.o - 0x080018f0 0x00000016 Code RO 315 i.Delay_ms delay.o - 0x08001906 0x00000002 PAD - 0x08001908 0x00000088 Code RO 488 i.Encoder_GetEncCount motordriver.o - 0x08001990 0x00000308 Code RO 489 i.Encoder_Init motordriver.o - 0x08001c98 0x00000034 Code RO 4 i.GPIO_Config main.o - 0x08001ccc 0x00000090 Code RO 1639 i.GPIO_Init stm32f4xx_gpio.o - 0x08001d5c 0x00000046 Code RO 1640 i.GPIO_PinAFConfig stm32f4xx_gpio.o - 0x08001da2 0x00000012 Code RO 1643 i.GPIO_ReadInputDataBit stm32f4xx_gpio.o - 0x08001db4 0x00000004 Code RO 1646 i.GPIO_ResetBits stm32f4xx_gpio.o - 0x08001db8 0x00000004 Code RO 1647 i.GPIO_SetBits stm32f4xx_gpio.o - 0x08001dbc 0x00000004 Code RO 193 i.HardFault_Handler stm32f4xx_it.o - 0x08001dc0 0x00000054 Code RO 362 i.Key_Init keyled.o - 0x08001e14 0x00000074 Code RO 364 i.Key_Released keyled.o - 0x08001e88 0x0000006c Code RO 365 i.Led_Init keyled.o - 0x08001ef4 0x00000004 Code RO 194 i.MemManage_Handler stm32f4xx_it.o - 0x08001ef8 0x00000130 Code RO 579 i.MotorController_Enable motorcontroller.o - 0x08002028 0x00000138 Code RO 580 i.MotorController_Init motorcontroller.o - 0x08002160 0x0000001c Code RO 581 i.MotorController_SetAcceleration motorcontroller.o - 0x0800217c 0x000006e4 Code RO 584 i.MotorController_SpeedTunner motorcontroller.o - 0x08002860 0x00000348 Code RO 491 i.MotorDriver_Init motordriver.o - 0x08002ba8 0x00000044 Code RO 492 i.MotorDriver_SetPWMDuty motordriver.o - 0x08002bec 0x0000008c Code RO 493 i.MotorDriver_Start motordriver.o - 0x08002c78 0x00000078 Code RO 494 i.MotorDriver_Stop motordriver.o - 0x08002cf0 0x00000002 Code RO 195 i.NMI_Handler stm32f4xx_it.o - 0x08002cf2 0x00000002 PAD - 0x08002cf4 0x00000070 Code RO 5 i.NVIC_Configuration main.o - 0x08002d64 0x00000078 Code RO 1932 i.NVIC_Init misc.o - 0x08002ddc 0x00000014 Code RO 1933 i.NVIC_PriorityGroupConfig misc.o - 0x08002df0 0x00000002 Code RO 196 i.PendSV_Handler stm32f4xx_it.o - 0x08002df2 0x00000002 PAD - 0x08002df4 0x00000020 Code RO 1300 i.RCC_AHB1PeriphClockCmd stm32f4xx_rcc.o - 0x08002e14 0x00000020 Code RO 1309 i.RCC_APB1PeriphClockCmd stm32f4xx_rcc.o - 0x08002e34 0x00000020 Code RO 1312 i.RCC_APB2PeriphClockCmd stm32f4xx_rcc.o - 0x08002e54 0x000000e4 Code RO 1321 i.RCC_GetClocksFreq stm32f4xx_rcc.o - 0x08002f38 0x00000002 Code RO 197 i.SVC_Handler stm32f4xx_it.o - 0x08002f3a 0x00000002 PAD - 0x08002f3c 0x000000c0 Code RO 988 i.SetServoAngle armsolution.o - 0x08002ffc 0x000000ec Code RO 273 i.SetSysClock system_stm32f4xx.o - 0x080030e8 0x000002a0 Code RO 989 i.Slow_Pwm armsolution.o - 0x08003388 0x00000034 Code RO 198 i.SysTick_Handler stm32f4xx_it.o - 0x080033bc 0x00000068 Code RO 275 i.SystemInit system_stm32f4xx.o - 0x08003424 0x00000050 Code RO 708 i.TCRT5000_config tcrt5000.o - 0x08003474 0x00000044 Code RO 495 i.TIM2_IRQHandler motordriver.o - 0x080034b8 0x00000044 Code RO 496 i.TIM3_IRQHandler motordriver.o - 0x080034fc 0x00000044 Code RO 497 i.TIM4_IRQHandler motordriver.o - 0x08003540 0x00000020 Code RO 585 i.TIM6_DAC_IRQHandler motorcontroller.o - 0x08003560 0x00000038 Code RO 990 i.TIM7_IRQHandler armsolution.o - 0x08003598 0x00000044 Code RO 498 i.TIM8_UP_TIM13_IRQHandler motordriver.o - 0x080035dc 0x00000018 Code RO 2344 i.TIM_ARRPreloadConfig stm32f4xx_tim.o - 0x080035f4 0x00000006 Code RO 2350 i.TIM_ClearFlag stm32f4xx_tim.o - 0x080035fa 0x00000006 Code RO 2351 i.TIM_ClearITPendingBit stm32f4xx_tim.o - 0x08003600 0x00000018 Code RO 2356 i.TIM_Cmd stm32f4xx_tim.o - 0x08003618 0x0000001e Code RO 2358 i.TIM_CtrlPWMOutputs stm32f4xx_tim.o - 0x08003636 0x00000042 Code RO 2365 i.TIM_EncoderInterfaceConfig stm32f4xx_tim.o - 0x08003678 0x00000022 Code RO 2377 i.TIM_GetITStatus stm32f4xx_tim.o - 0x0800369a 0x00000012 Code RO 2381 i.TIM_ITConfig stm32f4xx_tim.o - 0x080036ac 0x0000007c Code RO 2385 i.TIM_OC1Init stm32f4xx_tim.o - 0x08003728 0x00000012 Code RO 2388 i.TIM_OC1PreloadConfig stm32f4xx_tim.o - 0x0800373a 0x00000002 PAD - 0x0800373c 0x000000a4 Code RO 2390 i.TIM_OC2Init stm32f4xx_tim.o - 0x080037e0 0x0000001a Code RO 2393 i.TIM_OC2PreloadConfig stm32f4xx_tim.o - 0x080037fa 0x00000002 PAD - 0x080037fc 0x000000a0 Code RO 2395 i.TIM_OC3Init stm32f4xx_tim.o - 0x0800389c 0x00000012 Code RO 2398 i.TIM_OC3PreloadConfig stm32f4xx_tim.o - 0x080038ae 0x00000002 PAD - 0x080038b0 0x00000078 Code RO 2400 i.TIM_OC4Init stm32f4xx_tim.o - 0x08003928 0x0000001a Code RO 2402 i.TIM_OC4PreloadConfig stm32f4xx_tim.o - 0x08003942 0x00000002 PAD - 0x08003944 0x00000084 Code RO 2428 i.TIM_TimeBaseInit stm32f4xx_tim.o - 0x080039c8 0x00000040 Code RO 316 i.TimingDelay_Decrement delay.o - 0x08003a08 0x00000048 Code RO 646 i.UART5_IRQHandler amt1450_uart.o - 0x08003a50 0x000000bc Code RO 647 i.UART_GetChar amt1450_uart.o - 0x08003b0c 0x00000040 Code RO 925 i.USART1_IRQHandler nanocommunication.o - 0x08003b4c 0x000000dc Code RO 926 i.USART1_Init nanocommunication.o - 0x08003c28 0x00000068 Code RO 928 i.USART1_Process nanocommunication.o - 0x08003c90 0x00000248 Code RO 929 i.USART1_Process_target nanocommunication.o - 0x08003ed8 0x000000fc Code RO 930 i.USART1_Process_target_test nanocommunication.o - 0x08003fd4 0x0000003c Code RO 404 i.USART2_IRQHandler btmodule.o - 0x08004010 0x000000d8 Code RO 405 i.USART2_Init btmodule.o - 0x080040e8 0x0000001e Code RO 1741 i.USART_ClearITPendingBit stm32f4xx_usart.o - 0x08004106 0x00000018 Code RO 1744 i.USART_Cmd stm32f4xx_usart.o - 0x0800411e 0x00000002 PAD - 0x08004120 0x00000068 Code RO 406 i.USART_GetChar btmodule.o - 0x08004188 0x0000001a Code RO 1747 i.USART_GetFlagStatus stm32f4xx_usart.o - 0x080041a2 0x00000054 Code RO 1748 i.USART_GetITStatus stm32f4xx_usart.o - 0x080041f6 0x0000004a Code RO 1750 i.USART_ITConfig stm32f4xx_usart.o - 0x08004240 0x000000d4 Code RO 1751 i.USART_Init stm32f4xx_usart.o - 0x08004314 0x00000016 Code RO 1757 i.USART_OverSampling8Cmd stm32f4xx_usart.o - 0x0800432a 0x0000000a Code RO 1758 i.USART_ReceiveData stm32f4xx_usart.o - 0x08004334 0x00000008 Code RO 1761 i.USART_SendData stm32f4xx_usart.o - 0x0800433c 0x00000004 Code RO 199 i.UsageFault_Handler stm32f4xx_it.o - 0x08004340 0x00000030 Code RO 3318 i.__ARM_fpclassify m_wm.l(fpclassify.o) - 0x08004370 0x00000026 Code RO 3320 i.__ARM_fpclassifyf m_wm.l(fpclassifyf.o) - 0x08004396 0x00000002 PAD - 0x08004398 0x00000358 Code RO 3178 i.__hardfp_acos m_wm.l(acos.o) - 0x080046f0 0x0000012c Code RO 3192 i.__hardfp_asinf m_wm.l(asinf.o) - 0x0800481c 0x00000004 PAD - 0x08004820 0x000002d8 Code RO 3204 i.__hardfp_atan m_wm.l(atan.o) - 0x08004af8 0x00000160 Code RO 3218 i.__hardfp_atanf m_wm.l(atanf.o) - 0x08004c58 0x000000c8 Code RO 3230 i.__hardfp_cos m_wm.l(cos.o) - 0x08004d20 0x000000c8 Code RO 3248 i.__hardfp_sin m_wm.l(sin.o) - 0x08004de8 0x0000007a Code RO 3260 i.__hardfp_sqrt m_wm.l(sqrt.o) - 0x08004e62 0x00000006 PAD - 0x08004e68 0x00000438 Code RO 3338 i.__ieee754_rem_pio2 m_wm.l(rred.o) - 0x080052a0 0x00000170 Code RO 3301 i.__kernel_cos m_wm.l(cos_i.o) - 0x08005410 0x000000f8 Code RO 3336 i.__kernel_poly m_wm.l(poly.o) - 0x08005508 0x00000130 Code RO 3343 i.__kernel_sin m_wm.l(sin_i.o) - 0x08005638 0x00000014 Code RO 3305 i.__mathlib_dbl_infnan m_wm.l(dunder.o) - 0x0800564c 0x00000004 PAD - 0x08005650 0x00000020 Code RO 3307 i.__mathlib_dbl_invalid m_wm.l(dunder.o) - 0x08005670 0x00000020 Code RO 3310 i.__mathlib_dbl_underflow m_wm.l(dunder.o) - 0x08005690 0x00000006 Code RO 3323 i.__mathlib_flt_infnan m_wm.l(funder.o) - 0x08005696 0x00000002 PAD - 0x08005698 0x00000010 Code RO 3325 i.__mathlib_flt_invalid m_wm.l(funder.o) - 0x080056a8 0x00000010 Code RO 3328 i.__mathlib_flt_underflow m_wm.l(funder.o) - 0x080056b8 0x00000026 Code RO 3013 i._sys_close retarget_io.o - 0x080056de 0x00000024 Code RO 3014 i._sys_flen retarget_io.o - 0x08005702 0x00000024 Code RO 3015 i._sys_istty retarget_io.o - 0x08005726 0x00000002 PAD - 0x08005728 0x00000068 Code RO 3016 i._sys_open retarget_io.o - 0x08005790 0x0000002c Code RO 3018 i._sys_seek retarget_io.o - 0x080057bc 0x00000058 Code RO 3019 i._sys_write retarget_io.o - 0x08005814 0x0000002c Code RO 649 i.check_SUM amt1450_uart.o - 0x08005840 0x00000018 Code RO 3244 i.fabs m_wm.l(fabs.o) - 0x08005858 0x00000024 Code RO 409 i.fputc btmodule.o - 0x0800587c 0x000000e4 Code RO 651 i.init_AMT1450_UART amt1450_uart.o - 0x08005960 0x00000170 Code RO 6 i.main main.o - 0x08005ad0 0x00000060 Code RO 747 i.s_PIDInit pid.o - 0x08005b30 0x0000006e Code RO 3262 i.sqrt m_wm.l(sqrt.o) - 0x08005b9e 0x0000003e Code RO 3351 i.sqrtf m_wm.l(sqrtf.o) - 0x08005bdc 0x00000004 Code RO 3020 i.stderr_putchar retarget_io.o - 0x08005be0 0x00000008 Code RO 475 i.stdout_putchar stdout_user.o - 0x08005be8 0x00000018 Code RO 3286 x$fpl$basic fz_wm.l(basic.o) - 0x08005c00 0x00000062 Code RO 3146 x$fpl$d2f fz_wm.l(d2f.o) - 0x08005c62 0x00000002 PAD - 0x08005c64 0x00000150 Code RO 3148 x$fpl$dadd fz_wm.l(daddsub_clz.o) - 0x08005db4 0x00000018 Code RO 3288 x$fpl$dcmpinf fz_wm.l(dcmpi.o) - 0x08005dcc 0x000002b0 Code RO 3155 x$fpl$ddiv fz_wm.l(ddiv.o) - 0x0800607c 0x00000078 Code RO 3158 x$fpl$deqf fz_wm.l(deqf.o) - 0x080060f4 0x0000005e Code RO 3160 x$fpl$dfix fz_wm.l(dfix.o) - 0x08006152 0x0000002e Code RO 3165 x$fpl$dflt fz_wm.l(dflt_clz.o) - 0x08006180 0x00000026 Code RO 3164 x$fpl$dfltu fz_wm.l(dflt_clz.o) - 0x080061a6 0x00000002 PAD - 0x080061a8 0x00000154 Code RO 3172 x$fpl$dmul fz_wm.l(dmul.o) - 0x080062fc 0x0000009c Code RO 3290 x$fpl$dnaninf fz_wm.l(dnaninf.o) - 0x08006398 0x0000000c Code RO 3292 x$fpl$dretinf fz_wm.l(dretinf.o) - 0x080063a4 0x00000016 Code RO 3149 x$fpl$drsb fz_wm.l(daddsub_clz.o) - 0x080063ba 0x00000002 PAD - 0x080063bc 0x00000198 Code RO 3294 x$fpl$dsqrt fz_wm.l(dsqrt_umaal.o) - 0x08006554 0x000001d4 Code RO 3150 x$fpl$dsub fz_wm.l(daddsub_clz.o) - 0x08006728 0x00000056 Code RO 3176 x$fpl$f2d fz_wm.l(f2d.o) - 0x0800677e 0x0000008c Code RO 3296 x$fpl$fnaninf fz_wm.l(fnaninf.o) - 0x0800680a 0x0000000a Code RO 3581 x$fpl$fpinit fz_wm.l(fpinit.o) - 0x08006814 0x0000000a Code RO 3298 x$fpl$fretinf fz_wm.l(fretinf.o) - 0x0800681e 0x00000000 Code RO 3300 x$fpl$usenofp fz_wm.l(usenofp.o) - 0x0800681e 0x00000017 Data RO 3022 .constdata retarget_io.o - 0x08006835 0x00000003 PAD - 0x08006838 0x00000050 Data RO 3181 .constdata m_wm.l(acos.o) - 0x08006888 0x00000098 Data RO 3207 .constdata m_wm.l(atan.o) - 0x08006920 0x00000030 Data RO 3302 .constdata m_wm.l(cos_i.o) - 0x08006950 0x000000c8 Data RO 3340 .constdata m_wm.l(rred.o) - 0x08006a18 0x00000028 Data RO 3344 .constdata m_wm.l(sin_i.o) - 0x08006a40 0x00000020 Data RO 3657 Region$$Table anon$$obj.o + 0x080001e0 0x0000001c Code RO 3825 !!handler_zi c_w.l(__scatter_zi.o) + 0x080001fc 0x00000000 Code RO 3254 .ARM.Collect$$_printf_percent$$00000000 c_w.l(_printf_percent.o) + 0x080001fc 0x00000006 Code RO 3253 .ARM.Collect$$_printf_percent$$00000003 c_w.l(_printf_f.o) + 0x08000202 0x00000006 Code RO 3252 .ARM.Collect$$_printf_percent$$00000009 c_w.l(_printf_d.o) + 0x08000208 0x00000004 Code RO 3402 .ARM.Collect$$_printf_percent$$00000017 c_w.l(_printf_percent_end.o) + 0x0800020c 0x00000002 Code RO 3640 .ARM.Collect$$libinit$$00000000 c_w.l(libinit.o) + 0x0800020e 0x00000004 Code RO 3641 .ARM.Collect$$libinit$$00000001 c_w.l(libinit2.o) + 0x08000212 0x00000000 Code RO 3644 .ARM.Collect$$libinit$$00000004 c_w.l(libinit2.o) + 0x08000212 0x00000008 Code RO 3645 .ARM.Collect$$libinit$$00000005 c_w.l(libinit2.o) + 0x0800021a 0x00000000 Code RO 3647 .ARM.Collect$$libinit$$0000000A c_w.l(libinit2.o) + 0x0800021a 0x00000000 Code RO 3649 .ARM.Collect$$libinit$$0000000C c_w.l(libinit2.o) + 0x0800021a 0x00000000 Code RO 3651 .ARM.Collect$$libinit$$0000000E c_w.l(libinit2.o) + 0x0800021a 0x00000006 Code RO 3652 .ARM.Collect$$libinit$$0000000F c_w.l(libinit2.o) + 0x08000220 0x00000000 Code RO 3654 .ARM.Collect$$libinit$$00000011 c_w.l(libinit2.o) + 0x08000220 0x00000000 Code RO 3656 .ARM.Collect$$libinit$$00000013 c_w.l(libinit2.o) + 0x08000220 0x00000000 Code RO 3658 .ARM.Collect$$libinit$$00000015 c_w.l(libinit2.o) + 0x08000220 0x0000000a Code RO 3659 .ARM.Collect$$libinit$$00000016 c_w.l(libinit2.o) + 0x0800022a 0x00000000 Code RO 3660 .ARM.Collect$$libinit$$00000017 c_w.l(libinit2.o) + 0x0800022a 0x00000000 Code RO 3662 .ARM.Collect$$libinit$$00000019 c_w.l(libinit2.o) + 0x0800022a 0x00000000 Code RO 3664 .ARM.Collect$$libinit$$0000001B c_w.l(libinit2.o) + 0x0800022a 0x00000000 Code RO 3666 .ARM.Collect$$libinit$$0000001D c_w.l(libinit2.o) + 0x0800022a 0x00000000 Code RO 3668 .ARM.Collect$$libinit$$0000001F c_w.l(libinit2.o) + 0x0800022a 0x00000000 Code RO 3670 .ARM.Collect$$libinit$$00000021 c_w.l(libinit2.o) + 0x0800022a 0x00000000 Code RO 3672 .ARM.Collect$$libinit$$00000023 c_w.l(libinit2.o) + 0x0800022a 0x00000004 Code RO 3673 .ARM.Collect$$libinit$$00000024 c_w.l(libinit2.o) + 0x0800022e 0x00000000 Code RO 3674 .ARM.Collect$$libinit$$00000025 c_w.l(libinit2.o) + 0x0800022e 0x00000000 Code RO 3678 .ARM.Collect$$libinit$$0000002C c_w.l(libinit2.o) + 0x0800022e 0x00000000 Code RO 3680 .ARM.Collect$$libinit$$0000002E c_w.l(libinit2.o) + 0x0800022e 0x00000000 Code RO 3682 .ARM.Collect$$libinit$$00000030 c_w.l(libinit2.o) + 0x0800022e 0x00000000 Code RO 3684 .ARM.Collect$$libinit$$00000032 c_w.l(libinit2.o) + 0x0800022e 0x00000002 Code RO 3685 .ARM.Collect$$libinit$$00000033 c_w.l(libinit2.o) + 0x08000230 0x00000002 Code RO 3800 .ARM.Collect$$libshutdown$$00000000 c_w.l(libshutdown.o) + 0x08000232 0x00000000 Code RO 3687 .ARM.Collect$$libshutdown$$00000002 c_w.l(libshutdown2.o) + 0x08000232 0x00000004 Code RO 3688 .ARM.Collect$$libshutdown$$00000003 c_w.l(libshutdown2.o) + 0x08000236 0x00000000 Code RO 3689 .ARM.Collect$$libshutdown$$00000004 c_w.l(libshutdown2.o) + 0x08000236 0x00000000 Code RO 3692 .ARM.Collect$$libshutdown$$00000007 c_w.l(libshutdown2.o) + 0x08000236 0x00000000 Code RO 3695 .ARM.Collect$$libshutdown$$0000000A c_w.l(libshutdown2.o) + 0x08000236 0x00000000 Code RO 3697 .ARM.Collect$$libshutdown$$0000000C c_w.l(libshutdown2.o) + 0x08000236 0x00000000 Code RO 3700 .ARM.Collect$$libshutdown$$0000000F c_w.l(libshutdown2.o) + 0x08000236 0x00000002 Code RO 3701 .ARM.Collect$$libshutdown$$00000010 c_w.l(libshutdown2.o) + 0x08000238 0x00000000 Code RO 3393 .ARM.Collect$$rtentry$$00000000 c_w.l(__rtentry.o) + 0x08000238 0x00000000 Code RO 3485 .ARM.Collect$$rtentry$$00000002 c_w.l(__rtentry2.o) + 0x08000238 0x00000006 Code RO 3497 .ARM.Collect$$rtentry$$00000004 c_w.l(__rtentry4.o) + 0x0800023e 0x00000000 Code RO 3487 .ARM.Collect$$rtentry$$00000009 c_w.l(__rtentry2.o) + 0x0800023e 0x00000004 Code RO 3488 .ARM.Collect$$rtentry$$0000000A c_w.l(__rtentry2.o) + 0x08000242 0x00000000 Code RO 3490 .ARM.Collect$$rtentry$$0000000C c_w.l(__rtentry2.o) + 0x08000242 0x00000008 Code RO 3491 .ARM.Collect$$rtentry$$0000000D c_w.l(__rtentry2.o) + 0x0800024a 0x00000002 Code RO 3702 .ARM.Collect$$rtexit$$00000000 c_w.l(rtexit.o) + 0x0800024c 0x00000000 Code RO 3748 .ARM.Collect$$rtexit$$00000002 c_w.l(rtexit2.o) + 0x0800024c 0x00000004 Code RO 3749 .ARM.Collect$$rtexit$$00000003 c_w.l(rtexit2.o) + 0x08000250 0x00000006 Code RO 3750 .ARM.Collect$$rtexit$$00000004 c_w.l(rtexit2.o) + 0x08000256 0x00000002 PAD + 0x08000258 0x00000000 Code RO 3754 .emb_text c_w.l(maybetermalloc1.o) + 0x08000258 0x00000040 Code RO 1165 .text startup_stm32f40_41xxx.o + 0x08000298 0x00000018 Code RO 3226 .text c_w.l(noretval__2printf.o) + 0x080002b0 0x00000078 Code RO 3230 .text c_w.l(_printf_dec.o) + 0x08000328 0x00000160 Code RO 3247 .text c_w.l(__printf_ss_wp.o) + 0x08000488 0x0000004e Code RO 3257 .text c_w.l(rt_memclr_w.o) + 0x080004d6 0x00000002 PAD + 0x080004d8 0x00000080 Code RO 3259 .text c_w.l(strcmpv7m.o) + 0x08000558 0x00000006 Code RO 3261 .text c_w.l(heapauxi.o) + 0x0800055e 0x00000016 Code RO 3394 .text c_w.l(_rserrno.o) + 0x08000574 0x000000b2 Code RO 3396 .text c_w.l(_printf_intcommon.o) + 0x08000626 0x0000041a Code RO 3398 .text c_w.l(_printf_fp_dec.o) + 0x08000a40 0x00000024 Code RO 3400 .text c_w.l(_printf_char_file.o) + 0x08000a64 0x00000008 Code RO 3502 .text c_w.l(rt_locale_intlibspace.o) + 0x08000a6c 0x00000008 Code RO 3507 .text c_w.l(rt_errno_addr_intlibspace.o) + 0x08000a74 0x0000008a Code RO 3509 .text c_w.l(lludiv10.o) + 0x08000afe 0x00000002 PAD + 0x08000b00 0x00000030 Code RO 3511 .text c_w.l(_printf_char_common.o) + 0x08000b30 0x00000080 Code RO 3513 .text c_w.l(_printf_fp_infnan.o) + 0x08000bb0 0x000000dc Code RO 3515 .text c_w.l(bigflt0.o) + 0x08000c8c 0x00000008 Code RO 3540 .text c_w.l(ferror.o) + 0x08000c94 0x00000138 Code RO 3542 .text c_w.l(initio.o) + 0x08000dcc 0x00000008 Code RO 3553 .text c_w.l(libspace.o) + 0x08000dd4 0x0000004a Code RO 3558 .text c_w.l(sys_stackheap_outer.o) + 0x08000e1e 0x0000004e Code RO 3562 .text c_w.l(h1_free.o) + 0x08000e6c 0x00000046 Code RO 3618 .text c_w.l(setvbuf.o) + 0x08000eb2 0x00000002 PAD + 0x08000eb4 0x000000ec Code RO 3621 .text c_w.l(fopen.o) + 0x08000fa0 0x0000004c Code RO 3623 .text c_w.l(fclose.o) + 0x08000fec 0x00000012 Code RO 3629 .text c_w.l(exit.o) + 0x08000ffe 0x0000000e Code RO 3631 .text c_w.l(defsig_rtred_outer.o) + 0x0800100c 0x00000008 Code RO 3709 .text c_w.l(rt_heap_descriptor_intlibspace.o) + 0x08001014 0x00000004 Code RO 3711 .text c_w.l(hguard.o) + 0x08001018 0x0000008a Code RO 3713 .text c_w.l(init_alloc.o) + 0x080010a2 0x0000005e Code RO 3719 .text c_w.l(h1_alloc.o) + 0x08001100 0x000000f8 Code RO 3733 .text c_w.l(fseek.o) + 0x080011f8 0x000000f0 Code RO 3735 .text c_w.l(stdio.o) + 0x080012e8 0x0000000a Code RO 3737 .text c_w.l(defsig_exit.o) + 0x080012f2 0x00000002 PAD + 0x080012f4 0x00000034 Code RO 3739 .text c_w.l(defsig_rtred_inner.o) + 0x08001328 0x0000000c Code RO 3745 .text c_w.l(sys_exit.o) + 0x08001334 0x0000000e Code RO 3756 .text c_w.l(h1_init.o) + 0x08001342 0x00000034 Code RO 3758 .text c_w.l(h1_extend.o) + 0x08001376 0x00000042 Code RO 3764 .text c_w.l(ftell.o) + 0x080013b8 0x00000032 Code RO 3768 .text c_w.l(defsig_general.o) + 0x080013ea 0x0000000e Code RO 3770 .text c_w.l(defsig_rtmem_outer.o) + 0x080013f8 0x0000000e Code RO 3783 .text c_w.l(sys_wrch.o) + 0x08001406 0x00000002 Code RO 3787 .text c_w.l(use_no_semi.o) + 0x08001408 0x00000000 Code RO 3789 .text c_w.l(indicate_semi.o) + 0x08001408 0x00000050 Code RO 3794 .text c_w.l(defsig_rtmem_inner.o) + 0x08001458 0x0000003e Code RO 3518 CL$$btod_d2e c_w.l(btod.o) + 0x08001496 0x00000046 Code RO 3520 CL$$btod_d2e_denorm_low c_w.l(btod.o) + 0x080014dc 0x00000060 Code RO 3519 CL$$btod_d2e_norm_op1 c_w.l(btod.o) + 0x0800153c 0x00000338 Code RO 3528 CL$$btod_div_common c_w.l(btod.o) + 0x08001874 0x000000c6 Code RO 3525 CL$$btod_e2e c_w.l(btod.o) + 0x0800193a 0x00000028 Code RO 3522 CL$$btod_ediv c_w.l(btod.o) + 0x08001962 0x00000028 Code RO 3521 CL$$btod_emul c_w.l(btod.o) + 0x0800198a 0x00000244 Code RO 3527 CL$$btod_mult_common c_w.l(btod.o) + 0x08001bce 0x00000002 PAD + 0x08001bd0 0x00000020 Code RO 645 i.AMT1450_UART_Cmd amt1450_uart.o + 0x08001bf0 0x0000029c Code RO 1103 i.ArmDriver_Init armsolution.o + 0x08001e8c 0x000007c0 Code RO 1104 i.ArmSolution armsolution.o + 0x0800264c 0x00000224 Code RO 1105 i.Arm_Grab armsolution.o + 0x08002870 0x00000004 Code RO 191 i.BusFault_Handler stm32f4xx_it.o + 0x08002874 0x00000002 Code RO 192 i.DebugMon_Handler stm32f4xx_it.o + 0x08002876 0x00000002 PAD + 0x08002878 0x00000018 Code RO 314 i.Delay_10us delay.o + 0x08002890 0x00000016 Code RO 315 i.Delay_ms delay.o + 0x080028a6 0x00000002 PAD + 0x080028a8 0x00000088 Code RO 488 i.Encoder_GetEncCount motordriver.o + 0x08002930 0x00000308 Code RO 489 i.Encoder_Init motordriver.o + 0x08002c38 0x00000034 Code RO 4 i.GPIO_Config main.o + 0x08002c6c 0x00000090 Code RO 1757 i.GPIO_Init stm32f4xx_gpio.o + 0x08002cfc 0x00000046 Code RO 1758 i.GPIO_PinAFConfig stm32f4xx_gpio.o + 0x08002d42 0x00000012 Code RO 1761 i.GPIO_ReadInputDataBit stm32f4xx_gpio.o + 0x08002d54 0x00000004 Code RO 1764 i.GPIO_ResetBits stm32f4xx_gpio.o + 0x08002d58 0x00000004 Code RO 1765 i.GPIO_SetBits stm32f4xx_gpio.o + 0x08002d5c 0x00000004 Code RO 193 i.HardFault_Handler stm32f4xx_it.o + 0x08002d60 0x00000054 Code RO 362 i.Key_Init keyled.o + 0x08002db4 0x00000074 Code RO 364 i.Key_Released keyled.o + 0x08002e28 0x0000006c Code RO 365 i.Led_Init keyled.o + 0x08002e94 0x00000004 Code RO 194 i.MemManage_Handler stm32f4xx_it.o + 0x08002e98 0x00000130 Code RO 579 i.MotorController_Enable motorcontroller.o + 0x08002fc8 0x00000138 Code RO 580 i.MotorController_Init motorcontroller.o + 0x08003100 0x0000001c Code RO 581 i.MotorController_SetAcceleration motorcontroller.o + 0x0800311c 0x000006e4 Code RO 584 i.MotorController_SpeedTunner motorcontroller.o + 0x08003800 0x00000348 Code RO 491 i.MotorDriver_Init motordriver.o + 0x08003b48 0x00000044 Code RO 492 i.MotorDriver_SetPWMDuty motordriver.o + 0x08003b8c 0x0000008c Code RO 493 i.MotorDriver_Start motordriver.o + 0x08003c18 0x00000078 Code RO 494 i.MotorDriver_Stop motordriver.o + 0x08003c90 0x00000002 Code RO 195 i.NMI_Handler stm32f4xx_it.o + 0x08003c92 0x00000002 PAD + 0x08003c94 0x00000070 Code RO 5 i.NVIC_Configuration main.o + 0x08003d04 0x00000078 Code RO 2050 i.NVIC_Init misc.o + 0x08003d7c 0x00000014 Code RO 2051 i.NVIC_PriorityGroupConfig misc.o + 0x08003d90 0x00000002 Code RO 196 i.PendSV_Handler stm32f4xx_it.o + 0x08003d92 0x00000002 PAD + 0x08003d94 0x00000020 Code RO 1418 i.RCC_AHB1PeriphClockCmd stm32f4xx_rcc.o + 0x08003db4 0x00000020 Code RO 1427 i.RCC_APB1PeriphClockCmd stm32f4xx_rcc.o + 0x08003dd4 0x00000020 Code RO 1430 i.RCC_APB2PeriphClockCmd stm32f4xx_rcc.o + 0x08003df4 0x000000e4 Code RO 1439 i.RCC_GetClocksFreq stm32f4xx_rcc.o + 0x08003ed8 0x00000002 Code RO 197 i.SVC_Handler stm32f4xx_it.o + 0x08003eda 0x00000002 PAD + 0x08003edc 0x000000c0 Code RO 1106 i.SetServoAngle armsolution.o + 0x08003f9c 0x000000ec Code RO 273 i.SetSysClock system_stm32f4xx.o + 0x08004088 0x000002a0 Code RO 1107 i.Slow_Pwm armsolution.o + 0x08004328 0x00000034 Code RO 198 i.SysTick_Handler stm32f4xx_it.o + 0x0800435c 0x00000068 Code RO 275 i.SystemInit system_stm32f4xx.o + 0x080043c4 0x00000050 Code RO 708 i.TCRT5000_config tcrt5000.o + 0x08004414 0x00000044 Code RO 495 i.TIM2_IRQHandler motordriver.o + 0x08004458 0x00000044 Code RO 496 i.TIM3_IRQHandler motordriver.o + 0x0800449c 0x00000044 Code RO 497 i.TIM4_IRQHandler motordriver.o + 0x080044e0 0x00000020 Code RO 585 i.TIM6_DAC_IRQHandler motorcontroller.o + 0x08004500 0x00000038 Code RO 1108 i.TIM7_IRQHandler armsolution.o + 0x08004538 0x00000044 Code RO 498 i.TIM8_UP_TIM13_IRQHandler motordriver.o + 0x0800457c 0x00000018 Code RO 2462 i.TIM_ARRPreloadConfig stm32f4xx_tim.o + 0x08004594 0x00000006 Code RO 2468 i.TIM_ClearFlag stm32f4xx_tim.o + 0x0800459a 0x00000006 Code RO 2469 i.TIM_ClearITPendingBit stm32f4xx_tim.o + 0x080045a0 0x00000018 Code RO 2474 i.TIM_Cmd stm32f4xx_tim.o + 0x080045b8 0x0000001e Code RO 2476 i.TIM_CtrlPWMOutputs stm32f4xx_tim.o + 0x080045d6 0x00000042 Code RO 2483 i.TIM_EncoderInterfaceConfig stm32f4xx_tim.o + 0x08004618 0x00000022 Code RO 2495 i.TIM_GetITStatus stm32f4xx_tim.o + 0x0800463a 0x00000012 Code RO 2499 i.TIM_ITConfig stm32f4xx_tim.o + 0x0800464c 0x0000007c Code RO 2503 i.TIM_OC1Init stm32f4xx_tim.o + 0x080046c8 0x00000012 Code RO 2506 i.TIM_OC1PreloadConfig stm32f4xx_tim.o + 0x080046da 0x00000002 PAD + 0x080046dc 0x000000a4 Code RO 2508 i.TIM_OC2Init stm32f4xx_tim.o + 0x08004780 0x0000001a Code RO 2511 i.TIM_OC2PreloadConfig stm32f4xx_tim.o + 0x0800479a 0x00000002 PAD + 0x0800479c 0x000000a0 Code RO 2513 i.TIM_OC3Init stm32f4xx_tim.o + 0x0800483c 0x00000012 Code RO 2516 i.TIM_OC3PreloadConfig stm32f4xx_tim.o + 0x0800484e 0x00000002 PAD + 0x08004850 0x00000078 Code RO 2518 i.TIM_OC4Init stm32f4xx_tim.o + 0x080048c8 0x0000001a Code RO 2520 i.TIM_OC4PreloadConfig stm32f4xx_tim.o + 0x080048e2 0x00000002 PAD + 0x080048e4 0x00000084 Code RO 2546 i.TIM_TimeBaseInit stm32f4xx_tim.o + 0x08004968 0x00000040 Code RO 316 i.TimingDelay_Decrement delay.o + 0x080049a8 0x00000048 Code RO 646 i.UART5_IRQHandler amt1450_uart.o + 0x080049f0 0x000000bc Code RO 647 i.UART_GetChar amt1450_uart.o + 0x08004aac 0x00000040 Code RO 1043 i.USART1_IRQHandler nanocommunication.o + 0x08004aec 0x000000dc Code RO 1044 i.USART1_Init nanocommunication.o + 0x08004bc8 0x00000068 Code RO 1046 i.USART1_Process nanocommunication.o + 0x08004c30 0x00000248 Code RO 1047 i.USART1_Process_target nanocommunication.o + 0x08004e78 0x000000fc Code RO 1048 i.USART1_Process_target_test nanocommunication.o + 0x08004f74 0x0000003c Code RO 404 i.USART2_IRQHandler btmodule.o + 0x08004fb0 0x000000d8 Code RO 405 i.USART2_Init btmodule.o + 0x08005088 0x0000001e Code RO 1859 i.USART_ClearITPendingBit stm32f4xx_usart.o + 0x080050a6 0x00000018 Code RO 1862 i.USART_Cmd stm32f4xx_usart.o + 0x080050be 0x00000002 PAD + 0x080050c0 0x00000068 Code RO 406 i.USART_GetChar btmodule.o + 0x08005128 0x0000001a Code RO 1865 i.USART_GetFlagStatus stm32f4xx_usart.o + 0x08005142 0x00000054 Code RO 1866 i.USART_GetITStatus stm32f4xx_usart.o + 0x08005196 0x0000004a Code RO 1868 i.USART_ITConfig stm32f4xx_usart.o + 0x080051e0 0x000000d4 Code RO 1869 i.USART_Init stm32f4xx_usart.o + 0x080052b4 0x00000016 Code RO 1875 i.USART_OverSampling8Cmd stm32f4xx_usart.o + 0x080052ca 0x0000000a Code RO 1876 i.USART_ReceiveData stm32f4xx_usart.o + 0x080052d4 0x00000008 Code RO 1879 i.USART_SendData stm32f4xx_usart.o + 0x080052dc 0x00000004 Code RO 199 i.UsageFault_Handler stm32f4xx_it.o + 0x080052e0 0x00000030 Code RO 3441 i.__ARM_fpclassify m_wm.l(fpclassify.o) + 0x08005310 0x00000026 Code RO 3443 i.__ARM_fpclassifyf m_wm.l(fpclassifyf.o) + 0x08005336 0x00000002 PAD + 0x08005338 0x00000358 Code RO 3299 i.__hardfp_acos m_wm.l(acos.o) + 0x08005690 0x0000012c Code RO 3313 i.__hardfp_asinf m_wm.l(asinf.o) + 0x080057bc 0x00000004 PAD + 0x080057c0 0x000002d8 Code RO 3325 i.__hardfp_atan m_wm.l(atan.o) + 0x08005a98 0x00000160 Code RO 3339 i.__hardfp_atanf m_wm.l(atanf.o) + 0x08005bf8 0x000000c8 Code RO 3351 i.__hardfp_cos m_wm.l(cos.o) + 0x08005cc0 0x000000c8 Code RO 3369 i.__hardfp_sin m_wm.l(sin.o) + 0x08005d88 0x0000007a Code RO 3381 i.__hardfp_sqrt m_wm.l(sqrt.o) + 0x08005e02 0x00000006 PAD + 0x08005e08 0x00000438 Code RO 3461 i.__ieee754_rem_pio2 m_wm.l(rred.o) + 0x08006240 0x00000170 Code RO 3424 i.__kernel_cos m_wm.l(cos_i.o) + 0x080063b0 0x000000f8 Code RO 3459 i.__kernel_poly m_wm.l(poly.o) + 0x080064a8 0x00000130 Code RO 3466 i.__kernel_sin m_wm.l(sin_i.o) + 0x080065d8 0x00000014 Code RO 3428 i.__mathlib_dbl_infnan m_wm.l(dunder.o) + 0x080065ec 0x00000004 PAD + 0x080065f0 0x00000020 Code RO 3430 i.__mathlib_dbl_invalid m_wm.l(dunder.o) + 0x08006610 0x00000020 Code RO 3433 i.__mathlib_dbl_underflow m_wm.l(dunder.o) + 0x08006630 0x00000006 Code RO 3446 i.__mathlib_flt_infnan m_wm.l(funder.o) + 0x08006636 0x00000002 PAD + 0x08006638 0x00000010 Code RO 3448 i.__mathlib_flt_invalid m_wm.l(funder.o) + 0x08006648 0x00000010 Code RO 3451 i.__mathlib_flt_underflow m_wm.l(funder.o) + 0x08006658 0x0000000e Code RO 3242 i._is_digit c_w.l(__printf_wp.o) + 0x08006666 0x00000026 Code RO 3131 i._sys_close retarget_io.o + 0x0800668c 0x00000024 Code RO 3132 i._sys_flen retarget_io.o + 0x080066b0 0x00000024 Code RO 3133 i._sys_istty retarget_io.o + 0x080066d4 0x00000068 Code RO 3134 i._sys_open retarget_io.o + 0x0800673c 0x0000002c Code RO 3136 i._sys_seek retarget_io.o + 0x08006768 0x00000058 Code RO 3137 i._sys_write retarget_io.o + 0x080067c0 0x0000002c Code RO 649 i.check_SUM amt1450_uart.o + 0x080067ec 0x00000018 Code RO 3365 i.fabs m_wm.l(fabs.o) + 0x08006804 0x00000024 Code RO 409 i.fputc btmodule.o + 0x08006828 0x000000e4 Code RO 651 i.init_AMT1450_UART amt1450_uart.o + 0x0800690c 0x00000170 Code RO 6 i.main main.o + 0x08006a7c 0x00000060 Code RO 747 i.s_PIDInit pid.o + 0x08006adc 0x0000006e Code RO 3383 i.sqrt m_wm.l(sqrt.o) + 0x08006b4a 0x0000003e Code RO 3474 i.sqrtf m_wm.l(sqrtf.o) + 0x08006b88 0x00000004 Code RO 3138 i.stderr_putchar retarget_io.o + 0x08006b8c 0x00000008 Code RO 475 i.stdout_putchar stdout_user.o + 0x08006b94 0x0000002c Code RO 3549 locale$$code c_w.l(lc_numeric_c.o) + 0x08006bc0 0x00000018 Code RO 3409 x$fpl$basic fz_wm.l(basic.o) + 0x08006bd8 0x00000062 Code RO 3265 x$fpl$d2f fz_wm.l(d2f.o) + 0x08006c3a 0x00000002 PAD + 0x08006c3c 0x00000150 Code RO 3267 x$fpl$dadd fz_wm.l(daddsub_clz.o) + 0x08006d8c 0x00000018 Code RO 3411 x$fpl$dcmpinf fz_wm.l(dcmpi.o) + 0x08006da4 0x000002b0 Code RO 3274 x$fpl$ddiv fz_wm.l(ddiv.o) + 0x08007054 0x00000078 Code RO 3277 x$fpl$deqf fz_wm.l(deqf.o) + 0x080070cc 0x0000005e Code RO 3279 x$fpl$dfix fz_wm.l(dfix.o) + 0x0800712a 0x0000002e Code RO 3284 x$fpl$dflt fz_wm.l(dflt_clz.o) + 0x08007158 0x00000026 Code RO 3283 x$fpl$dfltu fz_wm.l(dflt_clz.o) + 0x0800717e 0x00000002 PAD + 0x08007180 0x00000154 Code RO 3291 x$fpl$dmul fz_wm.l(dmul.o) + 0x080072d4 0x0000009c Code RO 3413 x$fpl$dnaninf fz_wm.l(dnaninf.o) + 0x08007370 0x0000000c Code RO 3415 x$fpl$dretinf fz_wm.l(dretinf.o) + 0x0800737c 0x00000016 Code RO 3268 x$fpl$drsb fz_wm.l(daddsub_clz.o) + 0x08007392 0x00000002 PAD + 0x08007394 0x00000198 Code RO 3417 x$fpl$dsqrt fz_wm.l(dsqrt_umaal.o) + 0x0800752c 0x000001d4 Code RO 3269 x$fpl$dsub fz_wm.l(daddsub_clz.o) + 0x08007700 0x00000056 Code RO 3295 x$fpl$f2d fz_wm.l(f2d.o) + 0x08007756 0x0000008c Code RO 3419 x$fpl$fnaninf fz_wm.l(fnaninf.o) + 0x080077e2 0x0000000a Code RO 3743 x$fpl$fpinit fz_wm.l(fpinit.o) + 0x080077ec 0x0000000a Code RO 3421 x$fpl$fretinf fz_wm.l(fretinf.o) + 0x080077f6 0x00000004 Code RO 3297 x$fpl$printf1 fz_wm.l(printf1.o) + 0x080077fa 0x00000000 Code RO 3423 x$fpl$usenofp fz_wm.l(usenofp.o) + 0x080077fa 0x00000017 Data RO 3140 .constdata retarget_io.o + 0x08007811 0x00000007 PAD + 0x08007818 0x00000050 Data RO 3302 .constdata m_wm.l(acos.o) + 0x08007868 0x00000098 Data RO 3328 .constdata m_wm.l(atan.o) + 0x08007900 0x00000030 Data RO 3425 .constdata m_wm.l(cos_i.o) + 0x08007930 0x000000c8 Data RO 3463 .constdata m_wm.l(rred.o) + 0x080079f8 0x00000028 Data RO 3467 .constdata m_wm.l(sin_i.o) + 0x08007a20 0x00000094 Data RO 3516 .constdata c_w.l(bigflt0.o) + 0x08007ab4 0x00000020 Data RO 3819 Region$$Table anon$$obj.o + 0x08007ad4 0x0000001c Data RO 3548 locale$$data c_w.l(lc_numeric_c.o) Execution Region RW_IRAM1 (Base: 0x20000000, Size: 0x00001488, Max: 0x00020000, ABSOLUTE) @@ -2700,22 +2838,22 @@ Memory Map of the image 0x20000033 0x00000001 PAD 0x20000034 0x00000008 Data RW 499 .data motordriver.o 0x2000003c 0x0000006a Data RW 586 .data motorcontroller.o - 0x200000a6 0x00000002 Data RW 931 .data nanocommunication.o - 0x200000a8 0x00000018 Data RW 992 .data armsolution.o - 0x200000c0 0x00000010 Data RW 1353 .data stm32f4xx_rcc.o - 0x200000d0 0x00000004 Data RW 3283 .data c_w.l(stdio_streams.o) - 0x200000d4 0x00000004 Data RW 3284 .data c_w.l(stdio_streams.o) - 0x200000d8 0x00000004 Data RW 3285 .data c_w.l(stdio_streams.o) + 0x200000a6 0x00000002 Data RW 1049 .data nanocommunication.o + 0x200000a8 0x00000018 Data RW 1110 .data armsolution.o + 0x200000c0 0x00000010 Data RW 1471 .data stm32f4xx_rcc.o + 0x200000d0 0x00000004 Data RW 3406 .data c_w.l(stdio_streams.o) + 0x200000d4 0x00000004 Data RW 3407 .data c_w.l(stdio_streams.o) + 0x200000d8 0x00000004 Data RW 3408 .data c_w.l(stdio_streams.o) 0x200000dc 0x00000009 Zero RW 411 .bss btmodule.o 0x200000e5 0x00000013 Zero RW 652 .bss amt1450_uart.o - 0x200000f8 0x00000030 Zero RW 991 .bss armsolution.o - 0x20000128 0x00000054 Zero RW 3280 .bss c_w.l(stdio_streams.o) - 0x2000017c 0x00000054 Zero RW 3281 .bss c_w.l(stdio_streams.o) - 0x200001d0 0x00000054 Zero RW 3282 .bss c_w.l(stdio_streams.o) - 0x20000224 0x00000060 Zero RW 3392 .bss c_w.l(libspace.o) + 0x200000f8 0x00000030 Zero RW 1109 .bss armsolution.o + 0x20000128 0x00000054 Zero RW 3403 .bss c_w.l(stdio_streams.o) + 0x2000017c 0x00000054 Zero RW 3404 .bss c_w.l(stdio_streams.o) + 0x200001d0 0x00000054 Zero RW 3405 .bss c_w.l(stdio_streams.o) + 0x20000224 0x00000060 Zero RW 3554 .bss c_w.l(libspace.o) 0x20000284 0x00000004 PAD - 0x20000288 0x00000200 Zero RW 1045 HEAP startup_stm32f40_41xxx.o - 0x20000488 0x00001000 Zero RW 1044 STACK startup_stm32f40_41xxx.o + 0x20000288 0x00000200 Zero RW 1163 HEAP startup_stm32f40_41xxx.o + 0x20000488 0x00001000 Zero RW 1162 STACK startup_stm32f40_41xxx.o ============================================================================== @@ -2726,7 +2864,7 @@ Image component sizes Code (inc. data) RO Data RW Data ZI Data Debug Object Name 564 30 0 0 19 3835 amt1450_uart.o - 3848 412 0 24 48 10998 armsolution.o + 4120 468 0 24 48 11018 armsolution.o 416 32 0 2 9 4902 btmodule.o 110 16 0 13 0 2134 delay.o 308 16 0 0 0 1869 keyled.o @@ -2735,7 +2873,7 @@ Image component sizes 2440 394 0 106 0 7297 motorcontroller.o 2352 134 0 8 0 7453 motordriver.o 1224 186 0 2 0 4754 nanocommunication.o - 96 22 0 0 0 1452 pid.o + 96 22 0 0 0 282512 pid.o 350 24 23 0 0 6315 retarget_io.o 64 26 392 0 4608 948 startup_stm32f40_41xxx.o 8 0 0 0 0 541 stdout_user.o @@ -2748,16 +2886,17 @@ Image component sizes 80 10 0 0 0 562 tcrt5000.o ---------------------------------------------------------------------- - 15020 1546 450 208 4684 411718 Object Totals + 15290 1602 454 208 4684 692798 Object Totals 0 0 32 0 0 0 (incl. Generated) - 22 0 3 3 0 0 (incl. Padding) + 20 0 7 3 0 0 (incl. Padding) ---------------------------------------------------------------------- Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name 8 0 0 0 0 68 __main.o - 104 0 0 0 0 84 __printf.o + 352 0 0 0 0 88 __printf_ss_wp.o + 14 0 0 0 0 68 __printf_wp.o 0 0 0 0 0 0 __rtentry.o 12 0 0 0 0 0 __rtentry2.o 6 0 0 0 0 0 __rtentry4.o @@ -2768,10 +2907,15 @@ Image component sizes 36 4 0 0 0 80 _printf_char_file.o 6 0 0 0 0 0 _printf_d.o 120 16 0 0 0 92 _printf_dec.o + 6 0 0 0 0 0 _printf_f.o + 1050 0 0 0 0 216 _printf_fp_dec.o + 128 16 0 0 0 84 _printf_fp_infnan.o 178 0 0 0 0 88 _printf_intcommon.o 0 0 0 0 0 0 _printf_percent.o 4 0 0 0 0 0 _printf_percent_end.o 22 0 0 0 0 100 _rserrno.o + 220 4 148 0 0 96 bigflt0.o + 1910 128 0 0 0 672 btod.o 10 0 0 0 0 68 defsig_exit.o 50 0 0 0 0 88 defsig_general.o 80 58 0 0 0 76 defsig_rtmem_inner.o @@ -2793,15 +2937,18 @@ Image component sizes 0 0 0 0 0 0 indicate_semi.o 138 0 0 0 0 168 init_alloc.o 312 46 0 0 0 112 initio.o + 44 10 28 0 0 76 lc_numeric_c.o 2 0 0 0 0 0 libinit.o - 18 0 0 0 0 0 libinit2.o + 34 0 0 0 0 0 libinit2.o 2 0 0 0 0 0 libshutdown.o 6 0 0 0 0 0 libshutdown2.o 8 4 0 0 96 68 libspace.o + 138 0 0 0 0 80 lludiv10.o 0 0 0 0 0 0 maybetermalloc1.o 24 4 0 0 0 84 noretval__2printf.o 8 4 0 0 0 68 rt_errno_addr_intlibspace.o 8 4 0 0 0 68 rt_heap_descriptor_intlibspace.o + 8 4 0 0 0 68 rt_locale_intlibspace.o 78 0 0 0 0 80 rt_memclr_w.o 2 0 0 0 0 0 rtexit.o 10 0 0 0 0 0 rtexit2.o @@ -2829,6 +2976,7 @@ Image component sizes 140 4 0 0 0 132 fnaninf.o 10 0 0 0 0 116 fpinit.o 10 0 0 0 0 116 fretinf.o + 4 0 0 0 0 116 printf1.o 0 0 0 0 0 0 usenofp.o 856 118 80 0 0 288 acos.o 300 42 0 0 0 176 asinf.o @@ -2849,19 +2997,19 @@ Image component sizes 62 0 0 0 0 136 sqrtf.o ---------------------------------------------------------------------- - 11242 1066 520 12 352 9652 Library Totals - 34 4 0 0 4 0 (incl. Padding) + 15032 1228 696 12 352 11132 Library Totals + 38 4 0 0 4 0 (incl. Padding) ---------------------------------------------------------------------- Code (inc. data) RO Data RW Data ZI Data Debug Library Name - 2926 212 0 12 348 3444 c_w.l - 3120 248 0 0 0 2752 fz_wm.l + 6708 374 176 12 348 4808 c_w.l + 3124 248 0 0 0 2868 fz_wm.l 5162 602 520 0 0 3456 m_wm.l ---------------------------------------------------------------------- - 11242 1066 520 12 352 9652 Library Totals + 15032 1228 696 12 352 11132 Library Totals ---------------------------------------------------------------------- @@ -2870,15 +3018,15 @@ Image component sizes Code (inc. data) RO Data RW Data ZI Data Debug - 26262 2612 970 220 5036 406098 Grand Totals - 26262 2612 970 220 5036 406098 ELF Image Totals - 26262 2612 970 220 0 0 ROM Totals + 30322 2830 1150 220 5036 687726 Grand Totals + 30322 2830 1150 220 5036 687726 ELF Image Totals + 30322 2830 1150 220 0 0 ROM Totals ============================================================================== - Total RO Size (Code + RO Data) 27232 ( 26.59kB) + Total RO Size (Code + RO Data) 31472 ( 30.73kB) Total RW Size (RW Data + ZI Data) 5256 ( 5.13kB) - Total ROM Size (Code + RO Data + RW Data) 27452 ( 26.81kB) + Total ROM Size (Code + RO Data + RW Data) 31692 ( 30.95kB) ============================================================================== diff --git a/STM32F407VE/Objects/STM32F407VE.axf b/STM32F407VE/Objects/STM32F407VE.axf index f9b79d22d9fdb5f2dd43902364210508a307d0c5..8bfafc6ee40bc848fa190226e679dd36df3010b9 100644 GIT binary patch delta 41877 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

Y|gq&K)h7e{WkWm@0*Gq``*_|y? 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 delta 34386 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 H)aw5MIib8l diff --git a/STM32F407VE/Objects/STM32F407VE.build_log.htm b/STM32F407VE/Objects/STM32F407VE.build_log.htm index 41c60c4..d2134d4 100644 --- a/STM32F407VE/Objects/STM32F407VE.build_log.htm +++ b/STM32F407VE/Objects/STM32F407VE.build_log.htm @@ -21,64 +21,37 @@

Tool Versions:

Dialog DLL: TCM.DLL V1.27.0.0

Project:

-C:\Users\Arc\Documents\codeProjects\Shopping_Robot\STM32F407VE\STM32F407VE.uvprojx +c:\Users\Arc\Documents\codeProjects\Shopping_Robot\STM32F407VE\STM32F407VE.uvprojx Project File Date: 03/19/2022

Output:

*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\works\Keil_v5\ARM\ARMCC\Bin' -Rebuild target 'STM32F407VE' -compiling system_stm32f4xx.c... -compiling KeyLed.c... -compiling delay.c... -compiling stm32f4xx_it.c... -compiling main.c... -User\main.c(131): warning: #128-D: loop is not reachable - while (1) -User\main.c: 1 warning, 0 errors -compiling stdout_user.c... -compiling amt1450_uart.c... -compiling MotorDriver.c... -compiling BTModule.c... -compiling MotorController.c... -compiling tcrt5000.c... -assembling startup_stm32f40_41xxx.s... -compiling DFS_Map.c... +Build target 'STM32F407VE' compiling PID.c... User\PID.c(356): warning: #550-D: variable "crossing_flag" was set but never used int crossing_flag = 0; User\PID.c: 1 warning, 0 errors -compiling NanoCommunication.c... compiling ArmSolution.c... User\ArmSolution.c(219): warning: #223-D: function "printf" declared implicitly printf("解算错误\n"); -User\ArmSolution.c(238): warning: #223-D: function "printf" declared implicitly - printf("解算错误\n"); +User\ArmSolution.c(222): warning: #223-D: function "printf" declared implicitly + printf("o1=%.2lf %.2lf\n", o1, o1 * 360 / 2 / pi); User\ArmSolution.c(320): warning: #223-D: function "printf" declared implicitly printf("抓取完一个\n"); User\ArmSolution.c: 3 warnings, 0 errors -compiling stm32f4xx_adc.c... -compiling stm32f4xx_gpio.c... -compiling stm32f4xx_usart.c... -compiling stm32f4xx_rcc.c... -compiling misc.c... -compiling retarget_io.c... -compiling stm32f4xx_i2c.c... -compiling stm32f4xx_dcmi.c... -compiling stm32f4xx_dma.c... -compiling stm32f4xx_tim.c... linking... -Program Size: Code=26262 RO-data=970 RW-data=220 ZI-data=5036 -".\Objects\STM32F407VE.axf" - 0 Error(s), 5 Warning(s). +Program Size: Code=30322 RO-data=1150 RW-data=220 ZI-data=5036 +".\Objects\STM32F407VE.axf" - 0 Error(s), 4 Warning(s).

Software Packages used:

Package Vendor: Keil http://www.keil.com/pack/Keil.ARM_Compiler.1.3.0.pack - Keil.ARM Compiler::Compiler:I/O:STDIN:ITM:1.2.0 + Keil.ARM Compiler::Compiler:I/O:STDOUT:User:1.2.0 Keil ARM Compiler extensions for ARM Compiler 5 and ARM Compiler 6 - * Component: STDIN Variant: ITM Version: 1.2.0 - * Component: STDERR Variant: Breakpoint Version: 1.2.0 * Component: STDOUT Variant: User Version: 1.2.0 + * Component: STDERR Variant: Breakpoint Version: 1.2.0 + * Component: STDIN Variant: ITM Version: 1.2.0

Collection of Component include folders:

.\RTE\_STM32F407VE @@ -86,18 +59,18 @@

Collection of Component include folders:

Collection of Component Files used:

- * Component: Keil.ARM Compiler::Compiler:I/O:STDIN:ITM:1.2.0 + * Component: Keil.ARM Compiler::Compiler:I/O:STDOUT:User:1.2.0 Source file: Source\retarget_io.c + Source file: Template\stdout_user.c + Source file: Template\stdout_USART.c + Source file: Template\stdout_display.c * Component: Keil.ARM Compiler::Compiler:I/O:STDERR:Breakpoint:1.2.0 Source file: Source\retarget_io.c - * Component: Keil.ARM Compiler::Compiler:I/O:STDOUT:User:1.2.0 + * Component: Keil.ARM Compiler::Compiler:I/O:STDIN:ITM:1.2.0 Source file: Source\retarget_io.c - Source file: Template\stdout_user.c - Source file: Template\stdout_USART.c - Source file: Template\stdout_display.c -Build Time Elapsed: 00:00:04 +Build Time Elapsed: 00:00:01 diff --git a/STM32F407VE/Objects/STM32F407VE.htm b/STM32F407VE/Objects/STM32F407VE.htm index 9733c1b..5358cc0 100644 --- a/STM32F407VE/Objects/STM32F407VE.htm +++ b/STM32F407VE/Objects/STM32F407VE.htm @@ -3,7 +3,7 @@ Static Call Graph - [.\Objects\STM32F407VE.axf]

Static Call Graph for image .\Objects\STM32F407VE.axf


-

#<CALLGRAPH># ARM Linker, 5060422: Last Updated: Fri Apr 22 23:06:35 2022 +

#<CALLGRAPH># ARM Linker, 5060422: Last Updated: Sat Apr 23 12:50:29 2022

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

Call chain for Maximum Stack Depth:

@@ -12,2211 +12,2358 @@

Maximum Stack Usage = 368 bytes + Unknown(Functions without stacksize

Functions with no stack information

Mutually Recursive functions -

  • ADC_IRQHandler   ⇒   ADC_IRQHandler
    +
  • ADC_IRQHandler   ⇒   ADC_IRQHandler

    Function Pointers

      -
    • ADC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • BusFault_Handler from stm32f4xx_it.o(i.BusFault_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CAN1_RX0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CAN1_RX1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CAN1_SCE_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CAN1_TX_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CAN2_RX0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CAN2_RX1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CAN2_SCE_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CAN2_TX_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • CRYP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DCMI_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA1_Stream0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA1_Stream1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA1_Stream2_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA1_Stream3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA1_Stream4_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA1_Stream5_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA1_Stream6_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA1_Stream7_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA2_Stream0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA2_Stream1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA2_Stream2_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA2_Stream3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA2_Stream4_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA2_Stream5_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA2_Stream6_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DMA2_Stream7_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • DebugMon_Handler from stm32f4xx_it.o(i.DebugMon_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • ETH_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • ETH_WKUP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • EXTI0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • EXTI15_10_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • EXTI1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • EXTI2_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • EXTI3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • EXTI4_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • EXTI9_5_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • FLASH_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • FPU_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • FSMC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • HASH_RNG_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • HardFault_Handler from stm32f4xx_it.o(i.HardFault_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • I2C1_ER_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • I2C1_EV_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • I2C2_ER_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • I2C2_EV_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • I2C3_ER_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • I2C3_EV_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • MemManage_Handler from stm32f4xx_it.o(i.MemManage_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • NMI_Handler from stm32f4xx_it.o(i.NMI_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • OTG_FS_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • OTG_FS_WKUP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • OTG_HS_EP1_IN_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • OTG_HS_EP1_OUT_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • OTG_HS_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • OTG_HS_WKUP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • PVD_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • PendSV_Handler from stm32f4xx_it.o(i.PendSV_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • RCC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • RTC_Alarm_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • RTC_WKUP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • Reset_Handler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • SDIO_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • SPI1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • SPI2_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • SPI3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • SVC_Handler from stm32f4xx_it.o(i.SVC_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • SysTick_Handler from stm32f4xx_it.o(i.SysTick_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • SystemInit from system_stm32f4xx.o(i.SystemInit) referenced from startup_stm32f40_41xxx.o(.text) -
    • TAMP_STAMP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM1_BRK_TIM9_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM1_CC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM1_TRG_COM_TIM11_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM1_UP_TIM10_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM2_IRQHandler from motordriver.o(i.TIM2_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM3_IRQHandler from motordriver.o(i.TIM3_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM4_IRQHandler from motordriver.o(i.TIM4_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM5_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM6_DAC_IRQHandler from motorcontroller.o(i.TIM6_DAC_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM7_IRQHandler from armsolution.o(i.TIM7_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM8_BRK_TIM12_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM8_CC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM8_TRG_COM_TIM14_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • TIM8_UP_TIM13_IRQHandler from motordriver.o(i.TIM8_UP_TIM13_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • UART4_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • UART5_IRQHandler from amt1450_uart.o(i.UART5_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • USART1_IRQHandler from nanocommunication.o(i.USART1_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • USART2_IRQHandler from btmodule.o(i.USART2_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • USART3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • USART6_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • UsageFault_Handler from stm32f4xx_it.o(i.UsageFault_Handler) referenced from startup_stm32f40_41xxx.o(RESET) -
    • WWDG_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) -
    • __main from __main.o(!!!main) referenced from startup_stm32f40_41xxx.o(.text) -
    • _printf_input_char from _printf_char_common.o(.text) referenced from _printf_char_common.o(.text) -
    • fputc from btmodule.o(i.fputc) referenced from _printf_char_file.o(.text) +
    • ADC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • BusFault_Handler from stm32f4xx_it.o(i.BusFault_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CAN1_RX0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CAN1_RX1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CAN1_SCE_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CAN1_TX_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CAN2_RX0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CAN2_RX1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CAN2_SCE_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CAN2_TX_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • CRYP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DCMI_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA1_Stream0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA1_Stream1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA1_Stream2_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA1_Stream3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA1_Stream4_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA1_Stream5_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA1_Stream6_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA1_Stream7_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA2_Stream0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA2_Stream1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA2_Stream2_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA2_Stream3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA2_Stream4_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA2_Stream5_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA2_Stream6_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DMA2_Stream7_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • DebugMon_Handler from stm32f4xx_it.o(i.DebugMon_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • ETH_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • ETH_WKUP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • EXTI0_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • EXTI15_10_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • EXTI1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • EXTI2_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • EXTI3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • EXTI4_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • EXTI9_5_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • FLASH_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • FPU_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • FSMC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • HASH_RNG_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • HardFault_Handler from stm32f4xx_it.o(i.HardFault_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • I2C1_ER_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • I2C1_EV_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • I2C2_ER_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • I2C2_EV_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • I2C3_ER_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • I2C3_EV_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • MemManage_Handler from stm32f4xx_it.o(i.MemManage_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • NMI_Handler from stm32f4xx_it.o(i.NMI_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • OTG_FS_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • OTG_FS_WKUP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • OTG_HS_EP1_IN_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • OTG_HS_EP1_OUT_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • OTG_HS_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • OTG_HS_WKUP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • PVD_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • PendSV_Handler from stm32f4xx_it.o(i.PendSV_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • RCC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • RTC_Alarm_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • RTC_WKUP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • Reset_Handler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • SDIO_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • SPI1_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • SPI2_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • SPI3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • SVC_Handler from stm32f4xx_it.o(i.SVC_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • SysTick_Handler from stm32f4xx_it.o(i.SysTick_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • SystemInit from system_stm32f4xx.o(i.SystemInit) referenced from startup_stm32f40_41xxx.o(.text) +
    • TAMP_STAMP_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM1_BRK_TIM9_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM1_CC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM1_TRG_COM_TIM11_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM1_UP_TIM10_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM2_IRQHandler from motordriver.o(i.TIM2_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM3_IRQHandler from motordriver.o(i.TIM3_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM4_IRQHandler from motordriver.o(i.TIM4_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM5_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM6_DAC_IRQHandler from motorcontroller.o(i.TIM6_DAC_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM7_IRQHandler from armsolution.o(i.TIM7_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM8_BRK_TIM12_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM8_CC_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM8_TRG_COM_TIM14_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • TIM8_UP_TIM13_IRQHandler from motordriver.o(i.TIM8_UP_TIM13_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • UART4_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • UART5_IRQHandler from amt1450_uart.o(i.UART5_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • USART1_IRQHandler from nanocommunication.o(i.USART1_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • USART2_IRQHandler from btmodule.o(i.USART2_IRQHandler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • USART3_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • USART6_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • UsageFault_Handler from stm32f4xx_it.o(i.UsageFault_Handler) referenced from startup_stm32f40_41xxx.o(RESET) +
    • WWDG_IRQHandler from startup_stm32f40_41xxx.o(.text) referenced from startup_stm32f40_41xxx.o(RESET) +
    • __main from __main.o(!!!main) referenced from startup_stm32f40_41xxx.o(.text) +
    • _printf_input_char from _printf_char_common.o(.text) referenced from _printf_char_common.o(.text) +
    • fputc from btmodule.o(i.fputc) referenced from _printf_char_file.o(.text)

    Global Symbols

    -

    __main (Thumb, 8 bytes, Stack size 0 bytes, __main.o(!!!main)) -

    [Calls]

    • >>   __rt_entry -
    • >>   __scatterload +

      __main (Thumb, 8 bytes, Stack size 0 bytes, __main.o(!!!main)) +

      [Calls]

      • >>   __rt_entry +
      • >>   __scatterload
      -

      __scatterload (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter)) -

      [Called By]

      • >>   __main +

        __scatterload (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter)) +

        [Called By]

        • >>   __main
        -

        __scatterload_rt2 (Thumb, 44 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) -

        [Calls]

        • >>   __rt_entry +

          __scatterload_rt2 (Thumb, 44 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) +

          [Calls]

          • >>   __rt_entry
          -

          __scatterload_rt2_thumb_only (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) +

          __scatterload_rt2_thumb_only (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) -

          __scatterload_null (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) +

          __scatterload_null (Thumb, 0 bytes, Stack size unknown bytes, __scatter.o(!!!scatter), UNUSED) -

          __scatterload_copy (Thumb, 26 bytes, Stack size unknown bytes, __scatter_copy.o(!!handler_copy), UNUSED) -

          [Calls]

          • >>   __scatterload_copy +

            __scatterload_copy (Thumb, 26 bytes, Stack size unknown bytes, __scatter_copy.o(!!handler_copy), UNUSED) +

            [Calls]

            • >>   __scatterload_copy
            -
            [Called By]
            • >>   __scatterload_copy +
              [Called By]
              • >>   __scatterload_copy
              -

              __scatterload_zeroinit (Thumb, 28 bytes, Stack size unknown bytes, __scatter_zi.o(!!handler_zi), UNUSED) +

              __scatterload_zeroinit (Thumb, 28 bytes, Stack size unknown bytes, __scatter_zi.o(!!handler_zi), UNUSED) -

              _printf_d (Thumb, 0 bytes, Stack size unknown bytes, _printf_d.o(.ARM.Collect$$_printf_percent$$00000009)) -

              [Stack]

              • Max Depth = 56 + Unknown Stack Size -
              • Call Chain = _printf_d ⇒ _printf_int_dec ⇒ _printf_int_common +

                _printf_f (Thumb, 0 bytes, Stack size unknown bytes, _printf_f.o(.ARM.Collect$$_printf_percent$$00000003)) +

                [Stack]

                • Max Depth = 320 + Unknown Stack Size +
                • Call Chain = _printf_f ⇒ _printf_fp_dec ⇒ _printf_fp_dec_real ⇒ _fp_digits ⇒ _btod_etento ⇒ _btod_emul ⇒ _e2e
                -
                [Calls]
                • >>   _printf_int_dec +
                  [Calls]
                  • >>   _printf_fp_dec
                  -

                  _printf_percent (Thumb, 0 bytes, Stack size unknown bytes, _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000)) -

                  [Called By]

                  • >>   __printf +

                    _printf_percent (Thumb, 0 bytes, Stack size unknown bytes, _printf_percent.o(.ARM.Collect$$_printf_percent$$00000000)) +

                    [Called By]

                    • >>   __printf +
                    + +

                    _printf_d (Thumb, 0 bytes, Stack size unknown bytes, _printf_d.o(.ARM.Collect$$_printf_percent$$00000009)) +

                    [Stack]

                    • Max Depth = 56 + Unknown Stack Size +
                    • Call Chain = _printf_d ⇒ _printf_int_dec ⇒ _printf_int_common +
                    +
                    [Calls]
                    • >>   _printf_int_dec
                    -

                    _printf_percent_end (Thumb, 0 bytes, Stack size unknown bytes, _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017)) +

                    _printf_percent_end (Thumb, 0 bytes, Stack size unknown bytes, _printf_percent_end.o(.ARM.Collect$$_printf_percent$$00000017)) -

                    __rt_lib_init (Thumb, 0 bytes, Stack size unknown bytes, libinit.o(.ARM.Collect$$libinit$$00000000)) -

                    [Called By]

                    • >>   __rt_entry_li +

                      __rt_lib_init (Thumb, 0 bytes, Stack size unknown bytes, libinit.o(.ARM.Collect$$libinit$$00000000)) +

                      [Called By]

                      • >>   __rt_entry_li
                      -

                      __rt_lib_init_fp_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000001)) -

                      [Calls]

                      • >>   _fp_init +

                        __rt_lib_init_fp_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000001)) +

                        [Calls]

                        • >>   _fp_init
                        -

                        __rt_lib_init_heap_2 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000005)) +

                        __rt_lib_init_heap_2 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000005))

                        [Stack]

                        • Max Depth = 64 + Unknown Stack Size
                        • Call Chain = __rt_lib_init_heap_2 ⇒ _init_alloc ⇒ __rt_SIGRTMEM ⇒ __rt_SIGRTMEM_inner ⇒ __default_signal_display ⇒ _ttywrch
                        -
                        [Calls]
                        • >>   _init_alloc +
                          [Calls]
                          • >>   _init_alloc
                          -

                          __rt_lib_init_preinit_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000004)) +

                          __rt_lib_init_preinit_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000004)) -

                          __rt_lib_init_atexit_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001B)) +

                          __rt_lib_init_heap_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000A)) -

                          __rt_lib_init_clock_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000021)) +

                          __rt_lib_init_lc_common (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000F)) +

                          [Calls]

                          • >>   __rt_locale +
                          -

                          __rt_lib_init_fp_trap_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001F)) +

                          __rt_lib_init_rand_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000E)) -

                          __rt_lib_init_getenv_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000023)) +

                          __rt_lib_init_user_alloc_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000C)) -

                          __rt_lib_init_heap_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000A)) +

                          __rt_lib_init_lc_collate_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000011)) -

                          __rt_lib_init_lc_collate_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000011)) +

                          __rt_lib_init_lc_ctype_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000013)) -

                          __rt_lib_init_lc_ctype_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000013)) +

                          __rt_lib_init_lc_monetary_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000015)) -

                          __rt_lib_init_lc_monetary_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000015)) +

                          __rt_lib_init_lc_numeric_2 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000016)) +

                          [Stack]

                          • Max Depth = 8 + Unknown Stack Size +
                          • Call Chain = __rt_lib_init_lc_numeric_2 ⇒ _get_lc_numeric +
                          +
                          [Calls]
                          • >>   _get_lc_numeric +
                          + +

                          __rt_lib_init_atexit_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001B)) + +

                          __rt_lib_init_clock_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000021)) -

                          __rt_lib_init_lc_numeric_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000017)) +

                          __rt_lib_init_fp_trap_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001F)) -

                          __rt_lib_init_lc_time_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000019)) +

                          __rt_lib_init_getenv_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000023)) -

                          __rt_lib_init_rand_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000E)) +

                          __rt_lib_init_lc_numeric_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000017)) -

                          __rt_lib_init_signal_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001D)) +

                          __rt_lib_init_lc_time_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000019)) -

                          __rt_lib_init_stdio_2 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000024)) +

                          __rt_lib_init_signal_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000001D)) + +

                          __rt_lib_init_stdio_2 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000024))

                          [Stack]

                          • Max Depth = 136 + Unknown Stack Size
                          • Call Chain = __rt_lib_init_stdio_2 ⇒ _initio ⇒ freopen ⇒ _fclose_internal ⇒ _fflush ⇒ _writebuf ⇒ _sys_write
                          -
                          [Calls]
                          • >>   _initio +
                            [Calls]
                            • >>   _initio
                            -

                            __rt_lib_init_user_alloc_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000000C)) - -

                            __rt_lib_init_alloca_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000002E)) +

                            __rt_lib_init_alloca_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000002E)) -

                            __rt_lib_init_argv_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000002C)) +

                            __rt_lib_init_argv_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$0000002C)) -

                            __rt_lib_init_cpp_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000032)) +

                            __rt_lib_init_cpp_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000032)) -

                            __rt_lib_init_exceptions_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000030)) +

                            __rt_lib_init_exceptions_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000030)) -

                            __rt_lib_init_return (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000033)) +

                            __rt_lib_init_return (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000033)) -

                            __rt_lib_init_stdio_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000025)) +

                            __rt_lib_init_stdio_1 (Thumb, 0 bytes, Stack size unknown bytes, libinit2.o(.ARM.Collect$$libinit$$00000025)) -

                            __rt_lib_shutdown (Thumb, 0 bytes, Stack size unknown bytes, libshutdown.o(.ARM.Collect$$libshutdown$$00000000)) -

                            [Called By]

                            • >>   __rt_exit_ls +

                              __rt_lib_shutdown (Thumb, 0 bytes, Stack size unknown bytes, libshutdown.o(.ARM.Collect$$libshutdown$$00000000)) +

                              [Called By]

                              • >>   __rt_exit_ls
                              -

                              __rt_lib_shutdown_cpp_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)) +

                              __rt_lib_shutdown_cpp_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000002)) -

                              __rt_lib_shutdown_stdio_2 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000003)) +

                              __rt_lib_shutdown_stdio_2 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000003))

                              [Stack]

                              • Max Depth = 120 + Unknown Stack Size
                              • Call Chain = __rt_lib_shutdown_stdio_2 ⇒ _terminateio ⇒ _fclose_internal ⇒ _fflush ⇒ _writebuf ⇒ _sys_write
                              -
                              [Calls]
                              • >>   _terminateio +
                                [Calls]
                                • >>   _terminateio
                                -

                                __rt_lib_shutdown_fp_trap_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000007)) +

                                __rt_lib_shutdown_fp_trap_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000007)) -

                                __rt_lib_shutdown_heap_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)) +

                                __rt_lib_shutdown_heap_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)) -

                                __rt_lib_shutdown_return (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000010)) +

                                __rt_lib_shutdown_return (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000010)) -

                                __rt_lib_shutdown_signal_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A)) +

                                __rt_lib_shutdown_signal_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000A)) -

                                __rt_lib_shutdown_stdio_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)) +

                                __rt_lib_shutdown_stdio_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$00000004)) -

                                __rt_lib_shutdown_user_alloc_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)) +

                                __rt_lib_shutdown_user_alloc_1 (Thumb, 0 bytes, Stack size unknown bytes, libshutdown2.o(.ARM.Collect$$libshutdown$$0000000C)) -

                                __rt_entry (Thumb, 0 bytes, Stack size unknown bytes, __rtentry.o(.ARM.Collect$$rtentry$$00000000)) -

                                [Called By]

                                • >>   __main -
                                • >>   __scatterload_rt2 +

                                  __rt_entry (Thumb, 0 bytes, Stack size unknown bytes, __rtentry.o(.ARM.Collect$$rtentry$$00000000)) +

                                  [Called By]

                                  • >>   __main +
                                  • >>   __scatterload_rt2
                                  -

                                  __rt_entry_presh_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000002)) +

                                  __rt_entry_presh_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000002)) -

                                  __rt_entry_sh (Thumb, 0 bytes, Stack size unknown bytes, __rtentry4.o(.ARM.Collect$$rtentry$$00000004)) +

                                  __rt_entry_sh (Thumb, 0 bytes, Stack size unknown bytes, __rtentry4.o(.ARM.Collect$$rtentry$$00000004))

                                  [Stack]

                                  • Max Depth = 8 + Unknown Stack Size
                                  • Call Chain = __rt_entry_sh ⇒ __user_setup_stackheap
                                  -
                                  [Calls]
                                  • >>   __user_setup_stackheap +
                                    [Calls]
                                    • >>   __user_setup_stackheap
                                    -

                                    __rt_entry_li (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)) -

                                    [Calls]

                                    • >>   __rt_lib_init +

                                      __rt_entry_li (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000A)) +

                                      [Calls]

                                      • >>   __rt_lib_init
                                      -

                                      __rt_entry_postsh_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000009)) +

                                      __rt_entry_postsh_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000009)) -

                                      __rt_entry_main (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)) +

                                      __rt_entry_main (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000D))

                                      [Stack]

                                      • Max Depth = 368 + Unknown Stack Size
                                      • Call Chain = __rt_entry_main ⇒ main ⇒ Arm_Grab ⇒ ArmSolution ⇒ __hardfp_sin ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                      -
                                      [Calls]
                                      • >>   main -
                                      • >>   exit +
                                        [Calls]
                                        • >>   main +
                                        • >>   exit
                                        -

                                        __rt_entry_postli_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)) +

                                        __rt_entry_postli_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000C)) -

                                        __rt_exit (Thumb, 0 bytes, Stack size unknown bytes, rtexit.o(.ARM.Collect$$rtexit$$00000000)) -

                                        [Called By]

                                        • >>   exit +

                                          __rt_exit (Thumb, 0 bytes, Stack size unknown bytes, rtexit.o(.ARM.Collect$$rtexit$$00000000)) +

                                          [Called By]

                                          • >>   exit
                                          -

                                          __rt_exit_ls (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000003)) -

                                          [Calls]

                                          • >>   __rt_lib_shutdown +

                                            __rt_exit_ls (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000003)) +

                                            [Calls]

                                            • >>   __rt_lib_shutdown
                                            -

                                            __rt_exit_prels_1 (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000002)) +

                                            __rt_exit_prels_1 (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000002)) -

                                            __rt_exit_exit (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000004)) -

                                            [Calls]

                                            • >>   _sys_exit +

                                              __rt_exit_exit (Thumb, 0 bytes, Stack size unknown bytes, rtexit2.o(.ARM.Collect$$rtexit$$00000004)) +

                                              [Calls]

                                              • >>   _sys_exit
                                              -

                                              Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                              Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                              [Address Reference Count : 1]

                                              • startup_stm32f40_41xxx.o(RESET)
                                              -

                                              _maybe_terminate_alloc (Thumb, 0 bytes, Stack size 0 bytes, maybetermalloc1.o(.emb_text), UNUSED) +

                                              _maybe_terminate_alloc (Thumb, 0 bytes, Stack size 0 bytes, maybetermalloc1.o(.emb_text), UNUSED) -

                                              ADC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) -

                                              [Calls]

                                              • >>   ADC_IRQHandler +

                                                ADC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                [Calls]

                                                • >>   ADC_IRQHandler
                                                -
                                                [Called By]
                                                • >>   ADC_IRQHandler +
                                                  [Called By]
                                                  • >>   ADC_IRQHandler

                                                  [Address Reference Count : 1]
                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CAN1_RX0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CAN1_RX0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CAN1_RX1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CAN1_RX1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CAN1_SCE_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CAN1_SCE_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CAN1_TX_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CAN1_TX_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CAN2_RX0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CAN2_RX0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CAN2_RX1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CAN2_RX1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CAN2_SCE_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CAN2_SCE_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CAN2_TX_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CAN2_TX_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  CRYP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  CRYP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DCMI_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DCMI_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA1_Stream0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA1_Stream0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA1_Stream1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA1_Stream1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA1_Stream2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA1_Stream2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA1_Stream3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA1_Stream3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA1_Stream4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA1_Stream4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA1_Stream5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA1_Stream5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA1_Stream6_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA1_Stream6_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA1_Stream7_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA1_Stream7_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA2_Stream0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA2_Stream0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA2_Stream1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA2_Stream1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA2_Stream2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA2_Stream2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA2_Stream3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA2_Stream3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA2_Stream4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA2_Stream4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA2_Stream5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA2_Stream5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA2_Stream6_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA2_Stream6_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  DMA2_Stream7_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  DMA2_Stream7_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  ETH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  ETH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  ETH_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  ETH_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  EXTI0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  EXTI0_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  EXTI15_10_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  EXTI15_10_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  EXTI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  EXTI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  EXTI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  EXTI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  EXTI3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  EXTI3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  EXTI4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  EXTI4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  EXTI9_5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  EXTI9_5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  FLASH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  FLASH_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  FPU_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  FPU_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  FSMC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  FSMC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  HASH_RNG_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  HASH_RNG_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  I2C1_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  I2C1_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  I2C1_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  I2C1_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  I2C2_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  I2C2_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  I2C2_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  I2C2_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  I2C3_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  I2C3_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  I2C3_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  I2C3_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  OTG_FS_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  OTG_FS_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  OTG_FS_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  OTG_FS_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  OTG_HS_EP1_IN_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  OTG_HS_EP1_IN_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  OTG_HS_EP1_OUT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  OTG_HS_EP1_OUT_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  OTG_HS_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  OTG_HS_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  OTG_HS_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  OTG_HS_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  PVD_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  PVD_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  RCC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  RCC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  RTC_Alarm_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  RTC_Alarm_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  RTC_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  RTC_WKUP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  SDIO_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  SDIO_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  SPI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  SPI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  SPI3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  SPI3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TAMP_STAMP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TAMP_STAMP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TIM1_BRK_TIM9_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TIM1_BRK_TIM9_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TIM1_CC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TIM1_CC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TIM1_TRG_COM_TIM11_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TIM1_TRG_COM_TIM11_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TIM1_UP_TIM10_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TIM1_UP_TIM10_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TIM5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TIM5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TIM8_BRK_TIM12_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TIM8_BRK_TIM12_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TIM8_CC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TIM8_CC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  TIM8_TRG_COM_TIM14_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  TIM8_TRG_COM_TIM14_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  UART4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  UART4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  USART3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  USART3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  USART6_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  USART6_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  WWDG_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text)) +

                                                  WWDG_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32f40_41xxx.o(.text))
                                                  [Address Reference Count : 1]

                                                  • startup_stm32f40_41xxx.o(RESET)
                                                  -

                                                  __user_initial_stackheap (Thumb, 0 bytes, Stack size unknown bytes, startup_stm32f40_41xxx.o(.text)) -

                                                  [Called By]

                                                  • >>   __user_setup_stackheap +

                                                    __user_initial_stackheap (Thumb, 0 bytes, Stack size unknown bytes, startup_stm32f40_41xxx.o(.text)) +

                                                    [Called By]

                                                    • >>   __user_setup_stackheap
                                                    -

                                                    __2printf (Thumb, 20 bytes, Stack size 24 bytes, noretval__2printf.o(.text)) -

                                                    [Stack]

                                                    • Max Depth = 128 + Unknown Stack Size +

                                                      __2printf (Thumb, 20 bytes, Stack size 24 bytes, noretval__2printf.o(.text)) +

                                                      [Stack]

                                                      • Max Depth = 136 + Unknown Stack Size
                                                      • Call Chain = __2printf ⇒ _printf_char_file ⇒ _printf_char_common ⇒ __printf
                                                      -
                                                      [Calls]
                                                      • >>   _printf_char_file +
                                                        [Calls]
                                                        • >>   _printf_char_file
                                                        -
                                                        [Called By]
                                                        • >>   Arm_Grab -
                                                        • >>   ArmSolution -
                                                        • >>   main -
                                                        • >>   USART1_Process_target_test -
                                                        • >>   USART1_Process_target +
                                                          [Called By]
                                                          • >>   Arm_Grab +
                                                          • >>   ArmSolution +
                                                          • >>   main +
                                                          • >>   USART1_Process_target_test +
                                                          • >>   USART1_Process_target
                                                          -

                                                          __printf (Thumb, 104 bytes, Stack size 24 bytes, __printf.o(.text)) -

                                                          [Stack]

                                                          • Max Depth = 24 + Unknown Stack Size -
                                                          • Call Chain = __printf +

                                                            _printf_int_dec (Thumb, 104 bytes, Stack size 24 bytes, _printf_dec.o(.text)) +

                                                            [Stack]

                                                            • Max Depth = 56
                                                            • Call Chain = _printf_int_dec ⇒ _printf_int_common
                                                            -
                                                            [Calls]
                                                            • >>   _printf_percent +
                                                              [Calls]
                                                              • >>   _printf_int_common
                                                              -
                                                              [Called By]
                                                              • >>   _printf_char_common +
                                                                [Called By]
                                                                • >>   _printf_d
                                                                -

                                                                _printf_int_dec (Thumb, 104 bytes, Stack size 24 bytes, _printf_dec.o(.text)) -

                                                                [Stack]

                                                                • Max Depth = 56
                                                                • Call Chain = _printf_int_dec ⇒ _printf_int_common +

                                                                  __printf (Thumb, 352 bytes, Stack size 32 bytes, __printf_ss_wp.o(.text)) +

                                                                  [Stack]

                                                                  • Max Depth = 32 + Unknown Stack Size +
                                                                  • Call Chain = __printf
                                                                  -
                                                                  [Calls]
                                                                  • >>   _printf_int_common +
                                                                    [Calls]
                                                                    • >>   _printf_percent +
                                                                    • >>   _is_digit
                                                                    -
                                                                    [Called By]
                                                                    • >>   _printf_d +
                                                                      [Called By]
                                                                      • >>   _printf_char_common
                                                                      -

                                                                      __aeabi_memclr4 (Thumb, 0 bytes, Stack size 4 bytes, rt_memclr_w.o(.text)) +

                                                                      __aeabi_memclr4 (Thumb, 0 bytes, Stack size 4 bytes, rt_memclr_w.o(.text))

                                                                      [Stack]

                                                                      • Max Depth = 4
                                                                      • Call Chain = __aeabi_memclr4
                                                                      -
                                                                      [Called By]
                                                                      • >>   _fclose_internal -
                                                                      • >>   fopen -
                                                                      • >>   _initio +
                                                                        [Called By]
                                                                        • >>   _initio +
                                                                        • >>   _fclose_internal +
                                                                        • >>   fopen
                                                                        -

                                                                        __aeabi_memclr8 (Thumb, 0 bytes, Stack size 4 bytes, rt_memclr_w.o(.text), UNUSED) +

                                                                        __aeabi_memclr8 (Thumb, 0 bytes, Stack size 4 bytes, rt_memclr_w.o(.text), UNUSED) -

                                                                        __rt_memclr_w (Thumb, 78 bytes, Stack size 4 bytes, rt_memclr_w.o(.text), UNUSED) +

                                                                        __rt_memclr_w (Thumb, 78 bytes, Stack size 4 bytes, rt_memclr_w.o(.text), UNUSED) -

                                                                        _memset_w (Thumb, 0 bytes, Stack size unknown bytes, rt_memclr_w.o(.text), UNUSED) +

                                                                        _memset_w (Thumb, 0 bytes, Stack size unknown bytes, rt_memclr_w.o(.text), UNUSED) -

                                                                        strcmp (Thumb, 128 bytes, Stack size 0 bytes, strcmpv7m.o(.text)) -

                                                                        [Called By]

                                                                        • >>   _sys_open +

                                                                          strcmp (Thumb, 128 bytes, Stack size 0 bytes, strcmpv7m.o(.text)) +

                                                                          [Called By]

                                                                          • >>   _get_lc_numeric +
                                                                          • >>   _sys_open
                                                                          -

                                                                          __use_two_region_memory (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) +

                                                                          __use_two_region_memory (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) -

                                                                          __rt_heap_escrow (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) +

                                                                          __rt_heap_escrow (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) -

                                                                          __rt_heap_expand (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) +

                                                                          __rt_heap_expand (Thumb, 2 bytes, Stack size 0 bytes, heapauxi.o(.text), UNUSED) -

                                                                          __read_errno (Thumb, 10 bytes, Stack size 8 bytes, _rserrno.o(.text), UNUSED) -

                                                                          [Calls]

                                                                          • >>   __aeabi_errno_addr +

                                                                            __read_errno (Thumb, 10 bytes, Stack size 8 bytes, _rserrno.o(.text), UNUSED) +

                                                                            [Calls]

                                                                            • >>   __aeabi_errno_addr
                                                                            -

                                                                            __set_errno (Thumb, 12 bytes, Stack size 8 bytes, _rserrno.o(.text)) +

                                                                            __set_errno (Thumb, 12 bytes, Stack size 8 bytes, _rserrno.o(.text))

                                                                            [Stack]

                                                                            • Max Depth = 8
                                                                            • Call Chain = __set_errno
                                                                            -
                                                                            [Calls]
                                                                            • >>   __aeabi_errno_addr +
                                                                              [Calls]
                                                                              • >>   __aeabi_errno_addr
                                                                              -
                                                                              [Called By]
                                                                              • >>   sqrtf -
                                                                              • >>   sqrt -
                                                                              • >>   __hardfp_sqrt -
                                                                              • >>   __hardfp_sin -
                                                                              • >>   __hardfp_cos -
                                                                              • >>   __hardfp_asinf -
                                                                              • >>   __hardfp_acos +
                                                                                [Called By]
                                                                                • >>   sqrtf +
                                                                                • >>   sqrt +
                                                                                • >>   __hardfp_sqrt +
                                                                                • >>   __hardfp_sin +
                                                                                • >>   __hardfp_cos +
                                                                                • >>   __hardfp_asinf +
                                                                                • >>   __hardfp_acos
                                                                                -

                                                                                _printf_int_common (Thumb, 178 bytes, Stack size 32 bytes, _printf_intcommon.o(.text)) +

                                                                                _printf_int_common (Thumb, 178 bytes, Stack size 32 bytes, _printf_intcommon.o(.text))

                                                                                [Stack]

                                                                                • Max Depth = 32
                                                                                • Call Chain = _printf_int_common
                                                                                -
                                                                                [Called By]
                                                                                • >>   _printf_int_dec +
                                                                                  [Called By]
                                                                                  • >>   _printf_int_dec +
                                                                                  + +

                                                                                  __lib_sel_fp_printf (Thumb, 2 bytes, Stack size 0 bytes, _printf_fp_dec.o(.text), UNUSED) + +

                                                                                  _printf_fp_dec_real (Thumb, 620 bytes, Stack size 104 bytes, _printf_fp_dec.o(.text)) +

                                                                                  [Stack]

                                                                                  • Max Depth = 320
                                                                                  • Call Chain = _printf_fp_dec_real ⇒ _fp_digits ⇒ _btod_etento ⇒ _btod_emul ⇒ _e2e +
                                                                                  +
                                                                                  [Calls]
                                                                                  • >>   _printf_fp_infnan +
                                                                                  • >>   __rt_locale +
                                                                                  • >>   __ARM_fpclassify +
                                                                                  • >>   _fp_digits +
                                                                                  +
                                                                                  [Called By]
                                                                                  • >>   _printf_fp_dec
                                                                                  -

                                                                                  _printf_char_file (Thumb, 32 bytes, Stack size 16 bytes, _printf_char_file.o(.text)) -

                                                                                  [Stack]

                                                                                  • Max Depth = 104 + Unknown Stack Size +

                                                                                    _printf_char_file (Thumb, 32 bytes, Stack size 16 bytes, _printf_char_file.o(.text)) +

                                                                                    [Stack]

                                                                                    • Max Depth = 112 + Unknown Stack Size
                                                                                    • Call Chain = _printf_char_file ⇒ _printf_char_common ⇒ __printf
                                                                                    -
                                                                                    [Calls]
                                                                                    • >>   ferror -
                                                                                    • >>   _printf_char_common +
                                                                                      [Calls]
                                                                                      • >>   ferror +
                                                                                      • >>   _printf_char_common +
                                                                                      +
                                                                                      [Called By]
                                                                                      • >>   __2printf
                                                                                      -
                                                                                      [Called By]
                                                                                      • >>   __2printf + +

                                                                                        __rt_locale (Thumb, 8 bytes, Stack size 0 bytes, rt_locale_intlibspace.o(.text)) +

                                                                                        [Called By]

                                                                                        • >>   _printf_fp_dec_real +
                                                                                        • >>   __rt_lib_init_lc_common
                                                                                        -

                                                                                        __aeabi_errno_addr (Thumb, 8 bytes, Stack size 0 bytes, rt_errno_addr_intlibspace.o(.text)) -

                                                                                        [Called By]

                                                                                        • >>   __set_errno -
                                                                                        • >>   __read_errno -
                                                                                        • >>   _ftell_internal +

                                                                                          __aeabi_errno_addr (Thumb, 8 bytes, Stack size 0 bytes, rt_errno_addr_intlibspace.o(.text)) +

                                                                                          [Called By]

                                                                                          • >>   __set_errno +
                                                                                          • >>   __read_errno +
                                                                                          • >>   _ftell_internal
                                                                                          -

                                                                                          __errno$intlibspace (Thumb, 0 bytes, Stack size 0 bytes, rt_errno_addr_intlibspace.o(.text), UNUSED) +

                                                                                          __errno$intlibspace (Thumb, 0 bytes, Stack size 0 bytes, rt_errno_addr_intlibspace.o(.text), UNUSED) -

                                                                                          __rt_errno_addr$intlibspace (Thumb, 0 bytes, Stack size 0 bytes, rt_errno_addr_intlibspace.o(.text), UNUSED) +

                                                                                          __rt_errno_addr$intlibspace (Thumb, 0 bytes, Stack size 0 bytes, rt_errno_addr_intlibspace.o(.text), UNUSED) -

                                                                                          _printf_char_common (Thumb, 32 bytes, Stack size 64 bytes, _printf_char_common.o(.text)) -

                                                                                          [Stack]

                                                                                          • Max Depth = 88 + Unknown Stack Size +

                                                                                            _ll_udiv10 (Thumb, 138 bytes, Stack size 12 bytes, lludiv10.o(.text)) +

                                                                                            [Stack]

                                                                                            • Max Depth = 12
                                                                                            • Call Chain = _ll_udiv10 +
                                                                                            +
                                                                                            [Called By]
                                                                                            • >>   _fp_digits +
                                                                                            + +

                                                                                            _printf_char_common (Thumb, 32 bytes, Stack size 64 bytes, _printf_char_common.o(.text)) +

                                                                                            [Stack]

                                                                                            • Max Depth = 96 + Unknown Stack Size
                                                                                            • Call Chain = _printf_char_common ⇒ __printf
                                                                                            -
                                                                                            [Calls]
                                                                                            • >>   __printf +
                                                                                              [Calls]
                                                                                              • >>   __printf
                                                                                              -
                                                                                              [Called By]
                                                                                              • >>   _printf_char_file +
                                                                                                [Called By]
                                                                                                • >>   _printf_char_file
                                                                                                -

                                                                                                ferror (Thumb, 8 bytes, Stack size 0 bytes, ferror.o(.text)) -

                                                                                                [Called By]

                                                                                                • >>   _printf_char_file +

                                                                                                  _printf_fp_infnan (Thumb, 112 bytes, Stack size 24 bytes, _printf_fp_infnan.o(.text)) +

                                                                                                  [Stack]

                                                                                                  • Max Depth = 24
                                                                                                  • Call Chain = _printf_fp_infnan +
                                                                                                  +
                                                                                                  [Called By]
                                                                                                  • >>   _printf_fp_dec_real
                                                                                                  -

                                                                                                  _initio (Thumb, 210 bytes, Stack size 8 bytes, initio.o(.text)) +

                                                                                                  _btod_etento (Thumb, 216 bytes, Stack size 72 bytes, bigflt0.o(.text)) +

                                                                                                  [Stack]

                                                                                                  • Max Depth = 120
                                                                                                  • Call Chain = _btod_etento ⇒ _btod_emul ⇒ _e2e +
                                                                                                  +
                                                                                                  [Calls]
                                                                                                  • >>   _btod_emul +
                                                                                                  • >>   _btod_ediv +
                                                                                                  +
                                                                                                  [Called By]
                                                                                                  • >>   _fp_digits +
                                                                                                  + +

                                                                                                  ferror (Thumb, 8 bytes, Stack size 0 bytes, ferror.o(.text)) +

                                                                                                  [Called By]

                                                                                                  • >>   _printf_char_file +
                                                                                                  + +

                                                                                                  _initio (Thumb, 210 bytes, Stack size 8 bytes, initio.o(.text))

                                                                                                  [Stack]

                                                                                                  • Max Depth = 136
                                                                                                  • Call Chain = _initio ⇒ freopen ⇒ _fclose_internal ⇒ _fflush ⇒ _writebuf ⇒ _sys_write
                                                                                                  -
                                                                                                  [Calls]
                                                                                                  • >>   __rt_SIGRTRED -
                                                                                                  • >>   freopen -
                                                                                                  • >>   setvbuf -
                                                                                                  • >>   __aeabi_memclr4 +
                                                                                                    [Calls]
                                                                                                    • >>   __aeabi_memclr4 +
                                                                                                    • >>   __rt_SIGRTRED +
                                                                                                    • >>   freopen +
                                                                                                    • >>   setvbuf
                                                                                                    -
                                                                                                    [Called By]
                                                                                                    • >>   __rt_lib_init_stdio_2 +
                                                                                                      [Called By]
                                                                                                      • >>   __rt_lib_init_stdio_2
                                                                                                      -

                                                                                                      _terminateio (Thumb, 56 bytes, Stack size 16 bytes, initio.o(.text)) +

                                                                                                      _terminateio (Thumb, 56 bytes, Stack size 16 bytes, initio.o(.text))

                                                                                                      [Stack]

                                                                                                      • Max Depth = 120
                                                                                                      • Call Chain = _terminateio ⇒ _fclose_internal ⇒ _fflush ⇒ _writebuf ⇒ _sys_write
                                                                                                      -
                                                                                                      [Calls]
                                                                                                      • >>   _fclose_internal -
                                                                                                      • >>   free +
                                                                                                        [Calls]
                                                                                                        • >>   free +
                                                                                                        • >>   _fclose_internal
                                                                                                        -
                                                                                                        [Called By]
                                                                                                        • >>   __rt_lib_shutdown_stdio_2 +
                                                                                                          [Called By]
                                                                                                          • >>   __rt_lib_shutdown_stdio_2
                                                                                                          -

                                                                                                          __user_libspace (Thumb, 8 bytes, Stack size 0 bytes, libspace.o(.text), UNUSED) +

                                                                                                          __user_libspace (Thumb, 8 bytes, Stack size 0 bytes, libspace.o(.text), UNUSED) -

                                                                                                          __user_perproc_libspace (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text)) -

                                                                                                          [Called By]

                                                                                                          • >>   __user_setup_stackheap +

                                                                                                            __user_perproc_libspace (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text)) +

                                                                                                            [Called By]

                                                                                                            • >>   __user_setup_stackheap
                                                                                                            -

                                                                                                            __user_perthread_libspace (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text), UNUSED) +

                                                                                                            __user_perthread_libspace (Thumb, 0 bytes, Stack size 0 bytes, libspace.o(.text), UNUSED) -

                                                                                                            __user_setup_stackheap (Thumb, 74 bytes, Stack size 8 bytes, sys_stackheap_outer.o(.text)) +

                                                                                                            __user_setup_stackheap (Thumb, 74 bytes, Stack size 8 bytes, sys_stackheap_outer.o(.text))

                                                                                                            [Stack]

                                                                                                            • Max Depth = 8 + Unknown Stack Size
                                                                                                            • Call Chain = __user_setup_stackheap
                                                                                                            -
                                                                                                            [Calls]
                                                                                                            • >>   __user_initial_stackheap -
                                                                                                            • >>   __user_perproc_libspace +
                                                                                                              [Calls]
                                                                                                              • >>   __user_initial_stackheap +
                                                                                                              • >>   __user_perproc_libspace
                                                                                                              -
                                                                                                              [Called By]
                                                                                                              • >>   __rt_entry_sh +
                                                                                                                [Called By]
                                                                                                                • >>   __rt_entry_sh
                                                                                                                -

                                                                                                                free (Thumb, 78 bytes, Stack size 16 bytes, h1_free.o(.text)) +

                                                                                                                free (Thumb, 78 bytes, Stack size 16 bytes, h1_free.o(.text))

                                                                                                                [Stack]

                                                                                                                • Max Depth = 16
                                                                                                                • Call Chain = free
                                                                                                                -
                                                                                                                [Calls]
                                                                                                                • >>   __rt_heap_descriptor +
                                                                                                                  [Calls]
                                                                                                                  • >>   __rt_heap_descriptor
                                                                                                                  -
                                                                                                                  [Called By]
                                                                                                                  • >>   _fclose_internal -
                                                                                                                  • >>   _terminateio -
                                                                                                                  • >>   __Heap_ProvideMemory +
                                                                                                                    [Called By]
                                                                                                                    • >>   _terminateio +
                                                                                                                    • >>   __Heap_ProvideMemory +
                                                                                                                    • >>   _fclose_internal
                                                                                                                    -

                                                                                                                    setvbuf (Thumb, 70 bytes, Stack size 16 bytes, setvbuf.o(.text)) +

                                                                                                                    setvbuf (Thumb, 70 bytes, Stack size 16 bytes, setvbuf.o(.text))

                                                                                                                    [Stack]

                                                                                                                    • Max Depth = 16
                                                                                                                    • Call Chain = setvbuf
                                                                                                                    -
                                                                                                                    [Called By]
                                                                                                                    • >>   _initio +
                                                                                                                      [Called By]
                                                                                                                      • >>   _initio
                                                                                                                      -

                                                                                                                      freopen (Thumb, 158 bytes, Stack size 24 bytes, fopen.o(.text)) +

                                                                                                                      freopen (Thumb, 158 bytes, Stack size 24 bytes, fopen.o(.text))

                                                                                                                      [Stack]

                                                                                                                      • Max Depth = 128
                                                                                                                      • Call Chain = freopen ⇒ _fclose_internal ⇒ _fflush ⇒ _writebuf ⇒ _sys_write
                                                                                                                      -
                                                                                                                      [Calls]
                                                                                                                      • >>   _fclose_internal -
                                                                                                                      • >>   _sys_open -
                                                                                                                      • >>   _fseek +
                                                                                                                        [Calls]
                                                                                                                        • >>   _sys_open +
                                                                                                                        • >>   _fseek +
                                                                                                                        • >>   _fclose_internal
                                                                                                                        -
                                                                                                                        [Called By]
                                                                                                                        • >>   fopen -
                                                                                                                        • >>   _initio +
                                                                                                                          [Called By]
                                                                                                                          • >>   _initio +
                                                                                                                          • >>   fopen
                                                                                                                          -

                                                                                                                          fopen (Thumb, 74 bytes, Stack size 24 bytes, fopen.o(.text), UNUSED) -

                                                                                                                          [Calls]

                                                                                                                          • >>   freopen -
                                                                                                                          • >>   __aeabi_memclr4 -
                                                                                                                          • >>   malloc +

                                                                                                                            fopen (Thumb, 74 bytes, Stack size 24 bytes, fopen.o(.text), UNUSED) +

                                                                                                                            [Calls]

                                                                                                                            • >>   __aeabi_memclr4 +
                                                                                                                            • >>   malloc +
                                                                                                                            • >>   freopen
                                                                                                                            -

                                                                                                                            _fclose_internal (Thumb, 76 bytes, Stack size 32 bytes, fclose.o(.text)) +

                                                                                                                            _fclose_internal (Thumb, 76 bytes, Stack size 32 bytes, fclose.o(.text))

                                                                                                                            [Stack]

                                                                                                                            • Max Depth = 104
                                                                                                                            • Call Chain = _fclose_internal ⇒ _fflush ⇒ _writebuf ⇒ _sys_write
                                                                                                                            -
                                                                                                                            [Calls]
                                                                                                                            • >>   free -
                                                                                                                            • >>   __aeabi_memclr4 -
                                                                                                                            • >>   _sys_close -
                                                                                                                            • >>   _fflush +
                                                                                                                              [Calls]
                                                                                                                              • >>   free +
                                                                                                                              • >>   __aeabi_memclr4 +
                                                                                                                              • >>   _sys_close +
                                                                                                                              • >>   _fflush
                                                                                                                              -
                                                                                                                              [Called By]
                                                                                                                              • >>   freopen -
                                                                                                                              • >>   _terminateio +
                                                                                                                                [Called By]
                                                                                                                                • >>   _terminateio +
                                                                                                                                • >>   freopen
                                                                                                                                -

                                                                                                                                fclose (Thumb, 0 bytes, Stack size 32 bytes, fclose.o(.text), UNUSED) +

                                                                                                                                fclose (Thumb, 0 bytes, Stack size 32 bytes, fclose.o(.text), UNUSED) -

                                                                                                                                exit (Thumb, 18 bytes, Stack size 8 bytes, exit.o(.text)) +

                                                                                                                                exit (Thumb, 18 bytes, Stack size 8 bytes, exit.o(.text))

                                                                                                                                [Stack]

                                                                                                                                • Max Depth = 8 + Unknown Stack Size
                                                                                                                                • Call Chain = exit
                                                                                                                                -
                                                                                                                                [Calls]
                                                                                                                                • >>   __rt_exit +
                                                                                                                                  [Calls]
                                                                                                                                  • >>   __rt_exit
                                                                                                                                  -
                                                                                                                                  [Called By]
                                                                                                                                  • >>   __rt_entry_main +
                                                                                                                                    [Called By]
                                                                                                                                    • >>   __rt_entry_main
                                                                                                                                    -

                                                                                                                                    __rt_SIGRTRED (Thumb, 14 bytes, Stack size 8 bytes, defsig_rtred_outer.o(.text)) +

                                                                                                                                    __rt_SIGRTRED (Thumb, 14 bytes, Stack size 8 bytes, defsig_rtred_outer.o(.text))

                                                                                                                                    [Stack]

                                                                                                                                    • Max Depth = 40
                                                                                                                                    • Call Chain = __rt_SIGRTRED ⇒ __rt_SIGRTRED_inner ⇒ __default_signal_display ⇒ _ttywrch
                                                                                                                                    -
                                                                                                                                    [Calls]
                                                                                                                                    • >>   __rt_SIGRTRED_inner -
                                                                                                                                    • >>   __sig_exit +
                                                                                                                                      [Calls]
                                                                                                                                      • >>   __rt_SIGRTRED_inner +
                                                                                                                                      • >>   __sig_exit
                                                                                                                                      -
                                                                                                                                      [Called By]
                                                                                                                                      • >>   _initio +
                                                                                                                                        [Called By]
                                                                                                                                        • >>   _initio
                                                                                                                                        -

                                                                                                                                        __rt_heap_descriptor (Thumb, 8 bytes, Stack size 0 bytes, rt_heap_descriptor_intlibspace.o(.text)) -

                                                                                                                                        [Called By]

                                                                                                                                        • >>   free -
                                                                                                                                        • >>   malloc -
                                                                                                                                        • >>   _init_alloc +

                                                                                                                                          __rt_heap_descriptor (Thumb, 8 bytes, Stack size 0 bytes, rt_heap_descriptor_intlibspace.o(.text)) +

                                                                                                                                          [Called By]

                                                                                                                                          • >>   free +
                                                                                                                                          • >>   malloc +
                                                                                                                                          • >>   _init_alloc
                                                                                                                                          -

                                                                                                                                          __use_no_heap (Thumb, 2 bytes, Stack size 0 bytes, hguard.o(.text), UNUSED) +

                                                                                                                                          __use_no_heap (Thumb, 2 bytes, Stack size 0 bytes, hguard.o(.text), UNUSED) -

                                                                                                                                          __heap$guard (Thumb, 2 bytes, Stack size 0 bytes, hguard.o(.text), UNUSED) +

                                                                                                                                          __heap$guard (Thumb, 2 bytes, Stack size 0 bytes, hguard.o(.text), UNUSED) -

                                                                                                                                          _terminate_user_alloc (Thumb, 2 bytes, Stack size 0 bytes, init_alloc.o(.text), UNUSED) +

                                                                                                                                          _terminate_user_alloc (Thumb, 2 bytes, Stack size 0 bytes, init_alloc.o(.text), UNUSED) -

                                                                                                                                          _init_user_alloc (Thumb, 2 bytes, Stack size 0 bytes, init_alloc.o(.text), UNUSED) +

                                                                                                                                          _init_user_alloc (Thumb, 2 bytes, Stack size 0 bytes, init_alloc.o(.text), UNUSED) -

                                                                                                                                          __Heap_Full (Thumb, 34 bytes, Stack size 16 bytes, init_alloc.o(.text), UNUSED) -

                                                                                                                                          [Calls]

                                                                                                                                          • >>   __Heap_ProvideMemory +

                                                                                                                                            __Heap_Full (Thumb, 34 bytes, Stack size 16 bytes, init_alloc.o(.text), UNUSED) +

                                                                                                                                            [Calls]

                                                                                                                                            • >>   __Heap_ProvideMemory
                                                                                                                                            -
                                                                                                                                            [Called By]
                                                                                                                                            • >>   malloc +
                                                                                                                                              [Called By]
                                                                                                                                              • >>   malloc
                                                                                                                                              -

                                                                                                                                              __Heap_Broken (Thumb, 6 bytes, Stack size 0 bytes, init_alloc.o(.text), UNUSED) -

                                                                                                                                              [Calls]

                                                                                                                                              • >>   __rt_SIGRTMEM +

                                                                                                                                                __Heap_Broken (Thumb, 6 bytes, Stack size 0 bytes, init_alloc.o(.text), UNUSED) +

                                                                                                                                                [Calls]

                                                                                                                                                • >>   __rt_SIGRTMEM
                                                                                                                                                -

                                                                                                                                                _init_alloc (Thumb, 94 bytes, Stack size 24 bytes, init_alloc.o(.text)) +

                                                                                                                                                _init_alloc (Thumb, 94 bytes, Stack size 24 bytes, init_alloc.o(.text))

                                                                                                                                                [Stack]

                                                                                                                                                • Max Depth = 64
                                                                                                                                                • Call Chain = _init_alloc ⇒ __rt_SIGRTMEM ⇒ __rt_SIGRTMEM_inner ⇒ __default_signal_display ⇒ _ttywrch
                                                                                                                                                -
                                                                                                                                                [Calls]
                                                                                                                                                • >>   __rt_SIGRTMEM -
                                                                                                                                                • >>   __Heap_ProvideMemory -
                                                                                                                                                • >>   __Heap_Initialize -
                                                                                                                                                • >>   __rt_heap_descriptor +
                                                                                                                                                  [Calls]
                                                                                                                                                  • >>   __rt_SIGRTMEM +
                                                                                                                                                  • >>   __Heap_ProvideMemory +
                                                                                                                                                  • >>   __Heap_Initialize +
                                                                                                                                                  • >>   __rt_heap_descriptor
                                                                                                                                                  -
                                                                                                                                                  [Called By]
                                                                                                                                                  • >>   __rt_lib_init_heap_2 +
                                                                                                                                                    [Called By]
                                                                                                                                                    • >>   __rt_lib_init_heap_2
                                                                                                                                                    -

                                                                                                                                                    malloc (Thumb, 94 bytes, Stack size 16 bytes, h1_alloc.o(.text), UNUSED) -

                                                                                                                                                    [Calls]

                                                                                                                                                    • >>   __Heap_Full -
                                                                                                                                                    • >>   __rt_heap_descriptor +

                                                                                                                                                      malloc (Thumb, 94 bytes, Stack size 16 bytes, h1_alloc.o(.text), UNUSED) +

                                                                                                                                                      [Calls]

                                                                                                                                                      • >>   __Heap_Full +
                                                                                                                                                      • >>   __rt_heap_descriptor
                                                                                                                                                      -
                                                                                                                                                      [Called By]
                                                                                                                                                      • >>   fopen +
                                                                                                                                                        [Called By]
                                                                                                                                                        • >>   fopen
                                                                                                                                                        -

                                                                                                                                                        _fseek (Thumb, 242 bytes, Stack size 24 bytes, fseek.o(.text)) +

                                                                                                                                                        _fseek (Thumb, 242 bytes, Stack size 24 bytes, fseek.o(.text))

                                                                                                                                                        [Stack]

                                                                                                                                                        • Max Depth = 32
                                                                                                                                                        • Call Chain = _fseek ⇒ _ftell_internal
                                                                                                                                                        -
                                                                                                                                                        [Calls]
                                                                                                                                                        • >>   _sys_istty -
                                                                                                                                                        • >>   _sys_flen -
                                                                                                                                                        • >>   _ftell_internal -
                                                                                                                                                        • >>   _seterr +
                                                                                                                                                          [Calls]
                                                                                                                                                          • >>   _sys_istty +
                                                                                                                                                          • >>   _sys_flen +
                                                                                                                                                          • >>   _ftell_internal +
                                                                                                                                                          • >>   _seterr
                                                                                                                                                          -
                                                                                                                                                          [Called By]
                                                                                                                                                          • >>   freopen +
                                                                                                                                                            [Called By]
                                                                                                                                                            • >>   freopen
                                                                                                                                                            -

                                                                                                                                                            fseek (Thumb, 0 bytes, Stack size 24 bytes, fseek.o(.text), UNUSED) +

                                                                                                                                                            fseek (Thumb, 0 bytes, Stack size 24 bytes, fseek.o(.text), UNUSED) -

                                                                                                                                                            _seterr (Thumb, 20 bytes, Stack size 0 bytes, stdio.o(.text)) -

                                                                                                                                                            [Called By]

                                                                                                                                                            • >>   _writebuf -
                                                                                                                                                            • >>   _fseek +

                                                                                                                                                              _seterr (Thumb, 20 bytes, Stack size 0 bytes, stdio.o(.text)) +

                                                                                                                                                              [Called By]

                                                                                                                                                              • >>   _writebuf +
                                                                                                                                                              • >>   _fseek
                                                                                                                                                              -

                                                                                                                                                              _writebuf (Thumb, 84 bytes, Stack size 32 bytes, stdio.o(.text)) +

                                                                                                                                                              _writebuf (Thumb, 84 bytes, Stack size 32 bytes, stdio.o(.text))

                                                                                                                                                              [Stack]

                                                                                                                                                              • Max Depth = 56
                                                                                                                                                              • Call Chain = _writebuf ⇒ _sys_write
                                                                                                                                                              -
                                                                                                                                                              [Calls]
                                                                                                                                                              • >>   _sys_write -
                                                                                                                                                              • >>   _sys_seek -
                                                                                                                                                              • >>   _seterr +
                                                                                                                                                                [Calls]
                                                                                                                                                                • >>   _sys_write +
                                                                                                                                                                • >>   _sys_seek +
                                                                                                                                                                • >>   _seterr
                                                                                                                                                                -
                                                                                                                                                                [Called By]
                                                                                                                                                                • >>   _fflush +
                                                                                                                                                                  [Called By]
                                                                                                                                                                  • >>   _fflush
                                                                                                                                                                  -

                                                                                                                                                                  _fflush (Thumb, 70 bytes, Stack size 16 bytes, stdio.o(.text)) +

                                                                                                                                                                  _fflush (Thumb, 70 bytes, Stack size 16 bytes, stdio.o(.text))

                                                                                                                                                                  [Stack]

                                                                                                                                                                  • Max Depth = 72
                                                                                                                                                                  • Call Chain = _fflush ⇒ _writebuf ⇒ _sys_write
                                                                                                                                                                  -
                                                                                                                                                                  [Calls]
                                                                                                                                                                  • >>   _writebuf +
                                                                                                                                                                    [Calls]
                                                                                                                                                                    • >>   _writebuf
                                                                                                                                                                    -
                                                                                                                                                                    [Called By]
                                                                                                                                                                    • >>   _fclose_internal -
                                                                                                                                                                    • >>   _deferredlazyseek +
                                                                                                                                                                      [Called By]
                                                                                                                                                                      • >>   _deferredlazyseek +
                                                                                                                                                                      • >>   _fclose_internal
                                                                                                                                                                      -

                                                                                                                                                                      _deferredlazyseek (Thumb, 60 bytes, Stack size 8 bytes, stdio.o(.text), UNUSED) -

                                                                                                                                                                      [Calls]

                                                                                                                                                                      • >>   _fflush +

                                                                                                                                                                        _deferredlazyseek (Thumb, 60 bytes, Stack size 8 bytes, stdio.o(.text), UNUSED) +

                                                                                                                                                                        [Calls]

                                                                                                                                                                        • >>   _fflush
                                                                                                                                                                        -

                                                                                                                                                                        __sig_exit (Thumb, 10 bytes, Stack size 0 bytes, defsig_exit.o(.text)) -

                                                                                                                                                                        [Calls]

                                                                                                                                                                        • >>   _sys_exit +

                                                                                                                                                                          __sig_exit (Thumb, 10 bytes, Stack size 0 bytes, defsig_exit.o(.text)) +

                                                                                                                                                                          [Calls]

                                                                                                                                                                          • >>   _sys_exit
                                                                                                                                                                          -
                                                                                                                                                                          [Called By]
                                                                                                                                                                          • >>   __rt_SIGRTRED -
                                                                                                                                                                          • >>   __rt_SIGRTMEM +
                                                                                                                                                                            [Called By]
                                                                                                                                                                            • >>   __rt_SIGRTMEM +
                                                                                                                                                                            • >>   __rt_SIGRTRED
                                                                                                                                                                            -

                                                                                                                                                                            __rt_SIGRTRED_inner (Thumb, 14 bytes, Stack size 8 bytes, defsig_rtred_inner.o(.text)) +

                                                                                                                                                                            __rt_SIGRTRED_inner (Thumb, 14 bytes, Stack size 8 bytes, defsig_rtred_inner.o(.text))

                                                                                                                                                                            [Stack]

                                                                                                                                                                            • Max Depth = 32
                                                                                                                                                                            • Call Chain = __rt_SIGRTRED_inner ⇒ __default_signal_display ⇒ _ttywrch
                                                                                                                                                                            -
                                                                                                                                                                            [Calls]
                                                                                                                                                                            • >>   __default_signal_display +
                                                                                                                                                                              [Calls]
                                                                                                                                                                              • >>   __default_signal_display
                                                                                                                                                                              -
                                                                                                                                                                              [Called By]
                                                                                                                                                                              • >>   __rt_SIGRTRED +
                                                                                                                                                                                [Called By]
                                                                                                                                                                                • >>   __rt_SIGRTRED
                                                                                                                                                                                -

                                                                                                                                                                                _sys_exit (Thumb, 8 bytes, Stack size 0 bytes, sys_exit.o(.text)) -

                                                                                                                                                                                [Called By]

                                                                                                                                                                                • >>   __rt_exit_exit -
                                                                                                                                                                                • >>   __sig_exit +

                                                                                                                                                                                  _sys_exit (Thumb, 8 bytes, Stack size 0 bytes, sys_exit.o(.text)) +

                                                                                                                                                                                  [Called By]

                                                                                                                                                                                  • >>   __rt_exit_exit +
                                                                                                                                                                                  • >>   __sig_exit
                                                                                                                                                                                  -

                                                                                                                                                                                  __Heap_Initialize (Thumb, 10 bytes, Stack size 0 bytes, h1_init.o(.text)) -

                                                                                                                                                                                  [Called By]

                                                                                                                                                                                  • >>   _init_alloc +

                                                                                                                                                                                    __Heap_Initialize (Thumb, 10 bytes, Stack size 0 bytes, h1_init.o(.text)) +

                                                                                                                                                                                    [Called By]

                                                                                                                                                                                    • >>   _init_alloc
                                                                                                                                                                                    -

                                                                                                                                                                                    __Heap_DescSize (Thumb, 4 bytes, Stack size 0 bytes, h1_init.o(.text), UNUSED) +

                                                                                                                                                                                    __Heap_DescSize (Thumb, 4 bytes, Stack size 0 bytes, h1_init.o(.text), UNUSED) -

                                                                                                                                                                                    __Heap_ProvideMemory (Thumb, 52 bytes, Stack size 0 bytes, h1_extend.o(.text)) +

                                                                                                                                                                                    __Heap_ProvideMemory (Thumb, 52 bytes, Stack size 0 bytes, h1_extend.o(.text))

                                                                                                                                                                                    [Stack]

                                                                                                                                                                                    • Max Depth = 16
                                                                                                                                                                                    • Call Chain = __Heap_ProvideMemory ⇒ free
                                                                                                                                                                                    -
                                                                                                                                                                                    [Calls]
                                                                                                                                                                                    • >>   free +
                                                                                                                                                                                      [Calls]
                                                                                                                                                                                      • >>   free
                                                                                                                                                                                      -
                                                                                                                                                                                      [Called By]
                                                                                                                                                                                      • >>   _init_alloc -
                                                                                                                                                                                      • >>   __Heap_Full +
                                                                                                                                                                                        [Called By]
                                                                                                                                                                                        • >>   _init_alloc +
                                                                                                                                                                                        • >>   __Heap_Full
                                                                                                                                                                                        -

                                                                                                                                                                                        _ftell_internal (Thumb, 66 bytes, Stack size 8 bytes, ftell.o(.text)) +

                                                                                                                                                                                        _ftell_internal (Thumb, 66 bytes, Stack size 8 bytes, ftell.o(.text))

                                                                                                                                                                                        [Stack]

                                                                                                                                                                                        • Max Depth = 8
                                                                                                                                                                                        • Call Chain = _ftell_internal
                                                                                                                                                                                        -
                                                                                                                                                                                        [Calls]
                                                                                                                                                                                        • >>   __aeabi_errno_addr +
                                                                                                                                                                                          [Calls]
                                                                                                                                                                                          • >>   __aeabi_errno_addr
                                                                                                                                                                                          -
                                                                                                                                                                                          [Called By]
                                                                                                                                                                                          • >>   _fseek +
                                                                                                                                                                                            [Called By]
                                                                                                                                                                                            • >>   _fseek
                                                                                                                                                                                            -

                                                                                                                                                                                            ftell (Thumb, 0 bytes, Stack size 8 bytes, ftell.o(.text), UNUSED) +

                                                                                                                                                                                            ftell (Thumb, 0 bytes, Stack size 8 bytes, ftell.o(.text), UNUSED) -

                                                                                                                                                                                            __default_signal_display (Thumb, 50 bytes, Stack size 16 bytes, defsig_general.o(.text)) +

                                                                                                                                                                                            __default_signal_display (Thumb, 50 bytes, Stack size 16 bytes, defsig_general.o(.text))

                                                                                                                                                                                            [Stack]

                                                                                                                                                                                            • Max Depth = 24
                                                                                                                                                                                            • Call Chain = __default_signal_display ⇒ _ttywrch
                                                                                                                                                                                            -
                                                                                                                                                                                            [Calls]
                                                                                                                                                                                            • >>   _ttywrch +
                                                                                                                                                                                              [Calls]
                                                                                                                                                                                              • >>   _ttywrch
                                                                                                                                                                                              -
                                                                                                                                                                                              [Called By]
                                                                                                                                                                                              • >>   __rt_SIGRTMEM_inner -
                                                                                                                                                                                              • >>   __rt_SIGRTRED_inner +
                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                • >>   __rt_SIGRTMEM_inner +
                                                                                                                                                                                                • >>   __rt_SIGRTRED_inner
                                                                                                                                                                                                -

                                                                                                                                                                                                __rt_SIGRTMEM (Thumb, 14 bytes, Stack size 8 bytes, defsig_rtmem_outer.o(.text)) +

                                                                                                                                                                                                __rt_SIGRTMEM (Thumb, 14 bytes, Stack size 8 bytes, defsig_rtmem_outer.o(.text))

                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                • Max Depth = 40
                                                                                                                                                                                                • Call Chain = __rt_SIGRTMEM ⇒ __rt_SIGRTMEM_inner ⇒ __default_signal_display ⇒ _ttywrch
                                                                                                                                                                                                -
                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                • >>   __rt_SIGRTMEM_inner -
                                                                                                                                                                                                • >>   __sig_exit +
                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                  • >>   __rt_SIGRTMEM_inner +
                                                                                                                                                                                                  • >>   __sig_exit
                                                                                                                                                                                                  -
                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                  • >>   _init_alloc -
                                                                                                                                                                                                  • >>   __Heap_Broken +
                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                    • >>   _init_alloc +
                                                                                                                                                                                                    • >>   __Heap_Broken
                                                                                                                                                                                                    -

                                                                                                                                                                                                    _ttywrch (Thumb, 14 bytes, Stack size 8 bytes, sys_wrch.o(.text)) +

                                                                                                                                                                                                    _ttywrch (Thumb, 14 bytes, Stack size 8 bytes, sys_wrch.o(.text))

                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                    • Max Depth = 8
                                                                                                                                                                                                    • Call Chain = _ttywrch
                                                                                                                                                                                                    -
                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                    • >>   __default_signal_display +
                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                      • >>   __default_signal_display
                                                                                                                                                                                                      -

                                                                                                                                                                                                      __I$use$semihosting (Thumb, 0 bytes, Stack size 0 bytes, use_no_semi.o(.text), UNUSED) +

                                                                                                                                                                                                      __I$use$semihosting (Thumb, 0 bytes, Stack size 0 bytes, use_no_semi.o(.text), UNUSED) -

                                                                                                                                                                                                      __use_no_semihosting_swi (Thumb, 2 bytes, Stack size 0 bytes, use_no_semi.o(.text), UNUSED) +

                                                                                                                                                                                                      __use_no_semihosting_swi (Thumb, 2 bytes, Stack size 0 bytes, use_no_semi.o(.text), UNUSED) -

                                                                                                                                                                                                      __rt_SIGRTMEM_inner (Thumb, 22 bytes, Stack size 8 bytes, defsig_rtmem_inner.o(.text)) +

                                                                                                                                                                                                      __rt_SIGRTMEM_inner (Thumb, 22 bytes, Stack size 8 bytes, defsig_rtmem_inner.o(.text))

                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                      • Max Depth = 32
                                                                                                                                                                                                      • Call Chain = __rt_SIGRTMEM_inner ⇒ __default_signal_display ⇒ _ttywrch
                                                                                                                                                                                                      -
                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                      • >>   __default_signal_display +
                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                        • >>   __default_signal_display +
                                                                                                                                                                                                        +
                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                        • >>   __rt_SIGRTMEM
                                                                                                                                                                                                        -
                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                        • >>   __rt_SIGRTMEM + +

                                                                                                                                                                                                          __semihosting_library_function (Thumb, 0 bytes, Stack size 8 bytes, indicate_semi.o(.text), UNUSED) + +

                                                                                                                                                                                                          _btod_d2e (Thumb, 62 bytes, Stack size 0 bytes, btod.o(CL$$btod_d2e)) +

                                                                                                                                                                                                          [Calls]

                                                                                                                                                                                                          • >>   _d2e_norm_op1 +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                          • >>   _fp_digits +
                                                                                                                                                                                                          + +

                                                                                                                                                                                                          _d2e_denorm_low (Thumb, 70 bytes, Stack size 0 bytes, btod.o(CL$$btod_d2e_denorm_low)) +

                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                          • >>   _d2e_norm_op1 +
                                                                                                                                                                                                          + +

                                                                                                                                                                                                          _d2e_norm_op1 (Thumb, 96 bytes, Stack size 0 bytes, btod.o(CL$$btod_d2e_norm_op1)) +

                                                                                                                                                                                                          [Calls]

                                                                                                                                                                                                          • >>   _d2e_denorm_low +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                          • >>   _btod_d2e +
                                                                                                                                                                                                          + +

                                                                                                                                                                                                          __btod_div_common (Thumb, 696 bytes, Stack size 24 bytes, btod.o(CL$$btod_div_common)) +

                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                          • Max Depth = 24
                                                                                                                                                                                                          • Call Chain = __btod_div_common +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                          • >>   _btod_ediv +
                                                                                                                                                                                                          + +

                                                                                                                                                                                                          _e2e (Thumb, 198 bytes, Stack size 24 bytes, btod.o(CL$$btod_e2e)) +

                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                          • Max Depth = 24
                                                                                                                                                                                                          • Call Chain = _e2e +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                          • >>   _btod_emul +
                                                                                                                                                                                                          • >>   _btod_ediv +
                                                                                                                                                                                                          + +

                                                                                                                                                                                                          _btod_ediv (Thumb, 40 bytes, Stack size 24 bytes, btod.o(CL$$btod_ediv)) +

                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                          • Max Depth = 48
                                                                                                                                                                                                          • Call Chain = _btod_ediv ⇒ _e2e +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                          • >>   _e2e +
                                                                                                                                                                                                          • >>   __btod_div_common +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                          • >>   _btod_etento +
                                                                                                                                                                                                          • >>   _fp_digits +
                                                                                                                                                                                                          + +

                                                                                                                                                                                                          _btod_emul (Thumb, 40 bytes, Stack size 24 bytes, btod.o(CL$$btod_emul)) +

                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                          • Max Depth = 48
                                                                                                                                                                                                          • Call Chain = _btod_emul ⇒ _e2e +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                          • >>   __btod_mult_common +
                                                                                                                                                                                                          • >>   _e2e +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                          • >>   _btod_etento +
                                                                                                                                                                                                          • >>   _fp_digits
                                                                                                                                                                                                          -

                                                                                                                                                                                                          __semihosting_library_function (Thumb, 0 bytes, Stack size 8 bytes, indicate_semi.o(.text), UNUSED) +

                                                                                                                                                                                                          __btod_mult_common (Thumb, 580 bytes, Stack size 16 bytes, btod.o(CL$$btod_mult_common)) +

                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                          • Max Depth = 16
                                                                                                                                                                                                          • Call Chain = __btod_mult_common +
                                                                                                                                                                                                          +
                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                          • >>   _btod_emul +
                                                                                                                                                                                                          -

                                                                                                                                                                                                          AMT1450_UART_Cmd (Thumb, 26 bytes, Stack size 8 bytes, amt1450_uart.o(i.AMT1450_UART_Cmd)) +

                                                                                                                                                                                                          AMT1450_UART_Cmd (Thumb, 26 bytes, Stack size 8 bytes, amt1450_uart.o(i.AMT1450_UART_Cmd))

                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                          • Max Depth = 8
                                                                                                                                                                                                          • Call Chain = AMT1450_UART_Cmd
                                                                                                                                                                                                          -
                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                          • >>   USART_Cmd +
                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                            • >>   USART_Cmd
                                                                                                                                                                                                            -
                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                            • >>   init_AMT1450_UART -
                                                                                                                                                                                                            • >>   main +
                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                              • >>   init_AMT1450_UART +
                                                                                                                                                                                                              • >>   main
                                                                                                                                                                                                              -

                                                                                                                                                                                                              ArmDriver_Init (Thumb, 638 bytes, Stack size 64 bytes, armsolution.o(i.ArmDriver_Init)) +

                                                                                                                                                                                                              ArmDriver_Init (Thumb, 638 bytes, Stack size 64 bytes, armsolution.o(i.ArmDriver_Init))

                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                              • Max Depth = 84
                                                                                                                                                                                                              • Call Chain = ArmDriver_Init ⇒ RCC_GetClocksFreq
                                                                                                                                                                                                              -
                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                              • >>   RCC_GetClocksFreq -
                                                                                                                                                                                                              • >>   TIM_TimeBaseInit -
                                                                                                                                                                                                              • >>   TIM_OC4PreloadConfig -
                                                                                                                                                                                                              • >>   TIM_OC4Init -
                                                                                                                                                                                                              • >>   TIM_OC3PreloadConfig -
                                                                                                                                                                                                              • >>   TIM_OC3Init -
                                                                                                                                                                                                              • >>   TIM_OC2PreloadConfig -
                                                                                                                                                                                                              • >>   TIM_OC2Init -
                                                                                                                                                                                                              • >>   TIM_OC1PreloadConfig -
                                                                                                                                                                                                              • >>   TIM_OC1Init -
                                                                                                                                                                                                              • >>   TIM_ITConfig -
                                                                                                                                                                                                              • >>   TIM_Cmd -
                                                                                                                                                                                                              • >>   TIM_ClearFlag -
                                                                                                                                                                                                              • >>   TIM_ARRPreloadConfig -
                                                                                                                                                                                                              • >>   RCC_APB2PeriphClockCmd -
                                                                                                                                                                                                              • >>   RCC_APB1PeriphClockCmd -
                                                                                                                                                                                                              • >>   NVIC_Init -
                                                                                                                                                                                                              • >>   GPIO_PinAFConfig -
                                                                                                                                                                                                              • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                              • >>   GPIO_Init -
                                                                                                                                                                                                              -
                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                              • >>   main -
                                                                                                                                                                                                              - -

                                                                                                                                                                                                              ArmSolution (Thumb, 1668 bytes, Stack size 128 bytes, armsolution.o(i.ArmSolution)) +
                                                                                                                                                                                                              [Calls]

                                                                                                                                                                                                              • >>   RCC_GetClocksFreq +
                                                                                                                                                                                                              • >>   TIM_TimeBaseInit +
                                                                                                                                                                                                              • >>   TIM_OC4PreloadConfig +
                                                                                                                                                                                                              • >>   TIM_OC4Init +
                                                                                                                                                                                                              • >>   TIM_OC3PreloadConfig +
                                                                                                                                                                                                              • >>   TIM_OC3Init +
                                                                                                                                                                                                              • >>   TIM_OC2PreloadConfig +
                                                                                                                                                                                                              • >>   TIM_OC2Init +
                                                                                                                                                                                                              • >>   TIM_OC1PreloadConfig +
                                                                                                                                                                                                              • >>   TIM_OC1Init +
                                                                                                                                                                                                              • >>   TIM_ITConfig +
                                                                                                                                                                                                              • >>   TIM_Cmd +
                                                                                                                                                                                                              • >>   TIM_ClearFlag +
                                                                                                                                                                                                              • >>   TIM_ARRPreloadConfig +
                                                                                                                                                                                                              • >>   RCC_APB2PeriphClockCmd +
                                                                                                                                                                                                              • >>   RCC_APB1PeriphClockCmd +
                                                                                                                                                                                                              • >>   NVIC_Init +
                                                                                                                                                                                                              • >>   GPIO_PinAFConfig +
                                                                                                                                                                                                              • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                              • >>   GPIO_Init +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                              • >>   main +
                                                                                                                                                                                                              + +

                                                                                                                                                                                                              ArmSolution (Thumb, 1920 bytes, Stack size 128 bytes, armsolution.o(i.ArmSolution))

                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                              • Max Depth = 312 + Unknown Stack Size
                                                                                                                                                                                                              • Call Chain = ArmSolution ⇒ __hardfp_sin ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                              -
                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                              • >>   SetServoAngle -
                                                                                                                                                                                                              • >>   __hardfp_sqrt -
                                                                                                                                                                                                              • >>   __hardfp_sin -
                                                                                                                                                                                                              • >>   __hardfp_cos -
                                                                                                                                                                                                              • >>   __hardfp_atanf -
                                                                                                                                                                                                              • >>   __hardfp_atan -
                                                                                                                                                                                                              • >>   __hardfp_asinf -
                                                                                                                                                                                                              • >>   __hardfp_acos -
                                                                                                                                                                                                              • >>   __aeabi_f2d -
                                                                                                                                                                                                              • >>   __aeabi_dmul -
                                                                                                                                                                                                              • >>   __aeabi_cdcmpeq -
                                                                                                                                                                                                              • >>   __aeabi_ddiv -
                                                                                                                                                                                                              • >>   __aeabi_dsub -
                                                                                                                                                                                                              • >>   __aeabi_dadd -
                                                                                                                                                                                                              • >>   __aeabi_d2f -
                                                                                                                                                                                                              • >>   __2printf -
                                                                                                                                                                                                              -
                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                              • >>   Arm_Grab -
                                                                                                                                                                                                              • >>   main -
                                                                                                                                                                                                              • >>   USART1_Process_target_test -
                                                                                                                                                                                                              - -

                                                                                                                                                                                                              Arm_Grab (Thumb, 412 bytes, Stack size 16 bytes, armsolution.o(i.Arm_Grab)) +
                                                                                                                                                                                                              [Calls]

                                                                                                                                                                                                              • >>   SetServoAngle +
                                                                                                                                                                                                              • >>   __hardfp_sqrt +
                                                                                                                                                                                                              • >>   __hardfp_sin +
                                                                                                                                                                                                              • >>   __hardfp_cos +
                                                                                                                                                                                                              • >>   __hardfp_atanf +
                                                                                                                                                                                                              • >>   __hardfp_atan +
                                                                                                                                                                                                              • >>   __hardfp_asinf +
                                                                                                                                                                                                              • >>   __hardfp_acos +
                                                                                                                                                                                                              • >>   __aeabi_f2d +
                                                                                                                                                                                                              • >>   __aeabi_dmul +
                                                                                                                                                                                                              • >>   __aeabi_cdcmpeq +
                                                                                                                                                                                                              • >>   __aeabi_ddiv +
                                                                                                                                                                                                              • >>   __aeabi_dsub +
                                                                                                                                                                                                              • >>   __aeabi_dadd +
                                                                                                                                                                                                              • >>   __aeabi_d2f +
                                                                                                                                                                                                              • >>   __2printf +
                                                                                                                                                                                                              +
                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                              • >>   Arm_Grab +
                                                                                                                                                                                                              • >>   main +
                                                                                                                                                                                                              • >>   USART1_Process_target_test +
                                                                                                                                                                                                              + +

                                                                                                                                                                                                              Arm_Grab (Thumb, 412 bytes, Stack size 16 bytes, armsolution.o(i.Arm_Grab))

                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                              • Max Depth = 328 + Unknown Stack Size
                                                                                                                                                                                                              • Call Chain = Arm_Grab ⇒ ArmSolution ⇒ __hardfp_sin ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                              -
                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                              • >>   SetServoAngle -
                                                                                                                                                                                                              • >>   Delay_ms -
                                                                                                                                                                                                              • >>   ArmSolution -
                                                                                                                                                                                                              • >>   __aeabi_i2d -
                                                                                                                                                                                                              • >>   __2printf +
                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                • >>   SetServoAngle +
                                                                                                                                                                                                                • >>   Delay_ms +
                                                                                                                                                                                                                • >>   ArmSolution +
                                                                                                                                                                                                                • >>   __aeabi_i2d +
                                                                                                                                                                                                                • >>   __2printf
                                                                                                                                                                                                                -
                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                • >>   main +
                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                  • >>   main
                                                                                                                                                                                                                  -

                                                                                                                                                                                                                  BusFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.BusFault_Handler)) +

                                                                                                                                                                                                                  BusFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.BusFault_Handler))
                                                                                                                                                                                                                  [Address Reference Count : 1]

                                                                                                                                                                                                                  • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                  -

                                                                                                                                                                                                                  DebugMon_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.DebugMon_Handler)) +

                                                                                                                                                                                                                  DebugMon_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.DebugMon_Handler))
                                                                                                                                                                                                                  [Address Reference Count : 1]

                                                                                                                                                                                                                  • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                  -

                                                                                                                                                                                                                  Delay_10us (Thumb, 20 bytes, Stack size 8 bytes, delay.o(i.Delay_10us)) +

                                                                                                                                                                                                                  Delay_10us (Thumb, 20 bytes, Stack size 8 bytes, delay.o(i.Delay_10us))

                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                  • Max Depth = 8
                                                                                                                                                                                                                  • Call Chain = Delay_10us
                                                                                                                                                                                                                  -
                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                  • >>   Key_Released -
                                                                                                                                                                                                                  • >>   Delay_ms +
                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                    • >>   Key_Released +
                                                                                                                                                                                                                    • >>   Delay_ms
                                                                                                                                                                                                                    -

                                                                                                                                                                                                                    Delay_ms (Thumb, 22 bytes, Stack size 8 bytes, delay.o(i.Delay_ms)) +

                                                                                                                                                                                                                    Delay_ms (Thumb, 22 bytes, Stack size 8 bytes, delay.o(i.Delay_ms))

                                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                                    • Max Depth = 16
                                                                                                                                                                                                                    • Call Chain = Delay_ms ⇒ Delay_10us
                                                                                                                                                                                                                    -
                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                    • >>   Delay_10us +
                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                      • >>   Delay_10us
                                                                                                                                                                                                                      -
                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                      • >>   MotorDriver_Start -
                                                                                                                                                                                                                      • >>   Arm_Grab -
                                                                                                                                                                                                                      • >>   main +
                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                        • >>   MotorDriver_Start +
                                                                                                                                                                                                                        • >>   Arm_Grab +
                                                                                                                                                                                                                        • >>   main
                                                                                                                                                                                                                        -

                                                                                                                                                                                                                        Encoder_GetEncCount (Thumb, 106 bytes, Stack size 0 bytes, motordriver.o(i.Encoder_GetEncCount)) -

                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                        • >>   MotorController_SpeedTunner -
                                                                                                                                                                                                                        • >>   MotorController_Enable +

                                                                                                                                                                                                                          Encoder_GetEncCount (Thumb, 106 bytes, Stack size 0 bytes, motordriver.o(i.Encoder_GetEncCount)) +

                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                          • >>   MotorController_SpeedTunner +
                                                                                                                                                                                                                          • >>   MotorController_Enable
                                                                                                                                                                                                                          -

                                                                                                                                                                                                                          Encoder_Init (Thumb, 746 bytes, Stack size 32 bytes, motordriver.o(i.Encoder_Init)) +

                                                                                                                                                                                                                          Encoder_Init (Thumb, 746 bytes, Stack size 32 bytes, motordriver.o(i.Encoder_Init))

                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                          • Max Depth = 52
                                                                                                                                                                                                                          • Call Chain = Encoder_Init ⇒ TIM_EncoderInterfaceConfig
                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                          • >>   TIM_TimeBaseInit -
                                                                                                                                                                                                                          • >>   TIM_ITConfig -
                                                                                                                                                                                                                          • >>   TIM_EncoderInterfaceConfig -
                                                                                                                                                                                                                          • >>   TIM_Cmd -
                                                                                                                                                                                                                          • >>   TIM_ClearFlag -
                                                                                                                                                                                                                          • >>   RCC_APB2PeriphClockCmd -
                                                                                                                                                                                                                          • >>   RCC_APB1PeriphClockCmd -
                                                                                                                                                                                                                          • >>   NVIC_Init -
                                                                                                                                                                                                                          • >>   GPIO_PinAFConfig -
                                                                                                                                                                                                                          • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                          • >>   GPIO_Init +
                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                            • >>   TIM_TimeBaseInit +
                                                                                                                                                                                                                            • >>   TIM_ITConfig +
                                                                                                                                                                                                                            • >>   TIM_EncoderInterfaceConfig +
                                                                                                                                                                                                                            • >>   TIM_Cmd +
                                                                                                                                                                                                                            • >>   TIM_ClearFlag +
                                                                                                                                                                                                                            • >>   RCC_APB2PeriphClockCmd +
                                                                                                                                                                                                                            • >>   RCC_APB1PeriphClockCmd +
                                                                                                                                                                                                                            • >>   NVIC_Init +
                                                                                                                                                                                                                            • >>   GPIO_PinAFConfig +
                                                                                                                                                                                                                            • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                            • >>   GPIO_Init
                                                                                                                                                                                                                            -
                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                            • >>   main +
                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                              • >>   main
                                                                                                                                                                                                                              -

                                                                                                                                                                                                                              GPIO_Config (Thumb, 48 bytes, Stack size 16 bytes, main.o(i.GPIO_Config)) +

                                                                                                                                                                                                                              GPIO_Config (Thumb, 48 bytes, Stack size 16 bytes, main.o(i.GPIO_Config))

                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                              • Max Depth = 36
                                                                                                                                                                                                                              • Call Chain = GPIO_Config ⇒ GPIO_Init
                                                                                                                                                                                                                              -
                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                              • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                              • >>   GPIO_Init +
                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                                • >>   GPIO_Init
                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                • >>   main +
                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                  • >>   main
                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                  GPIO_Init (Thumb, 144 bytes, Stack size 20 bytes, stm32f4xx_gpio.o(i.GPIO_Init)) +

                                                                                                                                                                                                                                  GPIO_Init (Thumb, 144 bytes, Stack size 20 bytes, stm32f4xx_gpio.o(i.GPIO_Init))

                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                  • Max Depth = 20
                                                                                                                                                                                                                                  • Call Chain = GPIO_Init
                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                  • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                  • >>   USART2_Init -
                                                                                                                                                                                                                                  • >>   USART1_Init -
                                                                                                                                                                                                                                  • >>   TCRT5000_config -
                                                                                                                                                                                                                                  • >>   MotorDriver_Init -
                                                                                                                                                                                                                                  • >>   Led_Init -
                                                                                                                                                                                                                                  • >>   Key_Init -
                                                                                                                                                                                                                                  • >>   Encoder_Init -
                                                                                                                                                                                                                                  • >>   ArmDriver_Init -
                                                                                                                                                                                                                                  • >>   GPIO_Config +
                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                    • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                    • >>   USART2_Init +
                                                                                                                                                                                                                                    • >>   USART1_Init +
                                                                                                                                                                                                                                    • >>   TCRT5000_config +
                                                                                                                                                                                                                                    • >>   MotorDriver_Init +
                                                                                                                                                                                                                                    • >>   Led_Init +
                                                                                                                                                                                                                                    • >>   Key_Init +
                                                                                                                                                                                                                                    • >>   Encoder_Init +
                                                                                                                                                                                                                                    • >>   ArmDriver_Init +
                                                                                                                                                                                                                                    • >>   GPIO_Config
                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                    GPIO_PinAFConfig (Thumb, 70 bytes, Stack size 20 bytes, stm32f4xx_gpio.o(i.GPIO_PinAFConfig)) +

                                                                                                                                                                                                                                    GPIO_PinAFConfig (Thumb, 70 bytes, Stack size 20 bytes, stm32f4xx_gpio.o(i.GPIO_PinAFConfig))

                                                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                                                    • Max Depth = 20
                                                                                                                                                                                                                                    • Call Chain = GPIO_PinAFConfig
                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                    • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                    • >>   USART2_Init -
                                                                                                                                                                                                                                    • >>   USART1_Init -
                                                                                                                                                                                                                                    • >>   MotorDriver_Init -
                                                                                                                                                                                                                                    • >>   Encoder_Init -
                                                                                                                                                                                                                                    • >>   ArmDriver_Init +
                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                      • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                      • >>   USART2_Init +
                                                                                                                                                                                                                                      • >>   USART1_Init +
                                                                                                                                                                                                                                      • >>   MotorDriver_Init +
                                                                                                                                                                                                                                      • >>   Encoder_Init +
                                                                                                                                                                                                                                      • >>   ArmDriver_Init
                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                      GPIO_ReadInputDataBit (Thumb, 18 bytes, Stack size 0 bytes, stm32f4xx_gpio.o(i.GPIO_ReadInputDataBit)) -

                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                      • >>   Key_Released +

                                                                                                                                                                                                                                        GPIO_ReadInputDataBit (Thumb, 18 bytes, Stack size 0 bytes, stm32f4xx_gpio.o(i.GPIO_ReadInputDataBit)) +

                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                        • >>   Key_Released
                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                        GPIO_ResetBits (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_gpio.o(i.GPIO_ResetBits)) -

                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                        • >>   MotorDriver_Start +

                                                                                                                                                                                                                                          GPIO_ResetBits (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_gpio.o(i.GPIO_ResetBits)) +

                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                          • >>   MotorDriver_Start
                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                          GPIO_SetBits (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_gpio.o(i.GPIO_SetBits)) -

                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                          • >>   MotorDriver_Stop +

                                                                                                                                                                                                                                            GPIO_SetBits (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_gpio.o(i.GPIO_SetBits)) +

                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                            • >>   MotorDriver_Stop
                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                            HardFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.HardFault_Handler)) +

                                                                                                                                                                                                                                            HardFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.HardFault_Handler))
                                                                                                                                                                                                                                            [Address Reference Count : 1]

                                                                                                                                                                                                                                            • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                            Key_Init (Thumb, 78 bytes, Stack size 16 bytes, keyled.o(i.Key_Init)) +

                                                                                                                                                                                                                                            Key_Init (Thumb, 78 bytes, Stack size 16 bytes, keyled.o(i.Key_Init))

                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                            • Max Depth = 36
                                                                                                                                                                                                                                            • Call Chain = Key_Init ⇒ GPIO_Init
                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                            • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                                            • >>   GPIO_Init +
                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                              • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                                              • >>   GPIO_Init
                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                              • >>   main +
                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                • >>   main
                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                Key_Released (Thumb, 112 bytes, Stack size 8 bytes, keyled.o(i.Key_Released)) +

                                                                                                                                                                                                                                                Key_Released (Thumb, 112 bytes, Stack size 8 bytes, keyled.o(i.Key_Released))

                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                • Max Depth = 16
                                                                                                                                                                                                                                                • Call Chain = Key_Released ⇒ Delay_10us
                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                • >>   GPIO_ReadInputDataBit -
                                                                                                                                                                                                                                                • >>   Delay_10us +
                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                  • >>   GPIO_ReadInputDataBit +
                                                                                                                                                                                                                                                  • >>   Delay_10us
                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                  • >>   main +
                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                    • >>   main
                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                    Led_Init (Thumb, 102 bytes, Stack size 16 bytes, keyled.o(i.Led_Init)) +

                                                                                                                                                                                                                                                    Led_Init (Thumb, 102 bytes, Stack size 16 bytes, keyled.o(i.Led_Init))

                                                                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                                                                    • Max Depth = 36
                                                                                                                                                                                                                                                    • Call Chain = Led_Init ⇒ GPIO_Init
                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                    • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                                                    • >>   GPIO_Init +
                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                      • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                                                      • >>   GPIO_Init
                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                      • >>   main +
                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                        • >>   main
                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                        MemManage_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.MemManage_Handler)) +

                                                                                                                                                                                                                                                        MemManage_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.MemManage_Handler))
                                                                                                                                                                                                                                                        [Address Reference Count : 1]

                                                                                                                                                                                                                                                        • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                        MotorController_Enable (Thumb, 200 bytes, Stack size 8 bytes, motorcontroller.o(i.MotorController_Enable)) +

                                                                                                                                                                                                                                                        MotorController_Enable (Thumb, 200 bytes, Stack size 8 bytes, motorcontroller.o(i.MotorController_Enable))

                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                        • Max Depth = 8
                                                                                                                                                                                                                                                        • Call Chain = MotorController_Enable
                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                        • >>   TIM_Cmd -
                                                                                                                                                                                                                                                        • >>   Encoder_GetEncCount +
                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                          • >>   TIM_Cmd +
                                                                                                                                                                                                                                                          • >>   Encoder_GetEncCount
                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                          • >>   MotorController_Init -
                                                                                                                                                                                                                                                          • >>   main +
                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                            • >>   MotorController_Init +
                                                                                                                                                                                                                                                            • >>   main
                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                            MotorController_Init (Thumb, 222 bytes, Stack size 48 bytes, motorcontroller.o(i.MotorController_Init)) +

                                                                                                                                                                                                                                                            MotorController_Init (Thumb, 222 bytes, Stack size 48 bytes, motorcontroller.o(i.MotorController_Init))

                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                            • Max Depth = 68
                                                                                                                                                                                                                                                            • Call Chain = MotorController_Init ⇒ RCC_GetClocksFreq
                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                            • >>   RCC_GetClocksFreq -
                                                                                                                                                                                                                                                            • >>   TIM_TimeBaseInit -
                                                                                                                                                                                                                                                            • >>   TIM_ITConfig -
                                                                                                                                                                                                                                                            • >>   TIM_ClearFlag -
                                                                                                                                                                                                                                                            • >>   RCC_APB1PeriphClockCmd -
                                                                                                                                                                                                                                                            • >>   NVIC_Init -
                                                                                                                                                                                                                                                            • >>   MotorController_Enable +
                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                              • >>   RCC_GetClocksFreq +
                                                                                                                                                                                                                                                              • >>   TIM_TimeBaseInit +
                                                                                                                                                                                                                                                              • >>   TIM_ITConfig +
                                                                                                                                                                                                                                                              • >>   TIM_ClearFlag +
                                                                                                                                                                                                                                                              • >>   RCC_APB1PeriphClockCmd +
                                                                                                                                                                                                                                                              • >>   NVIC_Init +
                                                                                                                                                                                                                                                              • >>   MotorController_Enable
                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                              • >>   main +
                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                • >>   main
                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                MotorController_SetAcceleration (Thumb, 22 bytes, Stack size 0 bytes, motorcontroller.o(i.MotorController_SetAcceleration)) -

                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                • >>   main +

                                                                                                                                                                                                                                                                  MotorController_SetAcceleration (Thumb, 22 bytes, Stack size 0 bytes, motorcontroller.o(i.MotorController_SetAcceleration)) +

                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                  • >>   main
                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                  MotorController_SpeedTunner (Thumb, 1692 bytes, Stack size 80 bytes, motorcontroller.o(i.MotorController_SpeedTunner)) +

                                                                                                                                                                                                                                                                  MotorController_SpeedTunner (Thumb, 1692 bytes, Stack size 80 bytes, motorcontroller.o(i.MotorController_SpeedTunner))

                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                  • Max Depth = 112
                                                                                                                                                                                                                                                                  • Call Chain = MotorController_SpeedTunner ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                  • >>   MotorDriver_SetPWMDuty -
                                                                                                                                                                                                                                                                  • >>   Encoder_GetEncCount -
                                                                                                                                                                                                                                                                  • >>   __aeabi_dmul -
                                                                                                                                                                                                                                                                  • >>   __aeabi_ui2d -
                                                                                                                                                                                                                                                                  • >>   __aeabi_i2d -
                                                                                                                                                                                                                                                                  • >>   __aeabi_ddiv -
                                                                                                                                                                                                                                                                  • >>   __aeabi_d2f +
                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                    • >>   MotorDriver_SetPWMDuty +
                                                                                                                                                                                                                                                                    • >>   Encoder_GetEncCount +
                                                                                                                                                                                                                                                                    • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                    • >>   __aeabi_ui2d +
                                                                                                                                                                                                                                                                    • >>   __aeabi_i2d +
                                                                                                                                                                                                                                                                    • >>   __aeabi_ddiv +
                                                                                                                                                                                                                                                                    • >>   __aeabi_d2f
                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                    • >>   TIM6_DAC_IRQHandler +
                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                      • >>   TIM6_DAC_IRQHandler
                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                      MotorDriver_Init (Thumb, 824 bytes, Stack size 48 bytes, motordriver.o(i.MotorDriver_Init)) +

                                                                                                                                                                                                                                                                      MotorDriver_Init (Thumb, 824 bytes, Stack size 48 bytes, motordriver.o(i.MotorDriver_Init))

                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                      • Max Depth = 68
                                                                                                                                                                                                                                                                      • Call Chain = MotorDriver_Init ⇒ GPIO_PinAFConfig
                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                      • >>   TIM_TimeBaseInit -
                                                                                                                                                                                                                                                                      • >>   TIM_OC4PreloadConfig -
                                                                                                                                                                                                                                                                      • >>   TIM_OC4Init -
                                                                                                                                                                                                                                                                      • >>   TIM_OC3PreloadConfig -
                                                                                                                                                                                                                                                                      • >>   TIM_OC3Init -
                                                                                                                                                                                                                                                                      • >>   TIM_OC2PreloadConfig -
                                                                                                                                                                                                                                                                      • >>   TIM_OC2Init -
                                                                                                                                                                                                                                                                      • >>   TIM_OC1PreloadConfig -
                                                                                                                                                                                                                                                                      • >>   TIM_OC1Init -
                                                                                                                                                                                                                                                                      • >>   TIM_CtrlPWMOutputs -
                                                                                                                                                                                                                                                                      • >>   TIM_Cmd -
                                                                                                                                                                                                                                                                      • >>   TIM_ARRPreloadConfig -
                                                                                                                                                                                                                                                                      • >>   RCC_APB2PeriphClockCmd -
                                                                                                                                                                                                                                                                      • >>   MotorDriver_Stop -
                                                                                                                                                                                                                                                                      • >>   GPIO_PinAFConfig -
                                                                                                                                                                                                                                                                      • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                                                                      • >>   GPIO_Init +
                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                        • >>   TIM_TimeBaseInit +
                                                                                                                                                                                                                                                                        • >>   TIM_OC4PreloadConfig +
                                                                                                                                                                                                                                                                        • >>   TIM_OC4Init +
                                                                                                                                                                                                                                                                        • >>   TIM_OC3PreloadConfig +
                                                                                                                                                                                                                                                                        • >>   TIM_OC3Init +
                                                                                                                                                                                                                                                                        • >>   TIM_OC2PreloadConfig +
                                                                                                                                                                                                                                                                        • >>   TIM_OC2Init +
                                                                                                                                                                                                                                                                        • >>   TIM_OC1PreloadConfig +
                                                                                                                                                                                                                                                                        • >>   TIM_OC1Init +
                                                                                                                                                                                                                                                                        • >>   TIM_CtrlPWMOutputs +
                                                                                                                                                                                                                                                                        • >>   TIM_Cmd +
                                                                                                                                                                                                                                                                        • >>   TIM_ARRPreloadConfig +
                                                                                                                                                                                                                                                                        • >>   RCC_APB2PeriphClockCmd +
                                                                                                                                                                                                                                                                        • >>   MotorDriver_Stop +
                                                                                                                                                                                                                                                                        • >>   GPIO_PinAFConfig +
                                                                                                                                                                                                                                                                        • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                                                                        • >>   GPIO_Init
                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                        • >>   main +
                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                          • >>   main
                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                          MotorDriver_SetPWMDuty (Thumb, 64 bytes, Stack size 0 bytes, motordriver.o(i.MotorDriver_SetPWMDuty)) -

                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                          • >>   MotorController_SpeedTunner +

                                                                                                                                                                                                                                                                            MotorDriver_SetPWMDuty (Thumb, 64 bytes, Stack size 0 bytes, motordriver.o(i.MotorDriver_SetPWMDuty)) +

                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                            • >>   MotorController_SpeedTunner
                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                            MotorDriver_Start (Thumb, 128 bytes, Stack size 16 bytes, motordriver.o(i.MotorDriver_Start)) +

                                                                                                                                                                                                                                                                            MotorDriver_Start (Thumb, 128 bytes, Stack size 16 bytes, motordriver.o(i.MotorDriver_Start))

                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                            • Max Depth = 32
                                                                                                                                                                                                                                                                            • Call Chain = MotorDriver_Start ⇒ Delay_ms ⇒ Delay_10us
                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                            • >>   GPIO_ResetBits -
                                                                                                                                                                                                                                                                            • >>   Delay_ms +
                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                              • >>   GPIO_ResetBits +
                                                                                                                                                                                                                                                                              • >>   Delay_ms
                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                              • >>   main +
                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                • >>   main
                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                MotorDriver_Stop (Thumb, 108 bytes, Stack size 16 bytes, motordriver.o(i.MotorDriver_Stop)) +

                                                                                                                                                                                                                                                                                MotorDriver_Stop (Thumb, 108 bytes, Stack size 16 bytes, motordriver.o(i.MotorDriver_Stop))

                                                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                                                • Max Depth = 16
                                                                                                                                                                                                                                                                                • Call Chain = MotorDriver_Stop
                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                • >>   GPIO_SetBits +
                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                  • >>   GPIO_SetBits
                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                    • >>   MotorDriver_Init
                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                    NMI_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.NMI_Handler)) +

                                                                                                                                                                                                                                                                                    NMI_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.NMI_Handler))
                                                                                                                                                                                                                                                                                    [Address Reference Count : 1]

                                                                                                                                                                                                                                                                                    • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                    NVIC_Configuration (Thumb, 96 bytes, Stack size 16 bytes, main.o(i.NVIC_Configuration)) +

                                                                                                                                                                                                                                                                                    NVIC_Configuration (Thumb, 96 bytes, Stack size 16 bytes, main.o(i.NVIC_Configuration))

                                                                                                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                                                                                                    • Max Depth = 16
                                                                                                                                                                                                                                                                                    • Call Chain = NVIC_Configuration
                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                    • >>   NVIC_PriorityGroupConfig +
                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                      • >>   NVIC_PriorityGroupConfig
                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                      • >>   main +
                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                        • >>   main
                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                        NVIC_Init (Thumb, 106 bytes, Stack size 16 bytes, misc.o(i.NVIC_Init)) +

                                                                                                                                                                                                                                                                                        NVIC_Init (Thumb, 106 bytes, Stack size 16 bytes, misc.o(i.NVIC_Init))

                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                        • Max Depth = 16
                                                                                                                                                                                                                                                                                        • Call Chain = NVIC_Init
                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                        • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                                                                        • >>   USART2_Init -
                                                                                                                                                                                                                                                                                        • >>   USART1_Init -
                                                                                                                                                                                                                                                                                        • >>   MotorController_Init -
                                                                                                                                                                                                                                                                                        • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                        • >>   ArmDriver_Init +
                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                          • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                                                                          • >>   USART2_Init +
                                                                                                                                                                                                                                                                                          • >>   USART1_Init +
                                                                                                                                                                                                                                                                                          • >>   MotorController_Init +
                                                                                                                                                                                                                                                                                          • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                          • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                          NVIC_PriorityGroupConfig (Thumb, 10 bytes, Stack size 0 bytes, misc.o(i.NVIC_PriorityGroupConfig)) -

                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                          • >>   NVIC_Configuration +

                                                                                                                                                                                                                                                                                            NVIC_PriorityGroupConfig (Thumb, 10 bytes, Stack size 0 bytes, misc.o(i.NVIC_PriorityGroupConfig)) +

                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                            • >>   NVIC_Configuration
                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                            PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.PendSV_Handler)) +

                                                                                                                                                                                                                                                                                            PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.PendSV_Handler))
                                                                                                                                                                                                                                                                                            [Address Reference Count : 1]

                                                                                                                                                                                                                                                                                            • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                            RCC_AHB1PeriphClockCmd (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_rcc.o(i.RCC_AHB1PeriphClockCmd)) -

                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                            • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                                                                            • >>   USART2_Init -
                                                                                                                                                                                                                                                                                            • >>   USART1_Init -
                                                                                                                                                                                                                                                                                            • >>   TCRT5000_config -
                                                                                                                                                                                                                                                                                            • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                            • >>   Led_Init -
                                                                                                                                                                                                                                                                                            • >>   Key_Init -
                                                                                                                                                                                                                                                                                            • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                            • >>   ArmDriver_Init -
                                                                                                                                                                                                                                                                                            • >>   GPIO_Config +

                                                                                                                                                                                                                                                                                              RCC_AHB1PeriphClockCmd (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_rcc.o(i.RCC_AHB1PeriphClockCmd)) +

                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                              • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                                                                              • >>   USART2_Init +
                                                                                                                                                                                                                                                                                              • >>   USART1_Init +
                                                                                                                                                                                                                                                                                              • >>   TCRT5000_config +
                                                                                                                                                                                                                                                                                              • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                              • >>   Led_Init +
                                                                                                                                                                                                                                                                                              • >>   Key_Init +
                                                                                                                                                                                                                                                                                              • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                              • >>   ArmDriver_Init +
                                                                                                                                                                                                                                                                                              • >>   GPIO_Config
                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                              RCC_APB1PeriphClockCmd (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_rcc.o(i.RCC_APB1PeriphClockCmd)) -

                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                              • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                                                                              • >>   USART2_Init -
                                                                                                                                                                                                                                                                                              • >>   MotorController_Init -
                                                                                                                                                                                                                                                                                              • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                              • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                RCC_APB1PeriphClockCmd (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_rcc.o(i.RCC_APB1PeriphClockCmd)) +

                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                                                                                • >>   USART2_Init +
                                                                                                                                                                                                                                                                                                • >>   MotorController_Init +
                                                                                                                                                                                                                                                                                                • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                                • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                RCC_APB2PeriphClockCmd (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_rcc.o(i.RCC_APB2PeriphClockCmd)) -

                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                • >>   USART1_Init -
                                                                                                                                                                                                                                                                                                • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                                • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                  RCC_APB2PeriphClockCmd (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_rcc.o(i.RCC_APB2PeriphClockCmd)) +

                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                  • >>   USART1_Init +
                                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                  • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                                  • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                  RCC_GetClocksFreq (Thumb, 214 bytes, Stack size 20 bytes, stm32f4xx_rcc.o(i.RCC_GetClocksFreq)) +

                                                                                                                                                                                                                                                                                                  RCC_GetClocksFreq (Thumb, 214 bytes, Stack size 20 bytes, stm32f4xx_rcc.o(i.RCC_GetClocksFreq))

                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                  • Max Depth = 20
                                                                                                                                                                                                                                                                                                  • Call Chain = RCC_GetClocksFreq
                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                  • >>   USART_Init -
                                                                                                                                                                                                                                                                                                  • >>   MotorController_Init -
                                                                                                                                                                                                                                                                                                  • >>   ArmDriver_Init +
                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                    • >>   USART_Init +
                                                                                                                                                                                                                                                                                                    • >>   MotorController_Init +
                                                                                                                                                                                                                                                                                                    • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.SVC_Handler)) +

                                                                                                                                                                                                                                                                                                    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.SVC_Handler))
                                                                                                                                                                                                                                                                                                    [Address Reference Count : 1]

                                                                                                                                                                                                                                                                                                    • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                    SetServoAngle (Thumb, 148 bytes, Stack size 0 bytes, armsolution.o(i.SetServoAngle)) -

                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                    • >>   Arm_Grab -
                                                                                                                                                                                                                                                                                                    • >>   ArmSolution -
                                                                                                                                                                                                                                                                                                    • >>   main -
                                                                                                                                                                                                                                                                                                    • >>   USART1_Process_target_test +

                                                                                                                                                                                                                                                                                                      SetServoAngle (Thumb, 148 bytes, Stack size 0 bytes, armsolution.o(i.SetServoAngle)) +

                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                      • >>   Arm_Grab +
                                                                                                                                                                                                                                                                                                      • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                      • >>   main +
                                                                                                                                                                                                                                                                                                      • >>   USART1_Process_target_test
                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                      Slow_Pwm (Thumb, 624 bytes, Stack size 0 bytes, armsolution.o(i.Slow_Pwm)) -

                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                      • >>   TIM7_IRQHandler +

                                                                                                                                                                                                                                                                                                        Slow_Pwm (Thumb, 624 bytes, Stack size 0 bytes, armsolution.o(i.Slow_Pwm)) +

                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                        • >>   TIM7_IRQHandler
                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                        SysTick_Handler (Thumb, 42 bytes, Stack size 8 bytes, stm32f4xx_it.o(i.SysTick_Handler)) +

                                                                                                                                                                                                                                                                                                        SysTick_Handler (Thumb, 42 bytes, Stack size 8 bytes, stm32f4xx_it.o(i.SysTick_Handler))

                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                        • Max Depth = 8
                                                                                                                                                                                                                                                                                                        • Call Chain = SysTick_Handler
                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                        • >>   TimingDelay_Decrement +
                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                          • >>   TimingDelay_Decrement

                                                                                                                                                                                                                                                                                                          [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                          • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                          SystemInit (Thumb, 88 bytes, Stack size 8 bytes, system_stm32f4xx.o(i.SystemInit)) +

                                                                                                                                                                                                                                                                                                          SystemInit (Thumb, 88 bytes, Stack size 8 bytes, system_stm32f4xx.o(i.SystemInit))

                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                          • Max Depth = 20
                                                                                                                                                                                                                                                                                                          • Call Chain = SystemInit ⇒ SetSysClock
                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                          • >>   SetSysClock +
                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                            • >>   SetSysClock

                                                                                                                                                                                                                                                                                                            [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                            • startup_stm32f40_41xxx.o(.text)
                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                            TCRT5000_config (Thumb, 70 bytes, Stack size 16 bytes, tcrt5000.o(i.TCRT5000_config)) +

                                                                                                                                                                                                                                                                                                            TCRT5000_config (Thumb, 70 bytes, Stack size 16 bytes, tcrt5000.o(i.TCRT5000_config))

                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                            • Max Depth = 36
                                                                                                                                                                                                                                                                                                            • Call Chain = TCRT5000_config ⇒ GPIO_Init
                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                            • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                                                                                                            • >>   GPIO_Init +
                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                              • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                                                                                                              • >>   GPIO_Init
                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                              • >>   main +
                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                • >>   main
                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                TIM2_IRQHandler (Thumb, 62 bytes, Stack size 8 bytes, motordriver.o(i.TIM2_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                TIM2_IRQHandler (Thumb, 62 bytes, Stack size 8 bytes, motordriver.o(i.TIM2_IRQHandler))

                                                                                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                                                                                • Max Depth = 20
                                                                                                                                                                                                                                                                                                                • Call Chain = TIM2_IRQHandler ⇒ TIM_GetITStatus
                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                                                • >>   TIM_GetITStatus -
                                                                                                                                                                                                                                                                                                                • >>   TIM_ClearITPendingBit +
                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                  • >>   TIM_GetITStatus +
                                                                                                                                                                                                                                                                                                                  • >>   TIM_ClearITPendingBit

                                                                                                                                                                                                                                                                                                                  [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                  • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                  TIM3_IRQHandler (Thumb, 60 bytes, Stack size 8 bytes, motordriver.o(i.TIM3_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                  TIM3_IRQHandler (Thumb, 60 bytes, Stack size 8 bytes, motordriver.o(i.TIM3_IRQHandler))

                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                  • Max Depth = 20
                                                                                                                                                                                                                                                                                                                  • Call Chain = TIM3_IRQHandler ⇒ TIM_GetITStatus
                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                  • >>   TIM_GetITStatus -
                                                                                                                                                                                                                                                                                                                  • >>   TIM_ClearITPendingBit +
                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                    • >>   TIM_GetITStatus +
                                                                                                                                                                                                                                                                                                                    • >>   TIM_ClearITPendingBit

                                                                                                                                                                                                                                                                                                                    [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                    • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                    TIM4_IRQHandler (Thumb, 60 bytes, Stack size 8 bytes, motordriver.o(i.TIM4_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                    TIM4_IRQHandler (Thumb, 60 bytes, Stack size 8 bytes, motordriver.o(i.TIM4_IRQHandler))

                                                                                                                                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                                                                                                                                    • Max Depth = 20
                                                                                                                                                                                                                                                                                                                    • Call Chain = TIM4_IRQHandler ⇒ TIM_GetITStatus
                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                    • >>   TIM_GetITStatus -
                                                                                                                                                                                                                                                                                                                    • >>   TIM_ClearITPendingBit +
                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                      • >>   TIM_GetITStatus +
                                                                                                                                                                                                                                                                                                                      • >>   TIM_ClearITPendingBit

                                                                                                                                                                                                                                                                                                                      [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                      • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                      TIM6_DAC_IRQHandler (Thumb, 26 bytes, Stack size 8 bytes, motorcontroller.o(i.TIM6_DAC_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                      TIM6_DAC_IRQHandler (Thumb, 26 bytes, Stack size 8 bytes, motorcontroller.o(i.TIM6_DAC_IRQHandler))

                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                      • Max Depth = 120
                                                                                                                                                                                                                                                                                                                      • Call Chain = TIM6_DAC_IRQHandler ⇒ MotorController_SpeedTunner ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                      • >>   MotorController_SpeedTunner -
                                                                                                                                                                                                                                                                                                                      • >>   TIM_GetITStatus -
                                                                                                                                                                                                                                                                                                                      • >>   TIM_ClearITPendingBit +
                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                        • >>   MotorController_SpeedTunner +
                                                                                                                                                                                                                                                                                                                        • >>   TIM_GetITStatus +
                                                                                                                                                                                                                                                                                                                        • >>   TIM_ClearITPendingBit

                                                                                                                                                                                                                                                                                                                        [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                        • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                        TIM7_IRQHandler (Thumb, 52 bytes, Stack size 8 bytes, armsolution.o(i.TIM7_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                        TIM7_IRQHandler (Thumb, 52 bytes, Stack size 8 bytes, armsolution.o(i.TIM7_IRQHandler))

                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                        • Max Depth = 20
                                                                                                                                                                                                                                                                                                                        • Call Chain = TIM7_IRQHandler ⇒ TIM_GetITStatus
                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                        • >>   TIM_GetITStatus -
                                                                                                                                                                                                                                                                                                                        • >>   TIM_ClearITPendingBit -
                                                                                                                                                                                                                                                                                                                        • >>   Slow_Pwm +
                                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                                          • >>   TIM_GetITStatus +
                                                                                                                                                                                                                                                                                                                          • >>   TIM_ClearITPendingBit +
                                                                                                                                                                                                                                                                                                                          • >>   Slow_Pwm

                                                                                                                                                                                                                                                                                                                          [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                          • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                          TIM8_UP_TIM13_IRQHandler (Thumb, 60 bytes, Stack size 8 bytes, motordriver.o(i.TIM8_UP_TIM13_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                          TIM8_UP_TIM13_IRQHandler (Thumb, 60 bytes, Stack size 8 bytes, motordriver.o(i.TIM8_UP_TIM13_IRQHandler))

                                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                                          • Max Depth = 20
                                                                                                                                                                                                                                                                                                                          • Call Chain = TIM8_UP_TIM13_IRQHandler ⇒ TIM_GetITStatus
                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                                          • >>   TIM_GetITStatus -
                                                                                                                                                                                                                                                                                                                          • >>   TIM_ClearITPendingBit +
                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                            • >>   TIM_GetITStatus +
                                                                                                                                                                                                                                                                                                                            • >>   TIM_ClearITPendingBit

                                                                                                                                                                                                                                                                                                                            [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                            • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                            TIM_ARRPreloadConfig (Thumb, 24 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_ARRPreloadConfig)) -

                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                            • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                            • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                              TIM_ARRPreloadConfig (Thumb, 24 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_ARRPreloadConfig)) +

                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                              • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                              • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                              TIM_ClearFlag (Thumb, 6 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_ClearFlag)) -

                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                              • >>   MotorController_Init -
                                                                                                                                                                                                                                                                                                                              • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                                                              • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                                TIM_ClearFlag (Thumb, 6 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_ClearFlag)) +

                                                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                                                • >>   MotorController_Init +
                                                                                                                                                                                                                                                                                                                                • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                                                                • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                TIM_ClearITPendingBit (Thumb, 6 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_ClearITPendingBit)) -

                                                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                                                • >>   TIM6_DAC_IRQHandler -
                                                                                                                                                                                                                                                                                                                                • >>   TIM8_UP_TIM13_IRQHandler -
                                                                                                                                                                                                                                                                                                                                • >>   TIM4_IRQHandler -
                                                                                                                                                                                                                                                                                                                                • >>   TIM3_IRQHandler -
                                                                                                                                                                                                                                                                                                                                • >>   TIM2_IRQHandler -
                                                                                                                                                                                                                                                                                                                                • >>   TIM7_IRQHandler +

                                                                                                                                                                                                                                                                                                                                  TIM_ClearITPendingBit (Thumb, 6 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_ClearITPendingBit)) +

                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                  • >>   TIM6_DAC_IRQHandler +
                                                                                                                                                                                                                                                                                                                                  • >>   TIM8_UP_TIM13_IRQHandler +
                                                                                                                                                                                                                                                                                                                                  • >>   TIM4_IRQHandler +
                                                                                                                                                                                                                                                                                                                                  • >>   TIM3_IRQHandler +
                                                                                                                                                                                                                                                                                                                                  • >>   TIM2_IRQHandler +
                                                                                                                                                                                                                                                                                                                                  • >>   TIM7_IRQHandler
                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                  TIM_Cmd (Thumb, 24 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_Cmd)) -

                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                  • >>   MotorController_Enable -
                                                                                                                                                                                                                                                                                                                                  • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                                                                  • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                                    TIM_Cmd (Thumb, 24 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_Cmd)) +

                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                    • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                    • >>   MotorController_Enable +
                                                                                                                                                                                                                                                                                                                                    • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                                                                    • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                    TIM_CtrlPWMOutputs (Thumb, 30 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_CtrlPWMOutputs)) -

                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                    • >>   MotorDriver_Init +

                                                                                                                                                                                                                                                                                                                                      TIM_CtrlPWMOutputs (Thumb, 30 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_CtrlPWMOutputs)) +

                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                      • >>   MotorDriver_Init
                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                      TIM_EncoderInterfaceConfig (Thumb, 66 bytes, Stack size 20 bytes, stm32f4xx_tim.o(i.TIM_EncoderInterfaceConfig)) +

                                                                                                                                                                                                                                                                                                                                      TIM_EncoderInterfaceConfig (Thumb, 66 bytes, Stack size 20 bytes, stm32f4xx_tim.o(i.TIM_EncoderInterfaceConfig))

                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                      • Max Depth = 20
                                                                                                                                                                                                                                                                                                                                      • Call Chain = TIM_EncoderInterfaceConfig
                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                      • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                        • >>   Encoder_Init
                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                        TIM_GetITStatus (Thumb, 34 bytes, Stack size 12 bytes, stm32f4xx_tim.o(i.TIM_GetITStatus)) +

                                                                                                                                                                                                                                                                                                                                        TIM_GetITStatus (Thumb, 34 bytes, Stack size 12 bytes, stm32f4xx_tim.o(i.TIM_GetITStatus))

                                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                                        • Max Depth = 12
                                                                                                                                                                                                                                                                                                                                        • Call Chain = TIM_GetITStatus
                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                        • >>   TIM6_DAC_IRQHandler -
                                                                                                                                                                                                                                                                                                                                        • >>   TIM8_UP_TIM13_IRQHandler -
                                                                                                                                                                                                                                                                                                                                        • >>   TIM4_IRQHandler -
                                                                                                                                                                                                                                                                                                                                        • >>   TIM3_IRQHandler -
                                                                                                                                                                                                                                                                                                                                        • >>   TIM2_IRQHandler -
                                                                                                                                                                                                                                                                                                                                        • >>   TIM7_IRQHandler +
                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                          • >>   TIM6_DAC_IRQHandler +
                                                                                                                                                                                                                                                                                                                                          • >>   TIM8_UP_TIM13_IRQHandler +
                                                                                                                                                                                                                                                                                                                                          • >>   TIM4_IRQHandler +
                                                                                                                                                                                                                                                                                                                                          • >>   TIM3_IRQHandler +
                                                                                                                                                                                                                                                                                                                                          • >>   TIM2_IRQHandler +
                                                                                                                                                                                                                                                                                                                                          • >>   TIM7_IRQHandler
                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                          TIM_ITConfig (Thumb, 18 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_ITConfig)) -

                                                                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                                                                          • >>   MotorController_Init -
                                                                                                                                                                                                                                                                                                                                          • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                                                                          • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                                            TIM_ITConfig (Thumb, 18 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_ITConfig)) +

                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                            • >>   MotorController_Init +
                                                                                                                                                                                                                                                                                                                                            • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                                                                            • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                            TIM_OC1Init (Thumb, 114 bytes, Stack size 16 bytes, stm32f4xx_tim.o(i.TIM_OC1Init)) +

                                                                                                                                                                                                                                                                                                                                            TIM_OC1Init (Thumb, 114 bytes, Stack size 16 bytes, stm32f4xx_tim.o(i.TIM_OC1Init))

                                                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                                                            • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                            • Call Chain = TIM_OC1Init
                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                            • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                            • >>   ArmDriver_Init +
                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                              • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                              • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                              TIM_OC1PreloadConfig (Thumb, 18 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_OC1PreloadConfig)) -

                                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                                              • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                              • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                                                TIM_OC1PreloadConfig (Thumb, 18 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_OC1PreloadConfig)) +

                                                                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                                                                • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                TIM_OC2Init (Thumb, 154 bytes, Stack size 16 bytes, stm32f4xx_tim.o(i.TIM_OC2Init)) +

                                                                                                                                                                                                                                                                                                                                                TIM_OC2Init (Thumb, 154 bytes, Stack size 16 bytes, stm32f4xx_tim.o(i.TIM_OC2Init))

                                                                                                                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                                                                                                                • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                • Call Chain = TIM_OC2Init
                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                                • >>   ArmDriver_Init +
                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                  • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                  TIM_OC2PreloadConfig (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_OC2PreloadConfig)) -

                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                                  • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                                                    TIM_OC2PreloadConfig (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_OC2PreloadConfig)) +

                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                    • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                    • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                    TIM_OC3Init (Thumb, 150 bytes, Stack size 16 bytes, stm32f4xx_tim.o(i.TIM_OC3Init)) +

                                                                                                                                                                                                                                                                                                                                                    TIM_OC3Init (Thumb, 150 bytes, Stack size 16 bytes, stm32f4xx_tim.o(i.TIM_OC3Init))

                                                                                                                                                                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                                                                                                                                                                    • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                    • Call Chain = TIM_OC3Init
                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                                                                    • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                                    • >>   ArmDriver_Init +
                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                      • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                      • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                      TIM_OC3PreloadConfig (Thumb, 18 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_OC3PreloadConfig)) -

                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                      • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                                      • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                                                        TIM_OC3PreloadConfig (Thumb, 18 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_OC3PreloadConfig)) +

                                                                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                                                                        • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                        • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                        TIM_OC4Init (Thumb, 112 bytes, Stack size 16 bytes, stm32f4xx_tim.o(i.TIM_OC4Init)) +

                                                                                                                                                                                                                                                                                                                                                        TIM_OC4Init (Thumb, 112 bytes, Stack size 16 bytes, stm32f4xx_tim.o(i.TIM_OC4Init))

                                                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                                                        • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                        • Call Chain = TIM_OC4Init
                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                        • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                                        • >>   ArmDriver_Init +
                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                          • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                          • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                          TIM_OC4PreloadConfig (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_OC4PreloadConfig)) -

                                                                                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                                                                                          • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                                          • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                                                            TIM_OC4PreloadConfig (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_OC4PreloadConfig)) +

                                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                                            • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                            • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                            TIM_TimeBaseInit (Thumb, 104 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_TimeBaseInit)) -

                                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                                            • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                                            • >>   MotorController_Init -
                                                                                                                                                                                                                                                                                                                                                            • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                                                                                            • >>   ArmDriver_Init +

                                                                                                                                                                                                                                                                                                                                                              TIM_TimeBaseInit (Thumb, 104 bytes, Stack size 0 bytes, stm32f4xx_tim.o(i.TIM_TimeBaseInit)) +

                                                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                                                              • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                              • >>   MotorController_Init +
                                                                                                                                                                                                                                                                                                                                                              • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                                                                                              • >>   ArmDriver_Init
                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                              TimingDelay_Decrement (Thumb, 52 bytes, Stack size 0 bytes, delay.o(i.TimingDelay_Decrement)) -

                                                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                                                              • >>   SysTick_Handler +

                                                                                                                                                                                                                                                                                                                                                                TimingDelay_Decrement (Thumb, 52 bytes, Stack size 0 bytes, delay.o(i.TimingDelay_Decrement)) +

                                                                                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                                                                                • >>   SysTick_Handler
                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                UART5_IRQHandler (Thumb, 66 bytes, Stack size 8 bytes, amt1450_uart.o(i.UART5_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                                                                UART5_IRQHandler (Thumb, 66 bytes, Stack size 8 bytes, amt1450_uart.o(i.UART5_IRQHandler))

                                                                                                                                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                                                                                                                                • Max Depth = 28
                                                                                                                                                                                                                                                                                                                                                                • Call Chain = UART5_IRQHandler ⇒ USART_ITConfig
                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                                                                                                • >>   UART_GetChar -
                                                                                                                                                                                                                                                                                                                                                                • >>   USART_ReceiveData -
                                                                                                                                                                                                                                                                                                                                                                • >>   USART_ITConfig -
                                                                                                                                                                                                                                                                                                                                                                • >>   USART_GetITStatus -
                                                                                                                                                                                                                                                                                                                                                                • >>   USART_ClearITPendingBit +
                                                                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                                                                  • >>   UART_GetChar +
                                                                                                                                                                                                                                                                                                                                                                  • >>   USART_ReceiveData +
                                                                                                                                                                                                                                                                                                                                                                  • >>   USART_ITConfig +
                                                                                                                                                                                                                                                                                                                                                                  • >>   USART_GetITStatus +
                                                                                                                                                                                                                                                                                                                                                                  • >>   USART_ClearITPendingBit

                                                                                                                                                                                                                                                                                                                                                                  [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                                                                  • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                  UART_GetChar (Thumb, 184 bytes, Stack size 8 bytes, amt1450_uart.o(i.UART_GetChar)) +

                                                                                                                                                                                                                                                                                                                                                                  UART_GetChar (Thumb, 184 bytes, Stack size 8 bytes, amt1450_uart.o(i.UART_GetChar))

                                                                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                                                                  • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                                  • Call Chain = UART_GetChar ⇒ check_SUM
                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                                                                  • >>   check_SUM +
                                                                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                                                                    • >>   check_SUM
                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                                                                                    • >>   UART5_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                      • >>   UART5_IRQHandler
                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                      USART1_IRQHandler (Thumb, 58 bytes, Stack size 8 bytes, nanocommunication.o(i.USART1_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                                                                      USART1_IRQHandler (Thumb, 58 bytes, Stack size 8 bytes, nanocommunication.o(i.USART1_IRQHandler))

                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 368 + Unknown Stack Size
                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = USART1_IRQHandler ⇒ USART1_Process ⇒ USART1_Process_target_test ⇒ ArmSolution ⇒ __hardfp_sin ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                      • >>   USART_ReceiveData -
                                                                                                                                                                                                                                                                                                                                                                      • >>   USART_ITConfig -
                                                                                                                                                                                                                                                                                                                                                                      • >>   USART_GetITStatus -
                                                                                                                                                                                                                                                                                                                                                                      • >>   USART_GetChar -
                                                                                                                                                                                                                                                                                                                                                                      • >>   USART1_Process +
                                                                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART_ReceiveData +
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART_ITConfig +
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART_GetITStatus +
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART_GetChar +
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART1_Process

                                                                                                                                                                                                                                                                                                                                                                        [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                                                                        • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        USART1_Init (Thumb, 210 bytes, Stack size 32 bytes, nanocommunication.o(i.USART1_Init)) +

                                                                                                                                                                                                                                                                                                                                                                        USART1_Init (Thumb, 210 bytes, Stack size 32 bytes, nanocommunication.o(i.USART1_Init))

                                                                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                                                                        • Max Depth = 100
                                                                                                                                                                                                                                                                                                                                                                        • Call Chain = USART1_Init ⇒ USART_Init ⇒ RCC_GetClocksFreq
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                                                                        • >>   RCC_APB2PeriphClockCmd -
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART_OverSampling8Cmd -
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART_Init -
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART_ITConfig -
                                                                                                                                                                                                                                                                                                                                                                        • >>   USART_Cmd -
                                                                                                                                                                                                                                                                                                                                                                        • >>   NVIC_Init -
                                                                                                                                                                                                                                                                                                                                                                        • >>   GPIO_PinAFConfig -
                                                                                                                                                                                                                                                                                                                                                                        • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                                                                                                                                                                        • >>   GPIO_Init +
                                                                                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                                                                                          • >>   RCC_APB2PeriphClockCmd +
                                                                                                                                                                                                                                                                                                                                                                          • >>   USART_OverSampling8Cmd +
                                                                                                                                                                                                                                                                                                                                                                          • >>   USART_Init +
                                                                                                                                                                                                                                                                                                                                                                          • >>   USART_ITConfig +
                                                                                                                                                                                                                                                                                                                                                                          • >>   USART_Cmd +
                                                                                                                                                                                                                                                                                                                                                                          • >>   NVIC_Init +
                                                                                                                                                                                                                                                                                                                                                                          • >>   GPIO_PinAFConfig +
                                                                                                                                                                                                                                                                                                                                                                          • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                                                                                                                                                                          • >>   GPIO_Init
                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                          • >>   main +
                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                            • >>   main
                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                            USART1_Process (Thumb, 88 bytes, Stack size 8 bytes, nanocommunication.o(i.USART1_Process)) +

                                                                                                                                                                                                                                                                                                                                                                            USART1_Process (Thumb, 88 bytes, Stack size 8 bytes, nanocommunication.o(i.USART1_Process))

                                                                                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                                                                                            • Max Depth = 360 + Unknown Stack Size
                                                                                                                                                                                                                                                                                                                                                                            • Call Chain = USART1_Process ⇒ USART1_Process_target_test ⇒ ArmSolution ⇒ __hardfp_sin ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_SendData -
                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_GetFlagStatus -
                                                                                                                                                                                                                                                                                                                                                                            • >>   USART1_Process_target_test -
                                                                                                                                                                                                                                                                                                                                                                            • >>   USART1_Process_target +
                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_SendData +
                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_GetFlagStatus +
                                                                                                                                                                                                                                                                                                                                                                              • >>   USART1_Process_target_test +
                                                                                                                                                                                                                                                                                                                                                                              • >>   USART1_Process_target
                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                              • >>   USART1_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                • >>   USART1_IRQHandler
                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                USART1_Process_target (Thumb, 470 bytes, Stack size 72 bytes, nanocommunication.o(i.USART1_Process_target)) -

                                                                                                                                                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                                                                                                                                                • Max Depth = 200 + Unknown Stack Size +

                                                                                                                                                                                                                                                                                                                                                                                  USART1_Process_target (Thumb, 470 bytes, Stack size 72 bytes, nanocommunication.o(i.USART1_Process_target)) +

                                                                                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                                                                                  • Max Depth = 208 + Unknown Stack Size
                                                                                                                                                                                                                                                                                                                                                                                  • Call Chain = USART1_Process_target ⇒ __2printf ⇒ _printf_char_file ⇒ _printf_char_common ⇒ __printf
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_dmul -
                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_i2d -
                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_d2iz -
                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_ddiv -
                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_drsub -
                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_d2f -
                                                                                                                                                                                                                                                                                                                                                                                  • >>   __2printf +
                                                                                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_i2d +
                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_d2iz +
                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_ddiv +
                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_drsub +
                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_d2f +
                                                                                                                                                                                                                                                                                                                                                                                    • >>   __2printf
                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART1_Process +
                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                      • >>   USART1_Process
                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                      USART1_Process_target_test (Thumb, 212 bytes, Stack size 40 bytes, nanocommunication.o(i.USART1_Process_target_test)) +

                                                                                                                                                                                                                                                                                                                                                                                      USART1_Process_target_test (Thumb, 212 bytes, Stack size 40 bytes, nanocommunication.o(i.USART1_Process_target_test))

                                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 352 + Unknown Stack Size
                                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = USART1_Process_target_test ⇒ ArmSolution ⇒ __hardfp_sin ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                                      • >>   SetServoAngle -
                                                                                                                                                                                                                                                                                                                                                                                      • >>   ArmSolution -
                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_i2d -
                                                                                                                                                                                                                                                                                                                                                                                      • >>   __2printf +
                                                                                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                                                                                        • >>   SetServoAngle +
                                                                                                                                                                                                                                                                                                                                                                                        • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_i2d +
                                                                                                                                                                                                                                                                                                                                                                                        • >>   __2printf
                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                        • >>   USART1_Process +
                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART1_Process
                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                          USART2_IRQHandler (Thumb, 54 bytes, Stack size 8 bytes, btmodule.o(i.USART2_IRQHandler)) +

                                                                                                                                                                                                                                                                                                                                                                                          USART2_IRQHandler (Thumb, 54 bytes, Stack size 8 bytes, btmodule.o(i.USART2_IRQHandler))

                                                                                                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                                                                                                          • Max Depth = 28
                                                                                                                                                                                                                                                                                                                                                                                          • Call Chain = USART2_IRQHandler ⇒ USART_ITConfig
                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART_ReceiveData -
                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART_ITConfig -
                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART_GetITStatus -
                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART_GetChar +
                                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_ReceiveData +
                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_ITConfig +
                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_GetITStatus +
                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_GetChar

                                                                                                                                                                                                                                                                                                                                                                                            [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                                                                                            • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                            USART2_Init (Thumb, 208 bytes, Stack size 32 bytes, btmodule.o(i.USART2_Init)) +

                                                                                                                                                                                                                                                                                                                                                                                            USART2_Init (Thumb, 208 bytes, Stack size 32 bytes, btmodule.o(i.USART2_Init))

                                                                                                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                                                                                                            • Max Depth = 100
                                                                                                                                                                                                                                                                                                                                                                                            • Call Chain = USART2_Init ⇒ USART_Init ⇒ RCC_GetClocksFreq
                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_OverSampling8Cmd -
                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_Init -
                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_ITConfig -
                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_Cmd -
                                                                                                                                                                                                                                                                                                                                                                                            • >>   RCC_APB1PeriphClockCmd -
                                                                                                                                                                                                                                                                                                                                                                                            • >>   NVIC_Init -
                                                                                                                                                                                                                                                                                                                                                                                            • >>   GPIO_PinAFConfig -
                                                                                                                                                                                                                                                                                                                                                                                            • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                                                                                                                                                                                            • >>   GPIO_Init +
                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_OverSampling8Cmd +
                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_Init +
                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_ITConfig +
                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_Cmd +
                                                                                                                                                                                                                                                                                                                                                                                              • >>   RCC_APB1PeriphClockCmd +
                                                                                                                                                                                                                                                                                                                                                                                              • >>   NVIC_Init +
                                                                                                                                                                                                                                                                                                                                                                                              • >>   GPIO_PinAFConfig +
                                                                                                                                                                                                                                                                                                                                                                                              • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                                                                                                                                                                                              • >>   GPIO_Init
                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                              • >>   main +
                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                • >>   main
                                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                                USART_ClearITPendingBit (Thumb, 30 bytes, Stack size 8 bytes, stm32f4xx_usart.o(i.USART_ClearITPendingBit)) +

                                                                                                                                                                                                                                                                                                                                                                                                USART_ClearITPendingBit (Thumb, 30 bytes, Stack size 8 bytes, stm32f4xx_usart.o(i.USART_ClearITPendingBit))

                                                                                                                                                                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                • Max Depth = 8
                                                                                                                                                                                                                                                                                                                                                                                                • Call Chain = USART_ClearITPendingBit
                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                • >>   UART5_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                  • >>   UART5_IRQHandler
                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                  USART_Cmd (Thumb, 24 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_Cmd)) -

                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART2_Init -
                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART1_Init -
                                                                                                                                                                                                                                                                                                                                                                                                  • >>   AMT1450_UART_Cmd +

                                                                                                                                                                                                                                                                                                                                                                                                    USART_Cmd (Thumb, 24 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_Cmd)) +

                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART2_Init +
                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART1_Init +
                                                                                                                                                                                                                                                                                                                                                                                                    • >>   AMT1450_UART_Cmd
                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                    USART_GetChar (Thumb, 90 bytes, Stack size 0 bytes, btmodule.o(i.USART_GetChar)) -

                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART2_IRQHandler -
                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART1_IRQHandler +

                                                                                                                                                                                                                                                                                                                                                                                                      USART_GetChar (Thumb, 90 bytes, Stack size 0 bytes, btmodule.o(i.USART_GetChar)) +

                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                      • >>   USART2_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                      • >>   USART1_IRQHandler
                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                      USART_GetFlagStatus (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_GetFlagStatus)) -

                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                      • >>   fputc -
                                                                                                                                                                                                                                                                                                                                                                                                      • >>   USART1_Process +

                                                                                                                                                                                                                                                                                                                                                                                                        USART_GetFlagStatus (Thumb, 26 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_GetFlagStatus)) +

                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                        • >>   fputc +
                                                                                                                                                                                                                                                                                                                                                                                                        • >>   USART1_Process
                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                        USART_GetITStatus (Thumb, 84 bytes, Stack size 16 bytes, stm32f4xx_usart.o(i.USART_GetITStatus)) +

                                                                                                                                                                                                                                                                                                                                                                                                        USART_GetITStatus (Thumb, 84 bytes, Stack size 16 bytes, stm32f4xx_usart.o(i.USART_GetITStatus))

                                                                                                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                        • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                                                                        • Call Chain = USART_GetITStatus
                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                        • >>   UART5_IRQHandler -
                                                                                                                                                                                                                                                                                                                                                                                                        • >>   USART2_IRQHandler -
                                                                                                                                                                                                                                                                                                                                                                                                        • >>   USART1_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   UART5_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART2_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART1_IRQHandler
                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                          USART_ITConfig (Thumb, 74 bytes, Stack size 20 bytes, stm32f4xx_usart.o(i.USART_ITConfig)) +

                                                                                                                                                                                                                                                                                                                                                                                                          USART_ITConfig (Thumb, 74 bytes, Stack size 20 bytes, stm32f4xx_usart.o(i.USART_ITConfig))

                                                                                                                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                          • Max Depth = 20
                                                                                                                                                                                                                                                                                                                                                                                                          • Call Chain = USART_ITConfig
                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   UART5_IRQHandler -
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART2_IRQHandler -
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART2_Init -
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART1_Init -
                                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART1_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                            • >>   UART5_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART2_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                            • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART2_Init +
                                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART1_Init +
                                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART1_IRQHandler
                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                            USART_Init (Thumb, 204 bytes, Stack size 48 bytes, stm32f4xx_usart.o(i.USART_Init)) +

                                                                                                                                                                                                                                                                                                                                                                                                            USART_Init (Thumb, 204 bytes, Stack size 48 bytes, stm32f4xx_usart.o(i.USART_Init))

                                                                                                                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                            • Max Depth = 68
                                                                                                                                                                                                                                                                                                                                                                                                            • Call Chain = USART_Init ⇒ RCC_GetClocksFreq
                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                            • >>   RCC_GetClocksFreq +
                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                              • >>   RCC_GetClocksFreq
                                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                              • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART2_Init -
                                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART1_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART2_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART1_Init
                                                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                                                USART_OverSampling8Cmd (Thumb, 22 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_OverSampling8Cmd)) -

                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART2_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART1_Init +

                                                                                                                                                                                                                                                                                                                                                                                                                  USART_OverSampling8Cmd (Thumb, 22 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_OverSampling8Cmd)) +

                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART2_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART1_Init
                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                  USART_ReceiveData (Thumb, 10 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_ReceiveData)) -

                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   UART5_IRQHandler -
                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART2_IRQHandler -
                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART1_IRQHandler +

                                                                                                                                                                                                                                                                                                                                                                                                                    USART_ReceiveData (Thumb, 10 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_ReceiveData)) +

                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   UART5_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART2_IRQHandler +
                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART1_IRQHandler
                                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                                    USART_SendData (Thumb, 8 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_SendData)) -

                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   fputc -
                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART1_Process +

                                                                                                                                                                                                                                                                                                                                                                                                                      USART_SendData (Thumb, 8 bytes, Stack size 0 bytes, stm32f4xx_usart.o(i.USART_SendData)) +

                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   fputc +
                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   USART1_Process
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      UsageFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.UsageFault_Handler)) +

                                                                                                                                                                                                                                                                                                                                                                                                                      UsageFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f4xx_it.o(i.UsageFault_Handler))
                                                                                                                                                                                                                                                                                                                                                                                                                      [Address Reference Count : 1]

                                                                                                                                                                                                                                                                                                                                                                                                                      • startup_stm32f40_41xxx.o(RESET)
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      __ARM_fpclassify (Thumb, 48 bytes, Stack size 8 bytes, fpclassify.o(i.__ARM_fpclassify)) +

                                                                                                                                                                                                                                                                                                                                                                                                                      __ARM_fpclassify (Thumb, 48 bytes, Stack size 8 bytes, fpclassify.o(i.__ARM_fpclassify))

                                                                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 8
                                                                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = __ARM_fpclassify
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   _printf_fp_dec_real +
                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_atan
                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                        __ARM_fpclassifyf (Thumb, 38 bytes, Stack size 0 bytes, fpclassifyf.o(i.__ARM_fpclassifyf)) -

                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_atanf -
                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_asinf +

                                                                                                                                                                                                                                                                                                                                                                                                                          __ARM_fpclassifyf (Thumb, 38 bytes, Stack size 0 bytes, fpclassifyf.o(i.__ARM_fpclassifyf)) +

                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_atanf +
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_asinf
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          __hardfp_acos (Thumb, 738 bytes, Stack size 72 bytes, acos.o(i.__hardfp_acos)) +

                                                                                                                                                                                                                                                                                                                                                                                                                          __hardfp_acos (Thumb, 738 bytes, Stack size 72 bytes, acos.o(i.__hardfp_acos))

                                                                                                                                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Depth = 144
                                                                                                                                                                                                                                                                                                                                                                                                                          • Call Chain = __hardfp_acos ⇒ sqrt ⇒ _dsqrt ⇒ __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_poly -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __mathlib_dbl_invalid -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __mathlib_dbl_infnan -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __set_errno -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   sqrt -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_dmul -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_ddiv -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_dsub -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_drsub -
                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_dadd +
                                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __kernel_poly +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __mathlib_dbl_invalid +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __mathlib_dbl_infnan +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __set_errno +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   sqrt +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_ddiv +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_dsub +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_drsub +
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_dadd
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                              __hardfp_asinf (Thumb, 258 bytes, Stack size 16 bytes, asinf.o(i.__hardfp_asinf)) +

                                                                                                                                                                                                                                                                                                                                                                                                                              __hardfp_asinf (Thumb, 258 bytes, Stack size 16 bytes, asinf.o(i.__hardfp_asinf))

                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 40
                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = __hardfp_asinf ⇒ sqrtf ⇒ __set_errno
                                                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   sqrtf -
                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __mathlib_flt_underflow -
                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __mathlib_flt_invalid -
                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __mathlib_flt_infnan -
                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __ARM_fpclassifyf -
                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __set_errno +
                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   sqrtf +
                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __mathlib_flt_underflow +
                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __mathlib_flt_invalid +
                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __mathlib_flt_infnan +
                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __ARM_fpclassifyf +
                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __set_errno
                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                  __hardfp_atan (Thumb, 622 bytes, Stack size 48 bytes, atan.o(i.__hardfp_atan)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                  __hardfp_atan (Thumb, 622 bytes, Stack size 48 bytes, atan.o(i.__hardfp_atan))

                                                                                                                                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Max Depth = 104
                                                                                                                                                                                                                                                                                                                                                                                                                                  • Call Chain = __hardfp_atan ⇒ __kernel_poly ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_poly -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __ARM_fpclassify -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __mathlib_dbl_underflow -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __mathlib_dbl_infnan -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_dneg -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   fabs -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_dmul -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_ddiv -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_dsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_drsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_dadd +
                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __kernel_poly +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __ARM_fpclassify +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __mathlib_dbl_underflow +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __mathlib_dbl_infnan +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_dneg +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   fabs +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_ddiv +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_dsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_drsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_dadd
                                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                                      __hardfp_atanf (Thumb, 296 bytes, Stack size 16 bytes, atanf.o(i.__hardfp_atanf)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                      __hardfp_atanf (Thumb, 296 bytes, Stack size 16 bytes, atanf.o(i.__hardfp_atanf))

                                                                                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = __hardfp_atanf
                                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __mathlib_flt_underflow -
                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __mathlib_flt_infnan -
                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __ARM_fpclassifyf +
                                                                                                                                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __mathlib_flt_underflow +
                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __mathlib_flt_infnan +
                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __ARM_fpclassifyf
                                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                          __hardfp_cos (Thumb, 180 bytes, Stack size 32 bytes, cos.o(i.__hardfp_cos)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                          __hardfp_cos (Thumb, 180 bytes, Stack size 32 bytes, cos.o(i.__hardfp_cos))

                                                                                                                                                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Depth = 184
                                                                                                                                                                                                                                                                                                                                                                                                                                          • Call Chain = __hardfp_cos ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __mathlib_dbl_invalid -
                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __mathlib_dbl_infnan -
                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_dneg -
                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __set_errno +
                                                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __mathlib_dbl_invalid +
                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __mathlib_dbl_infnan +
                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __kernel_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_dneg +
                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __set_errno
                                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                              __hardfp_sin (Thumb, 180 bytes, Stack size 32 bytes, sin.o(i.__hardfp_sin)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                              __hardfp_sin (Thumb, 180 bytes, Stack size 32 bytes, sin.o(i.__hardfp_sin))

                                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 184
                                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = __hardfp_sin ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __mathlib_dbl_invalid -
                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __mathlib_dbl_infnan -
                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __kernel_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __aeabi_dneg -
                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __set_errno +
                                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __mathlib_dbl_invalid +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __mathlib_dbl_infnan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __kernel_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __aeabi_dneg +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __set_errno
                                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  __hardfp_sqrt (Thumb, 122 bytes, Stack size 32 bytes, sqrt.o(i.__hardfp_sqrt)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  __hardfp_sqrt (Thumb, 122 bytes, Stack size 32 bytes, sqrt.o(i.__hardfp_sqrt))

                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Max Depth = 72
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Call Chain = __hardfp_sqrt ⇒ _dsqrt ⇒ __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   _dsqrt -
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __set_errno +
                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   _dsqrt +
                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __set_errno
                                                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                                                      __ieee754_rem_pio2 (Thumb, 938 bytes, Stack size 120 bytes, rred.o(i.__ieee754_rem_pio2)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                      __ieee754_rem_pio2 (Thumb, 938 bytes, Stack size 120 bytes, rred.o(i.__ieee754_rem_pio2))

                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 152
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_dneg -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   fabs -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_dmul -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_ui2d -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_i2d -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_d2iz -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_dsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_drsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_dadd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_dneg +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   fabs +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_ui2d +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_i2d +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_d2iz +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_dsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_drsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_dadd
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_cos
                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                          __kernel_cos (Thumb, 322 bytes, Stack size 64 bytes, cos_i.o(i.__kernel_cos)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                          __kernel_cos (Thumb, 322 bytes, Stack size 64 bytes, cos_i.o(i.__kernel_cos))

                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Depth = 120
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Call Chain = __kernel_cos ⇒ __kernel_poly ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_poly -
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_dmul -
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_d2iz -
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_dsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_drsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __kernel_poly +
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_d2iz +
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_dsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_drsub
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __hardfp_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __hardfp_cos
                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                              __kernel_poly (Thumb, 248 bytes, Stack size 24 bytes, poly.o(i.__kernel_poly)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                              __kernel_poly (Thumb, 248 bytes, Stack size 24 bytes, poly.o(i.__kernel_poly))

                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 56
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = __kernel_poly ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __aeabi_dmul -
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __aeabi_dadd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __aeabi_dadd
                                                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __kernel_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __hardfp_atan -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  __kernel_sin (Thumb, 280 bytes, Stack size 72 bytes, sin_i.o(i.__kernel_sin)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  __kernel_sin (Thumb, 280 bytes, Stack size 72 bytes, sin_i.o(i.__kernel_sin))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Max Depth = 128
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Call Chain = __kernel_sin ⇒ __kernel_poly ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_poly -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __ARM_fpclassify -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __mathlib_dbl_underflow -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_dmul -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_dsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_drsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __aeabi_dadd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __kernel_poly +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __ARM_fpclassify +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __mathlib_dbl_underflow +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_dsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_drsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __aeabi_dadd
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __hardfp_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __hardfp_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __hardfp_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __hardfp_cos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      __mathlib_dbl_infnan (Thumb, 20 bytes, Stack size 8 bytes, dunder.o(i.__mathlib_dbl_infnan)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      __mathlib_dbl_infnan (Thumb, 20 bytes, Stack size 8 bytes, dunder.o(i.__mathlib_dbl_infnan))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 24
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = __mathlib_dbl_infnan ⇒ __aeabi_dadd
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __aeabi_dadd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __aeabi_dadd
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_atan -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          __mathlib_dbl_invalid (Thumb, 24 bytes, Stack size 8 bytes, dunder.o(i.__mathlib_dbl_invalid)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          __mathlib_dbl_invalid (Thumb, 24 bytes, Stack size 8 bytes, dunder.o(i.__mathlib_dbl_invalid))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Depth = 40
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Call Chain = __mathlib_dbl_invalid ⇒ __aeabi_ddiv
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __aeabi_ddiv +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __aeabi_ddiv
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __hardfp_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __hardfp_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              __mathlib_dbl_underflow (Thumb, 24 bytes, Stack size 8 bytes, dunder.o(i.__mathlib_dbl_underflow)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              __mathlib_dbl_underflow (Thumb, 24 bytes, Stack size 8 bytes, dunder.o(i.__mathlib_dbl_underflow))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 40
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = __mathlib_dbl_underflow ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __aeabi_dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_atan
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  __mathlib_flt_infnan (Thumb, 6 bytes, Stack size 0 bytes, funder.o(i.__mathlib_flt_infnan)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_atanf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_asinf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __mathlib_flt_infnan (Thumb, 6 bytes, Stack size 0 bytes, funder.o(i.__mathlib_flt_infnan)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __hardfp_atanf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __hardfp_asinf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __mathlib_flt_invalid (Thumb, 10 bytes, Stack size 0 bytes, funder.o(i.__mathlib_flt_invalid)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __hardfp_asinf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      __mathlib_flt_invalid (Thumb, 10 bytes, Stack size 0 bytes, funder.o(i.__mathlib_flt_invalid)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __hardfp_asinf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      __mathlib_flt_underflow (Thumb, 10 bytes, Stack size 0 bytes, funder.o(i.__mathlib_flt_underflow)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __hardfp_atanf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __hardfp_asinf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __mathlib_flt_underflow (Thumb, 10 bytes, Stack size 0 bytes, funder.o(i.__mathlib_flt_underflow)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_atanf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_asinf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        _sys_close (Thumb, 38 bytes, Stack size 0 bytes, retarget_io.o(i._sys_close)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   _fclose_internal +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          _is_digit (Thumb, 14 bytes, Stack size 0 bytes, __printf_wp.o(i._is_digit)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __printf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          _sys_flen (Thumb, 36 bytes, Stack size 0 bytes, retarget_io.o(i._sys_flen)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   _fseek +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            _sys_close (Thumb, 38 bytes, Stack size 0 bytes, retarget_io.o(i._sys_close)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _fclose_internal
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            _sys_istty (Thumb, 36 bytes, Stack size 0 bytes, retarget_io.o(i._sys_istty)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _fseek +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _sys_flen (Thumb, 36 bytes, Stack size 0 bytes, retarget_io.o(i._sys_flen)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _fseek
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _sys_open (Thumb, 80 bytes, Stack size 16 bytes, retarget_io.o(i._sys_open)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _sys_istty (Thumb, 36 bytes, Stack size 0 bytes, retarget_io.o(i._sys_istty)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _fseek +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _sys_open (Thumb, 80 bytes, Stack size 16 bytes, retarget_io.o(i._sys_open))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = _sys_open
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   strcmp +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   strcmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   freopen +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   freopen
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  _sys_seek (Thumb, 44 bytes, Stack size 0 bytes, retarget_io.o(i._sys_seek)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   _writebuf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _sys_seek (Thumb, 44 bytes, Stack size 0 bytes, retarget_io.o(i._sys_seek)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   _writebuf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _sys_write (Thumb, 88 bytes, Stack size 24 bytes, retarget_io.o(i._sys_write)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _sys_write (Thumb, 88 bytes, Stack size 24 bytes, retarget_io.o(i._sys_write))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Max Depth = 24
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Call Chain = _sys_write
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   stdout_putchar -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   stderr_putchar +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   stdout_putchar +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   stderr_putchar
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   _writebuf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   _writebuf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        check_SUM (Thumb, 44 bytes, Stack size 8 bytes, amt1450_uart.o(i.check_SUM)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        check_SUM (Thumb, 44 bytes, Stack size 8 bytes, amt1450_uart.o(i.check_SUM))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Max Depth = 8
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Call Chain = check_SUM
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   UART_GetChar +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   UART_GetChar
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          fabs (Thumb, 24 bytes, Stack size 8 bytes, fabs.o(i.fabs)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          fabs (Thumb, 24 bytes, Stack size 8 bytes, fabs.o(i.fabs))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Depth = 8
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Call Chain = fabs
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_atan
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            fputc (Thumb, 32 bytes, Stack size 16 bytes, btmodule.o(i.fputc)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            fputc (Thumb, 32 bytes, Stack size 16 bytes, btmodule.o(i.fputc))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Call Chain = fputc
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_SendData -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   USART_GetFlagStatus +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_SendData +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_GetFlagStatus

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Address Reference Count : 1]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • _printf_char_file.o(.text)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              init_AMT1450_UART (Thumb, 214 bytes, Stack size 32 bytes, amt1450_uart.o(i.init_AMT1450_UART)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              init_AMT1450_UART (Thumb, 214 bytes, Stack size 32 bytes, amt1450_uart.o(i.init_AMT1450_UART))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 100
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = init_AMT1450_UART ⇒ USART_Init ⇒ RCC_GetClocksFreq
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_OverSampling8Cmd -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART_ITConfig -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   RCC_APB1PeriphClockCmd -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   NVIC_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   GPIO_PinAFConfig -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   RCC_AHB1PeriphClockCmd -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   GPIO_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   AMT1450_UART_Cmd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART_OverSampling8Cmd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART_ITConfig +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   RCC_APB1PeriphClockCmd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   NVIC_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   GPIO_PinAFConfig +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   RCC_AHB1PeriphClockCmd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   GPIO_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   AMT1450_UART_Cmd
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   main +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   main
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  main (Thumb, 316 bytes, Stack size 40 bytes, main.o(i.main)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  main (Thumb, 316 bytes, Stack size 40 bytes, main.o(i.main))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Max Depth = 368 + Unknown Stack Size
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Call Chain = main ⇒ Arm_Grab ⇒ ArmSolution ⇒ __hardfp_sin ⇒ __ieee754_rem_pio2 ⇒ __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   s_PIDInit -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   init_AMT1450_UART -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART2_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART1_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   TCRT5000_config -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   SetServoAngle -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Start -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorController_SetAcceleration -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorController_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorController_Enable -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Led_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Key_Released -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Key_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Encoder_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Delay_ms -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Arm_Grab -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   ArmSolution -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   ArmDriver_Init -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   AMT1450_UART_Cmd -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   NVIC_Configuration -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   GPIO_Config -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __2printf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __rt_entry_main -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  - -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  s_PIDInit (Thumb, 74 bytes, Stack size 0 bytes, pid.o(i.s_PIDInit)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   main -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  - -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  sqrt (Thumb, 110 bytes, Stack size 32 bytes, sqrt.o(i.sqrt)) +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   s_PIDInit +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   init_AMT1450_UART +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART2_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART1_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   TCRT5000_config +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   SetServoAngle +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Start +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorDriver_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorController_SetAcceleration +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorController_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   MotorController_Enable +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Led_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Key_Released +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Key_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Encoder_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Delay_ms +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   Arm_Grab +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   ArmDriver_Init +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   AMT1450_UART_Cmd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   NVIC_Configuration +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   GPIO_Config +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __2printf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __rt_entry_main +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  s_PIDInit (Thumb, 74 bytes, Stack size 0 bytes, pid.o(i.s_PIDInit)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   main +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  sqrt (Thumb, 110 bytes, Stack size 32 bytes, sqrt.o(i.sqrt))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Max Depth = 72
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Call Chain = sqrt ⇒ _dsqrt ⇒ __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   _dsqrt -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __set_errno +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   _dsqrt +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __set_errno
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      sqrtf (Thumb, 62 bytes, Stack size 16 bytes, sqrtf.o(i.sqrtf)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      sqrtf (Thumb, 62 bytes, Stack size 16 bytes, sqrtf.o(i.sqrtf))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 24
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = sqrtf ⇒ __set_errno
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __set_errno +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __set_errno
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_asinf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_asinf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          stdout_putchar (Thumb, 8 bytes, Stack size 0 bytes, stdout_user.o(i.stdout_putchar)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   _sys_write +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            stdout_putchar (Thumb, 8 bytes, Stack size 0 bytes, stdout_user.o(i.stdout_putchar)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _sys_write
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            __aeabi_dneg (Thumb, 0 bytes, Stack size 0 bytes, basic.o(x$fpl$basic)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __hardfp_atan +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _get_lc_numeric (Thumb, 44 bytes, Stack size 8 bytes, lc_numeric_c.o(locale$$code)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 8
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = _get_lc_numeric +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   strcmp +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __rt_lib_init_lc_numeric_2
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _dneg (Thumb, 6 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              __aeabi_dneg (Thumb, 0 bytes, Stack size 0 bytes, basic.o(x$fpl$basic)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __hardfp_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __hardfp_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              __aeabi_fneg (Thumb, 0 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _dneg (Thumb, 6 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _fneg (Thumb, 6 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              __aeabi_fneg (Thumb, 0 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _dabs (Thumb, 6 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _fneg (Thumb, 6 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _fabs (Thumb, 6 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _dabs (Thumb, 6 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              __aeabi_d2f (Thumb, 0 bytes, Stack size 32 bytes, d2f.o(x$fpl$d2f)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _fabs (Thumb, 6 bytes, Stack size 0 bytes, basic.o(x$fpl$basic), UNUSED) + +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              __aeabi_d2f (Thumb, 0 bytes, Stack size 32 bytes, d2f.o(x$fpl$d2f))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 32
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = __aeabi_d2f
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   MotorController_SpeedTunner -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   ArmSolution -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   USART1_Process_target +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   MotorController_SpeedTunner +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART1_Process_target
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                _d2f (Thumb, 98 bytes, Stack size 32 bytes, d2f.o(x$fpl$d2f), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __fpl_fretinf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __fpl_dnaninf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  _d2f (Thumb, 98 bytes, Stack size 32 bytes, d2f.o(x$fpl$d2f), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __fpl_fretinf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  __aeabi_dadd (Thumb, 0 bytes, Stack size 16 bytes, daddsub_clz.o(x$fpl$dadd)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  __aeabi_dadd (Thumb, 0 bytes, Stack size 16 bytes, daddsub_clz.o(x$fpl$dadd))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Call Chain = __aeabi_dadd
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   ArmSolution -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_poly -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __mathlib_dbl_infnan -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_atan -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __kernel_poly +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __mathlib_dbl_infnan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _dadd (Thumb, 332 bytes, Stack size 16 bytes, daddsub_clz.o(x$fpl$dadd), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __fpl_dretinf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __fpl_dnaninf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   _dsub1 +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      _dadd (Thumb, 332 bytes, Stack size 16 bytes, daddsub_clz.o(x$fpl$dadd), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __fpl_dretinf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __fpl_dnaninf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   _dsub1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      __fpl_dcmp_Inf (Thumb, 24 bytes, Stack size 0 bytes, dcmpi.o(x$fpl$dcmpinf), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   _dcmpeq +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __fpl_dcmp_Inf (Thumb, 24 bytes, Stack size 0 bytes, dcmpi.o(x$fpl$dcmpinf), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   _dcmpeq
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __aeabi_ddiv (Thumb, 0 bytes, Stack size 32 bytes, ddiv.o(x$fpl$ddiv)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __aeabi_ddiv (Thumb, 0 bytes, Stack size 32 bytes, ddiv.o(x$fpl$ddiv))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Max Depth = 32
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Call Chain = __aeabi_ddiv
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   MotorController_SpeedTunner -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   ArmSolution -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   USART1_Process_target -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __mathlib_dbl_invalid -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_atan -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   MotorController_SpeedTunner +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART1_Process_target +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __mathlib_dbl_invalid +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          _ddiv (Thumb, 552 bytes, Stack size 32 bytes, ddiv.o(x$fpl$ddiv), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __fpl_dretinf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __fpl_dnaninf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            _ddiv (Thumb, 552 bytes, Stack size 32 bytes, ddiv.o(x$fpl$ddiv), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __fpl_dretinf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            __aeabi_cdcmpeq (Thumb, 0 bytes, Stack size 32 bytes, deqf.o(x$fpl$deqf)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            __aeabi_cdcmpeq (Thumb, 0 bytes, Stack size 32 bytes, deqf.o(x$fpl$deqf))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Max Depth = 32
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Call Chain = __aeabi_cdcmpeq
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _dcmpeq (Thumb, 120 bytes, Stack size 32 bytes, deqf.o(x$fpl$deqf), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __fpl_dnaninf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __fpl_dcmp_Inf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                _dcmpeq (Thumb, 120 bytes, Stack size 32 bytes, deqf.o(x$fpl$deqf), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __fpl_dnaninf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __fpl_dcmp_Inf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                __aeabi_d2iz (Thumb, 0 bytes, Stack size 32 bytes, dfix.o(x$fpl$dfix)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                __aeabi_d2iz (Thumb, 0 bytes, Stack size 32 bytes, dfix.o(x$fpl$dfix))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Max Depth = 32
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Call Chain = __aeabi_d2iz
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART1_Process_target -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __kernel_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART1_Process_target +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_cos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  _dfix (Thumb, 94 bytes, Stack size 32 bytes, dfix.o(x$fpl$dfix), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __fpl_dnaninf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _dfix (Thumb, 94 bytes, Stack size 32 bytes, dfix.o(x$fpl$dfix), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __aeabi_i2d (Thumb, 0 bytes, Stack size 0 bytes, dflt_clz.o(x$fpl$dflt)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   MotorController_SpeedTunner -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   Arm_Grab -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART1_Process_target_test -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   USART1_Process_target -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __ieee754_rem_pio2 +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      __aeabi_i2d (Thumb, 0 bytes, Stack size 0 bytes, dflt_clz.o(x$fpl$dflt)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   MotorController_SpeedTunner +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   Arm_Grab +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   USART1_Process_target_test +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   USART1_Process_target +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __ieee754_rem_pio2
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      _dflt (Thumb, 46 bytes, Stack size 0 bytes, dflt_clz.o(x$fpl$dflt), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      _dflt (Thumb, 46 bytes, Stack size 0 bytes, dflt_clz.o(x$fpl$dflt), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      __aeabi_ui2d (Thumb, 0 bytes, Stack size 0 bytes, dflt_clz.o(x$fpl$dfltu)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   MotorController_SpeedTunner -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __ieee754_rem_pio2 +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __aeabi_ui2d (Thumb, 0 bytes, Stack size 0 bytes, dflt_clz.o(x$fpl$dfltu)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   MotorController_SpeedTunner +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __ieee754_rem_pio2
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        _dfltu (Thumb, 38 bytes, Stack size 0 bytes, dflt_clz.o(x$fpl$dfltu), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        _dfltu (Thumb, 38 bytes, Stack size 0 bytes, dflt_clz.o(x$fpl$dfltu), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __aeabi_dmul (Thumb, 0 bytes, Stack size 32 bytes, dmul.o(x$fpl$dmul)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __aeabi_dmul (Thumb, 0 bytes, Stack size 32 bytes, dmul.o(x$fpl$dmul))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Max Depth = 32
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Call Chain = __aeabi_dmul
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   MotorController_SpeedTunner -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   ArmSolution -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   USART1_Process_target -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __kernel_poly -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __mathlib_dbl_underflow -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __kernel_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_atan -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   MotorController_SpeedTunner +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   USART1_Process_target +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_poly +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __mathlib_dbl_underflow +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          _dmul (Thumb, 332 bytes, Stack size 32 bytes, dmul.o(x$fpl$dmul), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __fpl_dretinf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __fpl_dnaninf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            _dmul (Thumb, 332 bytes, Stack size 32 bytes, dmul.o(x$fpl$dmul), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __fpl_dretinf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            __fpl_dnaninf (Thumb, 156 bytes, Stack size 16 bytes, dnaninf.o(x$fpl$dnaninf)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            __fpl_dnaninf (Thumb, 156 bytes, Stack size 16 bytes, dnaninf.o(x$fpl$dnaninf))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Call Chain = __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dsqrt -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dmul -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dfix -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dcmpeq -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _ddiv -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dadd -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _d2f +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dsqrt +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dfix +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dcmpeq +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _ddiv +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dadd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _d2f
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              __fpl_dretinf (Thumb, 12 bytes, Stack size 0 bytes, dretinf.o(x$fpl$dretinf), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _f2d -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dmul -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _ddiv -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dadd +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                __fpl_dretinf (Thumb, 12 bytes, Stack size 0 bytes, dretinf.o(x$fpl$dretinf), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   _f2d +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   _dmul +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   _ddiv +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   _dadd
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                __aeabi_drsub (Thumb, 0 bytes, Stack size 8 bytes, daddsub_clz.o(x$fpl$drsb)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                __aeabi_drsub (Thumb, 0 bytes, Stack size 8 bytes, daddsub_clz.o(x$fpl$drsb))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Max Depth = 8
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Call Chain = __aeabi_drsub
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   USART1_Process_target -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __kernel_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __hardfp_atan -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   USART1_Process_target +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __kernel_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  _drsb (Thumb, 22 bytes, Stack size 8 bytes, daddsub_clz.o(x$fpl$drsb), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   _dsub1 -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   _dadd1 +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _drsb (Thumb, 22 bytes, Stack size 8 bytes, daddsub_clz.o(x$fpl$drsb), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   _dsub1 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   _dadd1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _dsqrt (Thumb, 404 bytes, Stack size 24 bytes, dsqrt_umaal.o(x$fpl$dsqrt)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _dsqrt (Thumb, 404 bytes, Stack size 24 bytes, dsqrt_umaal.o(x$fpl$dsqrt))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Max Depth = 40
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Call Chain = _dsqrt ⇒ __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __fpl_dnaninf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __fpl_dnaninf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   sqrt -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   __hardfp_sqrt +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   sqrt +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_sqrt
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __aeabi_dsub (Thumb, 0 bytes, Stack size 32 bytes, daddsub_clz.o(x$fpl$dsub)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        __aeabi_dsub (Thumb, 0 bytes, Stack size 32 bytes, daddsub_clz.o(x$fpl$dsub))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Max Depth = 32
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Call Chain = __aeabi_dsub
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   ArmSolution -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __kernel_sin -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __ieee754_rem_pio2 -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __kernel_cos -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_atan -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   __hardfp_acos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_sin +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __ieee754_rem_pio2 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __kernel_cos +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_atan +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __hardfp_acos
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          _dsub (Thumb, 464 bytes, Stack size 32 bytes, daddsub_clz.o(x$fpl$dsub), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   __fpl_dnaninf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   _dadd1 +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            _dsub (Thumb, 464 bytes, Stack size 32 bytes, daddsub_clz.o(x$fpl$dsub), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   __fpl_dnaninf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dadd1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            __aeabi_f2d (Thumb, 0 bytes, Stack size 16 bytes, f2d.o(x$fpl$f2d)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            __aeabi_f2d (Thumb, 0 bytes, Stack size 16 bytes, f2d.o(x$fpl$f2d))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Max Depth = 16
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Call Chain = __aeabi_f2d
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   ArmSolution +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   ArmSolution
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _f2d (Thumb, 86 bytes, Stack size 16 bytes, f2d.o(x$fpl$f2d), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __fpl_fnaninf -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   __fpl_dretinf +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                _f2d (Thumb, 86 bytes, Stack size 16 bytes, f2d.o(x$fpl$f2d), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Calls]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __fpl_fnaninf +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   __fpl_dretinf
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                __fpl_fnaninf (Thumb, 140 bytes, Stack size 8 bytes, fnaninf.o(x$fpl$fnaninf), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • >>   _f2d +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  __fpl_fnaninf (Thumb, 140 bytes, Stack size 8 bytes, fnaninf.o(x$fpl$fnaninf), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   _f2d
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  _fp_init (Thumb, 10 bytes, Stack size 0 bytes, fpinit.o(x$fpl$fpinit)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • >>   __rt_lib_init_fp_1 +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    _fp_init (Thumb, 10 bytes, Stack size 0 bytes, fpinit.o(x$fpl$fpinit)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   __rt_lib_init_fp_1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __fplib_config_fpu_vfp (Thumb, 0 bytes, Stack size unknown bytes, fpinit.o(x$fpl$fpinit), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __fplib_config_fpu_vfp (Thumb, 0 bytes, Stack size unknown bytes, fpinit.o(x$fpl$fpinit), UNUSED) + +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __fplib_config_pureend_doubles (Thumb, 0 bytes, Stack size unknown bytes, fpinit.o(x$fpl$fpinit), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __fplib_config_pureend_doubles (Thumb, 0 bytes, Stack size unknown bytes, fpinit.o(x$fpl$fpinit), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __fpl_fretinf (Thumb, 10 bytes, Stack size 0 bytes, fretinf.o(x$fpl$fretinf), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   _d2f +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    __fpl_fretinf (Thumb, 10 bytes, Stack size 0 bytes, fretinf.o(x$fpl$fretinf), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • >>   _d2f +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      _printf_fp_dec (Thumb, 4 bytes, Stack size 0 bytes, printf1.o(x$fpl$printf1)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 320
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = _printf_fp_dec ⇒ _printf_fp_dec_real ⇒ _fp_digits ⇒ _btod_etento ⇒ _btod_emul ⇒ _e2e +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   _printf_fp_dec_real +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   _printf_f

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Local Symbols

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      SetSysClock (Thumb, 220 bytes, Stack size 12 bytes, system_stm32f4xx.o(i.SetSysClock)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      SetSysClock (Thumb, 220 bytes, Stack size 12 bytes, system_stm32f4xx.o(i.SetSysClock))

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Depth = 12
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Call Chain = SetSysClock
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • >>   SystemInit +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   SystemInit
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        stderr_putchar (Thumb, 4 bytes, Stack size 0 bytes, retarget_io.o(i.stderr_putchar)) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • >>   _sys_write +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          stderr_putchar (Thumb, 4 bytes, Stack size 0 bytes, retarget_io.o(i.stderr_putchar)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   _sys_write
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          _dadd1 (Thumb, 0 bytes, Stack size unknown bytes, daddsub_clz.o(x$fpl$dadd), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   _dsub -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • >>   _drsb +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            _dadd1 (Thumb, 0 bytes, Stack size unknown bytes, daddsub_clz.o(x$fpl$dadd), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dsub +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _drsb
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            _dsub1 (Thumb, 0 bytes, Stack size unknown bytes, daddsub_clz.o(x$fpl$dsub), UNUSED) -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _drsb -
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • >>   _dadd +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _dsub1 (Thumb, 0 bytes, Stack size unknown bytes, daddsub_clz.o(x$fpl$dsub), UNUSED) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _drsb +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _dadd +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _fp_digits (Thumb, 428 bytes, Stack size 96 bytes, _printf_fp_dec.o(.text)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Stack]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Max Depth = 216
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Call Chain = _fp_digits ⇒ _btod_etento ⇒ _btod_emul ⇒ _e2e +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Calls]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _btod_emul +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _btod_ediv +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _btod_d2e +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _btod_etento +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _ll_udiv10 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Called By]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • >>   _printf_fp_dec_real
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _printf_input_char (Thumb, 10 bytes, Stack size 0 bytes, _printf_char_common.o(.text)) +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _printf_input_char (Thumb, 10 bytes, Stack size 0 bytes, _printf_char_common.o(.text))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [Address Reference Count : 1]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • _printf_char_common.o(.text)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              diff --git a/STM32F407VE/Objects/STM32F407VE_STM32F407VE.dep b/STM32F407VE/Objects/STM32F407VE_STM32F407VE.dep index 1e5e55d..2718138 100644 --- a/STM32F407VE/Objects/STM32F407VE_STM32F407VE.dep +++ b/STM32F407VE/Objects/STM32F407VE_STM32F407VE.dep @@ -383,7 +383,7 @@ I (.\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dac.h)(0x5B911BB3) I (.\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dcmi.h)(0x5B911BB3) I (.\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_fsmc.h)(0x5B911BB3) F (.\User\tcrt5000.h)(0x626282CA)() -F (.\User\PID.c)(0x62628CDC)(--c99 -c --cpu Cortex-M4.fp -g -O0 --apcs=interwork --split_sections -I .\Libraries\CMSIS\Device\ST\STM32F4xx\Include -I .\Libraries\STM32F4xx_StdPeriph_Driver\inc -I .\Libraries\CMSIS\Include -I .\User -I .\eMPL -I.\RTE\_STM32F407VE -IC:\works\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.14.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include -IC:\works\Keil_v5\ARM\CMSIS\Include -D__UVISION_VERSION="523" -D_RTE_ -DSTM32F407xx -DUSE_STDPERIPH_DRIVER -DSTM32F40_41xxx -DEMPL_TARGET_STM32 -DMPU6050 -o .\objects\pid.o --omf_browse .\objects\pid.crf --depend .\objects\pid.d) +F (.\User\PID.c)(0x6263650F)(--c99 -c --cpu Cortex-M4.fp -g -O0 --apcs=interwork --split_sections -I .\Libraries\CMSIS\Device\ST\STM32F4xx\Include -I .\Libraries\STM32F4xx_StdPeriph_Driver\inc -I .\Libraries\CMSIS\Include -I .\User -I .\eMPL -I.\RTE\_STM32F407VE -IC:\works\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.14.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include -IC:\works\Keil_v5\ARM\CMSIS\Include -D__UVISION_VERSION="523" -D_RTE_ -DSTM32F407xx -DUSE_STDPERIPH_DRIVER -DSTM32F40_41xxx -DEMPL_TARGET_STM32 -DMPU6050 -o .\objects\pid.o --omf_browse .\objects\pid.crf --depend .\objects\pid.d) I (User\PID.h)(0x62628BCB) I (.\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x5BCDE8EE) I (.\Libraries\CMSIS\Include\core_cm4.h)(0x5B911BB2) @@ -508,7 +508,7 @@ I (C:\works\Keil_v5\ARM\ARMCC\include\stdarg.h)(0x57F606B8) I (User\NanoCommunication.h)(0x62629476) I (User\ArmSolution.h)(0x62612B32) F (.\User\NanoCommunication.h)(0x62629476)() -F (.\User\ArmSolution.c)(0x626294BC)(--c99 -c --cpu Cortex-M4.fp -g -O0 --apcs=interwork --split_sections -I .\Libraries\CMSIS\Device\ST\STM32F4xx\Include -I .\Libraries\STM32F4xx_StdPeriph_Driver\inc -I .\Libraries\CMSIS\Include -I .\User -I .\eMPL -I.\RTE\_STM32F407VE -IC:\works\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.14.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include -IC:\works\Keil_v5\ARM\CMSIS\Include -D__UVISION_VERSION="523" -D_RTE_ -DSTM32F407xx -DUSE_STDPERIPH_DRIVER -DSTM32F40_41xxx -DEMPL_TARGET_STM32 -DMPU6050 -o .\objects\armsolution.o --omf_browse .\objects\armsolution.crf --depend .\objects\armsolution.d) +F (.\User\ArmSolution.c)(0x62638561)(--c99 -c --cpu Cortex-M4.fp -g -O0 --apcs=interwork --split_sections -I .\Libraries\CMSIS\Device\ST\STM32F4xx\Include -I .\Libraries\STM32F4xx_StdPeriph_Driver\inc -I .\Libraries\CMSIS\Include -I .\User -I .\eMPL -I.\RTE\_STM32F407VE -IC:\works\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.14.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include -IC:\works\Keil_v5\ARM\CMSIS\Include -D__UVISION_VERSION="523" -D_RTE_ -DSTM32F407xx -DUSE_STDPERIPH_DRIVER -DSTM32F40_41xxx -DEMPL_TARGET_STM32 -DMPU6050 -o .\objects\armsolution.o --omf_browse .\objects\armsolution.crf --depend .\objects\armsolution.d) I (.\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h)(0x5BCDE8EE) I (.\Libraries\CMSIS\Include\core_cm4.h)(0x5B911BB2) I (C:\works\Keil_v5\ARM\ARMCC\include\stdint.h)(0x57F606B8) diff --git a/STM32F407VE/Objects/armsolution.crf b/STM32F407VE/Objects/armsolution.crf index 2f74bee8a19242f130ddea996f3a77e4f4598d93..9f0de2cb10c7d9618a313fd0dc86e9f5ead24b46 100644 GIT binary patch delta 326 zcmXAiF-rqM5QTR(m+WzCAqt9m$YC?W)nXwjEc^i?3Nqm7KM^9Fq_9xPLTX82Wp{<8 zg+*EwbipI$JWZm4ilyMJE_{!-yYt?(+Tm3@Jl_n0Ui0XrCirYOk|0e2U?fw?lEAyY zHpjUanbq7|PdmBCRI^TA+g)6!i!R}Kgg3Acc<1E7N#9A~q%`xs3Slf;@zsT#h{YrE zT!i=FMwymYvulUe7kxs@39{3op#PfEHM~3dW;w80JQ4OdT>zZgSd_#r!jgL!Q`ai2 zUfMbFY<9Go@t4`Y5Dv_qR#O{Gc2W!oha7n0fa3#Ti%W-uul&llluJj%F2Ya#|AGo{ WcH04e{*c&^z({OLILk&_#qbMPpJ`SA delta 319 zcmYk0ze~eV5XaxW#wH{k1RW}7h-A2eZi2Wvh`9S>I3$CAf&YP+q1sh2(80~Yt#rwt zyMwC=_6XdR||e44nFwYyLaF3-My=}f713lo349#-a4)-oZUEbn~_UEgGw5? z*4<6Ao>@D|TxLy|S*_X4EHIIFv+72pzNoH+Cj-8ved7Bv^vjSZ4afFrAzgLs3%wSq zM}Zn}kBGm2(R`rk56wrKPK~4b!UpYPJe3PSpdlwZGogACWI?j$*?w4Y22wPXM=S@%y_!HJIs_+>1 Tm^8=uYOFQ4G>uZfX3x_P3om6u diff --git a/STM32F407VE/Objects/armsolution.o b/STM32F407VE/Objects/armsolution.o index ef663c4c657e51c1c0ecce1bf6cfe39a23795f72..0fe7ffd2bccebfae468ff839a6ed5c96891c7e63 100644 GIT binary patch delta 14993 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 I%H!t001q{Q>;M1& delta 14526 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 diff --git a/STM32F407VE/Objects/pid.crf b/STM32F407VE/Objects/pid.crf index 897e9597a814b12bf933ffb72c3e6eea62f0bfc4..b1552a084da6332a6b680e8b43a34a11dc0bfb85 100644 GIT binary patch delta 53 zcmaF;QRekWnGMCYndC$ljCflPBPcY7^2BM>tIF*6Xe05K~Nvu&^CX3x_F025RZ A9{>OV delta 53 zcmaF;QRekWnGMCN0_Nsg?)F-4Mj&PaVrC#_0b*7lX4_uN&7P+V02FKy A9{>OV diff --git a/STM32F407VE/Objects/pid.o b/STM32F407VE/Objects/pid.o index 16c02e968a3e2b57961ecfb5d6d133dbe3ac7153..a09664b513e38b6b153f920aa4bab431006691a7 100644 GIT binary patch delta 5932 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 B@r?ig diff --git a/STM32F407VE/User/ArmSolution.c b/STM32F407VE/User/ArmSolution.c index c289194..e68839c 100644 --- a/STM32F407VE/User/ArmSolution.c +++ b/STM32F407VE/User/ArmSolution.c @@ -9,7 +9,7 @@ #define L2 40 #define L3 118 #define L4 35 -#define L5 172 +#define L5 163 #define L6 22 #define x1 (0) #define y1 0 @@ -219,7 +219,7 @@ void ArmSolution(double x,double y){ printf("解算错误\n"); return ; } - //printf("o1=%.2lf %.2lf\n", o1, o1 * 360 / 2 / pi); + printf("o1=%.2lf %.2lf\n", o1, o1 * 360 / 2 / pi); o4 = acos(1.0f * (B * B - L1 * L1 + A * A) / 2 / B / A); float o6 = acos(1.0f * ((L5 - L4) * (L5 - L4) + A * A - L6 * L6) / 2 / A / (L5 - L4)); @@ -227,7 +227,7 @@ void ArmSolution(double x,double y){ o5 = pi / 2 + o5; float o3 = pi - o4 - o5 - o6; - //printf("o3=%.2lf %.2lf\n", o3, o3 * 360 / 2 / pi); + printf("o3=%.2lf %.2lf\n", o3, o3 * 360 / 2 / pi); float a = x + L5 * sin(o3) + L6 * cos(o3) - x1; float b = y + L5 * cos(o3) - L6 * sin(o3) - y1; @@ -242,7 +242,7 @@ void ArmSolution(double x,double y){ if (o2 < 0) o2 += pi; - //printf("o2=%.2lf %.2lf\n", o2, o2 * 360 / 2 / 3.14159f); + printf("o2=%.2lf %.2lf\n", o2, o2 * 360 / 2 / 3.14159f); o4=o3; diff --git a/STM32F407VE/User/PID.c b/STM32F407VE/User/PID.c index ad46318..3705cfe 100644 --- a/STM32F407VE/User/PID.c +++ b/STM32F407VE/User/PID.c @@ -320,7 +320,7 @@ void Straight_go_mm(int nSpeed, int distance) } //单纯的后退一个格子后退出 -void Straight_back(int nSpeed) //直走一格后退出 +void Straight_back(int nSpeed) { PID s_PID; s_PIDInit(&s_PID); diff --git a/esp8266/3_4_1_SPIFFS_File_server/3_4_1_SPIFFS_File_server.ino b/esp8266/3_4_1_SPIFFS_File_server/3_4_1_SPIFFS_File_server.ino new file mode 100644 index 0000000..9ff3a40 --- /dev/null +++ b/esp8266/3_4_1_SPIFFS_File_server/3_4_1_SPIFFS_File_server.ino @@ -0,0 +1,105 @@ +/********************************************************************** +椤圭洰鍚嶇О/Project : 闆跺熀纭鍏ラ棬瀛︾敤鐗╄仈缃 +绋嬪簭鍚嶇О/Program name : 3_4_1_SPIFFS_File_server +鍥㈤槦/Team : 澶瀬鍒涘鍥㈤槦 / Taichi-Maker (www.taichi-maker.com) +浣滆/Author : CYNO鏈 +鏃ユ湡/Date锛圷YYYMMDD锛 : 20191109 +绋嬪簭鐩殑/Purpose : +褰撶敤鎴疯闂甆odeMCU鍦板潃鏃讹紝NodeMCU灏嗕細妫鏌ヨ闂湴鍧鏄惁鎸囧悜SPIFFS绯荤粺涓殑鏂囦欢锛屽苟涓 +灏嗚鏂囦欢鏄剧ず浜庣敤鎴风殑娴忚鍣ㄤ腑銆傚鏋滆闂湴鍧鎵鎸囧悜鐨勬枃浠舵棤娉曞湪SPIFFS涓壘鍒帮紝NodeMCU灏嗕細 +鍚戠敤鎴峰彂閫404淇℃伅銆 +----------------------------------------------------------------------- +淇鍘嗗彶/Revision History +鏃ユ湡/Date 浣滆/Author 鍙傝冨彿/Ref 淇璇存槑/Revision Description +20200211 CYNO鏈 0.01 淇敼浜唄andleNotFound鍑芥暟浣垮叾鏇寸洿瑙 +----------------------------------------------------------------------- +鏈ず渚嬬▼搴忎负澶瀬鍒涘鍥㈤槦鍒朵綔鐨勩婇浂鍩虹鍏ラ棬瀛︾敤鐗╄仈缃戙嬩腑绀轰緥绋嬪簭銆 +璇ユ暀绋嬩负瀵圭墿鑱旂綉寮鍙戞劅鍏磋叮鐨勬湅鍙嬫墍璁捐鍜屽埗浣溿傚闇浜嗚В鏇村璇ユ暀绋嬬殑淇℃伅锛岃鍙傝冧互涓嬬綉椤碉細 +http://www.taichi-maker.com/homepage/esp8266-nodemcu-iot/ +***********************************************************************/ + +#include +#include +#include +#include + +ESP8266WiFiMulti wifiMulti; // 寤虹珛ESP8266WiFiMulti瀵硅薄 + +ESP8266WebServer esp8266_server(80); // 寤虹珛缃戠粶鏈嶅姟鍣ㄥ璞★紝璇ュ璞$敤浜庡搷搴擧TTP璇锋眰銆傜洃鍚鍙o紙80锛 + +void setup() { + Serial.begin(9600); // 鍚姩涓插彛閫氳 + Serial.println(""); + + IPAddress local_IP(192,168,4,4); +IPAddress gateway(192,168,4,1); +IPAddress subnet(255,255,255,0); +WiFi.softAPConfig(local_IP, gateway, subnet); + WiFi.softAP("SoftAP001", "123456789"); + Serial.print("Soft-AP IP address = "); + Serial.println(WiFi.softAPIP()); + + if(SPIFFS.begin()){ // 鍚姩闂瓨鏂囦欢绯荤粺 + Serial.println("SPIFFS Started."); + } else { + Serial.println("SPIFFS Failed to Start."); + } + + esp8266_server.onNotFound(handleUserRequet); // 鍛婄煡绯荤粺濡備綍澶勭悊鐢ㄦ埛璇锋眰 + + esp8266_server.begin(); // 鍚姩缃戠珯鏈嶅姟 + Serial.println("HTTP server started"); +} + +void loop(void) { + esp8266_server.handleClient(); // 澶勭悊鐢ㄦ埛璇锋眰 +} + +// 澶勭悊鐢ㄦ埛娴忚鍣ㄧ殑HTTP璁块棶 +void handleUserRequet() { + + // 鑾峰彇鐢ㄦ埛璇锋眰缃戝潃淇℃伅 + String webAddress = esp8266_server.uri(); + + // 閫氳繃handleFileRead鍑芥暟澶勫鐞嗙敤鎴疯闂 + bool fileReadOK = handleFileRead(webAddress); + + // 濡傛灉鍦⊿PIFFS鏃犳硶鎵惧埌鐢ㄦ埛璁块棶鐨勮祫婧愶紝鍒欏洖澶404 (Not Found) + if (!fileReadOK){ + esp8266_server.send(404, "text/plain", "404 Not Found"); + } +} + +bool handleFileRead(String path) { //澶勭悊娴忚鍣℉TTP璁块棶 + + if (path.endsWith("/")) { // 濡傛灉璁块棶鍦板潃浠"/"涓虹粨灏 + path = "/index.html"; // 鍒欏皢璁块棶鍦板潃淇敼涓/index.html渚夸簬SPIFFS璁块棶 + } + + String contentType = getContentType(path); // 鑾峰彇鏂囦欢绫诲瀷 + + if (SPIFFS.exists(path)) { // 濡傛灉璁块棶鐨勬枃浠跺彲浠ュ湪SPIFFS涓壘鍒 + File file = SPIFFS.open(path, "r"); // 鍒欏皾璇曟墦寮璇ユ枃浠 + esp8266_server.streamFile(file, contentType);// 骞朵笖灏嗚鏂囦欢杩斿洖缁欐祻瑙堝櫒 + file.close(); // 骞朵笖鍏抽棴鏂囦欢 + return true; // 杩斿洖true + } + return false; // 濡傛灉鏂囦欢鏈壘鍒帮紝鍒欒繑鍥瀎alse +} + +// 鑾峰彇鏂囦欢绫诲瀷 +String getContentType(String filename){ + if(filename.endsWith(".htm")) return "text/html"; + else if(filename.endsWith(".html")) return "text/html"; + else if(filename.endsWith(".css")) return "text/css"; + else if(filename.endsWith(".js")) return "application/javascript"; + else if(filename.endsWith(".png")) return "image/png"; + else if(filename.endsWith(".gif")) return "image/gif"; + else if(filename.endsWith(".jpg")) return "image/jpeg"; + else if(filename.endsWith(".ico")) return "image/x-icon"; + else if(filename.endsWith(".xml")) return "text/xml"; + else if(filename.endsWith(".pdf")) return "application/x-pdf"; + else if(filename.endsWith(".zip")) return "application/x-zip"; + else if(filename.endsWith(".gz")) return "application/x-gzip"; + return "text/plain"; +} diff --git a/esp8266/3_4_1_SPIFFS_File_server/data/JavaScript.js b/esp8266/3_4_1_SPIFFS_File_server/data/JavaScript.js new file mode 100644 index 0000000..360a8ee --- /dev/null +++ b/esp8266/3_4_1_SPIFFS_File_server/data/JavaScript.js @@ -0,0 +1,5 @@ +setTimeout(function() { + let jsParagraph = document.createElement("p"); + jsParagraph.textContent = "Hello from JavaScript.js!"; + document.body.appendChild(jsParagraph); +}, 1000); \ No newline at end of file diff --git a/esp8266/3_4_1_SPIFFS_File_server/data/clock.js b/esp8266/3_4_1_SPIFFS_File_server/data/clock.js new file mode 100644 index 0000000..bcb8353 --- /dev/null +++ b/esp8266/3_4_1_SPIFFS_File_server/data/clock.js @@ -0,0 +1,30 @@ +/** + * 鍔ㄦ佹樉绀哄綋鍓嶆椂闂 + */ +function showDateTime(){ + var sWeek=new Array("鏃","涓","浜","涓","鍥","浜","鍏"); //澹版槑鏁扮粍瀛樺偍涓鍛ㄤ竷澶 + var myDate=new Date(); //鑾峰彇褰撳ぉ鏃ユ湡 + var sYear=myDate.getFullYear(); //鑾峰彇骞 + var sMonth=myDate.getMonth()+1; //鑾峰彇鏈 + var sDate=myDate.getDate(); //鑾峰彇鏃 + var sDay=sWeek[myDate.getDay()]; //鏍规嵁寰楀埌鐨勬暟瀛楁槦鏈,鍒╃敤鏁扮粍杞寲涓烘槦鏈 + var h=myDate.getHours(); //鑾峰彇灏忔椂 + var m=myDate.getMinutes(); //鑾峰彇鍒嗛挓 + var s=myDate.getSeconds(); //鑾峰彇绉 + //杈撳叆鏃ユ湡鍜屾槦鏈 + document.getElementById("date").innerHTML=(sYear+"骞"+sMonth+"鏈"+sDate+"鏃"+"鏄熸湡"+sDay+"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "); + h = formatTwoDigits(h); //鏍煎紡鍖栧皬鏃,濡傛灉涓嶈冻涓や綅鍦ㄥ墠闈㈣ˉ0 + m = formatTwoDigits(m); //鏍煎紡鍖栧垎閽,濡傛灉涓嶈冻涓や綅鍦ㄥ墠闈㈣ˉ0 + s = formatTwoDigits(s); //鏍煎紡鍖栫閽熷悗,濡傛灉涓嶈冻涓や綅鍦ㄥ墠闈㈣ˉ0 + //鏄剧ず鏃堕棿 + document.getElementById("msg").innerHTML=(h+":"+m+":"+s+"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "); + setTimeout("showDateTime()",1000);//姣忕鎵ц涓娆howDateTime鍑芥暟 +} +window.onload=showDateTime;//鍦ㄦ暣涓〉闈㈠姞杞藉畬鎴愬悗鎵ц姝ゅ嚱鏁 +//濡傛灉杈撳叆鏁版槸涓浣嶆暟,鍒欏湪鍗佷綅涓婅ˉ0 +function formatTwoDigits(s) { + if (s<10) + return "0"+s; + else + return s; +} diff --git a/esp8266/3_4_1_SPIFFS_File_server/data/favicon.ico b/esp8266/3_4_1_SPIFFS_File_server/data/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..9b7b864448e64fac17504c411040095a2918187b GIT binary patch literal 16958 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 A<^TWy literal 0 HcmV?d00001 diff --git a/esp8266/3_4_1_SPIFFS_File_server/data/img/taichi-maker.jpg b/esp8266/3_4_1_SPIFFS_File_server/data/img/taichi-maker.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a63d4a5e76433cb2d3cd3bd90ab0b63c99ee3cca GIT binary patch literal 34044 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 + + + + + 澶瀬鍒涘-闆跺熀纭鍏ラ棬瀛︾敤鐗╄仈缃戞暀绋 + + + +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              + 澶瀬鍒涘 +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ESP8266 SPIFFS web server绀轰緥

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              姝ら〉闈㈢敤浜庢紨绀哄浣曢氳繃ESP8266寮鍙戞澘鐨凷PIFFS涓鍙栨枃浠跺苟鏄剧ず浜庢祻瑙堝櫒涓

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              鏈暀绋嬪彲鍦ㄥお鏋佸垱瀹㈢綉绔欏厤璐硅幏鍙栥傚お鏋佸垱瀹㈢綉鍧锛 www.taichi-maker.com . +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              鍒涘缓椤甸潰鏃跺彲浠ヤ娇鐢╟ss銆傝繖閲岀殑瀛椾綋鏄孩鑹诧紝鍘熷洜鏄娇鐢ㄤ簡css銆

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              + + +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              椤甸潰鏀寔JavaScript锛屼互涓嬫椂閽/鏃ユ湡浣跨敤JavaScript瀹炵幇銆

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              + + diff --git a/esp8266/3_4_1_SPIFFS_File_server/data/main.css b/esp8266/3_4_1_SPIFFS_File_server/data/main.css new file mode 100644 index 0000000..4ae66d5 --- /dev/null +++ b/esp8266/3_4_1_SPIFFS_File_server/data/main.css @@ -0,0 +1,8 @@ +body { + font-family: sans-serif; + color: #444; +} + +p.red { + color: red; +} diff --git a/esp8266/3_4_5_SPIFFS_PWM_Control_Server/3_4_5_SPIFFS_PWM_Control_Server.ino b/esp8266/3_4_5_SPIFFS_PWM_Control_Server/3_4_5_SPIFFS_PWM_Control_Server.ino new file mode 100644 index 0000000..01bd3a7 --- /dev/null +++ b/esp8266/3_4_5_SPIFFS_PWM_Control_Server/3_4_5_SPIFFS_PWM_Control_Server.ino @@ -0,0 +1,145 @@ +/********************************************************************** +椤圭洰鍚嶇О/Project : 闆跺熀纭鍏ラ棬瀛︾敤鐗╄仈缃 +绋嬪簭鍚嶇О/Program name : 3_4_5_SPIFFS_PWM_Control_Server +鍥㈤槦/Team : 澶瀬鍒涘鍥㈤槦 / Taichi-Maker (www.taichi-maker.com) +浣滆/Author : CYNO鏈 +鏃ユ湡/Date锛圷YYYMMDD锛 : 20200211 +绋嬪簭鐩殑/Purpose : +姝ょ▼搴忕敤浜庢紨绀哄浣曢氳繃缃戦〉鍥惧舰鐣岄潰鎺у埗ESP8266鐨凱WM寮曡剼 +----------------------------------------------------------------------- +淇鍘嗗彶/Revision History +鏃ユ湡/Date 浣滆/Author 鍙傝冨彿/Ref 淇璇存槑/Revision Description +20200212 CYNO鏈 0.01 娣诲姞浜嗘暀绋嬭鏄庝俊鎭 +20200218 CYNO鏈 0.02 涓鑷存ц皟鏁 +----------------------------------------------------------------------- +鏈ず渚嬬▼搴忎负澶瀬鍒涘鍥㈤槦鍒朵綔鐨勩婇浂鍩虹鍏ラ棬瀛︾敤鐗╄仈缃戙嬩腑绀轰緥绋嬪簭銆 +璇ユ暀绋嬩负瀵圭墿鑱旂綉寮鍙戞劅鍏磋叮鐨勬湅鍙嬫墍璁捐鍜屽埗浣溿傚闇浜嗚В鏇村璇ユ暀绋嬬殑淇℃伅锛岃鍙傝冧互涓嬬綉椤碉細 +http://www.taichi-maker.com/homepage/esp8266-nodemcu-iot/ + +鏈ず渚嬬▼搴忓弬鑰冧互涓嬬綉缁滆祫婧愪腑淇℃伅锛岀▼搴忎綔鑰呭湪姝よ祫婧愬熀纭涓婅繘琛屼簡淇敼鍜岃皟鏁翠娇鍏舵洿鍔犻傚悎瀛︿範浣跨敤銆 +https://circuits4you.com/2018/02/03/esp8266-nodemcu-adc-analog-value-on-dial-gauge/ +***********************************************************************/ + +#include +#include +#include +#include + +ESP8266WiFiMulti wifiMulti; // 寤虹珛ESP8266WiFiMulti瀵硅薄 + +ESP8266WebServer esp8266_server(80);// 寤虹珛esp8266缃戠珯鏈嶅姟鍣ㄥ璞 + +void setup() { + Serial.begin(9600); + Serial.println(""); + + pinMode(LED_BUILTIN, OUTPUT); // 璁剧疆寮鍙戞澘鍐呯疆LED寮曡剼涓鸿緭鍑烘ā寮 + +// wifiMulti.addAP("life_in_nbu", "nbu12345"); // 灏嗛渶瑕佽繛鎺ョ殑涓绯诲垪WiFi ID鍜屽瘑鐮佽緭鍏ヨ繖閲 +// wifiMulti.addAP("ssid_from_AP_2", "your_password_for_AP_2"); // ESP8266-NodeMCU鍐嶅惎鍔ㄥ悗浼氭壂鎻忓綋鍓嶇綉缁 +// wifiMulti.addAP("ssid_from_AP_3", "your_password_for_AP_3"); // 鐜鏌ユ壘鏄惁鏈夎繖閲屽垪鍑虹殑WiFi ID銆傚鏋滄湁 +// Serial.println("Connecting ..."); // 鍒欏皾璇曚娇鐢ㄦ澶勫瓨鍌ㄧ殑瀵嗙爜杩涜杩炴帴銆 + +// int i = 0; +// while (wifiMulti.run() != WL_CONNECTED) { // 灏濊瘯杩涜wifi杩炴帴銆 +// delay(1000); +// Serial.print(i++); Serial.print(' '); +// } +// +// // WiFi杩炴帴鎴愬姛鍚庡皢閫氳繃涓插彛鐩戣鍣ㄨ緭鍑鸿繛鎺ユ垚鍔熶俊鎭 +// Serial.println('\n'); +// Serial.print("Connected to "); +// Serial.println(WiFi.SSID()); // 閫氳繃涓插彛鐩戣鍣ㄨ緭鍑鸿繛鎺ョ殑WiFi鍚嶇О +// Serial.print("IP address:\t"); +// Serial.println(WiFi.localIP()); // 閫氳繃涓插彛鐩戣鍣ㄨ緭鍑篍SP8266-NodeMCU鐨処P + +IPAddress local_IP(192,168,4,4); +IPAddress gateway(192,168,4,1); +IPAddress subnet(255,255,255,0); +WiFi.softAPConfig(local_IP, gateway, subnet); + WiFi.softAP("SoftAP001", "123456789"); + Serial.print("Soft-AP IP address = "); + Serial.println(WiFi.softAPIP()); + + if(SPIFFS.begin()){ // 鍚姩闂瓨鏂囦欢绯荤粺 + Serial.println("SPIFFS Started."); + } else { + Serial.println("SPIFFS Failed to Start."); + } + + //鍒濆鍖栫綉缁滄湇鍔″櫒 + esp8266_server.on("/setLED",handlePWM); // 澶勭悊PWM璁剧疆璇锋眰 + esp8266_server.onNotFound(handleUserRequest); // 澶勭悊缃戠粶璇锋眰 + + // 鍚姩缃戠珯鏈嶅姟 + esp8266_server.begin(); + Serial.println("HTTP server started"); +} + +void loop() { + esp8266_server.handleClient(); // 澶勭悊瀹㈡埛绔姹 +} + +// 澶勭悊PWM璁剧疆璇锋眰骞跺寮曡剼杩涜PWM璁剧疆 +void handlePWM(){ + String pwmStr = esp8266_server.arg("pwm"); // 鑾峰彇鐢ㄦ埛璇锋眰涓殑PWM鏁板 + Serial.print("pwmStr = ");Serial.println(pwmStr); + + int pwmVal = pwmStr.toInt(); // 灏嗙敤鎴疯姹備腑鐨凱WM鏁板艰浆鎹负鏁存暟 + pwmVal = 1023 - map(pwmVal,0,100,0,1023); // 鐢ㄦ埛璇锋眰鏁板间负0-100锛岃浆涓0-1023 + Serial.print("pwmVal = ");Serial.println(pwmVal); + + analogWrite(LED_BUILTIN, pwmVal); // 瀹炵幇PWM寮曡剼璁剧疆 + esp8266_server.send(200, "text/plain");//鍚戝鎴风鍙戦200鍝嶅簲淇℃伅 +} + +// 澶勭悊鐢ㄦ埛娴忚鍣ㄧ殑HTTP璁块棶 +void handleUserRequest() { + + // 鑾峰彇鐢ㄦ埛璇锋眰璧勬簮(Request Resource锛 + String reqResource = esp8266_server.uri(); + Serial.print("reqResource: "); + Serial.println(reqResource); + + // 閫氳繃handleFileRead鍑芥暟澶勫鐞嗙敤鎴疯姹傝祫婧 + bool fileReadOK = handleFileRead(reqResource); + + // 濡傛灉鍦⊿PIFFS鏃犳硶鎵惧埌鐢ㄦ埛璁块棶鐨勮祫婧愶紝鍒欏洖澶404 (Not Found) + if (!fileReadOK){ + esp8266_server.send(404, "text/plain", "404 Not Found"); + } +} + +bool handleFileRead(String resource) { //澶勭悊娴忚鍣℉TTP璁块棶 + + if (resource.endsWith("/")) { // 濡傛灉璁块棶鍦板潃浠"/"涓虹粨灏 + resource = "/index.html"; // 鍒欏皢璁块棶鍦板潃淇敼涓/index.html渚夸簬SPIFFS璁块棶 + } + + String contentType = getContentType(resource); // 鑾峰彇鏂囦欢绫诲瀷 + + if (SPIFFS.exists(resource)) { // 濡傛灉璁块棶鐨勬枃浠跺彲浠ュ湪SPIFFS涓壘鍒 + File file = SPIFFS.open(resource, "r"); // 鍒欏皾璇曟墦寮璇ユ枃浠 + esp8266_server.streamFile(file, contentType);// 骞朵笖灏嗚鏂囦欢杩斿洖缁欐祻瑙堝櫒 + file.close(); // 骞朵笖鍏抽棴鏂囦欢 + return true; // 杩斿洖true + } + return false; // 濡傛灉鏂囦欢鏈壘鍒帮紝鍒欒繑鍥瀎alse +} + +// 鑾峰彇鏂囦欢绫诲瀷 +String getContentType(String filename){ + if(filename.endsWith(".htm")) return "text/html"; + else if(filename.endsWith(".html")) return "text/html"; + else if(filename.endsWith(".css")) return "text/css"; + else if(filename.endsWith(".js")) return "application/javascript"; + else if(filename.endsWith(".png")) return "image/png"; + else if(filename.endsWith(".gif")) return "image/gif"; + else if(filename.endsWith(".jpg")) return "image/jpeg"; + else if(filename.endsWith(".ico")) return "image/x-icon"; + else if(filename.endsWith(".xml")) return "text/xml"; + else if(filename.endsWith(".pdf")) return "application/x-pdf"; + else if(filename.endsWith(".zip")) return "application/x-zip"; + else if(filename.endsWith(".gz")) return "application/x-gzip"; + return "text/plain"; +} diff --git a/esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/img/taichi-maker.jpg b/esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/img/taichi-maker.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a63d4a5e76433cb2d3cd3bd90ab0b63c99ee3cca GIT binary patch literal 34044 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 + + + +澶瀬鍒涘-闆跺熀纭鍏ラ棬瀛︾敤鐗╄仈缃戞暀绋 + + + + + + +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +澶瀬鍒涘 +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              浠ヤ笅鏃嬮挳鍙帶鍒禘SP8266寮鍙戞澘LED浜害

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              + + + +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              姝ら〉闈㈢敤浜庢紨绀哄浣曢氳繃缃戦〉鎺у埗ESP8266寮曡剼鐨凱WM鏁板笺 +鏈暀绋嬪彲鍦ㄥお鏋佸垱瀹㈢綉绔欏厤璐硅幏鍙栥

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              澶瀬鍒涘缃戝潃锛 www.taichi-maker.com

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              + + + diff --git a/esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/jquery.min.js b/esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/jquery.min.js new file mode 100644 index 0000000..4d9b3a2 --- /dev/null +++ b/esp8266/3_4_5_SPIFFS_PWM_Control_Server/data/jquery.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "],col:[2,"","
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "],tr:[2,"","
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "],td:[3,"","
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w("