cancel
Showing results for 
Search instead for 
Did you mean: 

Source file in STSW-ST25RU-SDK

LKUMA.1
Associate II

I am looking for the microcontroller firmware and the main file used in ST25RU3993 EVAL KIT.

ST25ru3993 STUHFL SDK pacakge\Firmware\Eval\? Am i in the right folder ?

There is STUHFL_demoEvalAPI.c in the Applications folder but i am not sure if this is the correct one.

BR

1 ACCEPTED SOLUTION

Accepted Solutions
Cedric Dalban
ST Employee

Hello LK,

Here is a summary of directories related to your question:

FW:

===

  - .../Firmware/Eval/Drivers: MCU driver sources

  - .../Firmware/Eval/Src: Eval board low level drivers

  - .../Firmware/Src: ST25RU3993 driver sources

  - FW main() is located in .../Firmware/Eval/Src/main.c

HOST:

=====

  - .../Applications/STUHFL_demo/STUHFL_demo: all application files

  - HOST main() is located in .../Applications/STUHFL_demo/STUHFL_demo/STUHFL_demo.c

you have a description of all demos in .../Documents/Application-STUHFL_demo.chm

For your info, you have an update of demo including tuning example that will be included in next release in the thread:

https://community.st.com/s/question/0D53W000005ssQxSAI/how-to-make-serial-communication   

regards,

Cedric.

View solution in original post

1 REPLY 1
Cedric Dalban
ST Employee

Hello LK,

Here is a summary of directories related to your question:

FW:

===

  - .../Firmware/Eval/Drivers: MCU driver sources

  - .../Firmware/Eval/Src: Eval board low level drivers

  - .../Firmware/Src: ST25RU3993 driver sources

  - FW main() is located in .../Firmware/Eval/Src/main.c

HOST:

=====

  - .../Applications/STUHFL_demo/STUHFL_demo: all application files

  - HOST main() is located in .../Applications/STUHFL_demo/STUHFL_demo/STUHFL_demo.c

you have a description of all demos in .../Documents/Application-STUHFL_demo.chm

For your info, you have an update of demo including tuning example that will be included in next release in the thread:

https://community.st.com/s/question/0D53W000005ssQxSAI/how-to-make-serial-communication   

regards,

Cedric.