Hello Forum,
having used the timers on 8052, AVR and PIC, i find the 16bit timer on MSP430(F2013) different, normally in 8051/2, AVR etc we use timer Reload values to generate a particular delay and these reload values are loaded into 16bit Timer/counter register ( TH0 and TL0), but in msp 430 there are no reload values but only maximum count value that has to be loaded in TACCR0 register (timerA configured as up or up/down) and no reload values in TAR reg.
in 8052 when a Timer overflows and its ISR is entered, it is necessary to stop, reload and start the timer in the isr, do we need to do the same thing in msp430 or is it not needed ?
Regards,
nura