Maker Pro
Maker Pro

eeprom to hex converter

saurabh17g

Mar 8, 2010
72
Joined
Mar 8, 2010
Messages
72
Hello,

I am using AVR microcontroller to do a project related to datalogging.
I am using codevision software to generate .hex(Flash contents) and .eep(EEPROM contents) file which is to be programmed inside AVR microcontroller using AVRDude software.
When I am trying to give a path through a AVRDude , it is not able to recognize file with a .eep extension.
So , i renamed the file from .eep extension to .hex extension.
Still it is not able to read it.
Please tell me how to tackle this problem
 
Top