NFC TAG读写在不同硬件平台上的移植及最小内存需求?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NFC TAG读写在不同硬件平台上的移植及最小内存需求?

983 Views
xuxianhong
Contributor I

你好,我想在我们的MCU系统中增加一个NFC TAG功能,TAG拟采用NTAG21X系列,读卡器拟选择PN512或MFRC630芯片,拟采用NXP NFC Reader Library进行读卡程序移植,但是发现现在所提供的例程基本上都是基于ARM 芯片的,而我们目前采用的16位单片机,RAM空间只有1KBYTE,不知道能否实现相应TAG读写功能的移植,能否提供一些硬件平台移植注意事项、流程的指导性文件,尤其是实现TAG读写功能所需的最小内存空间大约是多少?

0 Kudos
2 Replies

780 Views
fernandohcoelho
Contributor III

Hi there.

I'm using the NXP RC522 IC for read and write NFC tags with a 16bit MCU for quite long now, works fine! Try to find RC522 libraries in C++ language, they are pretty straight foward. Even if you are using a different NXP IC it will probably work.

Regards!!!

0 Kudos

780 Views
Kan_Li
NXP TechSupport
NXP TechSupport

你是指NFC reader去读写Tag的应用所需的RAM大小吗?从NXP-NCI example的map文件来看,不算堆和栈,就要1.4k多的字节,所以只有1K字节的话很难办。另外你们用的16位单片机是NXP的产品吗?我们的技术支持是基于NXP产品的,对其他厂家的平台就无法提供相应的服务了,谢谢您的理解!


Have a great day,
Kan

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos