Hello Fiona
thanks for your reply!
I confirm that the samples are those ranging from 8 to 13. In my description I wrote from 0 to 5 referring to the independent group ANB.
You have correctly interpreted our needs. But unfortunately the last step does not work:
We want that:
PDB1 at 80us ==> Sample 11 -> ANB0 / Sample 12 -> ANB2 / Sample 13 -> ANB6 ==> End
We configured ADC12_SCTRL as 0x00F0, the ADCB should word as below:
SC4 = 1 : Sample 8 ==> Halt
SC5 = 1 : Sample 9 ==> Halt
SC6 = 1 : Sample 10 ==> Halt
SC7 = 1 : Sample 11 ==> Halt
SC12 = 0 : Sample 12 ==> Continue
SC13 = 0 : Sample 13 ==> Continue
SC14 = 0 : Sample 14 ==> Continue
SC15 = 0 : Sample 15 ==> Continue
Than, we tried to configured ADC12_SCTRL as 0x0070, the ADCB should word as below:
SC4 = 1 : Sample 8 ==> Halt
SC5 = 1 : Sample 9 ==> Halt
SC6 = 1 : Sample 10 ==> Halt
SC7 = 0 : Sample 11 ==> Continue
SC12 = 0 : Sample 12 ==> Continue
SC13 = 0 : Sample 13 ==> Continue
SC14 = 0 : Sample 14 ==> Continue
SC15 = 0 : Sample 15 ==> Continue
Than, we tried to configured ADC12_SCTRL as 0x2070, the ADCB should word as below:
SC4 = 1 : Sample 8 ==> Halt
SC5 = 1 : Sample 9 ==> Halt
SC6 = 1 : Sample 10 ==> Halt
SC7 = 0 : Sample 11 ==> Continue
SC12 = 0 : Sample 12 ==> Continue
SC13 = 1 : Sample 13 ==> Halt
SC14 = 0 : Sample 14 ==> Continue
SC15 = 0 : Sample 15 ==> Continue
In all three cases not operating as desired!
The event end of ACD scan triggered every six synchronization hits of module PDB1 (monitored with oscilloscope). Then, the samples 11, 12, 13 are not acquired together as desired close to 80us
What is the correct configuretation of ADC12_SCTRL to acquire the three samples together?
Thanx for any help!
Marco