EXCEL to EEPROM
betaar
Posts: 2
Hi,
I am working on a project where i have to load eeprom with data stored in excel sheet. I have an eeprom programmer to load the eeprom. But i am know sure how to generate a file formet compatible with the eeprom . i would appreciate if there is any help from any one .
thanks
sid
I am working on a project where i have to load eeprom with data stored in excel sheet. I have an eeprom programmer to load the eeprom. But i am know sure how to generate a file formet compatible with the eeprom . i would appreciate if there is any help from any one .
thanks
sid
Comments
Can you show us a small example of what the excel data looks like, and how you want it stored in the eeprom ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A problem well defined is a problem half solved"
"Just because you're approved, doesn't mean you can afford it."
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
Coming soon! Propeller based OSD module www.hittconsulting.com
·
thanks for the reply,the matrix looks like this(just an example) below. The data on the excel sheet have to be put in the eeprom in some order like a1 - 0000H, A2- 0001H, A3- 0002H like wise.
thanks,
sid
I am not able to upload the spreadsheet anyway...
a b c d e
1 1 2 3 1 2
2 1 2 3 1 2
3 1 2 3 1 2
4 1 2 3 1 2
5 1 2 3 1 2
this example looks similar to what i have ....a,b,c,d,e and the 1,2,3,4,5 are taken to be similar to how data looks in a excel sheet.
I think intelhex is common.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A problem well defined is a problem half solved"
"Just because you're approved, doesn't mean you can afford it."
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
Coming soon! Propeller based OSD module www.hittconsulting.com
·