Other Parts Discussed in Thread: MSP430F2274
I have been using PWM for DC motors to control motors using MSP430F2274 . Just written the code based on this http://gushh.net/blog/?cat=361
My question is .. Here in the code enters while loop motor runs . Is it possible to use interrupts . Say motors starts running when interrupt occurs(using switch interrupt) . Is it possible to control speed based number of switch presses continously?? Timer interrupt concept are new to me . Can you guys direct me to what i should read to get familiar . I have read MSP430x2xx Family . Timer guide for MSP430 .
Thanks in advance