Bug in I2c_Open on updated libraries

Hi,
i’ve noticed a bug/regression in new CE libraries 2.5 update.

A simple code like this on a Colibri T30

hI2C = I2c_Init(L"I2C1");
success &= I2c_Open(hI2C);

leads to an Unhandled Exception, that not occurs on version 2.4.

Call stack indicates that generated exception start from “TegraSetClock” function.

Colibri T30 1GB
WEC2013 - BSP 2.4

1 Like