Resolved! PA9 is high voltage level when configured as input pull-down mode
Hello, everyone. I use STM32L496 on my board, and use PA9 as a GPIO for input, without any external resister. Software program is based on HAL. I have a sample demo like this: int main(void) { HAL_Init(); BSP_Init(); ...