From 27ab08581d635c986e6573bb474bc092f29b757d Mon Sep 17 00:00:00 2001 From: kunpHust Date: Thu, 27 Apr 2023 22:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D2=E4=B8=AA=E6=97=A0=E6=95=88=E6=97=A7=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drivers/uart/v4.0.2/rtthread-studio-uart-v4.0.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development-tools/rtthread-studio/drivers/uart/v4.0.2/rtthread-studio-uart-v4.0.2.md b/development-tools/rtthread-studio/drivers/uart/v4.0.2/rtthread-studio-uart-v4.0.2.md index 09357cc..e907ca4 100644 --- a/development-tools/rtthread-studio/drivers/uart/v4.0.2/rtthread-studio-uart-v4.0.2.md +++ b/development-tools/rtthread-studio/drivers/uart/v4.0.2/rtthread-studio-uart-v4.0.2.md @@ -153,7 +153,7 @@ RT-Thread Setting ![dma-config](figures/dma-config.png) -将 [DMA 接收及轮询发送](https://www.rt-thread.org/document/site/programming-manual/device/uart/uart/#dma) 章节中的DMA 的测试代码添加到工程中 +将 [DMA 接收及轮询发送](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/programming-manual/device/uart/uart_v1/uart?id=dma-%e6%8e%a5%e6%94%b6%e5%8f%8a%e8%bd%ae%e8%af%a2%e5%8f%91%e9%80%81) 章节中的DMA 的测试代码添加到工程中 编译并下载程序,在控制台中输入 `uart_dma_sample` 命令,并使用 USB 转串口线连接串口 2,在串口 2 中可以看到如下打印信息 @@ -161,4 +161,4 @@ RT-Thread Setting 测试程序已经成功使用 DMA 进行了接收。 -更多关于串口的使用请查看 [UART设备](https://www.rt-thread.org/document/site/programming-manual/device/uart/uart/) +更多关于串口的使用请查看 [UART设备](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/programming-manual/device/uart/uart_v1/uart) -- Gitee