Hi Team. There is a connection between nrf52840 and esp32-wroom over uart. Uart settings: baud rate - 115200, data - 8bit, HWFC - disable, Parity - excluded, stop bit - 0 (one stop bit). The problem is the following: while receiving data form esp32 i faced framing error (UARTE0->ERRORSRC = 0x04). What can cause the error and how to fix it? thanks