Browse By Tags

  • does ARM Cortex-M0 DesignStart support SWD debugger?

    I am studying the ARM Cortex-M0 DesignStart. I found there are debug port SWDIOTMS and SWCLKTCK in the port list of cmsdk_mcu.v, and there are CPU options which defines the CPU's feature.

    I configured the parameter DBG = 1 in the cmsdk_mcu.v Line37…

  • Support for std::thread and other synchronization primitives, e.g. std::mutex...

    I would like to know if any of the compilers/libraries for Cortex-M support the std::thread type (from the <thread> header) or if there is any plan to support that in the near future. I am interested in both Keil MDK / DS-5 or GCC for ARM. Thank you!…

  • Recovering from a hard fault cortex M3

    Hi,

    I'm new into  mixing C and ASM on Cortex M3 using keil, here is the question,

    Suppose that a function tries to access some memory that is not in the system, something like this, the system crashes with the hardfualt exception, so my question is…

  • Keil MDK for Cortex-M33 project

    Hi,

    I am trying to build software(esp device driver support) for a particular Cortex-M33 microcontroller offering from my company. I have a few questions about software IDE and tools supported by ARM:

    • Does Keil MDK (uVision) version 5.26.2 support building…
  • 3 questions on the KEIL usage

    Hello,

    I'm a fresh guy on the KEIL, and here are 3 general questions, thanks any masters helping on it.

    1. Is it possible to build a library by keil which could be linked in another project, while in this project, the device CPU is different w/ the…

  • ARM M4 to BLUEGIGA module, Multithreading, and Data Buffering

    Hello, I am looking for information about programming an ARM M4 firmware to basically broadcast serial information to a bluegiga WF121-A wifi module. My device will receive 2 serial inputs and I want the serial input packets to be sniffed and broadcasted…

  • About tool selection

    I have to port a solution i am working on for Cortex-M4. I need to build,profile and later optimize.
    Can somebody please suggest which all tool will be helpful. 

  • General aspects using a Discovery Board with a STM32F407VG and uVision from Keil and SW4STM32 fon AC6

    Hello, some time ago I started to play with CortexM4,

    I bought a Discovery Board with a STM32F407VG in order to be programmed with uVision from Keil.

    I am developing a project where the money is very restricted, that's why I was using a free licence from…

  • Cortex-M0 example system

    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…

  • Cortex M-3 on Zynq Evaluation and Development Board

    I want to run Cortex M-3 soft processor core on ZedBooard. I have downloaded the cortex M-3 IP core, created a deisgn by integrating Zynq Processor with Cortex M-3 processor and generated bitstreams.

    I have also included the provided SW repository from…