I see that LWIP examples provided in the SDK are using I2C1 to access an EEPROM. I'm trying to access I2C1 from another core on the chip but the system is locking up in 'Drivers_open()'.
Is it possible to access a single peripheral from multiple cores, or is this unsupported?