This project creates a pool of dynamically allocated A timers in MSP430 Microcontrollers. Timers are requested, used, and freed/killed as needed. Create a Timer pointer. msTimerA is the struct used ...
Request a Timer to point to. You must specify a callback ( a function that gets called when timer expires ) : myTimerPtr = timer_requestTimer(myCallbackFunction); Your callback function must return ...
If you haven’t done any debugging with microcontroller programs [Kphlight] posted a follow-along guide for debugging MSP430 chips. You can see above that he’s using the TI Launchpad and has chosen the ...