Hi.
RT1020 is used
It` simple question. but, I didn`t understand below.
In general SDK Example,
LPUART1 is used as debug console,
Its configuration is
IOMUXC_SetPinConfig(IOMUXC_GPIO_AD_B0_07_LPUART1_RX, 0x10B0U);
IOMUXC_SetPinConfig(IOMUXC_GPIO_AD_B0_06_LPUART1_TX, 0x10B0U);
0x10B0U ==> 100KOhm Pull Down
But , Generally , Is Pull-up Registance used ??
also, In schemetics of RT1020 EVk , I can see pull-up registance

Why pull-down configuration is declared ??