• 'configure socket port 'under Tools Menu in UV3
    Who know the usage of the menu item ? appreciated. Shu
  • How to watch the data memory (RAM) in uVision2
    Hi I wanted to watch the 256 byte RAM or the 1024 byte of the XRAM of 89C51RD2 device while debugging my program in the uVision2. How can i do this?(from which menu or ...) Thanks your attention in...
  • uV3 Simulator Watchdog problems
    - Target: uPSD3454 Code runs fine on target board w/ a WD timer set at .5048 secs. Right now, running with just skeleton code, WD reset is refreshed just under 500ms and runs continuously with no...
  • How can I read data from internal flash RAM?
    I am using a GOAL VRS1000 with 64K IAP FLASH memory. I can write to the FLASH memory using the various IAP SFRs. But how can I read the data? I want to be able to do this in C code rather than having...
  • Using stopwatch with Keil under simulation...
    Hi. I am running a 25MHz clock with 20 _nop_(); to test for stopwatch functionality while running under simulation. With these many _nop_(); I should be seeing an elapsed time (t0) of 0.0000008 sec....