完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
如何暂停和恢复外部中断?
以上来自于谷歌翻译 以下为原文 how to suspend and resume an external interrupt? |
|
相关推荐
3个回答
|
|
嗨Luzeiro,
尝试使用enableInterrupts()和disableInterrupts()。 告诉我它是否正常。那让我感兴趣! 祝你好运 ! 再见, MCULüfter 以上来自于谷歌翻译 以下为原文 Hi Luzeiro, Try to use enableInterrupts() and disableInterrupts(). Tell me if it is OK. That interests me ! Good luck ! Ciao, MCU Lüfter |
|
|
|
我不认为禁用所有中断是一个很好的ideia,所以它可能会禁用所有优先级中断。
我发现对于外部引脚示例,STM8L有几种类型的间隙,即:下降沿和下降沿,下降沿,上升沿,上升沿和高。 这意味着我希望使用onde''edge和..''如果我在edge event ocours之后启用中断,那么该行仍然是低或高,所以事件将被参加。 我没有测试它,但我希望它有效.. MRL 以上来自于谷歌翻译 以下为原文 I dont think disable all interrupts is a good ideia so it possible disables all priority interrupts. I found that for the external pin example, the STM8L have several types of interrpts, that is: fallen edge and low, fallen edge, rise edge, rise edge and high. that means I expect use onde ''edge and..'' if I enable the interrupt after the edge event ocours, the line is still low or high so the event will be attended. I didnt test it, but I hope it works.. MRL |
|
|
|
嗨luzeiro,
如果我已经很好地阅读了规范,有四种类型:上升,下降,上升和下降,下降和低电平。 我认为只有跌落和低位才适合你。 使用''enableInterrupts()和disableInterrupts()''不要清除中断挂起位。 critial_function() { disableInterrupts() 码... //&lt;&lt;&lt;&lt; ---事件中断 码... 码... enableInterrupts(); } //&lt;&lt;&lt; --- ISR调用,所以事件不会错过 问候, MCULüfter 以上来自于谷歌翻译 以下为原文 Hi luzeiro, If I have well read the spec, there is four types: rising, falling, rising and falling, falling and low level. I think that only falling and low level can suits you. Using ''enableInterrupts() and disableInterrupts()''don't clear the interrupt pending bit. critial_function() { disableInterrupts() code... //<<<--- event interrupt code... code... enableInterrupts(); } // <<<--- ISR called so event is not missed Regards, MCU Lüfter |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2730 浏览 1 评论
3239 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1808 浏览 1 评论
3647 浏览 6 评论
6035 浏览 21 评论
1338浏览 4评论
198浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
350浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
442浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
273浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 02:23 , Processed in 1.216617 second(s), Total 82, Slave 65 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号