Quantcast
Channel: EngineerZone: Message List
Viewing all articles
Browse latest Browse all 36216

Re: Simple configuration for ADV7619

$
0
0

I figured out the problem, and it was an arduino one ,not an ADV7619 one.

 

This line:

  upper_htot=upper_htot&00111111;

 

is incorrect and *should* be:

  upper_htot=upper_htot&B00111111;

 

I am reading proper timings now


Viewing all articles
Browse latest Browse all 36216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>