Hi Luca, So your only issue is using a timer to trigger the ADC conversion? It looks like previously you would use a software trigger inside of the timer ISR. Try using a timer source other than one which uses an ISR to complete tasks. A list of ADC14 trigger signal connections is shown in Table 6-51 of the datasheet. Simplify your code to an ADC trigger-sourced example before posting it to the forum. Here is another E2E post with a link to an example that you could find useful: e2e.ti.com/.../467153 Regards, Ryan
↧