User Activity

Hi  I  tried to configure the boot mode of the stm32g031 evaluation board so that the bootloader can boot from System Memory. For this, I have connected the PA14-Boot0 pin to high Also, the host unit is connected to the target MCU via i2c1(PB6, PB7...
Hello,I need to implement an i2c passthrough between i2c ports i2c1 and i2c2 on my stm32g031k8 board. This MCU is connected to another CPU board using i2c2 port. Also, the i2c1 is connected to a temperature sensor, RTC,  and EEPROM. After power UP, u...
My board is having the accelerometer device ism330dlc. I am trying to write the value 0x4a to CTRL1_XL(10h).I am using the default  accelerometer driver :https://github.com/torvalds/linux/tree/master/drivers/iio/imu/st_lsm6dsxI set the sampling frequ...
I am working on a project which has 2 board revisions A and B.(A was the old revision and B is new). Board A has the accelerometer chip lsm6dso and board B has the accelerometer chip ism330dlc. The driver used is drivers/iio/imu/st_lsm6dsx/. If I use...