Quantcast
Channel: MPLAB XC16
Viewing all articles
Browse latest Browse all 1508

dspic33ep64mc504 32bit timer timer2:timer3 (seyyah)

$
0
0
I think there is a problem with this timer. I'm using timer2/3 in 32 bit mode @70MHz. When I read it I use this code: countValLower = TMR2; // read lsw first
countValUpper = TMR3HLD; // then read msw
countVal = (((uint32_t)countValUpper << 16) |..

Viewing all articles
Browse latest Browse all 1508

Trending Articles



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