NRF_CLOCK->LFXODEBOUNCE = (CLOCK_LFXODEBOUNCE_LFXODEBOUNCE_Extended << CLOCK_LFXODEBOUNCE_LFXODEBOUNCE_Pos);
is this enough? Could you share the example code if it is not?
NRF_CLOCK->LFXODEBOUNCE = (CLOCK_LFXODEBOUNCE_LFXODEBOUNCE_Extended << CLOCK_LFXODEBOUNCE_LFXODEBOUNCE_Pos);
is this enough? Could you share the example code if it is not?
Hello,
Sorry for the late reply. I have feedback from team.
You need to set the register LFXODEBOUNCE to Extended. But we also recommend minimize current consumption when operating in the extended operating temperature conditions. To achieve this, it is recommended to use the device in Normal Voltage mode with DC/DC enabled. ref. https://infocenter.nordicsemi.com/topic/ps_nrf52833/recommended_op_conditions.html?cp=5_1_0_7_0#concept_hcx_drw_kbb_extoptempdescr
Is there any update?
Is there any update?