User Activity

Hi,I am writing a 16bit register 0x3f of i2c device connected at 0x09. After write, if I read the value of 0x3f register it is always '0'. I2C communication is working fine on device.Below is a code.#include "main.h" #define I2C_ADDRESS 0x09<<...
Hi,I am using STM32L031K6 MCU and SW4STM32 IDE for development. I want to read/write specific register value of i2c slave device from MCU(i2c master)Below is a code I am using.#include "main.h"   #define I2C_ADDRESS 0x3c #define MASTER_BOARD #...