Greetings,
I am measuring multiple pwm currents with different timing signals therefore I need the adc to convert only one channel per trigger. I have a fpga providing all of the required adc triggers and I would need some clarification for how to use the one shot mode of the adc.
1. If I configure the adc so that soc 1 gets triggered with extint1 and soc 2 gets triggered with extint2 and I pull up both corresponding io:s at the same clock cycle, does the adc trigger acknowledge both, or will it just convert the higher priority one? Does it matter i the triggers are converting a/b channels as they do have separate s/h circuits?
2. I need only 10 out of the possible 15 socs, but I could not figure out a way to make the system function properly if i don't use all available socs. What otherwise happens is that after soc 10, the pointer is set at soc 11 which never triggers as it is not configured therefore the system halts after 10 conversions. At the moment I have circumvented this by configuring all socs with multiple socs converting a single channel, but the timing gets significantly more difficult when compared to having the system only configured with one soc for one ad channel.
Regards,
Jari