Hi all,
I am using a DM365 processor with minimal customization to it,. [so that we have our own board with DM365 as main processor.]
Now I am looking to interface a OmniVision sensor to it. This sensor is doesn't provide any clock facility. We need to provide a external clock to it. Please find the schematic attached. This diagram explains the DM365 interfacing with sensor.
- By looking at the PinOuts, I assuem that, power up sequence is taken care by the circuit. I need not configure it from Software.
- I did a Reset on SYS_RST (pin6).
- Now trying to configure VDOUT_CLK(pin 13). By tracing this pin, it ended in VCLK/GIO79 of DM365. By loking at ARM Soc user guide of DM35, it is suggested to configure VCLK and PLL accrodingly. [Please find the image attached.]
PLLC1 SYSCLK4 = 27MHZ
PLLC2 SYSCLK5 = 27MHz
PLLC1 SYSCLK6 = 27MHz
Now Configured the Pinmux such that it reads clock from PLL2 SySclock5[27MHz]
But I am not able to communicate with my sensor via I2C. So I feel I am missing something seriously.
Appreciate any help on this.