• hex file conversion
    how do i convert a code written in keil into a hex file?
  • 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...
  • 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.?
  • Conversion problem
    uint64_t build_table ( int32_t myparameter ) { if ( myparameter == 7 ) { return BOOL_TRUE; } else if (myparameter == 29 ) { return BOOL_FALSE; } else { return 23; } return 5; }
  • Conversion of Hexfile to C or Assembly file
    Hi friends, I had a hexfile of one kilobytes size. Is there any facility in UV2 to convert this hexfile to Assembly or C source file. If so please let me know how to get it. -Raj