Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem between soft device handler and clock driver.

Hello,

I am starting a new thread concerning the two messages that I have posted about generating a 4MHz clock on nRF52832. I am using the nRF5_SDK_14.2.0_17b948a SDK.

See :

Parents Reply
  • Hello Martin,
    Thank-you for your answer. Functions sd_clock_hfclk_request and nrf_drv_clock_hfclk_request do not have the same prototype. The former takes no argument, so I presume that when the hfclk is not ready then the function will not return until it is ready. Could you please confirm that this is its behaviour?
    The latter takes one argument which is a handler to be called immediately when the hfclk is ready, or later on when the hfclk has become ready.

Children
Related