cancel
Showing results for 
Search instead for 
Did you mean: 

Project with VL53L0X and STM32G4 using STM32CubeMX.

Asantos
Senior

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?

1 REPLY 1
Igor Cesko
ST Employee

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