Skip to content

Commit f2dbaa0

Browse files
committed
STM32L4 TRNG clock configuration
1 parent 31fb3f9 commit f2dbaa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_STM/trng_api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include "hw_conf.h"
3232
#endif
3333

34+
#define USE_PLL_MSI 0x1 // Use MSI internal clock
35+
3436
static uint8_t users = 0;
3537

3638
void trng_init(trng_t *obj)

0 commit comments

Comments
 (0)