Hello,
i have a NRF52832 Module without 32.768kHz X'tal and without DCDC.
But the Redbear examples doesn't work at all.
The Nordic Support said there are config headers which have to be changed to the right clock source and power source.
So which files have to be changed to use internal LDO and RC oscillator?
i found the "device.h" file and changed the Clock_Src to 4, but this doesn't help.
/*
NRF_LF_SRC_XTAL 2
NRF_LF_SRC_SYNTH 3
NRF_LF_SRC_RC 4
*/
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC 4
where i can find the Power settings?
I hope someone can help me
Hello,
i have a NRF52832 Module without 32.768kHz X'tal and without DCDC.
But the Redbear examples doesn't work at all.
The Nordic Support said there are config headers which have to be changed to the right clock source and power source.
So which files have to be changed to use internal LDO and RC oscillator?
i found the "device.h" file and changed the Clock_Src to 4, but this doesn't help.
/*
NRF_LF_SRC_XTAL 2
NRF_LF_SRC_SYNTH 3
NRF_LF_SRC_RC 4
*/
#define MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC 4
where i can find the Power settings?
I hope someone can help me