Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to convert bitmap to intel hex format

Status
Not open for further replies.

lgeorge123

Full Member level 2
Joined
Jun 13, 2004
Messages
130
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
Hong Kong
Activity points
1,403
bitmap to hex

I have a color 8 bit bitmap (320x240) and want to burn it into eeprom which is read by a mcu. So my first thing to do is to convert bitmap to c array and then convert it to intel hex format . First thing is easy done but second thing get my head big. Can anyone give me some suggestions ????
 

convert bitmap to hex

I dont know what compiler you are using, but if you look in it's 'bin' directory, you should find something to do the trick.
Most compilers have a seperate utility to do this that they call to output the final hex file.
In MPLAB C30 its called 'Pic30-bin2hex.exe' and Hi-Tech C has 'objtohex.exe'
 

color lcd convert bitmap to hex

I've also encounter similar problem when I was new to LCD interfacing..

what I have done before, instead of using *.hex file, I use *.bin file to store the array into the eeprom..

attached below is the program I've used before (I was not familiar with C# .NET programming that time )
thanks to sevenstring.. :D
 

Hi yus , I know that you use *.bin file to store the array into the eeprom. but how can I decode the bin file or hex file stored in eeprom by arm7 like lpc2478 ????
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top