2021-02-14 11:31 AM
in the STM32CubeExpansion_GNSS1_V5.1.0 pakage in the libGnss folder : nmea_parser.c and gnss_Parser.c files are used?
Evern if I comment these two files or remove whole libgnss folder , the code just builds fine.
Where it is being used in the whole source code? I took the STM32F401RE example of STM32CubeExpansion_GNSS1_V5.1.0 .
Br,
Solved! Go to Solution.
2021-02-15 01:47 AM
Hello,
applications for Nucleo-F401RE in the X-CUBE-GNSS1 package are FW_Updater (for Teseo-LIV firmware updating) and Virtual_COM_Port (that prints on serial terminal the messages received from Teseo_LIV).
For both the applications, the lib_gnss middleware is not used, hence you can for sure remove it from the projects.
It has been included anyway, in case an user wants to modify the code introducing operations about the NMEA message parsing, and so on (as done in the other applications SimOSGetPos and Get_Pos included in the package).
BR
Silvio
2021-02-15 01:47 AM
Hello,
applications for Nucleo-F401RE in the X-CUBE-GNSS1 package are FW_Updater (for Teseo-LIV firmware updating) and Virtual_COM_Port (that prints on serial terminal the messages received from Teseo_LIV).
For both the applications, the lib_gnss middleware is not used, hence you can for sure remove it from the projects.
It has been included anyway, in case an user wants to modify the code introducing operations about the NMEA message parsing, and so on (as done in the other applications SimOSGetPos and Get_Pos included in the package).
BR
Silvio