2010-10-11 03:53 AM
Hi,
i have a problem with this evalution board. I opened the project in EWARM 5.50 and tried to Download & Debug the base project(with blinking diodes), but i get this error messageFailed to load flash loader ..../FlashSTM32F100xB.flashThe debugging session could not be started. Either the debugger initialisation failed or the output file ..../DISCOVER.out was corrupted. in the debug log window is Loaded macro file: C:\IAR Systems\Embedded Workbench 5.4_2\arm\config\flashloader\ST\FlashSTM32F10xxx.mac Failed to load flash loader: C:\IAR Systems\Embedded Workbench 5.4_2\arm\config\flashloader\ST\FlashSTM32F100xB.out Failed to load flash loader: C:\IAR Systems\Embedded Workbench 5.4_2\arm\config\flashloader\ST\FlashSTM32F100xB.flash Debugging without downloading works. Can somebody help me pls? #ewarm #stm32vldiscovery2010-10-12 08:37 AM
Hi,
This is a known bug in EWARM 5.50 with value line flashloader. It is fixed in EWARM5.50.5. I advise you, if possible, to upgrade your EWARM version to 5.50.5 (available on IAR web site: www.iar.com). Else , you can use the attached patch to fix this problem with your installed version. It contains a readme that explains hosw to use it. Hope this helps, regards, VLINE.2010-10-12 09:06 AM
Thank you! this solved my problem.