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.