Skip to content

Commit e7a2904

Browse files
maje-embrlubos
authored andcommitted
samples: direct_test_mode: Add workaround for MLTPAN-39
Added workaroud for MLTPAN-39 on nRF54LM20A SoC. Ref: NCSDK-34621 Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
1 parent 4ff510a commit e7a2904

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • samples/bluetooth/direct_test_mode/src

samples/bluetooth/direct_test_mode/src/dtm.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,10 @@ static int clock_init(void)
770770
}
771771
#endif /* NRF54L_ERRATA_20_PRESENT */
772772

773+
#if defined(NRF54LM20A_ENGA_XXAA)
774+
nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_PLLSTART);
775+
#endif /* defined(NRF54LM20A_ENGA_XXAA) */
776+
773777
return err;
774778
}
775779

0 commit comments

Comments
 (0)