Hi Kenji,
The RT1060 family has two ADC modules, ADC1 and ADC2, each module has 8 channel groups. These channel groups correspond to registers ADC1_HC0, ADC1_HC1, ADC1_HC2, ADC1_HC3... and ADC1_R0, ADC1_R1, ADC1_R2, ADC1_R3... The same applies to the ADC2 module.
I understand your point. With the current information of the reference manual, it's confusing to know what are the channel groups. I will pass these comments to the documentation team.
Regards,
Victor
Hi victorjimenez-san
I undersatnd that each ADC modules has 8 channel groups.
So, these 8 channel groups, each could have several ADC signal, like below?
I want to use PWM and ADC in synchronization.
In this case, is the ADC done in group units?
I want to know about the relationship of group and signal.
Hi Kenji,
So, these 8 channel groups, each could have several ADC signal, like below?
Yes, your understanding is correct. There's only one thing to keep in mind. ADC_HC0 can be used for both software and hardware trigger mode. Other ADC_HCn (n = 1...) are for use only in hardware trigger mode. For more information regarding this, refer to section 66.8.1 of the reference manual.
want to use PWM and ADC in synchronization.
In this case, is the ADC done in group units?
You have to use these registers, ADC_HCn, no matter the functionality.
Regards,
Victor