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.

Funcard 163: Problems with external EEPROM 24C256

Status
Not open for further replies.

unki25

Newbie level 3
Newbie level 3
Joined
May 23, 2006
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,319
funcard datasheet

Hello to all!

I try to implement a smart card operating system for the Funcard 163 which contains a ATMega 163 and a 24C256 external EEPROM. Due to have enough memory for a smart card filesystem I want to use the external EEPROM, but I have difficulties accessing the EEPROM. Can anyone tell me which Pins of the ATMega are used to interface the EEPROM? Also a view hints about the timing of the EEPROM would be usefull.

Thanks in advance to everybody who helps me!

greetings
Christoph Herbst
 

funcard sosse

24C256 uses I2C bus and is connected through SCL and SDA pins ..
The ATMEGA163's I2C bus pins are labelled exactly in the same way - SCL (PC.1) and SDA (PC.0) .. see: **broken link removed**
As far as timing and the use of the address pins (A0, A1 and A2) are concerned, you can find relevant information in the 24C256 data sheet for example at: **broken link removed**

Regards,
IanP
 
Last edited by a moderator:

    unki25

    Points: 2
    Helpful Answer Positive Rating
atmega + external eeprom

IanP said:
24C256 uses I2C bus and is connected through SCL and SDA pins ..
The ATMEGA163's I2C bus pins are labelled exactly in the same way - SCL (PC.1) and SDA (PC.0) .. see: **broken link removed**] ..
As far as timing and the use of the address pins (A0, A1 and A2) are concerned, you can find relevant information in the 24C256 data sheet for example at: **broken link removed**

Regards,
IanP

Thanks for the quick answer. I'm not sure if the chip on the Funcard uses the I2C Port to connect the EEPROM, but we will try this. There are other Funcards with different controllers, and they do not have a I2C Bus and therefore they use normal port lines and do the timing in software like in SOSSE https://www.mbsks.franken.de/sosse/
It would be good if someone has a schematic of the Funcard 163.

Regards,
Christoph
 
Last edited by a moderator:

24c256 atmega

I hope this diagram can help you.
 

    unki25

    Points: 2
    Helpful Answer Positive Rating
external eeprom atmel

stargate199 said:
I hope this diagram can help you.
Do you have a source for more information on the MegaCard163 4th generation. Its the blue one. I can use any information about the card.

Thanks
Christoph
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top