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

Errors in printf() and uart function without UART pin connection

Hi,

This is somewhat tricky question.

In my custom board application program using nRF52832 chip,

I used  uart initialization function (e.g. uart_init())  and printf() function to debug

program operation.

Then, I found a problem that ..

if the board powered on without uart pin connection (i.e. UART_RX, UART_TX),

program should be reset repeatedly..

Of course,

when uart pins were connected, my program operate properly.

I want to know about this problem..

when i use printf() function without pin connection, should errors be caused?

- DW Kim

Related