Hello Sir,
I am new to MSP430, using TI MSP Launchpad with MSP430G2231.I am trying with different example code provided with Launchpad.
I want to know,how to calculate toggling rate of led(or specific delay of 1sec.) using Timer,there is any formula.
Like 8051,we have to divide Machine Cycle period i.e 1.085u Sec (with 11.0592MHz Crystal) by delay we want.& load these hex value in TH1 & TL1.
How it's calculation depends upon clock(i.e.MCLK,ACLK,SMCLK) in MSP430.