2022-01-13 06:26 PM
In the spi communication method, one chip succeeded in DEP communication through interlocking. But I do not know how to control two.
Please, Where should I edit platform.h/rfal_nfc.c / st25r3916_comm.c?
Solved! Go to Solution.
2022-01-19 12:35 AM
Hi,
just refer to my first comment where I sketched an approach to drive two ST25R3916 using RFAL sequentially.
We don't have an example for such an approach but I also don't expect problems with such an approach.
BR, Ulysses
2022-01-14 12:06 AM
Hi KHyun.1,
what you could do with little effort is executing the two 3916 chips sequentially:
We have not seen usecases of having two NFC reader chips in the same design as antennas would interfere when operated independently. Therefore the rfal functions are not re-entrant.
Could you share some details on your use-case for operating two st25r3916 chips?
Best Regards, Ulysses
2022-01-17 05:56 PM
Each nfc chip needs to communicate with other
NFC chips periodically. The st25r3916 each has an antenna.
Do you have any examples? If there is, please let me know, I would appreciate it.
2022-01-18 03:00 AM
Hi KHyun.1,
using the single ended feature of the ST25R39xx readers you could connect two single-ended antennas (AN5592) and alternate between them (bits 'single' and 'rfo2').
However I am seeing that your are planning to us use Active P2P. The field detector (needed for AP2P) is however only looking at RFI1.
It would be possible if you would be using the reader mode instead.
I see Active P2P disappearing from mobiles (Google and Samsung removed it, Apple never had it). What is your reason to use Active P2P?
BR, Ulysses
2022-01-18 04:09 PM
Active p2p is applied to equipment that communicates with the MCU.
I checked and the MCU uses SPI1/2.
Do you know how to communicate with st25r3916 sequentially using rfalapi?
I'd appreciate it if you could let me know.
2022-01-19 12:35 AM
Hi,
just refer to my first comment where I sketched an approach to drive two ST25R3916 using RFAL sequentially.
We don't have an example for such an approach but I also don't expect problems with such an approach.
BR, Ulysses