完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我试图让ADC在STM8S发现上工作,但ADC的左右对齐设置会产生不同的结果。
在标准固件库的stm8s_adc1.c文件中有: / *左对齐* / { / *阅读MSB firts * / temph = ADC1-&gt; DRH; / *然后读LSB * / templ = ADC1-> DRL; temph =(u16)((u16)(temp1&lt;(u8)6)|(u16)(temph&lt;(u8)8)); } 我想最后一行应该是 temph =(u16)((u16)(templ>&gt;(u8)6)|(u16)(temph&lt;(u8)8)); (将低位字节向另一个方向移动) 对? #ADC对准移 以上来自于谷歌翻译 以下为原文 I was trying to get the ADC working on an STM8S discovery, but left and right alignment setting of the ADC gives different results. In the file stm8s_adc1.c of the standard firmware library there is: /* Left alignment */ { /* Read MSB firts*/ temph = ADC1->DRH; /* Then read LSB */ templ = ADC1->DRL; temph = (u16)((u16)(templ << (u8)6) | (u16)(temph << (u8)8)); } I suppose that last line should be temph = (u16)((u16)(templ >> (u8)6) | (u16)(temph << (u8)8)); (shifting the lower byte in the other direction) Right? #adc-alignment-shift |
|
相关推荐
1个回答
|
|
我发现了和你一样的问题,我已经给st.com发了一封信来提交bug。
以上来自于谷歌翻译 以下为原文 I found the same problem as you,and I have sent a letter to st.com to submit the bug. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2632 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3607 浏览 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 08:04 , Processed in 0.993724 second(s), Total 77, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号