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

Arm MPS2+ Cortex-M3 DesignStart Eval Package

I am trying use pre build image from /Processors/Cortex Family/Cortex-M/Cortex-M3 DesignStart Eval (arm.com)

trying make AN511 work, but I am getting following error , any one managed to port Cortex M3 design start ???

ARM V2M-MPS2 CMSIS-DAP Firmware v2.1.7
Build Date: Aug 19 2015

MotherBoard Revision C Variant A
MotherBoard Serial Number 0283100101-0095

ARM V2M Boot Loader v1.0.0


Switching on main power...

Configuring motherboard (rev C, var A)...

Reading Board File \MB\HBI0263C\AN511\an511_v1.txt

Configuring FPGA from file \MB\HBI0263C\AN511\an511_v1.rbe

ERROR: FPGA did not configure.

Failed to program FPGA...

Parents
  • My apologies - I must have added AN511 to my CMPS3-1 install manually.

    I downloaded the eval package from DesignStart, and I see that this includes Firmware 2.2.1 (which is also the version mentioned in the documentation).

    https://developer.arm.com/documentation/100896/0000/using-the-prebuilt-fpga-image/setting-up-the-mps2--fpga-platform

    It seems that you have not fully reprogrammed your board - from the above, you have an older firmware (2.1.7)

    When connected by USB, the board should open as a drive named something starting V2M_MPS2. There may be another drive named mbed, this can be ignored for now. Delete the entire contents of this V2M_MPS2 drive, and replace with the entire contents of the //boards/Recovery folder from your DesignStart package, and reboot the board (will take a minute or two, as the FPGA will be reprogrammed).

Reply
  • My apologies - I must have added AN511 to my CMPS3-1 install manually.

    I downloaded the eval package from DesignStart, and I see that this includes Firmware 2.2.1 (which is also the version mentioned in the documentation).

    https://developer.arm.com/documentation/100896/0000/using-the-prebuilt-fpga-image/setting-up-the-mps2--fpga-platform

    It seems that you have not fully reprogrammed your board - from the above, you have an older firmware (2.1.7)

    When connected by USB, the board should open as a drive named something starting V2M_MPS2. There may be another drive named mbed, this can be ignored for now. Delete the entire contents of this V2M_MPS2 drive, and replace with the entire contents of the //boards/Recovery folder from your DesignStart package, and reboot the board (will take a minute or two, as the FPGA will be reprogrammed).

Children