what settings are require for it?
what settings are require for it?
devzone.nordicsemi.com/.../184681
Keil manuals: http://www.keil.com/support/man_arm.htm
Specifically, include paths: http://www.keil.com/support/man/docs/uv4/uv4_dg_adscc.htm
Also, regarding ANT, see:
Thanks Awneil for your response,It's working.
After copy of header files ,I have compile code .There is one error given which is
"..\..\..\main.c(70): error: #5: cannot open source input file "app_uart.h": No such file or directory"
How can I get this header file?
It should be included in the SDK download.
You should start by just building some of the provided example projects - they should "just work".
From them, you can find where all these things are, and adjust to suit your application ...
Please verify the answer(s) when your issue is resolved:
Yes,I download it nrf SDK 15.3.0 and unzipped.In component folder no UART driver is given in this SDK.
only this drivers are included,then how to find for above error?
Yes,I download it nrf SDK 15.3.0 and unzipped.In component folder no UART driver is given in this SDK.
only this drivers are included,then how to find for above error?
The app_uart.h file is in components\libraries\uart
Again, start with an SDK example which uses this - it will be correctly configured to find what it needs.