2021-03-29 03:27 PM
Hi,
I want to test the VL53L0x arduino board connected to the NUCLEO-G474RE.
How to configure STM32CubeMX to generate a project for the G474 that includes the VL53L0x library?
2021-05-27 05:21 AM
Hi Asantos,
The STM32CubeMX uses only STM32 HAL Drivers or STM32CubeMX software packs.
Therefore the VL53L0x library must be added manually into project generated by STM32CubeMX.
Most advance way is to build VL53L0x software pack designed for STM32CubeMX and integrate it into CubeMX. Nice video is here: https://www.youtube.com/watch?v=xYNKwLaXE18 . And some tutorial material: https://www.st.com/en/embedded-software/stm32cube-expansion-packages.html# .
Regards
Igor