This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

syntax for hex2bin

can any one give the correct syntax for HEX2BIN CONVERSION. I refered in the website it is not clear and it is not working .
thanks in advance

Parents
  • Are you saying that the syntax given at http://www.keil.com/download/docs/7.asp is not correct?

    Syntax: HEX2BIN [/option] hexfile [binfile]
    
    hexfile is the Intel HEX input file
    binfile is the binary file to create
    
    option  may be any of the following
    
      /Ln     Binary file length
      /Pn     Pad data for binary file
      /On     Address offset (to add to HEX records)
      /M      Merge data into existing BIN file
      /Q      Quiet mode (no statistics are displayed)
      /X      Don't process ext. segment/linear address records
    
      /?      This help text
    

Reply
  • Are you saying that the syntax given at http://www.keil.com/download/docs/7.asp is not correct?

    Syntax: HEX2BIN [/option] hexfile [binfile]
    
    hexfile is the Intel HEX input file
    binfile is the binary file to create
    
    option  may be any of the following
    
      /Ln     Binary file length
      /Pn     Pad data for binary file
      /On     Address offset (to add to HEX records)
      /M      Merge data into existing BIN file
      /Q      Quiet mode (no statistics are displayed)
      /X      Don't process ext. segment/linear address records
    
      /?      This help text
    

Children