fix:修复调光时间BUG

解决调光时间一样的情况下,调光亮与调光灭的实际调光时间不一致问题
This commit is contained in:
caocong
2025-12-15 20:48:52 +08:00
commit 2dd675869a
41 changed files with 15313 additions and 0 deletions

BIN
Objects/BLV_C12_Dimm_V19 Normal file

Binary file not shown.

View File

@@ -0,0 +1,54 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20><>Vision V5.29.0.0
Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: cc cc, cc, LIC=9W1BF-6PVU2-D80FM-XPSKK-ZUPXX-GN4UD
Tool Versions:
Toolchain: PK51 Prof. Developers Kit Version: 9.01
Toolchain Path: D:\Keil_v5\C51\BIN
C Compiler: C51.exe V9.01
Assembler: A51.exe V8.02
Linker/Locator: BL51.exe V6.22
Library Manager: LIB51.exe V4.24
Hex Converter: OH51.exe V2.6
CPU DLL: S8051.DLL V3.72
Dialog DLL: DP51.DLL V2.59
Target DLL: STCMON51.DLL V0, 1, 0, 17
Dialog DLL: TP51.DLL V2.58
<h2>Project:</h2>
E:\Git_Project_Sourcode\RCU_C12_Dimming\light_V19.uvproj
Project File Date: 12/15/2025
<h2>Output:</h2>
Rebuild target 'Target 1'
compiling GPIO.c...
compiling main.c...
compiling UART.C...
compiling UART_Set.c...
compiling pwm_control.c...
compiling Start_Init.c...
compiling PWM15bit.c...
compiling timer.c...
compiling key.c...
compiling WDT.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?_PRINTBUFFER1?UART
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?_PRINTSTRING3?UART
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?_QPWM15DUTY?PWM15BIT
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?_PWMLEVELSET?PWM15BIT
Program Size: data=77.0 xdata=641 code=15470
creating hex file from ".\Objects\BLV_C12_Dimm_V19"...
".\Objects\BLV_C12_Dimm_V19" - 0 Error(s), 4 Warning(s).
Build Time Elapsed: 00:00:01
</pre>
</body>
</html>

1042
Objects/BLV_C12_Dimm_V19.hex Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,12 @@
".\Objects\GPIO.obj",
".\Objects\main.obj",
".\Objects\UART.obj",
".\Objects\UART_Set.obj",
".\Objects\pwm_control.obj",
".\Objects\Start_Init.obj",
".\Objects\PWM15bit.obj",
".\Objects\timer.obj",
".\Objects\key.obj",
".\Objects\WDT.obj"
TO ".\Objects\BLV_C12_Dimm_V19"
PRINT(".\Listings\BLV_C12_Dimm_V19.m51") RAMSIZE(256)