Hello,
Previously I was using nRF52 SDK V11, printf did print properly and provided linefeed with '\r\n'.
Now I started using SDK V15, printf is no longer supported and we are using NRF_LOG_INFO instead . However '\r\n' no longer worked, and there is no linefeed.
I would appreciate any suggestion that can give me a linefeed.
I'm using Keil V5.27 compiler.
Thanks.