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