This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using ENTROPY_CC310 with BT

If I add

CONFIG_BT=y

CONFIG_BT_PERIPHERAL=y

to tests/crypto/prj.conf then CONFIG_ENTROPY_CC310=y gets turned off when building.  By default, this will then cause a hard fault if anything calls sys_rand32_get().

What are the proper configs to use ENTROPY_CC310 with Bluetooth?

Related