TMDS243EVM: GPIOREAD

Part Number: TMDS243EVM


Hello E2E Experts,

I'm using the HSE expansion interface pins to set the GPIO input mode, but the read level is always 0. I've connected it to the onboard 3.3V voltage pin, and the read level is still 0. The output high and low levels are tested correctly.    
uint32_t baseAddr = (uint32_t)AddrTranslateP_getLocalAddr(INIT_BASE_ADDR);
    GPIO_setDirMode(INIT_BASE_ADDR, INIT_PIN, GPIO_DIRECTION_INPUT);
    uint32_t va= GPIO_pinRead(baseAddr, INIT_PIN);
va is always 0??

Regards,

TICSC