备份 ,接收有问题

This commit is contained in:
王绪洁 2025-03-19 17:00:07 +08:00
parent 89b05b1b74
commit 445152194f
3 changed files with 2287 additions and 2285 deletions

View File

@ -183,9 +183,9 @@ void start_ch438_task(void const *argument)
ch438_init(); ch438_init();
for (;;) for (;;)
{ {
uint8_t data[9] = {0xFF, 0xff, 0xff, 0xff, 0xff, 0x34, 0x56, 0x78, 0x9a}; // uint8_t data[9] = {0xFF, 0xff, 0xff, 0xff, 0xff, 0x34, 0x56, 0x78, 0x9a};
ch438_send_data(CH438_UART0, data, 9); // ch438_send_data(CH438_UART0, data, 9);
osDelay(1000); // vTaskDelay(10000);
} }
/* USER CODE END start_ch438_task */ /* USER CODE END start_ch438_task */
} }

View File

@ -160,6 +160,11 @@
<WinNumber>1</WinNumber> <WinNumber>1</WinNumber>
<ItemText>pSrcBuffer</ItemText> <ItemText>pSrcBuffer</ItemText>
</Ww> </Ww>
<Ww>
<count>2</count>
<WinNumber>1</WinNumber>
<ItemText>ch438_uart_data</ItemText>
</Ww>
</WatchWindow1> </WatchWindow1>
<MemoryWindow1> <MemoryWindow1>
<Mm> <Mm>
@ -259,7 +264,7 @@
<GroupNumber>2</GroupNumber> <GroupNumber>2</GroupNumber>
<FileNumber>2</FileNumber> <FileNumber>2</FileNumber>
<FileType>1</FileType> <FileType>1</FileType>
<tvExp>1</tvExp> <tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2> <bDave2>0</bDave2>
<PathWithFileName>../Core/Src/main.c</PathWithFileName> <PathWithFileName>../Core/Src/main.c</PathWithFileName>

File diff suppressed because it is too large Load Diff