更改AD采样驱动

Signed-off-by: lidun <1084178170@qq.com>
This commit is contained in:
lidun 2024-01-20 19:42:08 +08:00
parent 751343a361
commit ff03fd2f75
No known key found for this signature in database
GPG Key ID: FBAF55347C297628
62 changed files with 30 additions and 30 deletions

Binary file not shown.

View File

@ -30,58 +30,58 @@ Rebuild target 'Target 1'
compiling stm32f10x_it.c... compiling stm32f10x_it.c...
compiling system_stm32f10x.c... compiling system_stm32f10x.c...
compiling bsp_cpu_flash.c... compiling bsp_cpu_flash.c...
compiling timer.c...
compiling bsp_i2c_gpio.c...
compiling main.c...
compiling common.c...
compiling chipid.c...
compiling dc300.c... compiling dc300.c...
compiling spi.c... compiling spi.c...
compiling adc.c...
compiling bsp_i2c_gpio.c...
compiling chipid.c...
compiling common.c...
compiling ads1015.c... compiling ads1015.c...
compiling timer.c... compiling adc.c...
compiling main.c...
compiling app_pwr_manage.c... compiling app_pwr_manage.c...
compiling can.c... compiling can.c...
compiling bsp_can.c...
assembling startup_stm32f10x_cl.s... assembling startup_stm32f10x_cl.s...
compiling porting.c... compiling porting.c...
compiling CanBusDrv.c... compiling bsp_can.c...
compiling CanDrvCtrl.c...
compiling delay.c... compiling delay.c...
compiling led.c... compiling CanBusDrv.c...
compiling can_app.c... compiling can_app.c...
compiling led.c...
compiling sys.c... compiling sys.c...
compiling CanDrvCtrl.c...
compiling core_cm3.c... compiling core_cm3.c...
compiling misc.c... compiling misc.c...
compiling usart.c... compiling usart.c...
compiling stm32f10x_gpio.c... compiling stm32f10x_gpio.c...
compiling stm32f10x_usart.c... compiling stm32f10x_usart.c...
compiling stm32f10x_rcc.c... compiling stm32f10x_rcc.c...
compiling stm32f10x_iwdg.c...
compiling stm32f10x_dma.c... compiling stm32f10x_dma.c...
compiling stm32f10x_tim.c... compiling stm32f10x_tim.c...
compiling stm32f10x_can.c... compiling stm32f10x_can.c...
compiling stm32f10x_adc.c... compiling stm32f10x_adc.c...
compiling stm32f10x_iwdg.c...
compiling stm32f10x_flash.c... compiling stm32f10x_flash.c...
compiling stm32f10x_spi.c... compiling stm32f10x_spi.c...
compiling stm32f10x_bkp.c... compiling stm32f10x_bkp.c...
compiling stm32f10x_pwr.c... compiling stm32f10x_pwr.c...
compiling stm32f10x_exti.c...
compiling stm32f10x_rtc.c... compiling stm32f10x_rtc.c...
compiling CDZ_DATA.c... compiling CDZ_DATA.c...
compiling stm32f10x_exti.c...
compiling stm32f10x_wwdg.c... compiling stm32f10x_wwdg.c...
compiling Err_code.c... compiling Err_code.c...
compiling REV_CarMessage.c... compiling REV_CarMessage.c...
compiling Filtering.c... compiling Filtering.c...
compiling Err_Info_Process.c...
compiling SEN_DCUMessage.c... compiling SEN_DCUMessage.c...
compiling CDZ_State.c... compiling CDZ_State.c...
compiling Err_Info_Process.c...
compiling Single_event_receiver.c... compiling Single_event_receiver.c...
compiling KC.c...
compiling kC_Features.c...
compiling mm.c... compiling mm.c...
compiling KC.c...
compiling Sleep.c... compiling Sleep.c...
compiling GUNDiscriminate.c... compiling kC_Features.c...
compiling SecTimer.c... compiling SecTimer.c...
compiling GUNDiscriminate.c...
linking... linking...
Program Size: Code=51408 RO-data=3104 RW-data=2836 ZI-data=26892 Program Size: Code=51408 RO-data=3104 RW-data=2836 ZI-data=26892
FromELF: creating hex file... FromELF: creating hex file...
@ -114,7 +114,7 @@ Package Vendor: Keil
<h2>Collection of Component Files used:</h2> <h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.1.1 * Component: ARM::CMSIS:CORE:5.1.1
Build Time Elapsed: 00:00:05 Build Time Elapsed: 00:00:04
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -3,7 +3,7 @@
<title>Static Call Graph - [..\OBJ\LED.axf]</title></head> <title>Static Call Graph - [..\OBJ\LED.axf]</title></head>
<body><HR> <body><HR>
<H1>Static Call Graph for image ..\OBJ\LED.axf</H1><HR> <H1>Static Call Graph for image ..\OBJ\LED.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Sat Jan 20 06:10:04 2024 <BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Sat Jan 20 15:58:00 2024
<BR><P> <BR><P>
<H3>Maximum Stack Usage = 464 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> <H3>Maximum Stack Usage = 464 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3> Call chain for Maximum Stack Depth:</H3>

View File

@ -1,5 +1,5 @@
Dependencies for Project 'LED', Target 'Target 1': (DO NOT MODIFY !) Dependencies for Project 'LED', Target 'Target 1': (DO NOT MODIFY !)
F (.\main.c)(0x65AAF335)(--c99 --gnu -c --cpu Cortex-M3 -D__MICROLIB -g -W -O0 --apcs=interwork --split_sections -I ..\HARDWARE\LED -I ..\SYSTEM\delay -I ..\SYSTEM\sys -I ..\SYSTEM\usart -I ..\USER -I ..\STM32F10x_FWLib\inc -I ..\CORE -I ..\HARDWARE\CAN -I ..\HARDWARE\TIMER -I ..\HARDWARE -I ..\SYSTEM -I ..\SYSTEM\FATFS -I ..\SYSTEM\FATFS\src\option -I ..\SYSTEM\FATFS\src -I ..\HARDWARE\LOWPOWER -I ..\HARDWARE\CDZ -I ..\HARDWARE\CELIS -I ..\HARDWARE\DEV_HAL -I ..\APPLICATION\CDZ -I ..\APPLICATION\Errcode -I ..\APPLICATION\External -I ..\APPLICATION\Sleep -I ..\HARDWARE\EVENT -I ..\APPLICATION\MM -I ..\APPLICATION\SecTimer -I ..\APPLICATION\GUNDiscriminate --diag_suppress=236 --diag_suppress=177 -I.\RTE\_Target_1 -ID:\keil\ARM\PACK\ARM\CMSIS\5.3.0\CMSIS\Include -ID:\keil\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include -D__UVISION_VERSION="525" -D_RTE_ -DSTM32F10X_CL -DUSE_STDPERIPH_DRIVER -DSTM32F10X_CL -DUSE_STM3210C_EVAL -o ..\obj\main.o --omf_browse ..\obj\main.crf --depend ..\obj\main.d) F (.\main.c)(0x65AB7D04)(--c99 --gnu -c --cpu Cortex-M3 -D__MICROLIB -g -W -O0 --apcs=interwork --split_sections -I ..\HARDWARE\LED -I ..\SYSTEM\delay -I ..\SYSTEM\sys -I ..\SYSTEM\usart -I ..\USER -I ..\STM32F10x_FWLib\inc -I ..\CORE -I ..\HARDWARE\CAN -I ..\HARDWARE\TIMER -I ..\HARDWARE -I ..\SYSTEM -I ..\SYSTEM\FATFS -I ..\SYSTEM\FATFS\src\option -I ..\SYSTEM\FATFS\src -I ..\HARDWARE\LOWPOWER -I ..\HARDWARE\CDZ -I ..\HARDWARE\CELIS -I ..\HARDWARE\DEV_HAL -I ..\APPLICATION\CDZ -I ..\APPLICATION\Errcode -I ..\APPLICATION\External -I ..\APPLICATION\Sleep -I ..\HARDWARE\EVENT -I ..\APPLICATION\MM -I ..\APPLICATION\SecTimer -I ..\APPLICATION\GUNDiscriminate --diag_suppress=236 --diag_suppress=177 -I.\RTE\_Target_1 -ID:\keil\ARM\PACK\ARM\CMSIS\5.3.0\CMSIS\Include -ID:\keil\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include -D__UVISION_VERSION="525" -D_RTE_ -DSTM32F10X_CL -DUSE_STDPERIPH_DRIVER -DSTM32F10X_CL -DUSE_STM3210C_EVAL -o ..\obj\main.o --omf_browse ..\obj\main.crf --depend ..\obj\main.d)
I (D:\keil\ARM\ARMCC\include\stdbool.h)(0x64463312) I (D:\keil\ARM\ARMCC\include\stdbool.h)(0x64463312)
I (..\SYSTEM\chipid.h)(0x65AA3223) I (..\SYSTEM\chipid.h)(0x65AA3223)
I (..\USER\stm32f10x.h)(0x65AA3223) I (..\USER\stm32f10x.h)(0x65AA3223)

BIN
OBJ/adc.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
OBJ/can.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
OBJ/kc.o

Binary file not shown.

Binary file not shown.

BIN
OBJ/led.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
OBJ/mm.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
OBJ/spi.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
OBJ/sys.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.