On Tue, 19 Aug 2008 08:28:38 +0200, Øyvind Harboe wrote: > Do you have any suggestions at this point as to how OpenOCD can solve > this problem?
If so, I would test first. The only ideas I might have at this point would involve either Byron conducting more experiments, or Nico dipping into his vast store of applicable hardware, maybe even both. I posted in case somebody else had more ideas. > Can you try to boil down these discussions to the essential and relevant > bits for OpenOCD & post it here? I thought my previous post did exactly that. Here is some BASIC-inspired pseudocode that may alternately explain the situation: 1 call power_on 2 call sys_reset 3 if flash_contents <> valid_executable_code then exception_asserted=-1 4 if exception_asserted=0 then if halt_requested then goto 8 5 if exception_asserted=0 then goto 3 6 if you_feel=like_trying_again then goto 2 7 print "I give up!":end 8 call write_to_the_flash Do you see the problem? _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
