PN7160 interfacing with STM32F7 MCU in Card Emulation mode

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

PN7160 interfacing with STM32F7 MCU in Card Emulation mode

跳至解决方案
700 次查看
Krishan_T_S
Contributor II

Hi Team,

I am trying to interface PN7160 NFC evaluation kit with STM32F732 MCU in card emulation mode using I2C interface. I explored the web for resources (particularly for this HW interface) for any general purpose library but I unable to find it.
Kindly provide any Command sequence document, demo code/ library or other documents if available.
Please do the needful.

Thanks

标记 (1)
0 项奖励
回复
1 解答
574 次查看
Krishan_T_S
Contributor II

Hi,

It worked for iPhone for me with STM32 based host MCU, the mistake which I made is I connected Vbat to 3.3V but it needs to be connected with 5V. I done the same.
Now the ported demo application worked for me.

Note: Refer AN13288 for HW connection information.

Thanks for Support!

 

在原帖中查看解决方案

4 回复数
670 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi @Krishan_T_S 

I would suggest you refer to AN13288.

 

section 5.2

The present code example can be easily ported to any other target providing I²C or SPI
master and GPIO capabilities.
The only module requiring adaptation is the TML component (relates to how the target
provides this support), others modules being platform agnostic.

reference code is SW6705,  you can get it from PN7160 product page.

 

 

Regards

Daniel

0 项奖励
回复
650 次查看
Krishan_T_S
Contributor II

Thank you for suggestion, I am able to port library code with my STM32 architecture successfully.
I am detecting the emulated tag (ISO14443-4 Type A) and able to read the emulated tag from Android device, but I am unable detect the emulated tag to perform Read/Write operation using iPhone. Please provide the configuration and changes needs to be done for example project so that I can use PN7160 with iPhone in Card emulation mode.

Thanks. 

标记 (1)
0 项奖励
回复
575 次查看
Krishan_T_S
Contributor II

Hi,

It worked for iPhone for me with STM32 based host MCU, the mistake which I made is I connected Vbat to 3.3V but it needs to be connected with 5V. I done the same.
Now the ported demo application worked for me.

Note: Refer AN13288 for HW connection information.

Thanks for Support!

 

567 次查看
Krishan_T_S
Contributor II
*Note: Refer AN13288 for HW connection information with dev kit.
0 项奖励
回复