cancel
Showing results for 
Search instead for 
Did you mean: 

STMFlashLoader.exe version 2.7 doesn't recognize STM32F3_7x_8x_256K.STMAP

lfor2007
Associate II
Posted on August 14, 2015 at 23:00

I'm trying to use ST's STMFlashLoader.exe program, which comes with the 

http://www.st.com/stonline/products/support/micro/files/um0462.zip

 package version 2.7. But in MSDoS, it is saying that: This version is not intended to support the <STM32F3_7x_8x_256K.STmap> target. 

Here are the steps I used:

1. 

STMFlashLoader.exe -c --pn 19 --br 4800 --to 7000 --pr EVEN --sb 1 --db 8

This step is OK.

2. STMFlashLoader.exe -i STM32F3_7x_8x_256K.STmap

This step has errors. 

Does anyone know the reasons?

Thanks in advance.

James

#stmflashloader.exe
5 REPLIES 5
Posted on August 15, 2015 at 01:06

Did this STMAP file come in the 2.7 install? Or did you get it from somewhere else, or modify this?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
lfor2007
Associate II
Posted on August 16, 2015 at 15:21

Thank you. I do use the STmap provided by the version 2.7 without any modification.

Amel NASRI
ST Employee
Posted on August 18, 2015 at 12:20

Hi lin.james.005,

In UM0462, we have this description for STMFlashLoader.exe options:

-i device_name

 

 

Defines the MCU target to be used.For example: STM8_32K, STM32_Med-density_128K, STM32_High-density_512K,STM32_Low-density_16K etc. The device name is the name of the map file located in theMap directory

So, you have to call:

STMFlashLoader.exe -i STM32F3_7x_8x_256K

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Amel NASRI
ST Employee
Posted on August 18, 2015 at 12:23

Link to UM0462: http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/CD00171488.pdf.

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

lfor2007
Associate II
Posted on August 18, 2015 at 17:43

You are right. The problem has been solved. Thank you very much. 

Sincerely,

James