• How to change values in LCD on LIVE.....
    Hi, here i am trying to change some values in LCD on live using keypad....i dont know how to change .plz guide me how to change values in LCD otherwise suzzes any datasheet....upto know i didnt find...
  • how to manipulate values at the ports
    can i manipulate the values at the port pins individually,, i.e., if i want the 6th pin of port0 to be high, can i assign 1 to that particular pin, without disturbing the other port pin values??...
  • can't change struct values
    Hello I've one struct in a header file - but I'm not able to change the values of the struct members. typedef struct { unsigned int Addr; // unsigned int status; // } *p_Descriptor; #define...
  • changing hex value to decimal
    hi, how to change the value of hex to decimal For example from hex "0x15" to decimal 15 or in hex like 0x0f. do we have any option in keil or any other way. Thankyou arun.
  • variables values changes unexpectly
    I declare these variables: unsigned long idata xpaquetes,xbytes; unsigned long errors,PHY,CRC; I ran my progran and after 3 minutes the errors,PHY and CRC variables change to 0xaaaaaaaaaaaaaaaa...