MFRC630 Authentication Mifare classic 1k

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MFRC630 Authentication Mifare classic 1k

600件の閲覧回数
ihsan
Contributor I

I use MFRC630 chip with Mifare Classic 1k. 

I use UART interface between mcu and mfrc630. And i read card uid. but when i try to write and read a block, i could not read and write.

I set the Transmit CRC and receiver CRC. But when i read the interrupt register 1, the chip send 0x47. we get error register and status register equals zero. 

Here is the pseudo code of authentication:

-Load Key

-IRQ0EN

-IRQ1EN

 -Timer0config

-IRQ0Clear

-IRQ1Clear

-MFAuthent(MFAuthent Command is consisted of 60h or 61h, (block address), (card serial number byte0),(card serial number byte1), (card serial number byte2),(card serial number byte3))

-Set Rx and Tx CRC(CRC16)

-IRQ0EN

-IRQ1EN

-Timer0config

-IRQ0Clear

-IRQ1Clear

-Mifare Read Block.

 

タグ(1)
0 件の賞賛
返信
1 返信

565件の閲覧回数
Fabian_R
NXP TechSupport
NXP TechSupport

Hello ihsan,

My apologies for the delay in answering back, thank you for using our products.

Please check our documentation for using MFRC630 without the library:

https://www.nxp.com/docs/en/application-note/AN12657.pdf

Or if you prefer, migrate the library for the MCU you are using:

https://www.nxp.com/docs/en/application-note/AN11256.pdf

Here is the link to the Reader Library:

https://www.nxp.com/design/designs/nfc-reader-library-software-support-for-nfc-frontend-solutions:NF...

Best Regards,
Fabian
0 件の賞賛
返信