Part Number: MSP430FR2311
HI Team,
My intention is to trigger a conversion using the eComp output with a short sample delay. The scope plot below shows what I have happening – red is the eComp input and blue is a DIO line I am toggling to show timings on my ISR. What I see is that there is a 58usec delay between ADC being triggered by eComp and the ISR being triggered following a conversion; I was expecting less than that…200ksps = 5usec. I’m also finding that I need to force a conversion in my eComp ISR for this to work correctly by calling ADC_startConversion(…). I thought this should be triggered automatically.
ADC registers when initialised and when the ISR is entered are also below.
I’ve tried various things but am not able to change the timings. What am I doing wrong? code attachedMy intention is to trigger a conversion using the eComp output with a short sample delay.docx