fall back a few

This commit is contained in:
Yunhorn 2023-06-01 19:16:34 +08:00
parent 4ce915e27f
commit 4e9be3f977
3 changed files with 6 additions and 6 deletions

View File

@ -1865,9 +1865,9 @@
<ActiveTab>2</ActiveTab> <ActiveTab>2</ActiveTab>
<Doc> <Doc>
<Name>../Src/main.c</Name> <Name>../Src/main.c</Name>
<ColumnNumber>42</ColumnNumber> <ColumnNumber>3</ColumnNumber>
<TopLine>135</TopLine> <TopLine>39</TopLine>
<CurrentLine>176</CurrentLine> <CurrentLine>79</CurrentLine>
<Folding>1</Folding> <Folding>1</Folding>
<ContractedFolders></ContractedFolders> <ContractedFolders></ContractedFolders>
<PaneID>0</PaneID> <PaneID>0</PaneID>
@ -1884,7 +1884,7 @@
<Doc> <Doc>
<Name>../Src/usart.c</Name> <Name>../Src/usart.c</Name>
<ColumnNumber>29</ColumnNumber> <ColumnNumber>29</ColumnNumber>
<TopLine>414</TopLine> <TopLine>418</TopLine>
<CurrentLine>442</CurrentLine> <CurrentLine>442</CurrentLine>
<Folding>1</Folding> <Folding>1</Folding>
<ContractedFolders></ContractedFolders> <ContractedFolders></ContractedFolders>

View File

@ -125,7 +125,7 @@
<SetRegEntry> <SetRegEntry>
<Number>0</Number> <Number>0</Number>
<Key>ST-LINKIII-KEIL_SWO</Key> <Key>ST-LINKIII-KEIL_SWO</Key>
<Name>-U34FF6B063446393130411457 -I0 -O206 -S1 -C0 -A0 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_128.FLM -FS08000000 -FL020000 -FP0($$Device:STM32F103C8$Flash\STM32F10x_128.FLM)</Name> <Name>-U48FF76067567515339490381 -O206 -SF10000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(1BA01477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_128.FLM -FS08000000 -FL020000 -FP0($$Device:STM32F103C8$Flash\STM32F10x_128.FLM)</Name>
</SetRegEntry> </SetRegEntry>
<SetRegEntry> <SetRegEntry>
<Number>0</Number> <Number>0</Number>

View File

@ -439,7 +439,7 @@ void Set_PCR_Parameter(char *str,uint8_t len)
LL_mDelay(500); LL_mDelay(500);
// printf("AT+LRSEND=10,0,2,<4F4B\r\n"); "OK" printf("AT+LRSEND=%d,%d,%d,<00\r\n",port,confirm,1); break; } // printf("AT+LRSEND=10,0,2,<4F4B\r\n"); "OK" printf("AT+LRSEND=%d,%d,%d,<00\r\n",port,confirm,1); break; }
printf("AT+LRSEND=%d,0,15,<%02x%d%d%d%d\r\n",cmdreplyport,0x50, /* change to port 13= cmdreplyport to align with other config£¬ 2023-06-1 sundp */ printf("AT+LRSEND=%d,0,16,<%02x%04x%04x%04x%02x\r\n",cmdreplyport,0x50, /* change to port 13= cmdreplyport to align with other config£¬ 2023-06-1 sundp */
PCR_parameter.Start,PCR_parameter.End,PCR_parameter.Threshold, PCR_parameter.Gain); PCR_parameter.Start,PCR_parameter.End,PCR_parameter.Threshold, PCR_parameter.Gain);
//change to port 13= cmdreplyport to align with other config /* 2022-09-21 sundp */ //change to port 13= cmdreplyport to align with other config /* 2022-09-21 sundp */
PCR PCR_parameter; PCR PCR_parameter;