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

Serial port only works when debugging

Custom app running on a nRF52 devboard. Serial port runs when I use the debugger and continues after I exit the debugger, but does not run from a cold start.

using the Nordic UART FIFO code. NRF_LOG_USES_UART=1 and DEBUG are defined in the C preprocessor settings

flow control disabled

Any ideas? Thanks

Related