2012-11-21 10:36 AM
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.2012-11-21 11:51 AM
Does anyone have the flashloader files for IAR? These are the files.
Suggest you communicate your requirements to your support contacts at IAR2012-11-26 10:56 AM
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’?
2012-11-26 11:17 AM
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.2012-11-27 02:43 AM
Hi Ahjohng,
ST provides another way to load into Flash. It is the FlashLoader demonstrator available in . Have you tried it? Does it meet your needs? Of course this is just for flash loading, not debug purpose. Cheers, STOne-322012-12-21 10:57 AM
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.