ADC sample fails with debug version of TdxAllLibrariesDll.dll V2.0(3859) on CE800 Apalis iMX6 release version is working

CE800 Apalis iMX6 TdxAllLibrariesDll.dll V2.0(3859)

ADC samples fails with debug version of TdxAllLibrariesDll.dll:

I2c Error: Requested pin will not be configured, as I2C driver is already loaded…
Unknown: DEBUGCHK failed in file .\src\i2c_imx6.c at line 345

Release version is working correct.

Is the read operation failing or you just hit this debug check and then pressing F5 will continue execution (if you are running code from debugger, of course)?

Valter you are right. Read operation works also correct with the debug version.
Received this messages a bunch of times and was just irritated.

I understand this and I’ll check if this is something we can make less annoying.

I’m having the same problem with our Colibti iMX6. The I2C does actually work, but the messages are annoying and you have to dismiss them and continue execution.

Is there any resolution to this?

What version of the libraries are you using? 2.3 (released on 11/10)?

I’m still on version 1.9. That’s probably the issue. I’ll get the newer version and try that. Thanks!

Valter, your were right, as usual. Using the newer libraries cleared up the annoyance. Thanks!