HI,
When I use NRF58240 to develop GPS positioning function, APP_UART_COMMUNICATION_ERROR appears, but when I do not connect the GPS module, there is no such error. What is the reason for this situation?
Hi,
This event is triggered when the UARTE peripheral detects an Error condition. So if you have access to a scope or logic analyzer it should be easy to probe the lines and see what caused it. The ERRORSRC register will contain the error type as well.
Does the error keep happening if you ignore the first APP_UART_COMMUNICATION_ERROR event?