Skip to main content
PVaaz.1
Associate III
February 4, 2021
Question

what are these different binary images for ?

  • February 4, 2021
  • 1 reply
  • 770 views

Hello ,

in the document : https://www.stmicroelectronics.com.cn/resource/en/application_note/dm00528962-teseoliv3f--i2c-positioning-sensor--stmicroelectronics.pdf

STM32_Nucleo64_F401RE_FirmwareUpdateI2C.bin > for getting NMEA data from GNSS to Host controller over i2c

STM32_Nucleo64_F401RE_FirmwareUpdateUart.bin > for getting NMEA data from GNSS to Host controller over Uart

STM32_Nucleo64_F401RE_I2CBridge.bin > ?

STM32_Nucleo64_F401RE_UARTBridge.bin > for getting NMEA data from hostcontroller to PC over serial UART

Not getting the use of the bold bin(STM32_Nucleo64_F401RE_I2CBridge.bin). Is the understanding for the rest correct?

STM32_Nucleo64_F401RE_FirmwareUpdateI2C.bin > for getting NMEA data from GNSS to Host controller over i2c

>> is the below set of commands does the same - enable the GNSS for fetching data from GNSS to Host controller over i2C?

$PSTMCFGMSGL,3,1,0,0 $PSTMSETPAR,1227,1,2 $PSTMSAVEPAR

in that case what should be the default fw flashed on the GNSS(is UART or I2C)

please clarify

best

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    February 4, 2021

    Hi

    STM32_Nucleo64_F401RE_FirmwareUpdateI2C.bin

    is the stm32 driver to have firmware update working on stm32 and LIV (when connected over I2C)

    STM32_Nucleo64_F401RE_FirmwareUpdateUart.bin

    is the stm32 driver to have firmware update working on stm32 and LIV (when connected over UART)

    STM32_Nucleo64_F401RE_I2CBridge.bin > ?

    is the stm32 driver to have NMEA working on stm32 and LIV (when connected over I2C)

    STM32_Nucleo64_F401RE_UARTBridge.bin

    is the stm32 driver to have NMEA working on stm32 and LIV (when connected over UART)

    PVaaz.1
    PVaaz.1Author
    Associate III
    February 8, 2021

    @Francesco Virlinzi​  Thanks for answer ,

    for case :

    STM32_Nucleo64_F401RE_I2CBridge.bin > ?

    is the stm32 driver to have NMEA working on stm32 and LIV (when connected over I2C)

    do I need to send the below command as well to enable it for i2c??

    $PSTMCFGMSGL,3,1,0,0 $PSTMSETPAR,1227,1,2 $PSTMSAVEPAR

    if No , what is the prec ondition for the gnss to support this command(in terms of fw flashed)

    Br,

    Pv