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.
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.
Thanks @Mehmet Aydogan, it works.