• Can't set breakpoints in C code, only assembler code.
    In some of my uVision2 projects the debugger will not allow me to set breakpoints in the C source code, only in the disassembly window. Other projects allow me to set breakpoints in either. There must...
  • Code jumps to cxsync1 in vectors.S?
    I have made a project in AD Studio using the startup code from " startup_Cortex-A53x1_AC6" example. I added my own code too, and it was running via simulator Fixed Virtual Platform OK. However, after...
  • Hello World error - "Simulation code-translation cache failed to gain DMI"
    Hi, I started using Development Studio. I created a Hello World, and compiled it. Than I created a launch configuration, just very simple per this tutorial: https://developer.arm.com/tools-and-software...
  • Unable to run code in optimization level O1, O2 and O3 in DS-5
    Hi all, I am able to run code in optimization level - O0 in DS-5 and outputs also matched with reference outputs, but the same code is not working in other optimization levels - O1, O2 and O3...
  • Program works correctly in debugger only when i have a breakpoint set?!?!?!
    Im using the RTX51 Tiny RTOS Ok, here is my problem. Ive been pulling my fair out trying to figure this out. I have a program that recieves 2 bytes from the uart, and sends a 5 byte word back as a responce...