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

External crystal 32mhz not working on custom nrf52832 board

hi 

i am programing BLE blinky app blinky which advertise. yes, the same code i am trying on custom board works on nrf52DK which has LFRC crystal activated as mentioned on previous post. yes device is advertising and when i try to connect i manage to connect once and it works but after that i can not connect.no i have not try sniffer yet.

i then try to make another board with same component but doing the same thing. i am confused what to do now.

i am using this crystal 

7M-32.000MAHV-T. 

i also check the flag method to check if HF crystal is working or not but always return 0 so now HF crystal is not working and i do not have frequency generator. crystal connection are good.

well any help is appreciated.

thanks 

joshi

Parents
  • well i have debug the code with swd debug in segger studio and found that once it goes to advertising start, it does not make the flag value to one which makes sense that HFcrestal not working , i copy the code for flag from previous post. i think HFCLK is not working and code stuck on epp_error_weak.c . well can u please check my crystal is it ok or can i try 8pf or 16 pf value off c1,c2. one thing same code which is not working on my custom board works on nrf52DK and i have alredy activated LFCLK rc in sdk_config.h.

    well any help is appriciated, sir.

Reply
  • well i have debug the code with swd debug in segger studio and found that once it goes to advertising start, it does not make the flag value to one which makes sense that HFcrestal not working , i copy the code for flag from previous post. i think HFCLK is not working and code stuck on epp_error_weak.c . well can u please check my crystal is it ok or can i try 8pf or 16 pf value off c1,c2. one thing same code which is not working on my custom board works on nrf52DK and i have alredy activated LFCLK rc in sdk_config.h.

    well any help is appriciated, sir.

Children
Related