Skip to main content
Visitor II
February 14, 2020
Solved

RFAL Library

  • February 14, 2020
  • 1 reply
  • 714 views

Should we have to necessarily use the RFAL library ? If not than can anybody tell the basic configurations of registers so that ST25R3911B detects TYPE-A card.

    This topic has been closed for replies.
    Best answer by Ulysses HERNIOSUS

    Hi,

    if you want you can develop your own small dedicated drivers. You find some static configuration in the analog configs but . Some other dynamic configurations (like timers, etc.) and frames you need to exchange you will only find in the driver / specs.

    In its simplest configuration you may be able to just enable Oscillator ('en'), set 'tx_en' and 'rx_en' and issue a TransmitWUPA command. But then you may not get the best performance out of it and later in the protocol you will need to change other settings.

    Regards, Ulysses

    1 reply

    Technical Moderator
    February 14, 2020

    Hi,

    if you want you can develop your own small dedicated drivers. You find some static configuration in the analog configs but . Some other dynamic configurations (like timers, etc.) and frames you need to exchange you will only find in the driver / specs.

    In its simplest configuration you may be able to just enable Oscillator ('en'), set 'tx_en' and 'rx_en' and issue a TransmitWUPA command. But then you may not get the best performance out of it and later in the protocol you will need to change other settings.

    Regards, Ulysses