2025-01-07 12:08 AM
Hi,
I recently bought a SensorTile(STEVAL-STLKT01) and I want to modify the default project for my own usage case.
Based on the information I found, I downloaded the source code from https://www.st.com/en/embedded-software/fp-sns-allmems1.html (Github source) and then I opened the project "STM32L476JG-SensorTile" with CubeIDE Version: 1.17.0 and then I tried to build this project without any modifications.
The first problem I encountered is that the defined variable "STM32L4xx" seems not exist so I have to add it manually into the path and symbol property:
However, I encountered another problem that the header file "STC3115_Battery_Conf.h" is not exist:
I am completely stuck at this point since I cannot find it anywhere even in the Github....
Can someone guide me how to build this project and download it to the SensorTile platform?
Thank you!
BR,
Mike
Solved! Go to Solution.
2025-01-07 6:02 AM
Hello,
the latest version of the package FP-SNS-ALLMEMS1 that support the SensorTile (STEVAL-STLKT01) board is 4.2.0 (the latest version of the package is 4.3.0).
I downloaded the version 4.2.0 from https://www.st.com/en/embedded-software/fp-sns-allmems1.html, I open the STM32CubeIDE project using the version 1.17.0 of the tool, I build the project and I do not see any problem (see the image below or attachment)
The warnings are known and referred in the readme and in the release note.
If your problem persists, I suggest you first to uninstall and after to install the STM32CubeIDE tool
Regards,
Salvatore Curti.
2025-01-07 6:02 AM
Hello,
the latest version of the package FP-SNS-ALLMEMS1 that support the SensorTile (STEVAL-STLKT01) board is 4.2.0 (the latest version of the package is 4.3.0).
I downloaded the version 4.2.0 from https://www.st.com/en/embedded-software/fp-sns-allmems1.html, I open the STM32CubeIDE project using the version 1.17.0 of the tool, I build the project and I do not see any problem (see the image below or attachment)
The warnings are known and referred in the readme and in the release note.
If your problem persists, I suggest you first to uninstall and after to install the STM32CubeIDE tool
Regards,
Salvatore Curti.