Part Number: EVMK2G
Tool/software: Linux
Hi,
As per the thread https://e2e.ti.com/support/processors/f/791/t/759883 I understand that you meant the file \cmb\test\evmK2G\analog\loopback\src\main.c in which the function Cmb_STATUS initPlatform(void) includes this extra pin muxing code
#if 1
(...)
{
int padCfg;
for (padCfg = 139; padCfg <= 191; padCfg++)
{
pinMuxSetMode_local(padCfg, PADCONFIG_MUX_MODE_QUINARY);
}
}
#endif
I was trying to compare pad numbers with PinMux tool output, but PinMux uses numbering like A15, and the above code uses continuous numbering. How can I easily move beteen the two numbering schemes? Thank you.
Best regards,
Adam