• conversion from C file to hex file
    Hi all, I wrote program using C51v8.11a in C language. Now i want to convert it hex file sothat I can transfer to the controller, is there any option in C51 only or I need to use some other software...
  • 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...
  • .hex to .elf conversion?
    Hi, I am using SDCC compiler to run my C code on CC2430 (which contains 8051 controller). Problem is that SDCC generates .hex file! But I need a .elf file as output, because I want to use an elf_Loader...
  • 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 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...