• uV3 - Memory window does not update?
    Hello, I am currently trying to debug an application that uses the ULOAD mode of the ADuC845 to write to code memory. Apparently, the code itself is working, but when trying to view the changes...
  • uV3 - Memory window does not update?
    Hello, I am currently trying to debug an application that uses the ULOAD mode of the ADuC845 to write to code memory. Apparently, the code itself is working, but when trying to view the changes...
  • Controlling uV3 window position
    As installed, my version of uVision 3 permanently (I thought) docked the Project window in the upper-left corner of the application, and the Workspace to its right. This suited me fine. Last week...
  • Controlling uV3 window position
    As installed, my version of uVision 3 permanently (I thought) docked the Project window in the upper-left corner of the application, and the Workspace to its right. This suited me fine. Last week...
  • Does C51 support Extend Stack(stack located in external memory)
    I'v got a 8051 that has a extend stack pointer in sfrs(named ESP), and the stack can be located in extern memory(xdata). The new ESP sfr has 4bits, so with the old sp this 8051 gets a 12bit stack pointer...