Skip to content

Hardware without XTAL and without DCDC #50

Description

@ericlangel

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions