cas
May 29, 2017, 8:28am
1
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)?
cas
May 30, 2017, 4:29pm
3
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.
guzoo
October 14, 2018, 3:10am
5
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)?
guzoo
October 15, 2018, 4:05pm
7
I’m still on version 1.9. That’s probably the issue. I’ll get the newer version and try that. Thanks!
guzoo
October 16, 2018, 12:22am
8
Valter, your were right, as usual. Using the newer libraries cleared up the annoyance. Thanks!