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

nRF52840 + nRF SDK v17.009 Project with SDK as library

Hi,

I want to create a fresh project in Keil with nRF SDK as static library included into application. I have created the project, but when I run, the code always stuck into "wait_for_flash_ready()" while the file is present in library, if I do "go to definition"  for this functions, it errors to not found.

In the same project and folder structure, if I remove the library and include SDK in the same build as application, things run all fine.

Is there any issue if I create SDK as library (.lib) file and include in the application? Is there any such template available for Keil?

Thanks & regards,

Priyesh

Parents Reply Children
Related