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