完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,大家好:
请问如何区分STM8L151中的两组UART1? 有 UART1_TX =端口A2 UART1_Rx =端口A3 要么 UART1_TX =端口C3 UART1_Rx =端口C2 我对STM8L如何知道我使用哪一组感到困惑? 谢谢。 #秒 以上来自于谷歌翻译 以下为原文 Hi Guys: May I ask how to distinguish the two sets of UART1 in STM8L151 ? There are UART1_TX = Port A2 UART1_Rx = Port A3 or UART1_TX = Port C3 UART1_Rx = Port C2 I confused about how the STM8L know I am using which set of them? Thx. #s |
|
相关推荐
4个回答
|
|
你好
我认为你不明白。只有1个UART1。 如您所列,您可以将引脚布线到2组备用引脚。 但是只有一个UART1。 同时路由到两组引脚将导致未定义的行为。 尝试通过2组引脚将2个RS232设备连接到同一个UART: 再次行为未定义,可能造成损害! 以上来自于谷歌翻译 以下为原文 Hi I do not think you understand. There is only 1 UART1. You can route the pins to 2 alternate sets of pins, as you have listed. There is however ONLY ONE UART1. Routing to both sets of pin at the same time will cause undefined behavior. Trying to connect 2 RS232 device to the same UART through 2 sets of pins : again behaviour undefined and could cause damage! |
|
|
|
亲爱的先生:
谢谢你回复。 现在我知道STM8L中只有一个UART1模块有不同的端口可以重新映射使用。 以下是我的代码,但仍然无法正常工作,请帮助我: CLK_PeripheralClockConfig(CLK_Peripheral_USART1,ENABLE); USART_DeInit(USART1); USART_Init(USART1,9600,USART_WordLength_8b,USART_StopBits_1,USART_Parity_No,USART_Mode_Tx); USART_Cmd(USART1,ENABLE); SYSCFG_REMAPPinConfig(REMAP_Pin_USART1TxRxPortA,ENABLE); USART_SendData8(USART1,0x41); while(!USART_GetFlagStatus(USART1,USART_FLAG_TXE)); 而(1); 谢谢了。 你好 我认为你不明白。只有1个UART1。 如您所列,您可以将引脚布线到2组备用引脚。 但是只有一个UART1。 同时路由到两组引脚将导致未定义的行为。 尝试通过2组引脚将2个RS232设备连接到同一个UART: 再次行为未定义,可能造成损害! 以上来自于谷歌翻译 以下为原文 dear sir: Thx for ur reply. Now I know there is only one UART1 module in STM8L with different port that u can remap to use. following is my code, but still can't work, pls help me: CLK_PeripheralClockConfig (CLK_Peripheral_USART1, ENABLE); USART_DeInit(USART1); USART_Init(USART1, 9600, USART_WordLength_8b, USART_StopBits_1, USART_Parity_No, USART_Mode_Tx); USART_Cmd (USART1, ENABLE); SYSCFG_REMAPPinConfig ( REMAP_Pin_USART1TxRxPortA, ENABLE ); USART_SendData8(USART1, 0x41); while(!USART_GetFlagStatus (USART1, USART_FLAG_TXE)); while(1); Thx again. Hi I do not think you understand. There is only 1 UART1. You can route the pins to 2 alternate sets of pins, as you have listed. There is however ONLY ONE UART1. Routing to both sets of pin at the same time will cause undefined behavior. Trying to connect 2 RS232 device to the same UART through 2 sets of pins : again behaviour undefined and could cause damage! |
|
|
|
你好
抱歉,我在STM32系列上工作,但我快速浏览了数据表和参考手册。 在参考手册中,它说IO引脚可以通过选项字节设置为备用功能。 以上来自于谷歌翻译 以下为原文 Hi Sorry but I work on the STM32 series but I did a quick scan through the data sheet and reference manual. In the reference manual, it says that the IO pin can be set to alternate function via the option bytes. |
|
|
|
嗨,
首先,确保正确配置GPIO引脚,PA2作为输出,PA3输入无中断,并使用GPIO_ExternalPullUpConfig启用PushPull功能,然后重新映射,初始化USART并最终启用它。 埃里克 以上来自于谷歌翻译 以下为原文 Hi, first, make sure you properly configure GPIO pins, PA2 as output, PA3 input without interrupts and enable PushPull feature with GPIO_ExternalPullUpConfig, then Remap, initialize USART and finally enable it. Erick |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2642 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3611 浏览 6 评论
5988 浏览 21 评论
939浏览 4评论
1316浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
584浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1303浏览 3评论
1360浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-24 08:12 , Processed in 1.164063 second(s), Total 55, Slave 48 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号