Skip to main content
SNNV
Associate
July 15, 2019
Question

OV2640 I2C slave address

  • July 15, 2019
  • 0 replies
  • 1159 views

We are trying to interface OV2640 camera with STM32f769 in our custom board, In OV2640 datasheet the slave address is given as 60 for write operation .

For writing initial configuration , below API is used

" CAMERA_IO_WRITE(OV2640_I2C_ADR , 0xff, 0x01) "

Note : There is no MFX IO expander in our board.

We defined OV2640_I2C_ADR macro as 0x60 

This topic has been closed for replies.