I want to investigate if micro or internal oscillator is damaged and why and how??
here is the senario:
In my firmware i use
DCOCTL = 0;
BCSCTL1= CALBC1_8MHZ; // System Clock Settings
DCOCTL = CALDCO_8MHZ; // use calibrated 8MHz setting
and then i am using timer to create 0.5 second software loop.
I have tested 1000 of MCU in production and non of them have any issue with timing.
but i found 1 in which clock speed is "double" instead of 0.5 second loop it is showing 0.25 second loop.
I tried to reprogram it again and again but still having fast clock issue.
Could you tell me what could be the reason. i am 100% sure that software is correct. but is anything could get wrong with controller ??
Thanks,
Abhishek Sabnis