nordic-auko / nRF5-ble-timesync-demo

nRF52 clock synchronization demo code
55 stars 50 forks source link

uart_peripheral Fatal error when connecting #13

Closed wiesener closed 3 years ago

wiesener commented 3 years ago

Hi,

when I try to connect with the board configured as peripheral I cannot connect to the board and the JLINK console tells me a fatal error.

wiesener commented 3 years ago

NRF Connect app was used and the App is telling permanentely that the device is connecting.

nordic-auko commented 3 years ago

Hello, can you add the DEBUG define to the Makefile? This should generate a JLink/RTT printout saying which line in which file that produced the fatal error:

CFLAGS += -DDEBUG

wiesener commented 3 years ago

Okay my fault. There was an old bond left over. When I erased it started working.