It's two weeks that I'm trying to interface A Java Card to at91sam7x256 on ChibiOS, but there's no hope.It seems impossible and there's no sample code/project on the Web. Can Anyone help me?
This is Serial Config:
Code: Select all
static const SerialConfig smartcard_config = { 9600, AT91C_US_USMODE_ISO7816_0
| AT91C_US_CLKS_CLOCK | AT91C_US_NBSTOP_1_BIT | AT91C_US_PAR_EVEN
| AT91C_US_CHRL_8_BITS | AT91C_US_OVER |AT91C_US_CKLO};
Note that card is java card, T0 and baud rate is 9600.