Hi@Eduardo2000
1.In the demo "MCSPTE1AK344_BLDC_6Step_sensorless_ll"


You can see the adc sample sequence is as below shows:
eMIOS0_CH3->ADC0_P0 DCB_I(SINGLE)
eMIOS0_CH2->ADC0_P1,ADC1_P1 DCB_V,BEMF_A(LIST)
eMIOS0_CH3->ADC0_P0 DCB_I(SINGLE)
eMIOS0_CH2->ADC0_P1,ADC1_P3 DCB_V,BEMF_B(LIST)
eMIOS0_CH3->ADC0_P0 DCB_I(SINGLE)
eMIOS0_CH2->ADC0_P1,ADC1_P2 DCB_V,BEMF_C(LIST)
2.According to your new ADC port changes.
A.For BCTU LIST->

B.For BCTU SINGLE



eMIOS0_CH3->ADC0_S22 DCB_I(SINGLE)
eMIOS0_CH2->ADC0_P1,ADC1_P7 DCB_V,BEMF_A(LIST)
eMIOS0_CH3->ADC0_S22 DCB_I(SINGLE)
eMIOS0_CH2->ADC0_P1,ADC1_S8 DCB_V,BEMF_B(LIST)
eMIOS0_CH3->ADC0_S22 DCB_I(SINGLE)
eMIOS0_CH2->ADC0_P1,ADC1_P2 DCB_V,BEMF_C(LIST)
Also, the ADC instance for the temperature sensor should be modified as well.
I don't have the hardware to test this for you, but I think I've explained it in enough detail.