• Maintaining association between renamed UV2 and DAvE files
    I want to copy a UV2 project along with all associated files to a new folder and change the names of the UV2 and DAvE files (*.UV2, *.dpt, *.dav) to a different project name. How can I do this and...
  • Code link to block zero needs to maintain CONSTANT
    dear all, i am working on st10 My code consist of Start166.a66, rtx166t.a66, file1.c,file2.c,file3.c, etc.. I want to link Start166.a66, rtx166t.a66, file1.c to block0 (0X0000-0X3FFF) and file2...
  • how to continue after breakpoint
    sorry for response  after a long time, as per above steps you mentioned Yes, when you do single step, you should write DHSCR = 0xA05F0001UL | 0x4 ; // C_STEP Then wait until S_RETIRE_ST is 1. ...
  • After RESET
    In one of my projects where I use 89v51rd2 microcontroller, I connect one O/P pin to Electric AC bell through relay. My problem is when reset during switch ON, my O/P pin goes high and come down thus...
  • Watchdog Resets in Absence of Debugger Breakpoints
    Using the uVision2 debugger to simulate code for a Philips P89LPC920 with Watchdog enabled (via UCFG1): The Watchdog feed routine does not reload the Watchdog timer if I attempt to run the code without...