Search found 2 matches

by RafaelArkenos
Sat Aug 03, 2019 7:10 pm
Forum: ESP-IDF
Topic: i2c command link malloc error
Replies: 1
Views: 2404

i2c command link malloc error

Hello there! I'm communicating my ESP32 with a STM32F0 trought I2C.. everythings run fine for 1~2 hours and occurs this error "i2c command link malloc error", "Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled." Core 0 register dump: PC : 0x400d2d60 PS : 0x00060330 A0 ...
by RafaelArkenos
Mon Jul 22, 2019 5:34 pm
Forum: General Discussion
Topic: ESP-32 I2C Read & Write with STM32F0
Replies: 0
Views: 2032

ESP-32 I2C Read & Write with STM32F0

Hello there guys; I'm working in a project who i needs to communicate a ESP32 with STM32F0 using I2C.. i'm already capable to read or write into STM32F0 but when im reading trought I2C and tries to stop to read and start do write the ESP32 somehow stops to communicate with STM32. Someone have any ap...