Hello,
I am using the FRDM-KL05Z board with ADC.
I acomplished to use ADC in single, continuous and hardware (TPM0) trigger modes.
However, when I try to set my channel for Group B, it is not work (doesn't set the COCO flag).
As far as I know, I just need to worry about a few things to choose between Group A and B:
- The ADC0->S1[0] is for Group A and ADC0->S1[1] is for Group B, for setting the channel;
- The ADC0->R[0] is for Group A and ADC0->R[1] is for Group B, for reading the conversion value;
- Group B can only be triggered by hardware.
There is something I am missing?
Thanks in advance