Quantcast
Channel: MSP low-power microcontrollers
Viewing all articles
Browse latest Browse all 62309

Forum Post: RE: Two Timers running parallel in MSP430F5529

$
0
0
Part of your code says: TA0CCTL0 = OUTMOD2 + CCIE + OUT; // CCR0 interrupt enabled TA0CCR0 = 100; // TA0CTL = TASSEL_2 + MC_1 + TACLR + TAIE ; // SMCLK, contmode, clear TAR TB0CCTL0 = OUTMOD2 + CCIE + OUT; // CCR0 interrupt enabled TB0CCR0 = 1000; // TB0CTL = TBSSEL_1 + MC_1 + TBCLR + TBIE ; // SMCLK, contmode, clear TAR You do have ISRs for the interrupts in blue, but not the interrupts in red.

Viewing all articles
Browse latest Browse all 62309

Trending Articles



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