IRC #olimex 2015-06-22

[13:11:37] <fero> hi. im struggling to detect my camera ov7670 on A13 Micro board. I'd like to see if the chip is ok by checking its registers via I2C(connected to bus 0 ). The problem is that i2cdetect doesnt show any device ( just dashes '--')
[13:12:15] <fero> what's more the pins of the I2C bus 0 aren't pulled up in idle state, so i don't know if it's still running
[13:12:43] <fero> does anyone have some experience in such issue ?
[13:15:41] <fero> here is my I2C conf. from fex : [twi_para] twi_port = 0 twi_scl = port:PB00<2><1><default><default> twi_sda = port:PB01<2><1><default><default> [twi0_para] twi0_used = 1 twi0_scl = port:PB00<2><default><default><default> twi0_sda = port:PB01<2><default><default><default>