how to sync a uart dma receive for gps parsing
Hi, I'm working with a stm32f722 and a ublox f9p gps. I just have 2 ubx messages. One with 36 bytes long and the other with 72 bytes. They income with a variable interval between them (a couple of byte time at most, usually they come together). This ...