Hi everyone,
I'm using SEGGER Studio for development. I wrote a code for accessing Flash memory by modifying flshawrite example in SDK.
Now I want to copy all dependencies of this project to another project.
How can I do that ?
Thanks
Hi,
Often it is best to start by choosing an example that already includes as much as possible of the libraries that you need for your application. That way it is less to add in addition.
Adding a library to an nRF5 SDK project is unfortunately a very manual process. You must:
Build errors can sometimes be a bit cryptic, but they usually point at what is missing. You can often find solutions to particular build erros by searching for the error text here on DevZone.
Regards,
Terje
Hi,
Often it is best to start by choosing an example that already includes as much as possible of the libraries that you need for your application. That way it is less to add in addition.
Adding a library to an nRF5 SDK project is unfortunately a very manual process. You must:
Build errors can sometimes be a bit cryptic, but they usually point at what is missing. You can often find solutions to particular build erros by searching for the error text here on DevZone.
Regards,
Terje