Hi experts,
Is it possible to transfer ADC results to CPU1 and CPU2 at the same time?
For example, when the ownership of ADC_A is CPU1 with the following settings, can the conversion completion flag of ADC_A be set to the DMA transfer start trigger of both CPU1 and CPU2?
DevCfgRegs.CPUSEL11.ADC_A = 0;
Best regards,
Sasaki