User Activity

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();        ...