• char to hex value
    Hello, I have a little problem displaying a char to an hex value. char t; t = 0x01; printf("%x",t); This code outputs 100 where I expected to get 1... Am I doing something wrong ?
  • char to hex value
    Hello, I have a little problem displaying a char to an hex value. char t; t = 0x01; printf("%x",t); This code outputs 100 where I expected to get 1... Am I doing something wrong ?
  • 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.
  • 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.
  • automatically change values in an *.hex?
    Hi! i am searching for a program to edit and replace certain values inside an intel hex file. I have tried srecord but it will only write 16 or 32 bit files but my programmer only uses 8 bit files...