Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
STM32F103
STM32F103 串口5 UART5 无法使用问题,不能接收和发送数据。
发布于 2024-11-26 17:45:18 浏览:14
订阅该版
如题,串口1 2 3 4使用都没问题,但UART5的使用有问题,无法发送和接收数据。 board.c ```c #define BSP_USING_UART1 //DEBUG调试口 #define BSP_UART1_TX_PIN "PA9" #define BSP_UART1_RX_PIN "PA10" #define BSP_USING_UART2 #define BSP_UART2_TX_PIN "PD5" #define BSP_UART2_RX_PIN "PD6" #define BSP_UART2_RX_USING_DMA #define BSP_UART2_TX_USING_DMA #define BSP_USING_UART3 #define BSP_UART3_TX_PIN "PB10" #define BSP_UART3_RX_PIN "PB11" #define BSP_UART3_RX_USING_DMA #define BSP_UART3_TX_USING_DMA #define BSP_USING_UART4 #define BSP_UART4_TX_PIN "PC10" #define BSP_UART4_RX_PIN "PC11" #define BSP_UART4_RX_USING_DMA #define BSP_UART4_TX_USING_DMA #define BSP_USING_UART5 #define BSP_UART5_TX_PIN "PC12" #define BSP_UART5_RX_PIN "PD2" ``` drv_usart.c ```c static const struct gpio_uart_remap uart_remaps[] = { /* usart1 configure */ { .pin_index = GET_PIN(A, 9), .normal_uart = 1, .remap_uart = -1 }, { .pin_index = GET_PIN(A, 10), .normal_uart = 1, .remap_uart = -1 }, { .pin_index = GET_PIN(B, 6), .normal_uart = -1, .remap_uart = 1 }, { .pin_index = GET_PIN(B, 7), .normal_uart = -1, .remap_uart = 1 }, /* usart2 configure */ { .pin_index = GET_PIN(A, 2), .normal_uart = 2, .remap_uart = -1 }, { .pin_index = GET_PIN(A, 3), .normal_uart = 2, .remap_uart = -1 }, { .pin_index = GET_PIN(D, 5), .normal_uart = -1, .remap_uart = 2 }, { .pin_index = GET_PIN(D, 6), .normal_uart = -1, .remap_uart = 2 }, /* usart3 configure */ { .pin_index = GET_PIN(B, 10), .normal_uart = 3, .remap_uart = -1 }, { .pin_index = GET_PIN(B, 11), .normal_uart = 3, .remap_uart = -1 }, { .pin_index = GET_PIN(D, 8), .normal_uart = -1, .remap_uart = 3 }, { .pin_index = GET_PIN(D, 9), .normal_uart = -1, .remap_uart = 3 }, /* usart4 configure */ { .pin_index = GET_PIN(C, 10), .normal_uart = 4, .remap_uart = -1 }, { .pin_index = GET_PIN(C, 11), .normal_uart = 4, .remap_uart = -1 }, /* usart5 configure */ { .pin_index = GET_PIN(C, 12), .normal_uart = 5, .remap_uart = -1 }, { .pin_index = GET_PIN(D, 2), .normal_uart = 5, .remap_uart = -1 }, }; ```
查看更多
0
个回答
默认排序
按发布时间排序
暂无答案,快来添加答案吧
撰写答案
登录
注册新账号
关注者
0
被浏览
14
关于作者
Wogee
这家伙很懒,什么也没写!
提问
1
回答
1
被采纳
0
关注TA
发私信
相关问题
1
STM32F103RCT6 串口接收数据不正确
2
microPython的工程同步总是不行
3
RT-THREAD 串口接收数据问题
4
晶联讯19264液晶屏字库,可以读取字母、字符和数字,但是汉字读取显示错误
5
fal软件包如何在f103rct6上使用
6
新手“RT-Thread Settings”创建看门狗的时候后编译不通过的问题
7
大神们,rt-thread启用WDT了,但是还是没启动,怎么办?
8
为什么IWDG设置分频为4并且reload设置为0xFFF的时候串口没有打印了?
9
CMSIS-DAP烧录STM32F103C8T6出错
10
RTT的启动时长大概是多少毫秒?
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
【24嵌入式设计大赛】基于RT-Thread星火一号的智慧家居系统
2
RT-Thread EtherKit开源以太网硬件正式发布
3
如何在master上的BSP中添加配置yml文件
4
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
5
RT-Thread 发布 EtherKit开源以太网硬件!
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
MicroPython
ulog
C++_cpp
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
16
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
6
个答案
2
次被采纳
用户名由3_15位
13
个答案
1
次被采纳
本月文章贡献
程序员阿伟
9
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
5
次点赞
RTT_逍遥
1
篇文章
2
次点赞
ThinkCode
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部