• hex, elf, and exe files
    What are .hex files, and .elf files? How are these related to an .exe file? Thanks, Jordon
  • Hex to ascii conversion
    Hi, I want a code for converting a 32bit hexadecimal number to its decimal ascii equivalent. I mean if number is 0x1234, then its decimal will be 4660 and its ascii equivalent will be 34 36 36 30...
  • A/D hex to decimal conversion
    Hi ALL, Iam working on the ADUC816QS ,Iam performing A/D conversion , now iam getting hex value for different input voltages, how to convert it to decimal,how to implement the floating point conversion...
  • hex file conversion
    how do i convert a code written in keil into a hex file?
  • Hex To Character Conversion Problem
    I am Trying to Split a hexa value and read it over the serial port let me show you what i mean by that : <per> char arr[10]=(0); int i,k,l; arr[0]=0x11; arr[1]=0x12; : : arr[7]=0x59; arr...