User Activity

I use cube ide when i add the function Status = VL53L0X_StaticInit(pfab);on main.c ,how build it i have this error :arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m0plus -std=gnu11 -g3 -DUSE_HAL_DRIVER -DSTM32G030xx -DDEBUG -c -I../Drivers/CMS...
I want to implement the modbus rtu on the micro STM32L031G4 which library do you recommend?(if you use freeROTS how should I configure the micro da cube ide?)
Hi ,i want add api for vl53l1x (en.STSW-IMG007) in my project whith STM32 CUBE IDE ,i use a board stm32l031 nucleo32 , i configurate i2c whit st32cubemx and import in stm32 cube the path of include file and source of lib API FOR VL53L1X but i have ma...