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