• hex file conversion
    how do i convert a code written in keil into a hex file?
  • Steps involved in conversion of C file to Hex file
    Hi.. Can any one tell me steps involved while the c file is converted to hex file. i.e what all files(e.g.object files,list files,loader,linker) comes into existance.?
  • from KEIL to hex file
    Hi everybody, Maybe my problem is considered as a trivial problem for others and nobody will answer me... But for me as a beginner I feel that this problem is the life problem So please help my...
  • 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...