User Activity

Hello,i have managed to get the vl53l8cx to run and it returns correct measurements. with the occasional wrong distance. i wanted to take advantage of the "Status" values to throw out bad measurements. however my status prints are always 0.here is my...
I have a VL53L8CX time of flight sensor connected via I2C on a custom board. The Board has other devices that can talk on I2C no problem. now i cant see the i2c address of the ToF device. from my understanding everything seems to be fine and in accor...
I have a VL53L8CX time of flight sensor connected via I2C on a custom board. The Board has other devices that can talk on I2C no problem. now i cant see the i2c address of the ToF device. from my understanding everything seems to be fine and in accor...
BQ_GE_GPIO_Port->MODER = GPIO_MODE_ANALOG;//setting to analog to save powerThis seems to not work at all. I have a physical pulldown on the pin but the pin stays HIGH. Why is that?i init the pin via this code here:__HAL_RCC_GPIOB_CLK_ENABLE(); GPIO...
My I2C doesn;t seem to work whenever i turn off debug pins in IOC. I used a diff to see the changes but it seems fine to my untrained eyes:$ git diff diff --git a/Core/Inc/sys_conf.h b/Core/Inc/sys_conf.h index 988f1e8..b3cb386 100644 --- a/Core/Inc/...
Kudos from