摘要: 本文在CH572上实现串口中断接收: #include "CH57x_common.h" // 发送缓冲区及测试数据 uint8_t g_txBuffer[] = "This is a UART test example\r\n"; // 接收缓冲区(100字节) uint8_t g_rxBuffe 阅读全文
posted @ 2025-08-02 09:51 WCH蓝牙应用分享 阅读(236) 评论(0) 推荐(0)