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

Note on missing .c file in nRF52 SDK 15.3

Hi all, 

I migrated my nRF52840 examples from SDK 15.2 to SDK 15.3 folder and when I tried to build

  the examples and  I discovered that nrfx_power_clock.c could not be found in the new SDK.

After comparing the two SDK files v15.2 includes the nrfx_power_clock.c but v15.3 does not.

I removed the .c file from my examples and now they work fine.

So I thought to mention this in case someone would face the same problem.

If I understand it correctly, in SDK v15.3, the nrfx_power_clock.c is no longer

a separate source file in modules folder but it is embedded in nrfx_clock.c

Regards

Related