Hi,
I'm trying to get a custom PCB working. I can use either the plain peripheral UART, or the ble-app-uart example projects on the NRF52-DK and they work, but they don't on my custom board. I'm using different pins for RX and TX and I've changed them accordingly. Regardless of whether I use the plain UART or the BLE UART, the project keeps resetting the nrf52832. I always end up in the NRF_DRV_UART_EVT_ERROR case of the uart_event_handler(). What could be causing this? It should be straightforward but I just can't get it to work. The main.c file of the plain uart project is attached.