Skip to main content
Explorer II
February 26, 2024
Solved

ST25R95 init process

  • February 26, 2024
  • 1 reply
  • 733 views

Hi,

In AN3433, Appendix B says "The Tag detection calibration process must be performed when the application is initialized".

However in case that I don't use tag detector mode, 
I don't have to process the Tag detection calibration, do it?

I want ST25R95's startup time to be as fast as possible.
Therefore I want to reduce the Tag detection calibration process.

 

Thanks

    This topic has been closed for replies.
    Best answer by Brian TIDAL

    Hi,

    the tag detector calibration is not needed if not using the tag detector feature. If the RFAL is being used in your application, you can set ST25R95_TAGDETECT_CALIBRATE to false in platform.h. This disables the call to st25r95CalibrateTagDetector() during initialization.

    Rgds

    BT

    1 reply

    Technical Moderator
    February 26, 2024

    Hi,

    the tag detector calibration is not needed if not using the tag detector feature. If the RFAL is being used in your application, you can set ST25R95_TAGDETECT_CALIBRATE to false in platform.h. This disables the call to st25r95CalibrateTagDetector() during initialization.

    Rgds

    BT