Skip to main content
MGan
Associate
December 20, 2018
Question

Compatibility for stm32l031f6 with STMFlashLoader.exe

  • December 20, 2018
  • 1 reply
  • 1306 views

Hi,

I am currently using the stm32l031f6 which is a 32K memory device and I am trying to use the STMFlashLoader.exe, which is the command line version of the flash loader, to download firmware into the device. However, in the map directory for the STMFlashLoader.exe, for L0 devices, there is only "STM32L0_x3_x2_x1_64K.STmap" and "STM32L0_x3_x2_x1_192K.STmap". Yet, the stm32l031f6 is a 32K memory device. Do you have any STmap file for my device?

Thank you,

Matt

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    December 20, 2018

    ST has transitioned to the STM32 Cube Programmer application, the old software is deprecated. The protocol remains the same.

    https://www.st.com/en/development-tools/stm32cubeprog.html

    You might be able to create an STmap file based on the memory sizes, sector/page arrangements, etc.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    MGan
    MGanAuthor
    Associate
    December 20, 2018

    Thanks for replying. I notice the old software being deprecated, but I am trying to download firmware through UART & bootloader and the STMFlashLoader.exe is the only executable I can find so far that allows me to do so.

    Tesla DeLorean
    Guru
    December 20, 2018

    The STM32 Cube Programmer has USB/DFU and USART connectivity modes, beyond ST-LINK connectivity.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..