Smart Card Example Code for PSoC4A

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hello! Guys ~~~ Here introduce the first smart card application experience with PSoC4A.

   

Attached example and code documentation to make project readable.

   

Just to enjoy your experience of PSoC4A

   

 

   

Arthur Fan

   

weij@cypress.com

0 Likes
13 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Code size looks quite reasonable, Cortex efficiency over 8051.

   

 

   

What is the connection to "Advanced Card Systems, Ltd." ?

   

 

   

Regards, Dana.

0 Likes
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

 The link to the Advanced Card Systems Ltd. is

   

http://www.acs.com.hk/index.php

Roy Liu
0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Let me restate the question,

   

 

   

What is the relationship of the project to "Advanced Card Systems, Ltd." ?

   

Is the project intent by Cypress to develop business for solutions with "Advanced Card Systems, Ltd." ?

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

No, it only coding to demo SCB feature of Smart Card protocol. 

   

Every IC supplier has integrate custom protocol for own product. This project only select one supplier by random, demo make SCB easier use to user who need Smart Card interface. (of cause, it only involved the simplest operation of smart card)

0 Likes
Anonymous
Not applicable

 very nice project, Arthur!

   

 

   

You may also consider posting it to the "100 projects in 100 days" community at element14

   

www.element14.com/PSoC4

0 Likes
Anonymous
Not applicable

This demo project should be remove and no longer be update because no active improve after production upgraded.

0 Likes
Anonymous
Not applicable

Hi .. Anyone using psoc 3 for smart card application. Is it possible to use I2C for interfacing smart card?.Iam using Atmel AT88SC25616C...

0 Likes
moro_1580446
Level 5
Level 5
100 replies posted 50 replies posted 25 replies posted

I have a psoc5lp prototype kit.Can i read smart card with psoc5 or not?

how can i do it.do you have  sample code?

thanks for attention...

0 Likes
Anonymous
Not applicable

Try looking at these threads:

PsoC 5lp and sd card, problems with emfile example project

PSoC question

One is for SD cards, but the other is for Smart Card with PSoC 3.

so you belive that we can not read card reader with psoc5?is there any solution?i dont want to use another processor just for read smart card?

thank you...

0 Likes
Anonymous
Not applicable

There is no example or sample code that I could find; You should be able to write code/software to interface with a smart card easily. But I have no advice on how to implement it

Since different "smart cards" have different communication protocols, you would need to write code to handle the communication for all the different protocols for the cards you are going to use/communicate with. Since the PSoC 5 has communication blocks on it, it is feasible to do.

Thanks for explaining me.I can read smart card with psoc4 by UART_SCB component  but psoc5 has not this item?

i set UART_SCB on smartcard and it worked well.but how can i do it with psoc5?

0 Likes