Hi,
I am using nRF5_SDK_17.1.0_ddde560 and I tried to use printf function but it gives me an error.
Can someone help me to figure it out plz?
Thanks
Hi,
I am using nRF5_SDK_17.1.0_ddde560 and I tried to use printf function but it gives me an error.
Can someone help me to figure it out plz?
Thanks
Neverminded, it's resolved. I found the solution.
Solution was to go into Project:Options:Library:Library I/O, change from "none" to RTT.
Hi,
You can find an example of using that in \examples\peripheral\uart\ example. If you want to output to UART you will need retarget.c
i don't have UART available on board. I am using JTAG with DK to program and debug.
Thanks