P. Frost

Results 4 comments of P. Frost

Hi @RJMSTM The issue is just that there are multiple comments and #defines in `stm32l0xx_ll_adc.h` that say that TS_CAL1 isn't available on STM32L011: https://github.com/STMicroelectronics/STM32CubeL0/blob/bec4e499a74de98ab60784bf2ef1912bee9c1a22/Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_adc.h#L196-L198 and https://github.com/STMicroelectronics/STM32CubeL0/blob/bec4e499a74de98ab60784bf2ef1912bee9c1a22/Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_adc.h#L1461-L1467 But this seems to...

Hi @RJMSTM, Thanks for getting back to me, like I say it seems like the TS_CAL1 value is present on the L011, all the dev boards I've got give accurate...

I don't think this is ready to be closed? This still seems to be a bug in the LL API: https://github.com/STMicroelectronics/STM32CubeL0/blob/e416b1d1ede2719bc253eb8c8029e8e338567f2f/Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_adc.h#L195-L195 If you would like any more information let me...

Another suggestion, it would be useful if `LL_RNG_SetHealthconfiguration` and `LL_RNG_GetHealthconfiguration` was modified to write the magic bytes `0x17590ABC` to unlock the HTCR register before reading / writing as specified in...