User Activity

Hi,I'm emulating M24C02 protocol with STM32F030 & STM32G030. To read M24C02, address is written following by repeated start then data read. Here is my code: ----main.c ----uint8_t i2c_bytes[256] ={0x55, 0xaa, 0xff, 0x00}; //Virtual M24C02 ContentLL_I...