Hi all,
I am wondering if anyone out there who knows a significant amount about the various MSP430s out there could help me determine a good MSP430 to use for accurate timing purposes. I am currently using an MSP430F2012 and other than the fact that I have to add a constant overhead in my Timer_A module to get the exact timing that I want, apparently, this constant factor is always different with each individual MSP430 that I use (They are all the same MSP430F2012 type).
With regards to the constant overhead in general, is there any way that I can avoid that? I assumed that using Timer_A would give accurate delays, but apparently that is not the case for all delays unless I add this constant factor. Someone also said that assembly would be the only way to be very exact. Is that entirely true?
Also, would anyone know of a certain MSP430 that is around the size of the MSP430F2012 (preferably smaller) that would be more reliable in terms of each individual microcontroller? Are there any MSP430s that do not vary so much in terms of their hardware, or is this just something I would have to accept? Because I would prefer it if I didn't have to change the constant factor for my timing functions with each specific MSP430 that I use.
Thanks,
Matt