STM32L4 Pin State in shutdown mode
We are trying to set the STM32L431 controller to shutdown mode.
During the shutdown mode, Pin PA15 shall be at low level.
Unfortunately the pin does not stay at low level during shutdown.
We have configured the pin with „HAL_PWREx_EnableGPIOPullDown(PWR_GPIO_A, PWR_GPIO_BIT_15);“
Because PA15 is a JTAG pin and equipped with internal pull-ups during reset i am searching the problem there.
Do I use the wrong pin configuration or is it not possible to achive a low level on PA15 in shutdown?
Thank you
