Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 230763

Forum Post: RE: Timer in Capture Mode of MSP430F5325

$
0
0

#pragma vector=TIMERB0_VECTOR

For CC6, I think you need TIMERB1_VECTOR. Once you get there,

    if(TB0CCTL6 & CCIFG);

    if(TB0CCTL6 & COV);

I think those trailing semicolons will get you into trouble.


Viewing all articles
Browse latest Browse all 230763

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>