Hello! I have a few questions and concerns.
1) There are two UARTs on nrf52833. UART0 and UART1. How do I get them to work properly? For UART1, work is available only through DMA, because UARTE1?
2) On one of the UART, pin TX is connected to P0.24, and RX is connected to P1.00. After UART initialization, an interrupt with the error NRF_DRV_UART_EVT_ERROR is immediately triggered and when sending data, the end of sending interrupt is not called. It is noteworthy that if you do not use GPIO port 1, but use port 0, then everything is fine and everything works. Both UARTs behave the same.
The task in general is to work with the sim868 modem, where one UART is connected to the GSM modem itself, and the second is connected to the GPS.