• 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 stack memory
    How to view stack memory while running the program?
  • 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...
  • STM32: Viewing flash memory contents
    Hello folks, I wish to view the contents of flash memory on STM32L471 (1MB ROM) MCU using Keil ULINK2 debugger (uVision IDE v5.20.0.0), but when I do so the memory viewer (in Debug mode) displays...
  • uVision View Memory Display problem
    Working on a bootloader. Mapped SRAM of STM32F072 to 0x0000 0000... by setting SYSCFG_CFGR1_MEM_MODE accordingly. uVision (V5.24.2.0) "View Memory Windows" then shows correctly same contents at 0x0000...