Hello all,
referring to this tutorial https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/application-timer-tutorial?CommentSortBy=CreatedDate&CommentSortOrder=Descending however, not everything goes smoothly!
Got to the point to compile the library in my project, however, I am stuck with the initialization of the LFCLK. Following the tutorial line by line, however, the LFCLK initialization does not work :/
The error points to the nrfx_clock_lfclk_start...

Indeed, the library without that line compiles just fine, and the includes seems to be ok. Any ideas what else could be wrong, namely what is missed when looking at the above link, I guess it is not a problem of using a different SDK? For example, the tuturial at hand is based on SDK5 15... while I am on SDK5 ver 17... ?
Best.