This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to use the UART without the Soft Device?

There are some include dependencies that go like this:

app_uart.h -> app_util.h -> app_error.h -> nrf_error.h

and nrf_error.h is under Include/s110.

In order to debug some stuff happening with my UART peripherals, I'd like to do a build with my UART code included but the Soft Device not included, so I can use the extra memory for writing a log of my UART conversation.

Looks like this isn't going to be possible?

Related