We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47113d commit 4ff510aCopy full SHA for 4ff510a
samples/peripheral/radio_test/src/main.c
@@ -17,6 +17,9 @@
17
#if NRF54L_ERRATA_20_PRESENT
18
#include <hal/nrf_power.h>
19
#endif /* NRF54L_ERRATA_20_PRESENT */
20
+#if defined(NRF54LM20A_ENGA_XXAA)
21
+#include <hal/nrf_clock.h>
22
+#endif /* defined(NRF54LM20A_ENGA_XXAA) */
23
24
/* Empty trim value */
25
#define TRIM_VALUE_EMPTY 0xFFFFFFFF
@@ -57,6 +60,11 @@ static void clock_init(void)
57
60
}
58
61
59
62
63
64
+ /* MLTPAN-39 */
65
+ nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_PLLSTART);
66
67
+
68
printk("Clock has started\n");
69
70
0 commit comments