Hi,
I'm developing firmware for the trf7970a nfc chip. For standard communication the chip uses spi, but a special direct mode uses an additional two wire interface where the chip generates the clock signal. The clock signal starts after TX enable is pulled high and the nrf52 has to immediately start transmitting data in sync with the clock.
I tried using a gpio in event interrupt on the clock low to high transition to trigger the data line, but the response is too slow.
I'm not sure where to start for implementing a better approach. Can PPI be used for this? Can the TWIS library can be modified for this task?
Thanks,
Sava