• 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...
  • 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...
  • Float to UART
    i need to display a floating point number ranging from 0.1 to 0.001 over uart here is what i managed to search from forums and what not unsigned long *chptr; float f=0.1; void main() { PINSEL0=0x5;...
  • using float
    hi!!! i am using floating point calculation in my application(lpc2468/lpc3250). Is there any specific library available for float?. Code is running. But sometime processor is resetting at floating point...
  • 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...