完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我不确定这是否是报告错误的适当位置。如果不是这样,请告诉我,在哪里举报。 错误发生在STM8S_StdPeriph_Lib_V2.1.0的stm8_uart1.c模块中。 根据UART1_ITConfig的描述,其中一个参数可以具有值UART1_IT_RXNE或UART1_OR。当使用其中之一时,assert_failed函数将被调用为宏IS_UART1_CONFIG_IT_OK(UART1_IT)将它们视为无效参数。使用参数UART1_IT_RXNE_OR可以很好地起到相同的作用,但至少UART1_ITConfig的描述应该更正安全的开发人员时间;-)。 #uart1_itconfig-stm8s_stdperiph 以上来自于谷歌翻译 以下为原文 Hello, I am not sure if this is a proper place for reporting errors. If not so, please tell me, where to report it. The error is in stm8_uart1.c module of STM8S_StdPeriph_Lib_V2.1.0. According to description of UART1_ITConfig one of the parameters can have value UART1_IT_RXNE or UART1_OR. When using one of these, the assert_failed function will be called as macro IS_UART1_CONFIG_IT_OK(UART1_IT) treat them as invalid parameters. Using parameter UART1_IT_RXNE_OR works well with the same effect, but at least the description of UART1_ITConfig should be corrected to safe developers time ;-). #uart1_itconfig-stm8s_stdperiph |
|
相关推荐
1个回答
|
|
同样在这里。不得不用简单的替换函数调用
UART1-> CR2 | =(uint8_t)UART1_FLAG_RXNE; 以上来自于谷歌翻译 以下为原文 Same here. Had to replace function call with simple UART1->CR2 |= (uint8_t)UART1_FLAG_RXNE; |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2634 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3609 浏览 6 评论
5987 浏览 21 评论
939浏览 4评论
1315浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
582浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1302浏览 3评论
1357浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 13:00 , Processed in 1.104806 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号