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

No Algorithm found for: 1C000000H - 1C007A57H

I am doing project on LPC4357 controller, but when I am trying to download executable file using JLINK it fails with:

compiling main.c...
"main.c" - 0 Error(s), 0 Warning(s).
Load
....
...

No Algorithm found for: 1C000000H - 1C007A57H
Erase skipped!
Error: Flash Download failed - "Cortex-M4"
Flash Load finished at 13:52:57

Parents
  • Hi
    I had a very same problem with cortex-M3,do the following
    1-right click on project name and choose "Option for target 'your project's name'";
    2-go to Utilities tab
    3-click on "setting"
    4-under the programming algorithm, choose your MCU name and click "Remove"(make sure you remember description of MCU in case you dont know what it is.)
    5-now click add and add your MCU back.
    6-hit "ok" and enjoy.

Reply
  • Hi
    I had a very same problem with cortex-M3,do the following
    1-right click on project name and choose "Option for target 'your project's name'";
    2-go to Utilities tab
    3-click on "setting"
    4-under the programming algorithm, choose your MCU name and click "Remove"(make sure you remember description of MCU in case you dont know what it is.)
    5-now click add and add your MCU back.
    6-hit "ok" and enjoy.

Children