This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Could not stop ARM device !

In an effort to write a boot loader, I have changed the configuration so that the device starts executing code from bank 1.
It doesn't work. ...
Since then I am unable to access the flash device.
I have tried the procedure described in MCBSTR9 : RECOVER ACCESS TO FLASH...by erasing flash immediatly after reset with no result.

What else can I try ?

Luc Vercruysse.

Parents
  • Use a JTAG emulator to (1) stop the processor and step through your code or (2) reprogram the flash.

    Failing that, desolder the flash part and pop it into a programmer to erase it. (When you're working on things like boot loaders, it's nice to have a socketed flash part for the times you make mistakes.)

Reply
  • Use a JTAG emulator to (1) stop the processor and step through your code or (2) reprogram the flash.

    Failing that, desolder the flash part and pop it into a programmer to erase it. (When you're working on things like boot loaders, it's nice to have a socketed flash part for the times you make mistakes.)

Children