2008-03-27 08:46 PM
RVDK cannot flash a STR750 Eval Board(MB469 rev. B)
2007-03-15 08:44 PM
Hello all,
I'm trying to flash a axf file into STR750 Evaluation board(MB469 rev.B). but the windows shows following messages and stucked. Loading Flash routine... Initializing Flash routine... What should I do to resolve it? I already patched RVDK to support STR750. Best regards, Byung-Tae Jung2007-03-18 12:30 PM
Hello,
I tried your proposal but failed to flash. Do you think it is a problem in RVDK or in the evaluation board? Thank you, Byung-Tae Jung2008-02-11 12:59 AM
Hello!
I am in trouble about the same problem. I have done the advises told. But it didn'n work. It is still said { Loading Flash routine... Initializing Flash routine... } Best regards, Umit.2008-03-23 05:51 PM
It is a serious problem. Unfortunately, i meet it too. How to resolve it?
Expecting... Best regards2008-03-27 08:46 PM
I have resolved this problem.
Realview Debugger automatically places a breakpoint at a label FLASH_break during initializing routine, if it can't do that sucessfully, the phenomena discribed above will occurs. Resolving method: Disable semihosting in connection properties. Because semihosting makes use of breakpoints, though the debugger dosen't show this in the breakpoints window. :p