Presentation is loading. Please wait.

Presentation is loading. Please wait.

Pass Through with NTAG I²C

Similar presentations


Presentation on theme: "Pass Through with NTAG I²C"— Presentation transcript:

1 Pass Through with NTAG I²C

2 Pass-through functionality
NTAG I²C VCC LA LB FD SDA SCL SRAM NVM Use case: Phone writes data (e.g. configuration) into µC µC-Firmware update Download of logging-Data Service Information Error descriptions NTAG I²C VCC LA LB FD SDA SCL SRAM NVM

3 Pass-Trough mode features
Passthrough automates signalling for the arbitration of RF and I2C side. It provides help to speed up the communication. A read/write of the last SRAM page/block triggers the side switch Synchronization signalling on I²C-side can be done either by: Field detect pin Polling on register NS_REG (bit SRAM_I2C_READY and SRAM_RF_READY) Synchronization signalling on RF side can be done by Timing, when µC-timing is reproducible

4 Pass Through Mode Command flow
The following slides illustrate the communication in pass trough mode shown is the mode with: synchronization RF-side: polling Wait for SRAM_RF_READY = 1  Data ready in SRAM for RF to be fetched Wait for SRAM_I2C_READY = 0  Data was fetched from SRAM by I²C synchronization I²C-side: Field detect pin Slides with title „block schema“ shows the basic communication blocks Slides with title „details“ shows commands in more depth, but not all

5 Pass-through I2CRF (block schema)
RF-Reader µC FD dependend on POR config RF_On Detect tag Set direction I²CRF Enable Pass-through Configure FD Pin write SRAM FD ON (Low) Poll for SRAM_RF_READY = 1 Repeat FD OFF (High) read SRAM Optimally use Fast_Read here to read the whole SRAM with one command FD ON (Low) write SRAM

6 Pass-through I2CRF (more details shown)
RF-Reader µC FD dependend on POR config Do Anti-collision up to state „ACTIVE“ (REQA, Anticol CL1, Sel CL1, Anticol CL2, Sel CL2) UID Set I2CRF (PTHRU_DIR = 0) Enable Pass-through (PTHRU_ON_OFF=1) FD_OFF=3, FD_ON=3 (use FD for sync) write SRAM first block ACK write SRAM last block FD ON (Low) SECTOR_SELECT to Sector 3 (to read session register) SRAM_RF_READY = 0  I2C not finished yet Read NS_REG if I2C is finished Repeat FD OFF (High) SECTOR_SELECT Sector SRAM SRAM_RF_READY = 1  ready to read data read NS_REG if I2C is finished data read SRAM first page read SRAM last page Optimally use Fast_Read here to read the whole SRAM with one command FD ON (Low) write SRAM first block ACK

7 Pass-through RFI2C (block schema)
RF-Reader µC RF_On FD dependend on POR config Set direction RFI²C Enable Pass-through Configure FD pin Detect tag FD OFF (High) Write SRAM Repeat FD ON (Low) read SRAM Poll for SRAM_I2C_READY = 0 FD OFF (High) Write SRAM

8 Pass-through RFI2C (more details shown)
RF-Reader µC RF_On FD dependend on POR config Set RFI2C (PTHRU_DIR = 1) Enable Pass-through (PTHRU_ON_OFF=1) FD_OFF=3, FD_ON=3 (use FD for sync) UID Do Anti-collision up to state „ACTIVE“ (REQA, Anticol CL1, Sel CL1, Anticol CL2, Sel CL2) Repeat FD OFF (High) ACK write SRAM first page – 4 bytes write SRAM last page – 4 bytes FD ON (Low) SECTOR_SELECT Sector 3 (to read session register) read SRAM first block 16 bytes + ACK read SRAM last block SRAM_I2C_READY = 1  I2C not finished yet read NS_REG if I2C is finished FD OFF (High) SRAM_I2C_READY = 0  I2C finished reading read NS_REG if I2C is finished SECTOR_SELECT Sector SRAM ACK write SRAM first page – 4 bytes

9 Pass through implementation hints
Pass through and SRAM Mirror activation It needs to be (re-)enabled in the session register after every power down of RF or I2C, it cannot effectively enabled in the configuration to be on automatically on every power up Memory locked to one side in pass through When the pass-through mode is enabled, the arbiter locks the memory access either to RF or I2C – the other side can the access the memory only, when the active side was changed by the arbiter (due to a read/write to the terminator page in SRAM) In case of communication with mobile phones the time where I2C accesses the memory has to be kept as short as possible, because some phones need regular memory access to keep RF active – if the memory access fails, RF is switched off and pass-through is automatically disabled Use FAST_READ: Readout from SRAM with RF can be speed up by using FAST_READ to read the whole SRAM with one command. FAST_READ can not be used to read the registers.

10 Pass through implementation hints
Bit PTHRU_DIR in NC_REG: Double function, is also write enable in non-passthrough-mode. If set to 0, memory is readonly from RF Bidirectional communication: before changing the passthrough direction with PTHRU_DIR, always disable PTHRU_ON_OFF first Fastest combination: Use the FD pin on the I²C side On RF use polling only to detect the start of the transfer and do the following transfers based on timing

11 Pass-through – Speed Test
Heavily dependant on the NFC readers used Mobile phones typically slower than NFC readers


Download ppt "Pass Through with NTAG I²C"

Similar presentations


Ads by Google