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.

question on 8051 - code to read and write into eeprom

Status
Not open for further replies.

vijay.raj7

Newbie level 5
Joined
May 7, 2009
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,325
question on 8051

hi some one help me on these topics
1. write a simple assembly code for 8051 to read the key pressed in the key board and write the same ascii into eeprom?


2.write a assembly code to read a character from eeprom?

please help me out in this:?:
 

Re: question on 8051

which controller you are asking about ?????
which compiler ?????
which eeprom as 8051 dont have internal or you are using an RE2 controller ????
 

question on 8051

its for 8051 controller.any eeprom can be considered this is for genral purpose
 

Re: question on 8051

Use SEARCH with “8051 AND keypad” and BANG .. you have plenty posts on this one ..
Then use SEARCH with “8051 AND eeprom” and you will find a lot of entries on that one ..
Example:
#1153457

Try to combine both together ..

Then, if you have any problems, ask specific questions ..


Rgds,
IanP
 

Re: question on 8051

Hai,
You choose AT89C51 and 24C32(EEPROM) for your work.
1) For key board interface ( Hardware as well as code) Refer: Kennath Ayala book or Myke predco book.

2) For EEPROM refer Atmel AT24C32 datasheet.
3) you need to follow I2C protocol for writing and reading the memory.

Bye Bye
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top