• How to load a binary file in DS-5 Ulitmate Edition?
    How to load a binary file into an memory offset in DS-5 Ultimate Edition? load, loadfile and file file does not help in loading binary file. Thanks
  • uVision4 simulator
    Finally have typed a first ASM test prog that compiles. If I start the debugger msg: 'ULINK not found'. I have no ULINK and want to simulate. HOW?
  • ASM-Files, possible to generate an error message like #error xxxx in .c-files?
    Hello, i want to generate an error message if a define was not present, like here: IF :DEF:CORTEX    add   r3, r3, #3   ;//! Correct the value in R3     ELSE     IF :DEF:ARM7     ELSE       #error Define...
  • Does DS-5 ultimate evaluation version offer an FVP to ARMv8 executable?
    I have compiled a simple "Hello World" program on DS-5 ultimate evaluation version and couldn't find a bare metal FVP on which I can run it. When I select "ARM FVP->VE_AEMv8x1->Bare Metal Debug->Debug...
  • DS-5 Problem starting gdbserver to debug C/C   project for ARM --
    I am running DS-5 Ultimate edition trial version on Windos 7- [new to DS-5 ] I am able to build Hello Example- but when i am trying to debug it - I am facing following problem - please guide me - com...