cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F050F Flashloader Files for IAR

jwang
Associate II
Posted on November 21, 2012 at 19:36

Does anyone have the flashloader files for IAR?  These are the files.

*.board

*.flash

*.mac

*.out

I can figure out how to modify *.board file from others, but the others are not easy.
5 REPLIES 5
Posted on November 21, 2012 at 20:51

Does anyone have the flashloader files for IAR?  These are the files.

Suggest you communicate your requirements to your support contacts at IAR

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
jwang
Associate II
Posted on November 26, 2012 at 19:56

I expect these files would come from ST given to IAR.  Am I wrong?

We have already bought the IAR compiler but decided not to pay $600 for support.  If these files do indeed come from ST, do you suggest me to pay IAR $600 to get these ‘derivers’?

Posted on November 26, 2012 at 20:17

I expect these files would come from ST given to IAR.  Am I wrong?

Yes, I believe you are wrong. The tool chain vendors usually develop their own download/flashing applets. ST might provide ST-LINK drivers and interface documentation, and firmware library code.

Download a current EWARM evaluation that supports the F0.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Nickname12657_O
Associate III
Posted on November 27, 2012 at 11:43

Hi Ahjohng,

ST provides another way to load into Flash. It is the FlashLoader demonstrator available in

http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/SW_DEMO/stm32-stm8_flash_loader_demo.zip

.

Have you tried it? Does it meet your needs?

Of course this is just for flash loading, not debug purpose.

Cheers,

STOne-32

jwang
Associate II
Posted on December 21, 2012 at 19:57

I downloaded an evaluation of IAR 6.5 as Clive suggested.

At first, I was using the ST-Link using SWDIO and SWCLK but no luck.  Then, I tried the discovery board which is ST-Link/V2 with the flashloader files for STM32F050B and noticed ST-Link/V2 needs a USB driver.  Finally, I located a suitable USB dirver, and my IAR works with my target board now.

If something comes up, I will give the ST Flashloader a try.

Thanks.