Browse By Tags

  • ARM CortexM3 Designstart on the fpga can't run the compiled c code itself

    Dear all

    I encounter a confusion that  I compile a piece a c code and generate HEX file( as instruction rom's initialization file) which is download to the fpga whit the cortex m3 prototype of Verilog code .but the M3 system can't run itself .when I…

  • SWD issue in Cortex-m0

    We are using Cortex-M0 DesignStart Pro to design MCU. When we use SWD to download grogram to flash in FPGA(Cortex_m0 mcu inside),  we cannot to connect keil with FPGA, and Keil shows:" Could not stop Cortex-M device!Please check the JTAG cable. "…

  • Run CM3 hex image in Modelsim

    Hi,

    is there some guide which shows how to run a Keil hex mage for Cortex M3 in Modelsim?

    To be more specific, I want to run an interactive simulation in Modelsim of my Cortex M3 design and associated software  to analyse  timings of CPU instructions and…