STM32L0xx - why is PA4 initialized as digital input?
In STM32L0xx, all pins are initialized as Analog, except PA13/PA14 which are SWDIO/SWCLK, initialized as AF; and PA4, which is initialized as [digital] Input.I can't find any reason for the latter.It's not that important, and I can simply take it as ...