nickey 0 Posted April 4, 2011 Share Posted April 4, 2011 I was reading a separate post about the new TI chip coming out (this forum) and the author stated "Three timers with 4 CCRs each (finally, enough timer to do what I want!) Timer C will be 32-bit and will have 8 CCRs (sweet!)" I am a little slow here and don't fully grasp the significance of these parameters. How does increased number of CCRs benefit me? What can I do with them for example? I'm still early in my experience with C and the MSP430 so it just hasn't sunk in yet. thanks Quote Link to post Share on other sites
bluehash 1,581 Posted April 4, 2011 Share Posted April 4, 2011 Observe the number of the chip : MSP430AF --> MSP430"April Fools" Looks like he got you good. Quote Link to post Share on other sites
wasson65 16 Posted April 4, 2011 Share Posted April 4, 2011 Having just figured out how to do PWM with the built in timers, I'll take a stab at answering the question. Each CCR is a "Capture/Compare Register". Each CCR lets you perform an action based on the count of the clock it is attached to. If you have one CCR per timer, then that timer can only generate one timing signal. If you have two CCRs, that same clock can be used to generate two timing signals, or a much more complex single timing signal. Quote Link to post Share on other sites
RobG 1,892 Posted April 4, 2011 Share Posted April 4, 2011 Well, the bottom line is that there are MSP430 chips out there which have 5 or 7 CCRs and as wasson65 already stated, you can use each one to generate it's own timing signal, for example 7 servos, lights, or motors, or 7 sound waveforms. Quote Link to post Share on other sites
nickey 0 Posted April 4, 2011 Author Share Posted April 4, 2011 thanks, that helps to clear up my understanding... Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.