nrf: clock_control: Fatal error during initialization #25568
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: medium
Medium impact/importance bug
Describe the bug
Having a combination of
CONFIG_POLL=y
, a large mbedtls heap and using the RC oscillator as K32SRC causes a fatal error during initialization.Changing anyone of these and the problem seem to go away. Another way to make the problem go away is to change the init prio of mbedtls where the heap initialization happens. (
modules/crypto/mbedtls/zephyr_init.c
)To Reproduce
I used a
nrf52840dk_nrf52840
board and the followingprj.conf
insamples/hello_world
Screenshots or console output
Here is a backtrace from @carlescufi
Environment:
Commit 1a89ca1
The text was updated successfully, but these errors were encountered: