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.

PROCESSOR-SDK-AM437X: TSCADC

Part Number: PROCESSOR-SDK-AM437X

Hello,

I´d like to confirm that the following piece of code from skAM437x.c is related only to the ADC0 of the Touch Screen Controller and I can remove it because my board does not have a display. 

/* TSCADC */
if(S_PASS == status)
{
status = PRCMModuleEnable(CHIPDB_MOD_ID_ADC0, 0U, 0U);
}

In chipdb_defs.h CHIPDB_MOD_ID_ADC0 = 70U

Thanks in advance for your response.

Marcio.