stm32l0x1 incorrect UID LL_driver
Posted on December 05, 2017 at 15:47In the stm32l0xx_ll_utils.h, the UID is using the wrong offset:__STATIC_INLINE uint32_t LL_GetUID_Word2(void){ return (uint32_t)(READ_REG(*((uint32_t *)(UID_BASE_ADDRESS + 8U))));}Checked in both STM32Cube_FW_L0_...