Part Number: TMDSCNCD263
Hi Team,
Could you please clarify the Dynamic channel configuration post driver initialization will support in upcoming releases?
MCAL version - MCAL_AM263x_08.06.02

Thanks
Vivek Arivazhagan
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMDSCNCD263
Hi Team,
Could you please clarify the Dynamic channel configuration post driver initialization will support in upcoming releases?
MCAL version - MCAL_AM263x_08.06.02

Thanks
Vivek Arivazhagan
HI Vivek,
Could you please clarify "Dynamic Channel Configuration"? Do you mean the Channel selection on the SOC-configuration in ADC? If so, the follwing API may be used.
ADC_setupSOC(uint32_t base, ADC_SOCNumber socNumber, ADC_Trigger trigger, ADC_Channel channel, uint32_t sampleWindow);Hi Vivek,
As per my understanding from the document and adc-driver, Basically dynamic channel configuration mostly means that once the configuration received from the configurator outputs like EB or vector DE and the Adc_Init is called, during the run-time dynamically the ADC channels cannot be initialized through the code.