Hello, I have a question. I want to realize the synchronous acquisition of 3 AD channels by two ADCs, that is, the acquisition of 6 AD channels within 3 sampling cycles. Can it be realized?
Is it possible to use one PWM to trigger BCTU and write two different ADC channels in the list? Do the two ADCs trigger conversions at the same time or do they convert in sequence according to the list?
Or is it necessary to implement two PWM as trigger signals? Does using two PWM as trigger signals require a trigger signal priority wait? That is, new trigger signals are not received until the conversion of the ADC triggered by the previous trigger signal is complete, even if they are not triggered by the same ADC?
In addition, does watermark mean the trigger signal priority after BCTU receives multiple trigger signals at the same time?
Solved! Go to Solution.
Hi,
yes, it can be done using multiple parallel conversions. See chapter 64.3.4 Multiple parallel conversions (MPC) of the RM for more info.
BR, Petr
Hi,
yes, it can be done using multiple parallel conversions. See chapter 64.3.4 Multiple parallel conversions (MPC) of the RM for more info.
BR, Petr
Hi,
seems it can be done by BCTU. The CL can hold up to 32 commands, which is wjat you have, and a reading from FIFOs is user task, you can use DMA for reading it.
BR, Petr