This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Question about 32Mhz High Frequency Clock configuration

Hello, community. I have a question about hardware and software setting for using 32Mhz.

(1) Software setting in sdk_config.h

#ifndef CLOCK_ENABLED
#define CLOCK_ENABLED 1
#endif
#if CLOCK_ENABLED
// <o> CLOCK_CONFIG_XTAL_FREQ - HF XTAL Frequency

// <0=> Default (64 MHz)
// <255=> Default (16 MHz)
// <0=> 32 MHz

#ifndef CLOCK_CONFIG_XTAL_FREQ
#define CLOCK_CONFIG_XTAL_FREQ 255
#endif

(2) Hardware setting 

We are utilizing nrf51822 with external 32Mhz xtal.

we have not been experienced any problem directly until now.

I wonder about that if we use the above software and hardware setting, whether there is any expected problem or not.

Also, when we use 32Mhz high frequency clock, Must CLOCK_CONFIG_XTAL_FREQ be 0?

Parents Reply Children
No Data
Related