I'm trying to configure ADC BCTU list configuration for hardware trigger. I need some clarification on the configuring channels in ADC0 and ADC1 instances.
For Example,
ADC0 - P0 ChanNum0
ADC1 - P0 ChanNum0
Both instances ADC0 and ADC1 has P0 ChanNum0. Please help to configure both instances with same channel number in the BCTU list.
your ADC target mask is correct. but you need an entry for each channel you want to to sample for each adc. so if you have adc 0 and 1. you target mask is 0b11 or 0x3. if you wanted to sample ch0 ch2 and ch3. you bctu list should be. -ch0 -ch0 -ch2 -ch2 -ch3 -ch3