• .hex to .bin conversion
    Hello, IS there anyboby knows how to automatically convert the .hex file outputted by keil to .bin file for flashing.. I tried to use the hex2bin software utility, but the output is too large...
  • 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 file conversion
    how do i convert a code written in keil into a hex file?