X-NUCLEO-GNSS2A1 - how to make it work without RTOS - initialisation and reading the NMEA data?
Hallo.
I have NUCLEO-L476 and X-NUCLEO-GNSS2A1 (with Teseo-VIC3DA). Of course, the only one present example, in "en.x-cube-gnss1" package for both boards (GetPos) works great, but all examples (including GetPos) available in package, work with RTOS. Unfortunatly, I am no familiar with RTOS, I will also not use RTOS in my project. I spent lot of hours to analyse the code and documentation, to find the way to use VIC3DA without RTOS without succes. I know also, that many GPS modules (for example from Origin GPS...) work just after powering it, the only problem is to efficiently parse the data from NMEA frames - there will be no problem with it.
And now is the question. How to:
- initialise Teseo-VIC3DA module (without RTOS),
- get NMEA data from it (after init), using I2C or USART?
It should be simple, but it is not.
