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

Error: Flash Download failed - "Cortex-M4

Hello,

I'm working with µVision now. I have created a project and I want to load it on my evaluation board MCB4300 (LPC4350). If I click on "Build" I see "0 Error(s), 0 Warning(s)", but if I click on "Load" I get the following error message --> Error: Flash Download failed - "Cortex-M4".

In "Target Options" I completed:

Device: LPC4350-Cortex-M4
Utilities: Settings -> Flash Download -> Add -> LPC18xx/43xx S25FL032 SPIFI
Utilities: Settings -> Debug -> Download Options -> Download to Flash (yes)

Where is the problem? I hope anyone can help me.

Parents
  • I also encountered this problem for my application for another uC. I solved like below;

    In target options,
    select "Utilities", select your debugger and click "Settings",
    There are Cortex-M Target Deriver Setup menu.
    select "Flash Download" tab, there are a "Add" button.
    please add your Chip's Programming Algorithm.

Reply
  • I also encountered this problem for my application for another uC. I solved like below;

    In target options,
    select "Utilities", select your debugger and click "Settings",
    There are Cortex-M Target Deriver Setup menu.
    select "Flash Download" tab, there are a "Add" button.
    please add your Chip's Programming Algorithm.

Children