And to add to Mike's comment, many software drivers expect a 7-bit address while the ADV7180 address is an 8-bit address. You may need to right shift by one to get the right address to feed the software driver.
↧
And to add to Mike's comment, many software drivers expect a 7-bit address while the ADV7180 address is an 8-bit address. You may need to right shift by one to get the right address to feed the software driver.