Posted on November 09, 2015 at 19:23
Hello,
I am currently attempting to get the HAL UART functions to read the incoming serial data from a GPS module. From a high level POV, I have the UART rx callback function set to parse the byte t...
Posted on November 12, 2015 at 22:57I ended up going with the two message approach, alternating between which message was written to from the GPS buffer. It seems to be working great! Thanks again.
Posted on November 09, 2015 at 21:53Ok that makes sense. Related to that suggestion, does a serial output of that size really take up enough CPU cycles (@ 168MHz) to cause the data coming in at a slower rate (Baud = 38,400) to fire the interrupt (i....