• Memory Window Customization in µVision
    Probably a needless feature, but if it existed it would love to use it... Is there a way to change the display of the NUL character in the memory windows? Currently it displays as a '.' and I would...
  • uVision: Memory Window Arithmetic
    I'm sure I have seen / read something about this before, but I cannot now find that source. I have added a variable to the Memory Window in uVision, "MyBuffer" for example. How do I specify IN THE...
  • Memory Map Memory Window
    Hello, i use the PK51 with uVision3. i am mapping a memory range within a signal function: MAP V:0,V:0xFF READ WRITE _WBYTE(0x00, 0x04); // store Byte 0x04 to adress 0x00 printf("Value...
  • Not able to see variables in memory window
    Hi, I am new to Keil software. I am using STM32F4O7 discovery board. I want to run my code and then get variable values from the memory window so that I can plot in Matlab. For this, first, I want to...
  • Read only address in memory debug window
    Hi guys, I have a problem that I used J-LINK to debug memory. As for the chip side, the external flash base is 0x10000000 and can't be modified. However, I can use J-LINK to modify this memory address...