• CMSDK - design multi-master bus

    Phil Burr
    Phil Burr

    Wenkwei asked: "with the M3 designstart CMSDK, is it possible to design multi-master bus? In the IoT Cortex-M TRM, only an ahb-lite structure is illustrated. That document does mention AHB and APB expansion through INTEXP[1:0] but what if there are more…

    • Answered
    • over 2 years ago
    • DesignStart
    • DesignStart forum
  • First compile, verilog files missing

    LeChuck
    LeChuck

    Hi,

    I am just performing the first steps with the DesignStart Eval Edition (Cortex-M0), trying to compile the verilog sources to get a simulation running.

    So I changed /systems/fpga_testbench/trl_sim/makefile to use gcc and modelsim and now I want to …

    • Answered
    • over 2 years ago
    • DesignStart
    • DesignStart forum
  • How I work MPS2 with Quaertus

    HugoRoCo
    HugoRoCo
    Hello everyone
    
    

    I have Cortex-M3 Design evaluate and bought the V2M-MPS2 + motherboards.

    But I do not know where to start to work on a model from the Quartus programmer

    You can support me where to start the designs

    Thank you
    
    
    • Answered
    • over 2 years ago
    • DesignStart
    • DesignStart forum
  • Cortex-M0 example system

    pangda
    pangda

    Hi,

    II refer to the example MCU system level in the document "arm_cortex_m0_designstart_eval_user_guide", put it into MPS2+ after synthesis, the software uses the following example in this directory.

    D:\CMPS3\AT510-MN-80001-r2p0-00rel0\systems…

    • Answered
    • over 1 year ago
    • DesignStart
    • DesignStart forum
  • How to Debug CM3 DesignStart in the FPGA

    hduxiaoye
    hduxiaoye

    I use the ARM Cortex-M3 DesignStart Eval on the FPGA platform, I use J-link to download the program to the system but the system is not properly implemented. I downloaded the generated Hex file via J-link to the FPGA development board via Keil. Is the…

    • Answered
    • over 2 years ago
    • DesignStart
    • DesignStart forum
  • "Error : REMAP is already clear" Issue.

    ele
    ele

    Hi.

    TESTNAME=bootloader test sequence is in  BP210 CM3 test sequence,

    In especially, we could find the below code,

    then we got the below error message when we ran the simulation.

    23490 ns UART: CMSDK Boot Loader 
    27270 ns UART: - load flash 
    45710…

    • Answered
    • over 1 year ago
    • DesignStart
    • DesignStart forum
  • NVIC and ARM asm

    martin
    martin

    Cannot configure interupts of TIM6 on stm32f103 board

    Does my NVIC configuration wrong?

    Code:

    @ stm32f103 timer & interrupt test by laper_s (from 2019-02-02)
    
    .thumb
    .cpu cortex-m3
    .syntax unified
    
    .word   0x20005000
    .word   start + 1
    
    b   start…

    • Answered
    • over 1 year ago
    • Processors
    • Cortex-M / M-Profile forum