I tried to use the code from nRF5_SDK_15.0.0_a53641a, but the compiler keep complaining can't find head files ( seems not possible without changing sdk 15 files )
So, Is there an easy way?
I tried to use the code from nRF5_SDK_15.0.0_a53641a, but the compiler keep complaining can't find head files ( seems not possible without changing sdk 15 files )
So, Is there an easy way?
Hi,
The easy way is to use the files from SDK 15.x.0 in your project. Did you include the path to the header files in your project?
Which exact errors are you getting when compiling?
Best regards,
Jørgen
There is a lot of dependencies in the NRF_LOG module. If you only need simple UART, I would recommend using the app_uart library that you found. You can use the UART example as a reference when adding the library to your application.
Cool, I'll try it.
Cool, I'll try it.