• saving to memory
    i have a program that i have burned into my controller(p89v51rd2)... now it has a vb interface and it receives hex file character by char... i.e :120000000ab2345 it receives as : ,1,2,0......
  • memory window
    How does the memory window work in keil uvision3? Do the memory window show the correct values getting from the controller or getting from the IDE? best regards Joe
  • Debugger "Cannot access Memory"
    Hi, There's a bug running scripts in uVision 4. Scripts are aborted due to "Cannot access Memory", caused by uVision itself. It is NOT the script that failed but due to (for example) an incorrect device...
  • 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...
  • uVision4 - Memory Dump?
    I'm using uVision4 on an STM32 platform. Is it possible to get a dump of memory to file during debug? I can view the memory, yes, but i can't even select the contents of that window to copy-paste...