Search found 1 match
- Wed Oct 09, 2019 5:07 pm
- Forum: ESP32 Arduino
- Topic: i2c in two cores
- Replies: 2
- Views: 4069
i2c in two cores
Hello everyone, I am using two tasks, one in each core of esp32 wroom . Both tasks using the same i2c channel, EEPROM and ds3231. But when i write a single float number in eeprom, with the other task in 'delay', the DATE of ds3231 is changed. I have sure that I write in EEPROM when the other core ar...