User Activity

I am using the Cube IDE to put the STM32H723VET into standby (which to my knowledge is the lowest power consumption). The code below is what I use, I just want to make sure this is doing things correctly and I haven't missed any settings or anything...
My first CAN channel functions like there is no issues, my 2nd CAN channel will never trigger the Rx INT callback. I have it pointed at RxFifo1 but it also did not work pointing at RxFifo0. When I disabled CAN1, and CAN2 became the only Rx, it work...
I had working code on a Nucleo G4 board for CAN so I ported it over to the H723VET. I am running the same clock speeds and have it connected identically to the CAN shield i'm using. The issue is that it NEVER SENDS DATA! I've adjusted the CAN para...
I have the VL6180X doing continuous range measuring, which is working awesome, but after 60 seconds or so of the same reading I get an error in register 0x004D for VCSEL Watchdog Test. It says to replace the part, but I have had this with multiple S...
I am using the V6180X Satel boards and occasionally when I power up the sensor it remains non-functional until I pull power, wait 20-30 seconds, and power back up. I've also noticed it sometimes happens when the sensor is moved while operational as ...