User Activity

Hi All,MCU we are using is :- STM32G0B1CEWe are manufacturing a battery operated device. Recently we started to see some of the devices getting bricked. The electrical inspection looks good. When we extracted the complete binary out of this bricked d...
We have seen several signatures of this issue.Signature 1:The extracted binary shows that the image is located on Bank1. Also the extracted byte options show that the image should be located on Bank2 but it was empty and still the device boots up aft...
Hi All,We are launching one of our product to market. And we are using STM32F429ZiT6 MCU.Recently I am going through the data sheet for list of option bytes which needs to be set during manufacturing. I have an understanding on what should be set. Bu...
Hi All,I am using STM32F429ZIT6 MCU. And we were planning to zip the assets and unzip them inside MCU. Please can anyone suggest the best starting point for good libraries which can do this.Thanks,krishna
While implementing the middleware for vl53l0x I am facing the following problem. Can you please let me know what mistake am I making “please see the commands in bold�?       tofDev->I2cDevAddr = VL53L0X_I2C_ADDR //0x52;       tofDev->comms_type = I2...