完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
在每个传感器扫描完成后,CAPSHONSE组件使用触发的中断。在用户应用程序中有什么事情需要注意,以免打扰这个中断吗?
例如,不要使用比CAPSENSE中断更高优先级的中断。对具有较高优先级的用户中断的处理时间有限制。 以上来自于百度翻译 以下为原文 The CapSense component uses interrupts that trigger after each sensor scan is complete. Is there anything you have to pay attention to in the user application in order not to disturb this interrupt? For example Do not use interrupts with higher priority than CapSense interrupt. There is a limit on the processing time of user interrupts with higher priority. |
|
相关推荐
1个回答
|
|
中断处理程序的一些一般规则:
不要直接或间接地使用处理器中的延迟函数(某些LCD组件使用延迟)不要等待事件发生(信号准备好,定时器到期),在中断时重新设置中断原因并设置一个标志(全局变量UIT8变量),在主循环中进行测试并采取行动。在上面 记住: 在中断处理程序中更改的任何全局变量都必须声明为“易失性”。 当你发现一个冲突的访问时,你可以把它封装在一个“关键部分”中。参见CyTimeActualSeCudio()和CyExtIdMealSaleScript()API。 当然,您可以使用比CasSeq中断更高优先级(较低数量)的中断。 没有数字限制,但保持处理器短。 鲍勃 以上来自于百度翻译 以下为原文 Some general rules of thumb for interrupt handlers:
Keep in mind: Any global variablewhich gets changed within an interrupt handler must be declared as "volatile" When you find a conflicting access you may encapsulate this within a "Critical Section". See CyEnterCriticalSection() and CyExitCriticalSection() APIs. Of course you may use interrupts of higher priority (lower numbers) than the capsense interrupt. There is no numeric limit, but keep the handlers short. Bob |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2069 浏览 1 评论
1824 浏览 1 评论
3633 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1760 浏览 6 评论
1509 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
507浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
357浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
854浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 08:35 , Processed in 0.923926 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号