2020-05-27 07:19 AM
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
Solved! Go to Solution.
2020-05-27 07:51 AM
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.
2020-05-27 07:51 AM
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.