Hello everyone , I am interfacing and trying to process GPS data received over UART port. The GPS outputs NMEA based sentences at a rate of 10 Hz. I started using the example that have UART implementation and I run in debug mode I noticed that the GPS data received by the nrf52 DK board, is uncertain. I am unable to receive the data synchronously . I tried another example "libuarte" but this time the programs run for 2 to 3 seconds and then gives me the erorr "fatal error". what should I do ?
Thanks