Hi Chris, you are helping me a lot. My questions are: 1)ADC14_CTL0_SHS_1: ok, so if adc start when i want i don't need it or shs_0 is the default values? Because in your code is not setted. 2)ADC14CTL0 |= ADC14ENC: this enables adc conversion. I keep so or i keep togheter ADC14CTL0 |= ADC14SC? 3)Why do you tell me "Hopefully this will help speed up the ISR handling?". It's not good as thing? 4)TA0CCR0 = STEP: i have to keep so or write step-1? 5)NVIC_ISER0 = 1 i need this? 6)ADC14CTL0 &= ~ADC14ENC; when index_N>=N i haven't to set this to stop conversion? If i have more questions i will write you soon. Luca
↧