User Activity

Hello all .  I have been working for days to make nucleo f446re reads i2c eeprom .  The i2c eeprom am trying to read uses 0x78 address as the slave address .  I tried use the Nucleo-64 f446re with stm32 cube ide using IsDeviceReady in hal i2c . And i...
iam using nucleo f446re for reading from and writing to i2c eeprom on arduino i used to extrat the 7bit address from the 10 bit using this core for that void writeLexChip(uint16_t TenBits_slave_address, uint8_t firstRegisterByte, uint8_t secondRegist...