Author Topic: Convert bin to hex file  (Read 15356 times)

flohaase

  • Jr. Member
  • **
  • Posts: 3
    • View Profile
    • Email
Convert bin to hex file
« on: October 31, 2013, 05:08:23 AM »
Hey guys,

I've started to use the online compiler of mbed.org. But instead of an LPC1768 mbed, I've got an "normal" Chip1768 without the USB port. So I have to use ISP. The mbed online compiler creates .bin-files. Is there an opportunity to use Flash Magic with .bin-files or to convert .bin to .hex?

Thanks and best regards, Flo

Andy Ayre

  • ESAcademy Staff
  • Sr. Member
  • *****
  • Posts: 2190
    • View Profile
    • Embedded Systems Academy, Inc.
    • Email
Re: Convert bin to hex file
« Reply #1 on: October 31, 2013, 04:01:28 PM »
You need to use bin2hex. See:

http://www.keil.com/download/docs/113.asp

Andy
Embedded Systems Academy, Inc.
support at esacademy dot com

flohaase

  • Jr. Member
  • **
  • Posts: 3
    • View Profile
    • Email
Re: Convert bin to hex file
« Reply #2 on: November 01, 2013, 01:51:31 AM »
Sorry, I have missed to say that I am using Mac OS X 10.9.

I have already found this link.

Thank you.

Andy Ayre

  • ESAcademy Staff
  • Sr. Member
  • *****
  • Posts: 2190
    • View Profile
    • Embedded Systems Academy, Inc.
    • Email
Re: Convert bin to hex file
« Reply #3 on: November 01, 2013, 02:04:13 AM »
bin2hex should run under WINE, but we haven't tried it.

Andy
Embedded Systems Academy, Inc.
support at esacademy dot com

strongm

  • Jr. Member
  • **
  • Posts: 1
    • View Profile
    • Weddings
Re: Convert bin to hex file
« Reply #4 on: November 28, 2013, 06:22:28 AM »
Thanks Andy for useful link , I exactly need it .