Resolved! Problem with write and read FT24C16A with STM32F103C8T6
Hello everyoneSo I'm trying to read and write 64 byte long list from FT24C16A. I'm using STM32F103C8T6. So first picture displays I2C init for uC. Not problem here. I'm using 3.3 V.//---I2C_init---// static void MX_I2C1_Init(void) { /* USER CODE ...