This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello.
I have the ADC setup to trigger on an external signal via GPIO.
This works well.
But when I run in sequence mode - to go through all eleven memories and trigger *each* conversion from the GPIO the trigger (so eleven GPIO edges required) does not seem to work.
It is unclear what the difference between:
"Trigger will automatically step to next memory conversion register"
"Valid trigger will step to next memory conversion register"
Thanks
Phil
Hi, Philip
If ADC is enabled and starts,
"Trigger will automatically step to next memory conversion register"
MEM0 conversion done, ADC will automatically start MEM1's conversion without a valid trigger.
"Valid trigger will step to next memory conversion register"
MEM0 conversion done, ADC will wait for next GPIO trigger, then start MEM1 conversion.
But when I run in sequence mode - to go through all eleven memories and trigger *each* conversion from the GPIO the trigger (so eleven GPIO edges required) does not seem to work.
You need to set every memory to "Valid trigger will step to next memory conversion register".
Regards,
Helic