docs:发布文件

发布生产文件:BLV_C12_Dimm_V19.hex
This commit is contained in:
caocong
2025-12-16 16:59:36 +08:00
parent 2dd675869a
commit 6ef7f0c503
15 changed files with 1051 additions and 1036 deletions

View File

@@ -1,4 +1,4 @@
C51 COMPILER V9.01 PWM_CONTROL 12/15/2025 20:45:04 PAGE 1
C51 COMPILER V9.01 PWM_CONTROL 12/16/2025 16:53:47 PAGE 1
C51 COMPILER V9.01, COMPILATION OF MODULE PWM_CONTROL
@@ -62,7 +62,7 @@ line level source
48 1
49 1 PWM15_Init(PWM0,&PWM15_InitStructure); //<2F><>ʼ<EFBFBD><CABC>PWM0
50 1 PWM15_Init(PWM2,&PWM15_InitStructure); //<2F><>ʼ<EFBFBD><CABC>PWM2
C51 COMPILER V9.01 PWM_CONTROL 12/15/2025 20:45:04 PAGE 2
C51 COMPILER V9.01 PWM_CONTROL 12/16/2025 16:53:47 PAGE 2
51 1
52 1 PWM15Duty(PWM00,initial_Val); //PWM_ID, <20><><EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD>ƽλ<C6BD><CEBB>, <20><><EFBFBD><EFBFBD><EFBFBD>ߵ<EFBFBD>ƽλ<C6BD><CEBB>
@@ -126,7 +126,7 @@ line level source
98 2 {
99 3 if (s_recv.flag1[i])
100 3 {
C51 COMPILER V9.01 PWM_CONTROL 12/15/2025 20:45:04 PAGE 3
C51 COMPILER V9.01 PWM_CONTROL 12/16/2025 16:53:47 PAGE 3
101 4 if (s_pwm.wanttopwm[i] > s_pwm.currpwm[i])
102 4 {
@@ -190,7 +190,7 @@ line level source
158 {
159 1 int i=0;
160 1 static u32 systick_command2 = 0;
C51 COMPILER V9.01 PWM_CONTROL 12/15/2025 20:45:04 PAGE 4
C51 COMPILER V9.01 PWM_CONTROL 12/16/2025 16:53:47 PAGE 4
161 1 if (systick_1ms - systick_command2 >= 10)
162 1 {
@@ -254,7 +254,7 @@ line level source
216 5
217 5 //˫<><CBAB>ѭ<EFBFBD><D1AD>ģʽ
218 5 case 0x01:
C51 COMPILER V9.01 PWM_CONTROL 12/15/2025 20:45:04 PAGE 5
C51 COMPILER V9.01 PWM_CONTROL 12/16/2025 16:53:47 PAGE 5
219 5 //<2F>ݼ<EFBFBD>
220 5 if (s_recv.forward[i] == 0x00)
@@ -318,7 +318,7 @@ line level source
274 //ֱ<>ӹص<D3B9><D8B5><EFBFBD>,<2C><><EFBFBD><EFBFBD>¼״̬
275 void Close_Light(u8 i)
276 {
C51 COMPILER V9.01 PWM_CONTROL 12/15/2025 20:45:04 PAGE 6
C51 COMPILER V9.01 PWM_CONTROL 12/16/2025 16:53:47 PAGE 6
277 1 s_pwm.currpwm[i]=20001ul; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߵ<EFBFBD>ƽ<EFBFBD><C6BD><EFBFBD>dz<EFBFBD><C7B3><EFBFBD><EFBFBD><EFBFBD><E2A3AC><EFBFBD><EFBFBD>
278 1 }
@@ -382,7 +382,7 @@ line level source
335 3 Close_Light(i);
336 3 }
337 2 else
C51 COMPILER V9.01 PWM_CONTROL 12/15/2025 20:45:04 PAGE 7
C51 COMPILER V9.01 PWM_CONTROL 12/16/2025 16:53:47 PAGE 7
338 2 {
339 3 PWM_write(i, s_pwm.currpwm[i]);