Code size looks quite reasonable, Cortex efficiency over 8051.
What is the connection to "Advanced Card Systems, Ltd." ?
Regards, Dana.
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.
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)
very nice project, Arthur!
You may also consider posting it to the "100 projects in 100 days" community at element14
www.element14.com/PSoC4
This demo project should be remove and no longer be update because no active improve after production upgraded.
Hi .. Anyone using psoc 3 for smart card application. Is it possible to use I2C for interfacing smart card?.Iam using Atmel AT88SC25616C...
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...
Try looking at these threads:
PsoC 5lp and sd card, problems with emfile example project
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...
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?
Take a look at this, project code posted.
c - How do I write to an SD Card using SPI for the PSoC 5LP chip? - Stack Overflow