User Activity

Hi everyoneI am getting desperate, I was able to add a few simple libraries to a project in cubeide, but I still fail to understand how the path for libraries are supposed to be added. Can anyone please direct me to a tutorial on how to add libraries...
I am very new to STM32CubeIDE as I am switching from Keil to Cube. I included a library for an lcd and added the path of the library. The IDE does not recognize any functions defined in the library as I get the error "undefined reference to " functio...
Hi allI have successfully implemented a single vl53l0x sensor, but wish to add more. I found the "AN4846 Application note Using multiple VL53L0X in a single design" documentation:https://www.st.com/content/ccc/resource/technical/document/application_...
Hi allMy vl53l0x sensor is currently giving the "no update" status. The API only mentions that the error will not trigger. What does that mean?What could be wrong when this status is received and how could I resolve it?Thanks in advance
Hi allI am currently trying to integrate the VL53L0X sensor to a STM32F33R8 using CubeMX and KEIL, but I haven't had the best of luck...I am inexperienced regarding the integration of sensors and I2C.I have watched countless videos integrating differ...