Skip to main content
Visitor II
May 27, 2020
Solved

ST25RU3993_Eval fw project common_hostdevice_clib.h and stuhfl_testsAPI.h, missing files

  • May 27, 2020
  • 3 replies
  • 720 views

I am trying to compile the ST25RU3993_Eval fw project provided with the SDK.

But the build process fails due missing files common_hostdevice_clib.h and stuhfl_testsAPI.h, where I can get those?

Thanks

    This topic has been closed for replies.
    Best answer by Cedric Dalban

    Hello (again),

    your issue highlights you are using quite an old version of our ST25RU3993 drivers (1.8.8 ?).

    For your information, the latest version of the ST25RU3993 drivers is as of today the v2.1.0.0.

    This version contains bug fixes, performance improvements (up to 800 tags/sec) and most of all a consolidated API lib (aka STUHFL) allowing to operate as a Host library providing an easy to use interface to communicate to ST25RU3993 Reader IC based development boards.

    I warmly recommend you move to this latest version.

    best regards,

    Cedric.

    3 replies

    ST Employee
    May 27, 2020

    Hello,

    your compilation issue comes from the fact you enabled the option EMBEDDED_TESTS.

    This option is only dedicated to internal tests, it must not be used.

    best regards,

    Cedric.

    ST Employee
    May 27, 2020

    Hello (again),

    your issue highlights you are using quite an old version of our ST25RU3993 drivers (1.8.8 ?).

    For your information, the latest version of the ST25RU3993 drivers is as of today the v2.1.0.0.

    This version contains bug fixes, performance improvements (up to 800 tags/sec) and most of all a consolidated API lib (aka STUHFL) allowing to operate as a Host library providing an easy to use interface to communicate to ST25RU3993 Reader IC based development boards.

    I warmly recommend you move to this latest version.

    best regards,

    Cedric.

    Visitor II
    June 1, 2020

    Dear Cedric,

    Thank you. It is fixed now. It was an error mixing some source files from the latest library (2.1) and the files provided with the SDK installation (older version) as you mentioned.

    Best regards

    Franco