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.

Smartd card and HC908.....?????

Status
Not open for further replies.

Rfboy

Member level 1
Joined
Apr 28, 2001
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
232
Hi guys,
I need to program only 50 bytes on a smart card , but i found only a very complex smart card type in ISO7816 protocol !!!!!
Where can I found a software routine in assembler for motorola 68hc908 microcontroller to program this type of card ????
Or is it possible to found another type of smart card in I2c protocoll ???

Thank you
 

I think what you found in ISO7816 are the specs for T=0 and T=1. These are asynchronous communication-protocols for chipcards containing a microprocessor (higher security features ...). For storing only 50 Bytes you can use memory-cards using a synchronous communication (I2C, 2-wire, 3-wire). These cards are also much cheaper than a processor-card. I never tried it out, but for I2C-cards (look for cards containing for example these chips: ST14C02, M14C04 from ST, MCM2814 from Motorola) it should be possible to use the hardware-I2C-interface of the 68HC908 (if it got one). But these synchronous protocols can also be implemented in software (not timing-critical).
For cards look here:
https://www.zeitcontrol.de/


Mik
 

Thank you very much ..... for your help !!!!!!!!!!!
 

sync smartcard code example

I need to use a memory card from Siemens/Infineon. I have the datasheet, but I'm having troubles with my software... someone can show same example? or suggest something I can watch out?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top