P. Frost
P. Frost
The LL API seems to incorrectly assume that TS_CAL1 (temperature sensor calibration value @ 30c) is missing on the STM32L011 series. The datasheet says in section 6.3.16 Temperature Sensor Characteristics,...
This function call seems to mistakenly use `conf` directly rather than `cconf` which protects against `conf` being null: https://github.com/acmel/dwarves/blob/c129fa7579483bba5b050ba54cc683e11d2b70f3/dwarves_fprintf.c#L1484 This makes pahole segfault seemingly whenever `--show_reorg_steps` is used
In a post here https://community.st.com/t5/stm32-mcus-security/why-am-i-getting-an-rng-failure-on-the-stm32l4p5/m-p/203250. It was recognised that the HAL was initialising the RNG peripheral incorrectly. The HAL function `HAL_RNG_Init` seems to have been corrected to set the correct...