2015-08-14 02:00 PM
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.exe2015-08-14 04:06 PM
Did this STMAP file come in the 2.7 install? Or did you get it from somewhere else, or modify this?
2015-08-16 06:21 AM
Thank you. I do use the STmap provided by the version 2.7 without any modification.
2015-08-18 03:20 AM
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 directorySo, 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.
2015-08-18 03:23 AM
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.
2015-08-18 08:43 AM