IC2 detection problem after uploading code / reset
Hello,
I have connected a BNO055 Sensor via I2C to a STM32WB Nucleo board. The sensor data is send by a BLE Service without problems after powering the device.
However, if I change the code and upload via STM32CubeIDE or press the reset button on the device, the I2C connection seems broken... I do receive a HAL error from time to time...
Question: is there a way to securely reset all pins apart from pressing RESET or is this more likely to be my software's problem?