2015-02-18 01:18 AM
Hi, there is something wrong with my STM32F4 Discovery board, I cannot get the debugger working, with the IAR workbench it sais the ''the flash loader program reported an error'' and the next pop up window sais ''the debugging session could not be started, either the debugger initialization failed or else the file ''D:\My_STM32F4_Projects\Follower_Avoider\Debug\Exe\c.out'' was corrupt or of an unsupported format. There might be more information in the debug log window.
I tried with simple bliking led programs but none of them worked.When I try to connect the boad with ST-LINK Utility it sais No ST-LINK detected.I tried another F4 Discovery board--
>
the same thing. I also blugged my card in another computer, when I clicked on debug it sais ''the flash loader program reported an error''. I don't know how to fix this problem, I've been searching for 2 weeks now, I couldn't find any solution. can you please help me #stm32-debugging-st-link-problem2015-02-18 04:32 AM
You might want to refine your searching skills.
The general procedure for stopping broken code from running would be to connect VDD and BOOT0 pins, reset, then connect via the ST-LINK, and erase the user code causing the problem. There are a number of things user code can do to break the debug interface. Like low power modes or reconfiguring the pins being used.2015-11-30 03:35 AM
2015-11-30 06:10 AM
And does Device Manager see the ST-LINK as being present when inserted in the problem port?
Can't say I've had this issue, if you go into the Project Options -> Debug -> Debugger Settings, can it see it there?2015-12-02 03:44 AM