07-08-2020 04:22 AM
We use BMA253 in our product, use I2C interface,when power on , MCU output hgih level in SCLpin, but SCL always low , and the MCU cannot communicate with BMA253, and I want to know why? And what I can do?
07-08-2020 08:18 AM
Hi,
From your photo, there are no pull up resistance of SCL and SDA line, please refer to bma253 datesheet to get the connection diagram of I2C.
Maybe, you could try config SCL(PB10) and SDA(PB11) of STM32L051 internal pull up, meanwhile in I2C mode.
Best regards.
07-08-2020 08:42 AM
07-08-2020 08:51 AM
Sorry, I didn't see this 10K res.
CSB could be float in I2C mode. So please confirm the PB10/11 could run in I2C mode.
07-08-2020 08:55 AM
We use BMA250 bofore, then change to BMA253 because BMA250 EOL, but the firmware not change,still use BMA250, Is there any diffierence between BMA250 and BMA253 aboout firmware(configrataion)?