This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Failed opening I2C device from Application

Other Parts Discussed in Thread: OMAP3530

Hi everyone,

I have a OMAP3530 custom board with WinCE 6.0 / BSP ARM_A8_1_00.   I successfully tested the I2C using a subproject.  However, I could not open  I2C from my application with the SDK that I created from my OS Design; CreateFile(_T("I2C2:"), GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL) return -1.

Opening COM or SPI works fine.  Opening "I2C1:" also failed.

Would you please give me some tip on how debug this issue?

Thanks,

Luan