Unclear how to build a C++ class for a UART GPS receiver that uses HAL DMA library calls
I'm in a fair ways over my head here. I figured out how to build a STM32F413 program that interfaces with a uBlox GPS receiver over a UART serial port. Now I'm trying to build that code into a C++ class that gets instantiated in my main application. ...