cancel
Showing results for 
Search instead for 
Did you mean: 

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

Franco Bocalon
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Cedric Dalban
ST Employee

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.

View solution in original post

3 REPLIES 3
Cedric Dalban
ST Employee

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.

Cedric Dalban
ST Employee

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.

Franco Bocalon
Associate III

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