2020-05-27 08:20 AM
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
Solved! Go to Solution.
2020-05-27 09:05 AM
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.
2020-05-27 08:28 AM
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.
2020-05-27 09:05 AM
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.
2020-06-01 08:27 AM
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