2016-12-06 02:30 PM
Were I can download the STM32L053 Standard Peripheral Library?
2016-12-06 11:35 PM
Not sure there was an SPL release, not seeing in my archives..
2016-12-07 12:53 AM
There is actually no SPL for the latest STM32 series (including STM32L0). You may use the HAL (Portable from STM32 series) or Low Layer (LL) which is replacing the SPL (Low layer is close to the machine, not compatible between all STM32 series). For low power application, Low Layer is recommended.