Hi Raphael, It's possible that the internal oscillator ADC10OSC, which is the ADC10 clock source select by default, is not stopped on emulation halt and is therefore causing the behavior you are describing. You could test this by changing the ADC10SSELx bits inside of ADC10CTL1 for an ACLK or SMCLK source, in which case you can manually select for these clocks to stop during a CCS breakpoint under Tools -> Debugger Options -> MSP430 Debugger Options. Regards, Ryan
↧