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.

Flash memory 93lc512 data ???

Status
Not open for further replies.

alzhrani

Newbie level 6
Joined
Sep 18, 2005
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,370
Hi every one,
Could any one help me, I have flash memory 93lc512 and I went to download a data on it
I have programmer and it support 93lc512,, how can I download data (lets say a table of Ascii file)
One of my friends says to me you should convert that file to HEX file and download the file to memory by programmer.
Isn’t there any configuration?????
Did the data (first element will be stored in first register and second will be in second,, and so on …….)
Any suggestion please to solve that problem???


Best regard
alzhrani
 

You can use any microcontroller assembler and convert a table to HEX file.
For example, download ASM51 from:
**broken link removed**
Create a file with ASCII table.
Here is an example [file: test1.txt]
Code:
DB 32h, 30h, 31h, 30h

END
Then run ASM51.EXE and it will create a hex file that looks like the following:

Code:
:040000003230313039
:00000001FF
which you can download to your memory.
DrWho
 

Thank you DRWhoF for your answer,, could you please help me for these questions

Firstly, what did you mean by DB & END is it necessary to put it there, and it is general technique for all memories?

What about registers,, is the register will be like this after programming

32h will be in register 1
30h will be in register 2
31h will be in register 3
30h will be in register 4


Could you please suggest me another program to make HEX file for my table?
Because that program (ASM51) doesn’t work with me…

Thank you again
 

could anyone hellllp me please ???????
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top