Skip to main content
darla14
Associate III
February 14, 2021
Solved

Question about libgnss folder in the STM32CubeExpansion_GNSS1_V5.1.0 package.

  • February 14, 2021
  • 1 reply
  • 705 views

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,

    This topic has been closed for replies.
    Best answer by Silvio

    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

    1 reply

    Silvio
    SilvioBest answer
    ST Employee
    February 15, 2021

    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