略微调整格式
This commit is contained in:
parent
5a178a8c2b
commit
7ee0b5e58d
@ -1,17 +0,0 @@
|
|||||||
#ifndef __CLANGD_FALLBACK_STRING_H__
|
|
||||||
#define __CLANGD_FALLBACK_STRING_H__
|
|
||||||
|
|
||||||
typedef __SIZE_TYPE__ size_t;
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void *memset(void *s, int c, size_t n);
|
|
||||||
void *memcpy(void *dest, const void *src, size_t n);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
4
Code/.vscode/settings.json
vendored
4
Code/.vscode/settings.json
vendored
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"app_dwin_gui.h": "c",
|
"app_dwin_gui.h": "c",
|
||||||
"bsp_common.h": "c",
|
"bsp_common.h": "c",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"cmake.sourceDirectory": "G:/xqqWorkspace/STM32MiniC8T6_TestLogic/Code/middleware/FreeRTOS/Kernel",
|
"cmake.sourceDirectory": "G:/xqqWorkspace/STM32MiniC8T6_TestLogic/Code/middleware/FreeRTOS/Kernel",
|
||||||
"C_Cpp.intelliSenseEngine": "disabled",
|
"C_Cpp.intelliSenseEngine": "disabled",
|
||||||
"clangd.path": "C:/Users/xqq/AppData/Local/Microsoft/WinGet/Packages/LLVM.clangd_Microsoft.Winget.Source_8wekyb3d8bbwe/clangd_22.1.0/bin/clangd.exe",
|
"clangd.path": "C:/Users/Z2F/AppData/Local/Microsoft/WinGet/Packages/LLVM.clangd_Microsoft.Winget.Source_8wekyb3d8bbwe/clangd_22.1.0/bin/clangd.exe",
|
||||||
"clangd.arguments": [
|
"clangd.arguments": [
|
||||||
"--compile-commands-dir=.",
|
"--compile-commands-dir=.",
|
||||||
"--background-index",
|
"--background-index",
|
||||||
|
|||||||
8
Code/app/inc/app_dehy_test.h
Normal file
8
Code/app/inc/app_dehy_test.h
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef __APP_DEHY_TEST_H__
|
||||||
|
#define __APP_DEHY_TEST_H__
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif // __APP_DEHY_TEST_H__
|
||||||
12
Code/app/src/app_dehy_test.c
Normal file
12
Code/app/src/app_dehy_test.c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#include "app_dehy_test.h"
|
||||||
|
#include "mw_dehy_test.h"
|
||||||
|
/*************************************************************************************
|
||||||
|
* @brief
|
||||||
|
*
|
||||||
|
* @warning 【不可重入,阻塞等警告】
|
||||||
|
* @note 【重大修改】
|
||||||
|
*************************************************************************************/
|
||||||
|
void app_dehy_test_task(void)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -21,7 +21,7 @@
|
|||||||
// #include "bsp.h"
|
// #include "bsp.h"
|
||||||
|
|
||||||
|
|
||||||
#include "dehy_test.h"
|
#include "mw_dehy_test.h"
|
||||||
|
|
||||||
#define LED_INDICATOR (LED1)
|
#define LED_INDICATOR (LED1)
|
||||||
#define LED_RGB_RED (RGB_RED)
|
#define LED_RGB_RED (RGB_RED)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
#include "dehy_test.h"
|
#include "mw_dehy_test.h"
|
||||||
#include "mw_soft_timer.h"
|
#include "mw_soft_timer.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
#ifndef __DEHY_TEST_H__
|
#ifndef __MW_DEHY_TEST_H__
|
||||||
#define __DEHY_TEST_H__
|
#define __MW_DEHY_TEST_H__
|
||||||
|
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
|
||||||
@ -29,8 +29,8 @@ Section Cross References
|
|||||||
app_led.o(i.app_led_indicator_state_manage) refers to app_led.o(.data) for run_state
|
app_led.o(i.app_led_indicator_state_manage) refers to app_led.o(.data) for run_state
|
||||||
app_led.o(i.app_led_indicator_task) refers to app_led.o(i.app_led_indicator_state_manage) for app_led_indicator_state_manage
|
app_led.o(i.app_led_indicator_task) refers to app_led.o(i.app_led_indicator_state_manage) for app_led_indicator_state_manage
|
||||||
app_led.o(i.app_led_indicator_task) refers to app_led.o(i.app_led_indicator_process) for app_led_indicator_process
|
app_led.o(i.app_led_indicator_task) refers to app_led.o(i.app_led_indicator_process) for app_led_indicator_process
|
||||||
app_led.o(i.app_led_indicator_task) refers to dehy_test.o(i.supershake_speed_limit) for supershake_speed_limit
|
app_led.o(i.app_led_indicator_task) refers to mw_dehy_test.o(i.supershake_speed_limit) for supershake_speed_limit
|
||||||
app_led.o(i.app_led_indicator_task) refers to dehy_test.o(i.dehy_speed_up) for dehy_speed_up
|
app_led.o(i.app_led_indicator_task) refers to mw_dehy_test.o(i.dehy_speed_up) for dehy_speed_up
|
||||||
app_led.o(i.app_led_indicator_task) refers to app_led.o(.data) for dehy_init_enable
|
app_led.o(i.app_led_indicator_task) refers to app_led.o(.data) for dehy_init_enable
|
||||||
app_led.o(i.app_led_init) refers to app_led.o(.data) for led_indicator_mode
|
app_led.o(i.app_led_init) refers to app_led.o(.data) for led_indicator_mode
|
||||||
app_led.o(i.led_indicator_fault_process) refers to app_led.o(.data) for indicator_local_machState
|
app_led.o(i.led_indicator_fault_process) refers to app_led.o(.data) for indicator_local_machState
|
||||||
@ -497,29 +497,29 @@ Section Cross References
|
|||||||
w25q64.o(i.W25Q64_WriteEnable) refers to myspi.o(i.MySPI_Start) for MySPI_Start
|
w25q64.o(i.W25Q64_WriteEnable) refers to myspi.o(i.MySPI_Start) for MySPI_Start
|
||||||
w25q64.o(i.W25Q64_WriteEnable) refers to myspi.o(i.MySPI_SwapByte) for MySPI_SwapByte
|
w25q64.o(i.W25Q64_WriteEnable) refers to myspi.o(i.MySPI_SwapByte) for MySPI_SwapByte
|
||||||
w25q64.o(i.W25Q64_WriteEnable) refers to myspi.o(i.MySPI_Stop) for MySPI_Stop
|
w25q64.o(i.W25Q64_WriteEnable) refers to myspi.o(i.MySPI_Stop) for MySPI_Stop
|
||||||
dehy_test.o(i.dehy_speed_up) refers to mw_soft_timer.o(i.get_systick_ms) for get_systick_ms
|
mw_dehy_test.o(i.dehy_speed_up) refers to mw_soft_timer.o(i.get_systick_ms) for get_systick_ms
|
||||||
dehy_test.o(i.dehy_speed_up) refers to dehy_test.o(i.motor_speed_set) for motor_speed_set
|
mw_dehy_test.o(i.dehy_speed_up) refers to mw_dehy_test.o(i.motor_speed_set) for motor_speed_set
|
||||||
dehy_test.o(i.dehy_speed_up) refers to dehy_test.o(.data) for add_speed_state
|
mw_dehy_test.o(i.dehy_speed_up) refers to mw_dehy_test.o(.data) for add_speed_state
|
||||||
dehy_test.o(i.get_imu_data) refers to dehy_test.o(.data) for rt_imu_data
|
mw_dehy_test.o(i.get_imu_data) refers to mw_dehy_test.o(.data) for rt_imu_data
|
||||||
dehy_test.o(i.motor_speed_set) refers to dehy_test.o(.data) for speed_set_val
|
mw_dehy_test.o(i.motor_speed_set) refers to mw_dehy_test.o(.data) for speed_set_val
|
||||||
dehy_test.o(i.supershake_record_init) refers to memseta.o(.text) for __aeabi_memclr
|
mw_dehy_test.o(i.supershake_record_init) refers to memseta.o(.text) for __aeabi_memclr
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_mid_dehy_supershake_value) for get_set_mid_dehy_supershake_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_mid_dehy_supershake_value) for get_set_mid_dehy_supershake_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_mid_dehy_speed_value) for get_set_mid_dehy_speed_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_mid_dehy_speed_value) for get_set_mid_dehy_speed_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_high_1_dehy_supershake_value) for get_set_high_1_dehy_supershake_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_high_1_dehy_supershake_value) for get_set_high_1_dehy_supershake_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_high_1_dehy_speed_value) for get_set_high_1_dehy_speed_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_high_1_dehy_speed_value) for get_set_high_1_dehy_speed_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_high_2_dehy_supershake_value) for get_set_high_2_dehy_supershake_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_high_2_dehy_supershake_value) for get_set_high_2_dehy_supershake_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_high_2_dehy_speed_value) for get_set_high_2_dehy_speed_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_high_2_dehy_speed_value) for get_set_high_2_dehy_speed_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_high_3_dehy_supershake_value) for get_set_high_3_dehy_supershake_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_high_3_dehy_supershake_value) for get_set_high_3_dehy_supershake_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_high_3_dehy_speed_value) for get_set_high_3_dehy_speed_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_high_3_dehy_speed_value) for get_set_high_3_dehy_speed_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_high_4_dehy_supershake_value) for get_set_high_4_dehy_supershake_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_high_4_dehy_supershake_value) for get_set_high_4_dehy_supershake_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(i.get_set_high_4_dehy_speed_value) for get_set_high_4_dehy_speed_value
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(i.get_set_high_4_dehy_speed_value) for get_set_high_4_dehy_speed_value
|
||||||
dehy_test.o(i.supershake_record_init) refers to dehy_test.o(.bss) for supershake_record
|
mw_dehy_test.o(i.supershake_record_init) refers to mw_dehy_test.o(.bss) for supershake_record
|
||||||
dehy_test.o(i.supershake_speed_limit) refers to dehy_test.o(i.supershake_record_init) for supershake_record_init
|
mw_dehy_test.o(i.supershake_speed_limit) refers to mw_dehy_test.o(i.supershake_record_init) for supershake_record_init
|
||||||
dehy_test.o(i.supershake_speed_limit) refers to dehy_test.o(i.get_set_high_4_dehy_speed_value) for get_set_high_4_dehy_speed_value
|
mw_dehy_test.o(i.supershake_speed_limit) refers to mw_dehy_test.o(i.get_set_high_4_dehy_speed_value) for get_set_high_4_dehy_speed_value
|
||||||
dehy_test.o(i.supershake_speed_limit) refers to dehy_test.o(i.get_imu_data) for get_imu_data
|
mw_dehy_test.o(i.supershake_speed_limit) refers to mw_dehy_test.o(i.get_imu_data) for get_imu_data
|
||||||
dehy_test.o(i.supershake_speed_limit) refers to mw_soft_timer.o(i.get_systick_ms) for get_systick_ms
|
mw_dehy_test.o(i.supershake_speed_limit) refers to mw_soft_timer.o(i.get_systick_ms) for get_systick_ms
|
||||||
dehy_test.o(i.supershake_speed_limit) refers to dehy_test.o(.data) for supershake_limit_speed_state
|
mw_dehy_test.o(i.supershake_speed_limit) refers to mw_dehy_test.o(.data) for supershake_limit_speed_state
|
||||||
dehy_test.o(i.supershake_speed_limit) refers to dehy_test.o(.bss) for supershake_record
|
mw_dehy_test.o(i.supershake_speed_limit) refers to mw_dehy_test.o(.bss) for supershake_record
|
||||||
entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000F) for __rt_final_cpp
|
entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000F) for __rt_final_cpp
|
||||||
entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$00000011) for __rt_final_exit
|
entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$00000011) for __rt_final_exit
|
||||||
entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry12b.o(.ARM.Collect$$$$0000000E) for __rt_lib_shutdown_fini
|
entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry12b.o(.ARM.Collect$$$$0000000E) for __rt_lib_shutdown_fini
|
||||||
@ -1490,7 +1490,7 @@ Image Symbol Table
|
|||||||
..\Code\library\STM32F10x_StdPeriph_Lib_V3.6.0\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c 0x00000000 Number 0 stm32f10x_wwdg.o ABSOLUTE
|
..\Code\library\STM32F10x_StdPeriph_Lib_V3.6.0\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c 0x00000000 Number 0 stm32f10x_wwdg.o ABSOLUTE
|
||||||
..\Code\middleware\DHT11\mw_dht11.c 0x00000000 Number 0 mw_dht11.o ABSOLUTE
|
..\Code\middleware\DHT11\mw_dht11.c 0x00000000 Number 0 mw_dht11.o ABSOLUTE
|
||||||
..\Code\middleware\DebugLog\mw_debug_log.c 0x00000000 Number 0 mw_debug_log.o ABSOLUTE
|
..\Code\middleware\DebugLog\mw_debug_log.c 0x00000000 Number 0 mw_debug_log.o ABSOLUTE
|
||||||
..\Code\middleware\DehyTest\dehy_test.c 0x00000000 Number 0 dehy_test.o ABSOLUTE
|
..\Code\middleware\DehyTest\mw_dehy_test.c 0x00000000 Number 0 mw_dehy_test.o ABSOLUTE
|
||||||
..\Code\middleware\IrController\mw_ir_controller.c 0x00000000 Number 0 mw_ir_controller.o ABSOLUTE
|
..\Code\middleware\IrController\mw_ir_controller.c 0x00000000 Number 0 mw_ir_controller.o ABSOLUTE
|
||||||
..\Code\middleware\Led\mw_led.c 0x00000000 Number 0 mw_led.o ABSOLUTE
|
..\Code\middleware\Led\mw_led.c 0x00000000 Number 0 mw_led.o ABSOLUTE
|
||||||
..\Code\middleware\Motor\mw_motor.c 0x00000000 Number 0 mw_motor.o ABSOLUTE
|
..\Code\middleware\Motor\mw_motor.c 0x00000000 Number 0 mw_motor.o ABSOLUTE
|
||||||
@ -1597,37 +1597,37 @@ Image Symbol Table
|
|||||||
i.bsp_timer_init 0x080014f8 Section 0 bsp_timer.o(i.bsp_timer_init)
|
i.bsp_timer_init 0x080014f8 Section 0 bsp_timer.o(i.bsp_timer_init)
|
||||||
i.bsp_usartTotalInit 0x08001594 Section 0 bsp_usart.o(i.bsp_usartTotalInit)
|
i.bsp_usartTotalInit 0x08001594 Section 0 bsp_usart.o(i.bsp_usartTotalInit)
|
||||||
i.bsp_usart_debug_init 0x080015d0 Section 0 bsp_usart.o(i.bsp_usart_debug_init)
|
i.bsp_usart_debug_init 0x080015d0 Section 0 bsp_usart.o(i.bsp_usart_debug_init)
|
||||||
i.dehy_speed_up 0x08001658 Section 0 dehy_test.o(i.dehy_speed_up)
|
i.dehy_speed_up 0x08001658 Section 0 mw_dehy_test.o(i.dehy_speed_up)
|
||||||
i.fputc 0x08001754 Section 0 bsp_usart.o(i.fputc)
|
i.fputc 0x08001754 Section 0 bsp_usart.o(i.fputc)
|
||||||
i.get_imu_data 0x08001778 Section 0 dehy_test.o(i.get_imu_data)
|
i.get_imu_data 0x08001778 Section 0 mw_dehy_test.o(i.get_imu_data)
|
||||||
get_imu_data 0x08001779 Thumb Code 6 dehy_test.o(i.get_imu_data)
|
get_imu_data 0x08001779 Thumb Code 6 mw_dehy_test.o(i.get_imu_data)
|
||||||
i.get_set_high_1_dehy_speed_value 0x08001784 Section 0 dehy_test.o(i.get_set_high_1_dehy_speed_value)
|
i.get_set_high_1_dehy_speed_value 0x08001784 Section 0 mw_dehy_test.o(i.get_set_high_1_dehy_speed_value)
|
||||||
get_set_high_1_dehy_speed_value 0x08001785 Thumb Code 6 dehy_test.o(i.get_set_high_1_dehy_speed_value)
|
get_set_high_1_dehy_speed_value 0x08001785 Thumb Code 6 mw_dehy_test.o(i.get_set_high_1_dehy_speed_value)
|
||||||
i.get_set_high_1_dehy_supershake_value 0x0800178a Section 0 dehy_test.o(i.get_set_high_1_dehy_supershake_value)
|
i.get_set_high_1_dehy_supershake_value 0x0800178a Section 0 mw_dehy_test.o(i.get_set_high_1_dehy_supershake_value)
|
||||||
get_set_high_1_dehy_supershake_value 0x0800178b Thumb Code 6 dehy_test.o(i.get_set_high_1_dehy_supershake_value)
|
get_set_high_1_dehy_supershake_value 0x0800178b Thumb Code 6 mw_dehy_test.o(i.get_set_high_1_dehy_supershake_value)
|
||||||
i.get_set_high_2_dehy_speed_value 0x08001790 Section 0 dehy_test.o(i.get_set_high_2_dehy_speed_value)
|
i.get_set_high_2_dehy_speed_value 0x08001790 Section 0 mw_dehy_test.o(i.get_set_high_2_dehy_speed_value)
|
||||||
get_set_high_2_dehy_speed_value 0x08001791 Thumb Code 6 dehy_test.o(i.get_set_high_2_dehy_speed_value)
|
get_set_high_2_dehy_speed_value 0x08001791 Thumb Code 6 mw_dehy_test.o(i.get_set_high_2_dehy_speed_value)
|
||||||
i.get_set_high_2_dehy_supershake_value 0x08001796 Section 0 dehy_test.o(i.get_set_high_2_dehy_supershake_value)
|
i.get_set_high_2_dehy_supershake_value 0x08001796 Section 0 mw_dehy_test.o(i.get_set_high_2_dehy_supershake_value)
|
||||||
get_set_high_2_dehy_supershake_value 0x08001797 Thumb Code 6 dehy_test.o(i.get_set_high_2_dehy_supershake_value)
|
get_set_high_2_dehy_supershake_value 0x08001797 Thumb Code 6 mw_dehy_test.o(i.get_set_high_2_dehy_supershake_value)
|
||||||
i.get_set_high_3_dehy_speed_value 0x0800179c Section 0 dehy_test.o(i.get_set_high_3_dehy_speed_value)
|
i.get_set_high_3_dehy_speed_value 0x0800179c Section 0 mw_dehy_test.o(i.get_set_high_3_dehy_speed_value)
|
||||||
get_set_high_3_dehy_speed_value 0x0800179d Thumb Code 6 dehy_test.o(i.get_set_high_3_dehy_speed_value)
|
get_set_high_3_dehy_speed_value 0x0800179d Thumb Code 6 mw_dehy_test.o(i.get_set_high_3_dehy_speed_value)
|
||||||
i.get_set_high_3_dehy_supershake_value 0x080017a2 Section 0 dehy_test.o(i.get_set_high_3_dehy_supershake_value)
|
i.get_set_high_3_dehy_supershake_value 0x080017a2 Section 0 mw_dehy_test.o(i.get_set_high_3_dehy_supershake_value)
|
||||||
get_set_high_3_dehy_supershake_value 0x080017a3 Thumb Code 4 dehy_test.o(i.get_set_high_3_dehy_supershake_value)
|
get_set_high_3_dehy_supershake_value 0x080017a3 Thumb Code 4 mw_dehy_test.o(i.get_set_high_3_dehy_supershake_value)
|
||||||
i.get_set_high_4_dehy_speed_value 0x080017a6 Section 0 dehy_test.o(i.get_set_high_4_dehy_speed_value)
|
i.get_set_high_4_dehy_speed_value 0x080017a6 Section 0 mw_dehy_test.o(i.get_set_high_4_dehy_speed_value)
|
||||||
get_set_high_4_dehy_speed_value 0x080017a7 Thumb Code 6 dehy_test.o(i.get_set_high_4_dehy_speed_value)
|
get_set_high_4_dehy_speed_value 0x080017a7 Thumb Code 6 mw_dehy_test.o(i.get_set_high_4_dehy_speed_value)
|
||||||
i.get_set_high_4_dehy_supershake_value 0x080017ac Section 0 dehy_test.o(i.get_set_high_4_dehy_supershake_value)
|
i.get_set_high_4_dehy_supershake_value 0x080017ac Section 0 mw_dehy_test.o(i.get_set_high_4_dehy_supershake_value)
|
||||||
get_set_high_4_dehy_supershake_value 0x080017ad Thumb Code 4 dehy_test.o(i.get_set_high_4_dehy_supershake_value)
|
get_set_high_4_dehy_supershake_value 0x080017ad Thumb Code 4 mw_dehy_test.o(i.get_set_high_4_dehy_supershake_value)
|
||||||
i.get_set_mid_dehy_speed_value 0x080017b0 Section 0 dehy_test.o(i.get_set_mid_dehy_speed_value)
|
i.get_set_mid_dehy_speed_value 0x080017b0 Section 0 mw_dehy_test.o(i.get_set_mid_dehy_speed_value)
|
||||||
get_set_mid_dehy_speed_value 0x080017b1 Thumb Code 6 dehy_test.o(i.get_set_mid_dehy_speed_value)
|
get_set_mid_dehy_speed_value 0x080017b1 Thumb Code 6 mw_dehy_test.o(i.get_set_mid_dehy_speed_value)
|
||||||
i.get_set_mid_dehy_supershake_value 0x080017b6 Section 0 dehy_test.o(i.get_set_mid_dehy_supershake_value)
|
i.get_set_mid_dehy_supershake_value 0x080017b6 Section 0 mw_dehy_test.o(i.get_set_mid_dehy_supershake_value)
|
||||||
get_set_mid_dehy_supershake_value 0x080017b7 Thumb Code 6 dehy_test.o(i.get_set_mid_dehy_supershake_value)
|
get_set_mid_dehy_supershake_value 0x080017b7 Thumb Code 6 mw_dehy_test.o(i.get_set_mid_dehy_supershake_value)
|
||||||
i.get_systick_ms 0x080017bc Section 0 mw_soft_timer.o(i.get_systick_ms)
|
i.get_systick_ms 0x080017bc Section 0 mw_soft_timer.o(i.get_systick_ms)
|
||||||
i.led_indicator_fault_process 0x080017c4 Section 0 app_led.o(i.led_indicator_fault_process)
|
i.led_indicator_fault_process 0x080017c4 Section 0 app_led.o(i.led_indicator_fault_process)
|
||||||
i.led_indicator_idle_process 0x08001880 Section 0 app_led.o(i.led_indicator_idle_process)
|
i.led_indicator_idle_process 0x08001880 Section 0 app_led.o(i.led_indicator_idle_process)
|
||||||
i.led_indicator_run_process 0x080018e8 Section 0 app_led.o(i.led_indicator_run_process)
|
i.led_indicator_run_process 0x080018e8 Section 0 app_led.o(i.led_indicator_run_process)
|
||||||
i.main 0x08001950 Section 0 main.o(i.main)
|
i.main 0x08001950 Section 0 main.o(i.main)
|
||||||
i.middleware_init 0x0800196c Section 0 main.o(i.middleware_init)
|
i.middleware_init 0x0800196c Section 0 main.o(i.middleware_init)
|
||||||
i.motor_speed_set 0x08001998 Section 0 dehy_test.o(i.motor_speed_set)
|
i.motor_speed_set 0x08001998 Section 0 mw_dehy_test.o(i.motor_speed_set)
|
||||||
i.mw_get_led1_timer_flag 0x080019a4 Section 0 mw_led.o(i.mw_get_led1_timer_flag)
|
i.mw_get_led1_timer_flag 0x080019a4 Section 0 mw_led.o(i.mw_get_led1_timer_flag)
|
||||||
i.mw_get_led1_timer_obj 0x080019b0 Section 0 mw_led.o(i.mw_get_led1_timer_obj)
|
i.mw_get_led1_timer_obj 0x080019b0 Section 0 mw_led.o(i.mw_get_led1_timer_obj)
|
||||||
i.mw_get_led_obj 0x080019c0 Section 0 mw_led.o(i.mw_get_led_obj)
|
i.mw_get_led_obj 0x080019c0 Section 0 mw_led.o(i.mw_get_led_obj)
|
||||||
@ -1635,9 +1635,9 @@ Image Symbol Table
|
|||||||
i.mw_led1_start_timer 0x080019f2 Section 0 mw_led.o(i.mw_led1_start_timer)
|
i.mw_led1_start_timer 0x080019f2 Section 0 mw_led.o(i.mw_led1_start_timer)
|
||||||
i.mw_led_init 0x08001a00 Section 0 mw_led.o(i.mw_led_init)
|
i.mw_led_init 0x08001a00 Section 0 mw_led.o(i.mw_led_init)
|
||||||
i.mw_rgb_start_timer 0x08001af0 Section 0 mw_led.o(i.mw_rgb_start_timer)
|
i.mw_rgb_start_timer 0x08001af0 Section 0 mw_led.o(i.mw_rgb_start_timer)
|
||||||
i.supershake_record_init 0x08001b00 Section 0 dehy_test.o(i.supershake_record_init)
|
i.supershake_record_init 0x08001b00 Section 0 mw_dehy_test.o(i.supershake_record_init)
|
||||||
supershake_record_init 0x08001b01 Thumb Code 140 dehy_test.o(i.supershake_record_init)
|
supershake_record_init 0x08001b01 Thumb Code 140 mw_dehy_test.o(i.supershake_record_init)
|
||||||
i.supershake_speed_limit 0x08001b90 Section 0 dehy_test.o(i.supershake_speed_limit)
|
i.supershake_speed_limit 0x08001b90 Section 0 mw_dehy_test.o(i.supershake_speed_limit)
|
||||||
.constdata 0x08001d28 Section 48 bsp_timer.o(.constdata)
|
.constdata 0x08001d28 Section 48 bsp_timer.o(.constdata)
|
||||||
__FUNCTION__ 0x08001d28 Data 15 bsp_timer.o(.constdata)
|
__FUNCTION__ 0x08001d28 Data 15 bsp_timer.o(.constdata)
|
||||||
__FUNCTION__ 0x08001d37 Data 19 bsp_timer.o(.constdata)
|
__FUNCTION__ 0x08001d37 Data 19 bsp_timer.o(.constdata)
|
||||||
@ -1666,16 +1666,16 @@ Image Symbol Table
|
|||||||
APBAHBPrescTable 0x20000054 Data 16 stm32f10x_rcc.o(.data)
|
APBAHBPrescTable 0x20000054 Data 16 stm32f10x_rcc.o(.data)
|
||||||
ADCPrescTable 0x20000064 Data 4 stm32f10x_rcc.o(.data)
|
ADCPrescTable 0x20000064 Data 4 stm32f10x_rcc.o(.data)
|
||||||
.data 0x20000068 Section 16 mw_led.o(.data)
|
.data 0x20000068 Section 16 mw_led.o(.data)
|
||||||
.data 0x20000078 Section 26 dehy_test.o(.data)
|
.data 0x20000078 Section 26 mw_dehy_test.o(.data)
|
||||||
speed_set_val 0x20000078 Data 2 dehy_test.o(.data)
|
speed_set_val 0x20000078 Data 2 mw_dehy_test.o(.data)
|
||||||
rt_imu_data 0x2000007a Data 2 dehy_test.o(.data)
|
rt_imu_data 0x2000007a Data 2 mw_dehy_test.o(.data)
|
||||||
supershake_limit_speed_state 0x2000007c Data 1 dehy_test.o(.data)
|
supershake_limit_speed_state 0x2000007c Data 1 mw_dehy_test.o(.data)
|
||||||
timetick 0x20000080 Data 4 dehy_test.o(.data)
|
timetick 0x20000080 Data 4 mw_dehy_test.o(.data)
|
||||||
ret_limit_speed 0x20000084 Data 2 dehy_test.o(.data)
|
ret_limit_speed 0x20000084 Data 2 mw_dehy_test.o(.data)
|
||||||
timetick 0x20000088 Data 4 dehy_test.o(.data)
|
timetick 0x20000088 Data 4 mw_dehy_test.o(.data)
|
||||||
add_speed_state 0x2000008c Data 1 dehy_test.o(.data)
|
add_speed_state 0x2000008c Data 1 mw_dehy_test.o(.data)
|
||||||
result_speed 0x2000008e Data 2 dehy_test.o(.data)
|
result_speed 0x2000008e Data 2 mw_dehy_test.o(.data)
|
||||||
target_speed_cache 0x20000090 Data 2 dehy_test.o(.data)
|
target_speed_cache 0x20000090 Data 2 mw_dehy_test.o(.data)
|
||||||
.bss 0x20000094 Section 36 bsp_timer.o(.bss)
|
.bss 0x20000094 Section 36 bsp_timer.o(.bss)
|
||||||
s_tTmr 0x20000094 Data 36 bsp_timer.o(.bss)
|
s_tTmr 0x20000094 Data 36 bsp_timer.o(.bss)
|
||||||
.bss 0x200000b8 Section 2088 bsp_usart.o(.bss)
|
.bss 0x200000b8 Section 2088 bsp_usart.o(.bss)
|
||||||
@ -1683,8 +1683,8 @@ Image Symbol Table
|
|||||||
g_TxBuf2 0x200000e0 Data 1024 bsp_usart.o(.bss)
|
g_TxBuf2 0x200000e0 Data 1024 bsp_usart.o(.bss)
|
||||||
g_RxBuf2 0x200004e0 Data 1024 bsp_usart.o(.bss)
|
g_RxBuf2 0x200004e0 Data 1024 bsp_usart.o(.bss)
|
||||||
.bss 0x200008e0 Section 96 mw_led.o(.bss)
|
.bss 0x200008e0 Section 96 mw_led.o(.bss)
|
||||||
.bss 0x20000940 Section 60 dehy_test.o(.bss)
|
.bss 0x20000940 Section 60 mw_dehy_test.o(.bss)
|
||||||
supershake_record 0x20000940 Data 60 dehy_test.o(.bss)
|
supershake_record 0x20000940 Data 60 mw_dehy_test.o(.bss)
|
||||||
STACK 0x20000980 Section 1024 startup_stm32f10x_md.o(STACK)
|
STACK 0x20000980 Section 1024 startup_stm32f10x_md.o(STACK)
|
||||||
|
|
||||||
Global Symbols
|
Global Symbols
|
||||||
@ -1887,7 +1887,7 @@ Image Symbol Table
|
|||||||
bsp_timer_init 0x080014f9 Thumb Code 138 bsp_timer.o(i.bsp_timer_init)
|
bsp_timer_init 0x080014f9 Thumb Code 138 bsp_timer.o(i.bsp_timer_init)
|
||||||
bsp_usartTotalInit 0x08001595 Thumb Code 44 bsp_usart.o(i.bsp_usartTotalInit)
|
bsp_usartTotalInit 0x08001595 Thumb Code 44 bsp_usart.o(i.bsp_usartTotalInit)
|
||||||
bsp_usart_debug_init 0x080015d1 Thumb Code 126 bsp_usart.o(i.bsp_usart_debug_init)
|
bsp_usart_debug_init 0x080015d1 Thumb Code 126 bsp_usart.o(i.bsp_usart_debug_init)
|
||||||
dehy_speed_up 0x08001659 Thumb Code 236 dehy_test.o(i.dehy_speed_up)
|
dehy_speed_up 0x08001659 Thumb Code 236 mw_dehy_test.o(i.dehy_speed_up)
|
||||||
fputc 0x08001755 Thumb Code 32 bsp_usart.o(i.fputc)
|
fputc 0x08001755 Thumb Code 32 bsp_usart.o(i.fputc)
|
||||||
get_systick_ms 0x080017bd Thumb Code 8 mw_soft_timer.o(i.get_systick_ms)
|
get_systick_ms 0x080017bd Thumb Code 8 mw_soft_timer.o(i.get_systick_ms)
|
||||||
led_indicator_fault_process 0x080017c5 Thumb Code 174 app_led.o(i.led_indicator_fault_process)
|
led_indicator_fault_process 0x080017c5 Thumb Code 174 app_led.o(i.led_indicator_fault_process)
|
||||||
@ -1895,7 +1895,7 @@ Image Symbol Table
|
|||||||
led_indicator_run_process 0x080018e9 Thumb Code 100 app_led.o(i.led_indicator_run_process)
|
led_indicator_run_process 0x080018e9 Thumb Code 100 app_led.o(i.led_indicator_run_process)
|
||||||
main 0x08001951 Thumb Code 28 main.o(i.main)
|
main 0x08001951 Thumb Code 28 main.o(i.main)
|
||||||
middleware_init 0x0800196d Thumb Code 14 main.o(i.middleware_init)
|
middleware_init 0x0800196d Thumb Code 14 main.o(i.middleware_init)
|
||||||
motor_speed_set 0x08001999 Thumb Code 6 dehy_test.o(i.motor_speed_set)
|
motor_speed_set 0x08001999 Thumb Code 6 mw_dehy_test.o(i.motor_speed_set)
|
||||||
mw_get_led1_timer_flag 0x080019a5 Thumb Code 10 mw_led.o(i.mw_get_led1_timer_flag)
|
mw_get_led1_timer_flag 0x080019a5 Thumb Code 10 mw_led.o(i.mw_get_led1_timer_flag)
|
||||||
mw_get_led1_timer_obj 0x080019b1 Thumb Code 10 mw_led.o(i.mw_get_led1_timer_obj)
|
mw_get_led1_timer_obj 0x080019b1 Thumb Code 10 mw_led.o(i.mw_get_led1_timer_obj)
|
||||||
mw_get_led_obj 0x080019c1 Thumb Code 34 mw_led.o(i.mw_get_led_obj)
|
mw_get_led_obj 0x080019c1 Thumb Code 34 mw_led.o(i.mw_get_led_obj)
|
||||||
@ -1903,7 +1903,7 @@ Image Symbol Table
|
|||||||
mw_led1_start_timer 0x080019f3 Thumb Code 14 mw_led.o(i.mw_led1_start_timer)
|
mw_led1_start_timer 0x080019f3 Thumb Code 14 mw_led.o(i.mw_led1_start_timer)
|
||||||
mw_led_init 0x08001a01 Thumb Code 170 mw_led.o(i.mw_led_init)
|
mw_led_init 0x08001a01 Thumb Code 170 mw_led.o(i.mw_led_init)
|
||||||
mw_rgb_start_timer 0x08001af1 Thumb Code 14 mw_led.o(i.mw_rgb_start_timer)
|
mw_rgb_start_timer 0x08001af1 Thumb Code 14 mw_led.o(i.mw_rgb_start_timer)
|
||||||
supershake_speed_limit 0x08001b91 Thumb Code 390 dehy_test.o(i.supershake_speed_limit)
|
supershake_speed_limit 0x08001b91 Thumb Code 390 mw_dehy_test.o(i.supershake_speed_limit)
|
||||||
Region$$Table$$Base 0x08001d58 Number 0 anon$$obj.o(Region$$Table)
|
Region$$Table$$Base 0x08001d58 Number 0 anon$$obj.o(Region$$Table)
|
||||||
Region$$Table$$Limit 0x08001d78 Number 0 anon$$obj.o(Region$$Table)
|
Region$$Table$$Limit 0x08001d78 Number 0 anon$$obj.o(Region$$Table)
|
||||||
error_code_val 0x20000004 Data 1 app_led.o(.data)
|
error_code_val 0x20000004 Data 1 app_led.o(.data)
|
||||||
@ -2026,26 +2026,26 @@ Memory Map of the image
|
|||||||
0x080014f8 0x080014f8 0x0000009c Code RO 572 i.bsp_timer_init bsp_timer.o
|
0x080014f8 0x080014f8 0x0000009c Code RO 572 i.bsp_timer_init bsp_timer.o
|
||||||
0x08001594 0x08001594 0x0000003c Code RO 723 i.bsp_usartTotalInit bsp_usart.o
|
0x08001594 0x08001594 0x0000003c Code RO 723 i.bsp_usartTotalInit bsp_usart.o
|
||||||
0x080015d0 0x080015d0 0x00000088 Code RO 728 i.bsp_usart_debug_init bsp_usart.o
|
0x080015d0 0x080015d0 0x00000088 Code RO 728 i.bsp_usart_debug_init bsp_usart.o
|
||||||
0x08001658 0x08001658 0x000000fc Code RO 4737 i.dehy_speed_up dehy_test.o
|
0x08001658 0x08001658 0x000000fc Code RO 4737 i.dehy_speed_up mw_dehy_test.o
|
||||||
0x08001754 0x08001754 0x00000024 Code RO 729 i.fputc bsp_usart.o
|
0x08001754 0x08001754 0x00000024 Code RO 729 i.fputc bsp_usart.o
|
||||||
0x08001778 0x08001778 0x0000000c Code RO 4738 i.get_imu_data dehy_test.o
|
0x08001778 0x08001778 0x0000000c Code RO 4738 i.get_imu_data mw_dehy_test.o
|
||||||
0x08001784 0x08001784 0x00000006 Code RO 4739 i.get_set_high_1_dehy_speed_value dehy_test.o
|
0x08001784 0x08001784 0x00000006 Code RO 4739 i.get_set_high_1_dehy_speed_value mw_dehy_test.o
|
||||||
0x0800178a 0x0800178a 0x00000006 Code RO 4740 i.get_set_high_1_dehy_supershake_value dehy_test.o
|
0x0800178a 0x0800178a 0x00000006 Code RO 4740 i.get_set_high_1_dehy_supershake_value mw_dehy_test.o
|
||||||
0x08001790 0x08001790 0x00000006 Code RO 4741 i.get_set_high_2_dehy_speed_value dehy_test.o
|
0x08001790 0x08001790 0x00000006 Code RO 4741 i.get_set_high_2_dehy_speed_value mw_dehy_test.o
|
||||||
0x08001796 0x08001796 0x00000006 Code RO 4742 i.get_set_high_2_dehy_supershake_value dehy_test.o
|
0x08001796 0x08001796 0x00000006 Code RO 4742 i.get_set_high_2_dehy_supershake_value mw_dehy_test.o
|
||||||
0x0800179c 0x0800179c 0x00000006 Code RO 4743 i.get_set_high_3_dehy_speed_value dehy_test.o
|
0x0800179c 0x0800179c 0x00000006 Code RO 4743 i.get_set_high_3_dehy_speed_value mw_dehy_test.o
|
||||||
0x080017a2 0x080017a2 0x00000004 Code RO 4744 i.get_set_high_3_dehy_supershake_value dehy_test.o
|
0x080017a2 0x080017a2 0x00000004 Code RO 4744 i.get_set_high_3_dehy_supershake_value mw_dehy_test.o
|
||||||
0x080017a6 0x080017a6 0x00000006 Code RO 4745 i.get_set_high_4_dehy_speed_value dehy_test.o
|
0x080017a6 0x080017a6 0x00000006 Code RO 4745 i.get_set_high_4_dehy_speed_value mw_dehy_test.o
|
||||||
0x080017ac 0x080017ac 0x00000004 Code RO 4746 i.get_set_high_4_dehy_supershake_value dehy_test.o
|
0x080017ac 0x080017ac 0x00000004 Code RO 4746 i.get_set_high_4_dehy_supershake_value mw_dehy_test.o
|
||||||
0x080017b0 0x080017b0 0x00000006 Code RO 4747 i.get_set_mid_dehy_speed_value dehy_test.o
|
0x080017b0 0x080017b0 0x00000006 Code RO 4747 i.get_set_mid_dehy_speed_value mw_dehy_test.o
|
||||||
0x080017b6 0x080017b6 0x00000006 Code RO 4748 i.get_set_mid_dehy_supershake_value dehy_test.o
|
0x080017b6 0x080017b6 0x00000006 Code RO 4748 i.get_set_mid_dehy_supershake_value mw_dehy_test.o
|
||||||
0x080017bc 0x080017bc 0x00000008 Code RO 4083 i.get_systick_ms mw_soft_timer.o
|
0x080017bc 0x080017bc 0x00000008 Code RO 4083 i.get_systick_ms mw_soft_timer.o
|
||||||
0x080017c4 0x080017c4 0x000000bc Code RO 195 i.led_indicator_fault_process app_led.o
|
0x080017c4 0x080017c4 0x000000bc Code RO 195 i.led_indicator_fault_process app_led.o
|
||||||
0x08001880 0x08001880 0x00000068 Code RO 196 i.led_indicator_idle_process app_led.o
|
0x08001880 0x08001880 0x00000068 Code RO 196 i.led_indicator_idle_process app_led.o
|
||||||
0x080018e8 0x080018e8 0x00000068 Code RO 197 i.led_indicator_run_process app_led.o
|
0x080018e8 0x080018e8 0x00000068 Code RO 197 i.led_indicator_run_process app_led.o
|
||||||
0x08001950 0x08001950 0x0000001c Code RO 3 i.main main.o
|
0x08001950 0x08001950 0x0000001c Code RO 3 i.main main.o
|
||||||
0x0800196c 0x0800196c 0x0000002c Code RO 4 i.middleware_init main.o
|
0x0800196c 0x0800196c 0x0000002c Code RO 4 i.middleware_init main.o
|
||||||
0x08001998 0x08001998 0x0000000c Code RO 4749 i.motor_speed_set dehy_test.o
|
0x08001998 0x08001998 0x0000000c Code RO 4749 i.motor_speed_set mw_dehy_test.o
|
||||||
0x080019a4 0x080019a4 0x0000000a Code RO 4025 i.mw_get_led1_timer_flag mw_led.o
|
0x080019a4 0x080019a4 0x0000000a Code RO 4025 i.mw_get_led1_timer_flag mw_led.o
|
||||||
0x080019ae 0x080019ae 0x00000002 PAD
|
0x080019ae 0x080019ae 0x00000002 PAD
|
||||||
0x080019b0 0x080019b0 0x00000010 Code RO 4026 i.mw_get_led1_timer_obj mw_led.o
|
0x080019b0 0x080019b0 0x00000010 Code RO 4026 i.mw_get_led1_timer_obj mw_led.o
|
||||||
@ -2055,8 +2055,8 @@ Memory Map of the image
|
|||||||
0x08001a00 0x08001a00 0x000000f0 Code RO 4031 i.mw_led_init mw_led.o
|
0x08001a00 0x08001a00 0x000000f0 Code RO 4031 i.mw_led_init mw_led.o
|
||||||
0x08001af0 0x08001af0 0x0000000e Code RO 4032 i.mw_rgb_start_timer mw_led.o
|
0x08001af0 0x08001af0 0x0000000e Code RO 4032 i.mw_rgb_start_timer mw_led.o
|
||||||
0x08001afe 0x08001afe 0x00000002 PAD
|
0x08001afe 0x08001afe 0x00000002 PAD
|
||||||
0x08001b00 0x08001b00 0x00000090 Code RO 4750 i.supershake_record_init dehy_test.o
|
0x08001b00 0x08001b00 0x00000090 Code RO 4750 i.supershake_record_init mw_dehy_test.o
|
||||||
0x08001b90 0x08001b90 0x00000198 Code RO 4751 i.supershake_speed_limit dehy_test.o
|
0x08001b90 0x08001b90 0x00000198 Code RO 4751 i.supershake_speed_limit mw_dehy_test.o
|
||||||
0x08001d28 0x08001d28 0x00000030 Data RO 577 .constdata bsp_timer.o
|
0x08001d28 0x08001d28 0x00000030 Data RO 577 .constdata bsp_timer.o
|
||||||
0x08001d58 0x08001d58 0x00000020 Data RO 5135 Region$$Table anon$$obj.o
|
0x08001d58 0x08001d58 0x00000020 Data RO 5135 Region$$Table anon$$obj.o
|
||||||
|
|
||||||
@ -2072,12 +2072,12 @@ Memory Map of the image
|
|||||||
0x20000040 0x08001db8 0x00000014 Data RW 955 .data system_stm32f10x.o
|
0x20000040 0x08001db8 0x00000014 Data RW 955 .data system_stm32f10x.o
|
||||||
0x20000054 0x08001dcc 0x00000014 Data RW 2628 .data stm32f10x_rcc.o
|
0x20000054 0x08001dcc 0x00000014 Data RW 2628 .data stm32f10x_rcc.o
|
||||||
0x20000068 0x08001de0 0x00000010 Data RW 4034 .data mw_led.o
|
0x20000068 0x08001de0 0x00000010 Data RW 4034 .data mw_led.o
|
||||||
0x20000078 0x08001df0 0x0000001a Data RW 4753 .data dehy_test.o
|
0x20000078 0x08001df0 0x0000001a Data RW 4753 .data mw_dehy_test.o
|
||||||
0x20000092 0x08001e0a 0x00000002 PAD
|
0x20000092 0x08001e0a 0x00000002 PAD
|
||||||
0x20000094 - 0x00000024 Zero RW 576 .bss bsp_timer.o
|
0x20000094 - 0x00000024 Zero RW 576 .bss bsp_timer.o
|
||||||
0x200000b8 - 0x00000828 Zero RW 730 .bss bsp_usart.o
|
0x200000b8 - 0x00000828 Zero RW 730 .bss bsp_usart.o
|
||||||
0x200008e0 - 0x00000060 Zero RW 4033 .bss mw_led.o
|
0x200008e0 - 0x00000060 Zero RW 4033 .bss mw_led.o
|
||||||
0x20000940 - 0x0000003c Zero RW 4752 .bss dehy_test.o
|
0x20000940 - 0x0000003c Zero RW 4752 .bss mw_dehy_test.o
|
||||||
0x2000097c 0x08001e0a 0x00000004 PAD
|
0x2000097c 0x08001e0a 0x00000004 PAD
|
||||||
0x20000980 - 0x00000400 Zero RW 997 STACK startup_stm32f10x_md.o
|
0x20000980 - 0x00000400 Zero RW 997 STACK startup_stm32f10x_md.o
|
||||||
|
|
||||||
@ -2089,29 +2089,29 @@ Image component sizes
|
|||||||
|
|
||||||
Code (inc. data) RO Data RW Data ZI Data Debug Object Name
|
Code (inc. data) RO Data RW Data ZI Data Debug Object Name
|
||||||
|
|
||||||
752 82 0 26 0 6951 app_led.o
|
752 82 0 26 0 6443 app_led.o
|
||||||
0 0 0 0 0 3116 app_rt_tem_humidity.o
|
0 0 0 0 0 3072 app_rt_tem_humidity.o
|
||||||
0 0 0 0 0 218432 app_rtc.o
|
0 0 0 0 0 218292 app_rtc.o
|
||||||
236 50 0 0 0 12599 bsp_gpio.o
|
236 50 0 0 0 12275 bsp_gpio.o
|
||||||
504 42 0 0 0 33001 bsp_led.o
|
504 42 0 0 0 32629 bsp_led.o
|
||||||
672 134 48 32 36 44105 bsp_timer.o
|
672 134 48 32 36 43353 bsp_timer.o
|
||||||
478 36 0 4 2088 6070 bsp_usart.o
|
478 36 0 4 2088 5754 bsp_usart.o
|
||||||
0 0 0 0 0 32 core_cm3.o
|
0 0 0 0 0 32 core_cm3.o
|
||||||
884 50 0 26 60 10027 dehy_test.o
|
60 4 0 0 0 528 interrupt_handler.o
|
||||||
60 4 0 0 0 572 interrupt_handler.o
|
204 120 0 0 0 220427 main.o
|
||||||
204 120 0 0 0 220839 main.o
|
20 10 0 0 0 627 misc.o
|
||||||
20 10 0 0 0 675 misc.o
|
884 50 0 26 60 9347 mw_dehy_test.o
|
||||||
344 82 0 16 96 4974 mw_led.o
|
344 82 0 16 96 4558 mw_led.o
|
||||||
8 0 0 0 0 553 mw_soft_timer.o
|
8 0 0 0 0 509 mw_soft_timer.o
|
||||||
36 8 236 0 1024 1004 startup_stm32f10x_md.o
|
36 8 236 0 1024 972 startup_stm32f10x_md.o
|
||||||
278 0 0 0 0 2340 stm32f10x_gpio.o
|
278 0 0 0 0 2248 stm32f10x_gpio.o
|
||||||
340 44 0 20 0 15808 stm32f10x_rcc.o
|
340 44 0 20 0 15428 stm32f10x_rcc.o
|
||||||
766 82 0 0 0 10643 stm32f10x_tim.o
|
766 82 0 0 0 10011 stm32f10x_tim.o
|
||||||
628 28 0 0 0 15438 stm32f10x_usart.o
|
628 28 0 0 0 14938 stm32f10x_usart.o
|
||||||
328 28 0 20 0 3161 system_stm32f10x.o
|
328 28 0 20 0 2929 system_stm32f10x.o
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
6550 800 316 148 3308 610340 Object Totals
|
6550 800 316 148 3308 604372 Object Totals
|
||||||
0 0 32 0 0 0 (incl. Generated)
|
0 0 32 0 0 0 (incl. Generated)
|
||||||
12 0 0 4 4 0 (incl. Padding)
|
12 0 0 4 4 0 (incl. Padding)
|
||||||
|
|
||||||
@ -2155,8 +2155,8 @@ Image component sizes
|
|||||||
|
|
||||||
Code (inc. data) RO Data RW Data ZI Data Debug
|
Code (inc. data) RO Data RW Data ZI Data Debug
|
||||||
|
|
||||||
7228 830 316 148 3308 606216 Grand Totals
|
7228 830 316 148 3308 600248 Grand Totals
|
||||||
7228 830 316 148 3308 606216 ELF Image Totals
|
7228 830 316 148 3308 600248 ELF Image Totals
|
||||||
7228 830 316 148 0 0 ROM Totals
|
7228 830 316 148 0 0 ROM Totals
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|||||||
@ -756,9 +756,9 @@
|
|||||||
<GroupName>MW/DEHYTEST</GroupName>
|
<GroupName>MW/DEHYTEST</GroupName>
|
||||||
<Files>
|
<Files>
|
||||||
<File>
|
<File>
|
||||||
<FileName>dehy_test.c</FileName>
|
<FileName>mw_dehy_test.c</FileName>
|
||||||
<FileType>1</FileType>
|
<FileType>1</FileType>
|
||||||
<FilePath>..\Code\middleware\DehyTest\dehy_test.c</FilePath>
|
<FilePath>..\Code\middleware\DehyTest\mw_dehy_test.c</FilePath>
|
||||||
</File>
|
</File>
|
||||||
</Files>
|
</Files>
|
||||||
</Group>
|
</Group>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user