• Cortex A9 core locks and cant't stop it
    Device: Cyclone V SoC (Dual Cortex A9) Baremetal code with RTOS Hi, When trying to debug a code inside DS-5 I get the following message: ERROR(TAD9-NAL30): ! Unable to stop device Cortex...
  • Trying to find basic performance measurements of ARM cores
    Howdy, I was trying to find some basic performance benchmarks for a couple of different ARM cores: The Arm 926EJ-S, Cortex A9, and the Cortex M7. I am looking for primarily DMIPS (per MHz or a form...
  • Where to find hard core Arm books, courses, tutorials
    My professor hasn't taught us anything in arm assembly. Yet, we have to write a code that involves 2 dimentional arrays. Is there any complete source that I can learn this stuff from it. I understand...
  • setting breakpoint from code
    Hi, my app (cortex m3) needs to set up a breakpoint directly from code, in order to jump to an interrupt when an instruction from a certain address is fetched. This WITHOUT using a debugger. Any hint...
  • FPB BreakPoint(without Debugger)
    Hello, My App (cortex m4) needs to set up a breakpoint directly from code, in order to jump to an interrupt when an instruction from a certain address is fetched. This without using a debugger. I searched...