This commit is contained in:
2026-03-20 21:19:53 +08:00
parent 9d3b4b836f
commit 6a749331db
125 changed files with 29972 additions and 23051 deletions

Binary file not shown.

View File

@@ -21,12 +21,17 @@ Target DLL: Segger\JL2CM3.dll V2.99.42.0
Dialog DLL: TARMCM1.DLL V1.14.6.0
<h2>Project:</h2>
C:\Users\hyj\Desktop\vm1000zuizhong\chenxuzuixing\LH32M0G3XX(V3_6) - 1.7- ble\LH32M0G3XX(replace_V3_6)\project\LH32M0G3.uvprojx
Project File Date: 03/03/2026
C:\Users\hyj\Desktop\vm1000zuizhong\chenxuzuixing\LH32M0G314 Core V0307-1.8\project\LH32M0G3.uvprojx
Project File Date: 03/20/2026
<h2>Output:</h2>
*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'Target 1'
compiling DP2006_VM1000.c...
linking...
Program Size: Code=29034 RO-data=8146 RW-data=24 ZI-data=7632
FromELF: creating hex file...
After Build - User command #1: fromelf.exe --bin -o "C:\Users\hyj\Desktop\vm1000zuizhong\chenxuzuixing\LH32M0G314 Core V0307-1.8\project\OBJ\DP2317_MF6600_LH32M0S3_APP.bin" "C:\Users\hyj\Desktop\vm1000zuizhong\chenxuzuixing\LH32M0G314 Core V0307-1.8\project\OBJ\DP2317_MF6600_LH32M0S3_APP.axf"
".\OBJ\DP2317_MF6600_LH32M0S3_APP.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -18,21 +18,28 @@
".\obj\lh32m0g3x_flash.o"
".\obj\lh32m0g3x_rtc.o"
".\obj\lh32m0g3x_exti.o"
".\obj\lhl_systemclock.o"
".\obj\lhl_gpio.o"
".\obj\lhl_rtc.o"
".\obj\lhl_lptimer.o"
".\obj\lhl_timer.o"
".\obj\lhl_btim.o"
".\obj\lhl_uart.o"
".\obj\lhl_dma.o"
".\obj\lh32m0g3x_mcal.o"
".\obj\lh32m0g3x_mio.o"
".\obj\lh32m0g3x_xlink.o"
".\obj\lh32m0g3x_spi.o"
".\obj\lhl_adc.o"
".\obj\lhl_watchdog.o"
".\obj\lhl_adc_dma.o"
".\obj\lhl_btim.o"
".\obj\lhl_dma.o"
".\obj\lhl_exti.o"
".\obj\lhl_gpio.o"
".\obj\lhl_i2c_slave.o"
".\obj\lhl_i2c_soft.o"
".\obj\lhl_exti.o"
".\obj\lhl_flash.o"
".\obj\lhl_lowpower.o"
".\obj\lhl_lptimer.o"
".\obj\lhl_rtc.o"
".\obj\lhl_systemclock.o"
".\obj\lhl_timer.o"
".\obj\lhl_uart.o"
".\obj\lhl_watchdog.o"
".\obj\lhl_systick.o"
".\obj\lhl_xlink.o"
".\obj\lhl_flash.o"
".\obj\main.o"
".\obj\maincore.o"
".\obj\modbus.o"
@@ -42,6 +49,7 @@
".\obj\usermodbus.o"
".\obj\readwritedatabycom.o"
".\obj\sampprocess.o"
".\obj\avantgardeprotocol.o"
".\obj\crc.o"
".\obj\user_math.o"
".\obj\filter.o"
@@ -52,24 +60,18 @@
".\obj\cat5171.o"
".\obj\mb85rs16.o"
".\obj\hafblf0750c4ax5.o"
".\obj\ble.o"
".\obj\key_power.o"
".\obj\oled.o"
".\obj\ble.o"
".\obj\fs5001_h2.o"
".\obj\dp2201v01.o"
".\obj\d9v2vhh_dp1703v10.o"
".\obj\d9v2fr_dp2006v1000 .o"
".\obj\dp2006_vm1000.o"
".\obj\flowratecompute.o"
".\obj\acccompute.o"
".\obj\correct.o"
".\obj\gasanalysis.o"
".\obj\temperaturecorrect.o"
".\obj\unitconverter.o"
".\obj\savingdata.o"
".\obj\unitconverter.o"
".\obj\statictemperature.o"
".\obj\checksystemvoltage.o"
".\obj\adjustoffset.o"
".\obj\pulse.o"
".\obj\display.o"
--library_type=microlib --strict --scatter ".\OBJ\DP2317_MF6600_LH32M0S3_APP.sct"
--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols

View File

@@ -2,8 +2,8 @@
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00020000 { ; load region size_region
ER_IROM1 0x08000000 0x00020000 { ; load address = execution address
LR_IROM1 0x08000000 0x0001C000 { ; load region size_region
ER_IROM1 0x08000000 0x0001C000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)

File diff suppressed because it is too large Load Diff