Hi@Eduardo2000
1.In the demo "MCSPTE1AK344_BLDC_6Step_sensorless_ll"
Senlent_0-1728530903092.png
Senlent_0-1728537317909.png
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->
Senlent_0-1728539261251.png
B.For BCTU SINGLE
Senlent_1-1728539518225.png
Senlent_2-1728539541954.png
Senlent_3-1728539547151.png
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.