Resolved! How to report issues on LL HAL driver for STM32L0 (Incorrect unique device ID flash location)
Posted on January 19, 2017 at 15:15I need to read the unique device ID from a STM32L0.The Low Level hal driver source (stm32l0xx_ll_utils.h, V1.7.0, 31-May-2016) uses:__STATIC_INLINE uint32_t LL_GetUID_Word0(void){ return (uint32_t)(READ_REG(*((uint...