• memory view
    One quick question, did Memory View in DS-xxx access external memory, for example DDR2/3/4 DRAM? Thanks.
  • DS-5 fails to view Device Memory View
    I am using DS-5 v5.27.1 and using ARM SGI-575 as development platform. platform have a range for RAM, serial and ethernet devices. At kernel/code level I have mapped all memories and able to read/write...
  • view the internal memory using uvision2
    Hi all, I am a new user with uvision2(demo) I wrote a program in assembly. Apparently the program works, but I would like to see my internal ram when I debug the program. I do: MOV 20h, #03h...
  • view memory after loading data
    Hello i am writing an array of asci char to memory and need to check they are in the correct position when in debug mode MOV A,#030H MOV R1,#060H MOV @R1,A ARRAY: INC A INC R1 CJNE A,#03AH,ARRAY I...
  • DS-5 v5.25 Stack View Enhancements
    In DS-5 v5.24, we added the Stack View to the debugger. This view displays stack information that used to be displayed in the Debug Control View, giving two advantages. Firstly, the Debug Control View...