Quantcast
Channel: MSP 低功耗微控制器论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 3634

MSP430FR2633 触摸中断问题

$
0
0

对这块芯片的触摸中断(__interrupt void CAPT_ISR(void)),这块一直不太理解。

volatile bool g_bEndOfConversionFlag;
volatile bool g_bDetectionFlag;
volatile bool g_bConvTimerFlag;
volatile bool g_bConvCounterFlag;
volatile bool g_bMaxCountErrorFlag;

想问下这几个标志位分别都是什么意思?都和Captivate app里的哪些参数有关,如何产生中断?

不胜感激!


Viewing all articles
Browse latest Browse all 3634

Trending Articles