stm32h7xx_hal_driver icon indicating copy to clipboard operation
stm32h7xx_hal_driver copied to clipboard

TEMPSENSOR_CAL2_TEMP does not match H723 datasheet

Open KarstenHohmeier opened this issue 1 year ago • 1 comments

Setup Any project using a H723 type chip.

Describe the bug Value in TEMPSENSOR_CAL2_TEMP does not match the H723 datasheet.

https://github.com/STMicroelectronics/stm32h7xx_hal_driver/blame/ceda3ceeca2ee77a76d2de2ee6b560ad87c90a48/Inc/stm32h7xx_ll_adc.h#L389-L396

image

It seems this was updated/corrected in the datasheet in 2021 but the change did not make it into the HAL.

image

KarstenHohmeier avatar Aug 28 '24 11:08 KarstenHohmeier