完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
如何在STM8S103F3中设计NEC IR解码器?
#remote #nec #ir 以上来自于谷歌翻译 以下为原文 How to design NEC IR decoder in STM8S103F3 ? #remote #nec #ir |
|
相关推荐
9个回答
|
|
我正在设计一个基于电池的设备。
它通常保持掉电模式 由NEC遥控器控制器供电。 是否有任何STM8S103参考设计或 技术资料供参考? 提前致谢 ! 以上来自于谷歌翻译 以下为原文 I am designing a battery-based device. It stayed power down mode normally and is powered on by NEC remoter controller. Are there any STM8S103 reference design or technical information for reference ? Thanks in advance ! |
|
|
|
引用:
是否有任何STM8S103参考设计或技术信息供参考? 以上来自于谷歌翻译 以下为原文 Quote: Are there any STM8S103 reference design or technical information for reference ? |
|
|
|
杰弗里嗨,
您可以参考以下链接中提供的“AN2957:使用STM8L10x微控制器的IR定时器调制器实现RC5红外发射器”:http://www.st.com/mcu/familiesdocs-120.html 本应用笔记使用STM8S产品系列中没有的IRTIM IP,但可以使用Timer更新;) 问候 mozra 以上来自于谷歌翻译 以下为原文 Hi Jeffrey, You can refer to the ''AN2957: Implementing an RC5 infrared transmitter using the IR timer modulator of the STM8L10x microcontroller'' available in this link: http://www.st.com/mcu/familiesdocs-120.html This Appli note use the IRTIM IP that is not available on the STM8S products family but can be updated using the Timer ;) regards mozra |
|
|
|
杰弗里嗨,
你想实现一个红外发射器?还是收件人? 问候 skuk 以上来自于谷歌翻译 以下为原文 Hi Jeffrey, You want to implement an IR transmitter? or receiver? regards skuk |
|
|
|
我使用PC.6实现了NEC IR接收器,
但它可能与其他信号(PC.3)相冲突。 他们共享相同的EXTI_PORTC_ISR 中断服务程序。如何区分它们 在ISR? 以上来自于谷歌翻译 以下为原文 I had implemented the NEC IR receiver using PC.6, but it may be conflicted with other signal (PC.3). They shared the same EXTI_PORTC_ISR interrupt service routine. How to distinguish them in ISR ? |
|
|
|
嗨,
是STM8家族的新手!由于以下原因,我计划使用Timer1功能解码NEC IR脉冲: 我根据参考手册RM0016(14587.pdf),第17.5.3节为自己配置了每个寄存器。 还选择了PIO配置作为备用输入,在DDR,CR1,CR2上有中断。 按下该键时会产生中断,但CC1IF位未置1,而寄存器始终为0x19,即CC4IF,CC3IF。 那没有用!我设法在timer,stm8s_tim1.c上挖出参考代码,并使用它。效果还是一样的 这让我想到,也许我错过了设置/重置某个地方的“一点点”!如果您可以与我分享您的想法和进一步的检查点或一些源代码,我们将不胜感激。 非常感谢, Skuk。 以上来自于谷歌翻译 以下为原文 Hi, Am new to STM8 family! and my plan to use Timer1 function to decode NEC IR pulses is on hold for the below reason: I configured myself every register according to ref manual RM0016 (14587.pdf), section 17.5.3. Also have chosen PIO config as alternate input with interrupt on DDR, CR1, CR2. There is an interrupt raised on press of the key, but the CC1IF bit is not set, instead, the register is always 0x19, which is to say CC4IF, CC3IF. That didn’t help! I managed to dig out the reference code on timer, stm8s_tim1.c, and used that as well. Still the same effect This makes me think, perhaps I have missed to set/reset just “one bitâ€� somewhere! If you could share me your thoughts and further check points or some source code to refer to, that would be appreciated. Many thanks, Skuk. |
|
|
|
嗨Boltnut,
你在用C或ASM写作吗? 你能告诉我你的代码吗? 我也在研究rc接收器吗? 以上来自于谷歌翻译 以下为原文 Hi Boltnut, are you writing in C or ASM? could you show me your code? i'm working on rc receiver too? |
|
|
|
嗨wojcik.krzysztof,
我在STM8S103F3中实现了NEC IR解码器(PC.6),但是受到其他信号(PC.3)的干扰。到目前为止我不知道 如何区分EXTI端口C引脚中断源要克服 问题。 以上来自于谷歌翻译 以下为原文 Hi wojcik.krzysztof, I had implemented the NEC IR decoder (PC.6) in STM8S103F3, butit is disturbed by other signal (PC.3). So far I do NOT know how to distinguish the EXTI Port C pins interrupt sources to overcome the issue. |
|
|
|
引用:
2009年12月15日10:15,Anonymous写道: 引用: 是否有任何STM8S103参考设计或技术信息供参考? 是否有任何描述TV NEC IR解码器的应用笔记 在STM8S MCU中设计? 以上来自于谷歌翻译 以下为原文 Quote: On 15-12-2009 at 10:15, Anonymous wrote: Quote: Are there any STM8S103 reference design or technical information for reference ? Are there any application notes which describe the TV NEC IR decoder design in STM8S MCU ? |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2715 浏览 1 评论
3235 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1807 浏览 1 评论
3643 浏览 6 评论
6031 浏览 21 评论
1333浏览 4评论
207浏览 3评论
195浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
348浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
440浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-19 16:09 , Processed in 1.442105 second(s), Total 62, Slave 56 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号