• memory view
    One quick question, did Memory View in DS-xxx access external memory, for example DDR2/3/4 DRAM? Thanks.
  • viewing stack memory
    How to view stack memory while running the program?
  • 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...
  • Viewing struct data during debug
    Hi, I am a new user of Keil C compiler. During debug, I am trying to watch struct data members. But all of them show 0x0000. And they are not updated. With other variables it's just working fine....
  • 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...