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

how to use a 32M crystal

hello , my IDE is keil and the sdk is nRF51_SDK_10. i know the system is 16M frequency,but now i only have 32M crystal.How can i change the sdk if i wang to run the system? (i have change the file "system_nrf.c",change this "#define __SYSTEM_CLOCK (16000000UL) " to "#define __SYSTEM_CLOCK (32000000UL) ",but the system can"t run,who can tell me where should i change? sos)

Related