• uVision4, floating editor windows with full path displayed ?
    Greetings all, I recently updated to MDK-ARM V4.22a (because the trusty old version didn't support LPC1788). It's registered version, new PSN, new LIC, all ok so far. But I cannot compile existing...
  • uVision4, floating editor windows with full path displayed ?
    Greetings all, I recently updated to MDK-ARM V4.22a (because the trusty old version didn't support LPC1788). It's registered version, new PSN, new LIC, all ok so far. But I cannot compile existing...
  • C51: int shows up as float in simulator watch window
    I have an int declared globally: int idata dac0; Then in my task I set a breakpoint where the variable is being set. It's not being set correctly and in the Watch window it shows up as a float...
  • C51: int shows up as float in simulator watch window
    I have an int declared globally: int idata dac0; Then in my task I set a breakpoint where the variable is being set. It's not being set correctly and in the Watch window it shows up as a float...
  • memory window and external RAM
    my program access an array stored in the external RAM,how can i view the external RAM contents during simulation in keil uvision.given below a snippet of my program. MOV DPTR,#4500H MOVX A,@DPTR...