Hello,
I've a silly problem I cannot get rid of.
I've started from nRF5_SDK_11.0.0 (devzone.nordicsemi.com/.../) and now I want to implement it in another example but in nRF5_SDK_12.3.0.
I did the same imports (in Options for Target ...-> C/C++) and I added the same #include but I got a Link error because nrf_drv_clock_init
is not found which is wrong because it's well present in nrf_drv_clock.c
with exact same signature.
What do I miss?
Thanks.