----- Original Message ----- From: "Sanjiwani" <s_kesarkar@...> To: <lpc2000@yahoogroups.com> Sent: Monday, December 19, 2005 1:13 PM Subject: [lpc2000] Error: Unsupported Hex File Type In LPC2000 Flash Utility > Hi Everyone > > > > I have written a program in cross works & generated hex file. > > But By mistake I have opened that file in Notepad. > > Now if, I change content of hex file (Data) Directly & load that hex file > in Flash using LPC2000 Flash utility > > It Gives an error > > > > Error is: Unsupported Hex File Type It's not a good idea to edit hex files, they have checksums for each record (line). You must have changed it in some way. If you must do it, it's best to convert it to raw ASCII hex, edit it, and convert it back to Intel hex or whatever the format is. It's quite easy to write simple programs to these conversions, you just need the format details. Leon --- [This E-mail has been scanned for viruses but it is your responsibility to maintain up to date anti virus software on the device that you are currently using to read this email. ]
Message
Re: [lpc2000] Error: Unsupported Hex File Type In LPC2000 Flash Utility
2005-12-19 by Leon Heller
Attachments
- No local attachments were found for this message.