Hi,
I am using NCS SDK 1.6.1 want to create an executable over the NCS SDK static libraries
could you suggest concrete approach how to import the functions from the static library to created executable
Regards,
Ujwala Cherukuri.
Hi,
I am using NCS SDK 1.6.1 want to create an executable over the NCS SDK static libraries
could you suggest concrete approach how to import the functions from the static library to created executable
Regards,
Ujwala Cherukuri.
Hi Ujwala,
When you compile applications or samples in the nRF Connect SDK, binary files will be generated in the build folder. Among these are the build/zephyr/zephyr.hex and build/zephyr/merged.hex, which are used for programming the nRF microcontrollers.
See this tutorial on how to build and flash programs for nRF Connect SDK.
Does this answer your question?
Regards,
Sigurd Hellesvik
Hi Ujwala,
When you compile applications or samples in the nRF Connect SDK, binary files will be generated in the build folder. Among these are the build/zephyr/zephyr.hex and build/zephyr/merged.hex, which are used for programming the nRF microcontrollers.
See this tutorial on how to build and flash programs for nRF Connect SDK.
Does this answer your question?
Regards,
Sigurd Hellesvik