Resolved! I2C does not work - no data on I2C pin
Hello, I have a problem to communicate with 24LC02B memory. If I look with the logic analyzer, no data on CLK and DATA pins. Here is my code. What is wrong?Thank you#define I2C1_DEVICE_ADDRESS 0x50 #define MEMORY_ADDRESS 0x08 uint8_t xBuffer...