Other Parts Discussed in Thread: OPT3101
Hi everyone
My question is about connection between external MCU and OPT3101EVM.
I'll use EFM32G MCU, want to test i2c with OPT3101EVM before embedded OPT3101 on my board.
So, I connected i2c pins of EFM32G MCU to J17(SCL_S, SDA_S) of OPT3101EVM.
There is no pull up registors on EFM32G MCU but I use internal pull up registors in EFM32G gpio peripheral.
The I2C pins of EFM32G MCU voltage is 3.3V.
When I test i2c with EFM32G MCU and OPT3101EVM, TI-Latte is not working and EFM32G can't be receive any data from OPT3101EVM.
I think that there is a problem because two i2c masters are on i2c bus.
How can I test i2c by EFM32G MCU?
Please help me..