Hello,
I found a strange point that occurs only when selecting RT1010 of MCUXpresso Config Tools (ADC_ETC).
Trigger group is selected as follows.
(Trigger source) → (Trigger group)
XBAR1_TRIG, 0 → 4
XBAR1_TRIG, 1 → 5
XBAR1_TRIG, 2 → 6
XBAR1_TRIG, 3 → 7

But this doesn't work.
The operation is stopped by the following assertions.

Here, ADC_ETC_TRIGn_CTRL_COUNT is defined in MIMXRT1011.h as follows.
#define ADC_ETC_TRIGn_CTRL_COUNT (4U)
So Trigger Group seems to be correct at 0,1,2,3.
Actually, in the sample project "evkmimxrt1010_adc_etc_software_trigger_conv", the following is written.
ADC_ETC_SetTriggerConfig(DEMO_ADC_ETC_BASE, 0U, &adcEtcTriggerConfig);
(That is, 0 is used instead of 4.)
It occurred in the following versions.
-------------------------------
Config Tools - Peripherals Tool
Version: 8.0.0.202007071544
-------------------------------
Kind regards,
YutakaN