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

MCB1200 board flash download failed

Hello,

I am attempting to flash a program I have compiled with Keil V5.12.0.0  (armcc V5.05 build 41) onto a keil MCB1200 board.  I can erase the existing demo program, but when attempting to flash my program I get

Error: Flash Download failed  -   "Cortex-M0"

I have followed the directions set out in the following links:

MCB1200 User's Guide: Setting the Serial Wire Clock

MCB1200 User's Guide: ULINK2 USB-JTAG Adapter

I'm using a ULink 2 USB - JTAG/SW Adapter, firmware version V2.02

This is a link to the board I am referring to:

Keil MCB1200 Evaluation Board Overview

I would appreciate any insight.

Cheers,

Dan

  • Hello Dan

    1)  Is the correct Flash programming algorithm selected ?

    2) You probably should download both the _DFP and the _BSP packs as shown here:

    Most _DFP packs also contain the _BSP but as in this case, they can be separate.

    3)  The other issue could be the addresses you have set for the LPC1200:

    4)  Can you load one of the two provided Examples into your board :

    Bob Boys

    ARM

  • Hello

    1. in main window, [flash][cof...]

    2. [utilities]tab, [settings]botton

    3. [debug]tab, turn on [stop after bootloader]checkbox

    Good luck

    Yoshi