Other Parts Discussed in Thread: EVM430-FR6047
EVM430-FR6047,run the project 'USS_GUI_DEMO',I found it can't measure the voltage of battery, in the function ADC12_ISR,I found the ADC12IV value is 28,but in 'switch(__even_in_range(ADC12IV,12))',the boundary is 12,so the program couldn't active from LMP0 and break the while loop.Why is the boundary value set to 12 instead of other values?