Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

vhdl - config with adv7511

Status
Not open for further replies.

avishai11910

Newbie level 2
Joined
Mar 10, 2019
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
27
Hello everyone I am a beginner electronic engineer, and i need to write a vhdl model for confifig with device ADV7511 in vhdl, i use with a code:

i use with table 23 and with RGB 10 bit style 1 in adv7511 datasheet , can anyone help me with what values i need to send to the register in adv7511 ?

this what i undestand from the datasheet:


Code dot - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
x"4110", 
x"9803", -- must be like this
x"9AE0", -- must be like this
x"9C30", -- must be like this
x"9D61", -- must be like this
x"A2A4", -- must be like this
x"A3A4", -- must be like this
x"E0D0", -- must be like this
x"5512", -- need to be else for rgb or ycbcr
x"F900", -- must be like this
 
 
 
x"1505", -- RGB 444 
x"4838", -- RGB 00 ?? -- x"4838",know is lsb to msb, else x"4818" msb to lsb,
x"161A", -- RGB 444 10 bit style 1, 1st half on rising edge - YCrCb clipping ??
x"1710", -- output aspect ratio 16:9, external DE 
x"D03C", -- auto sync data - must be set for DDR modes.
 
 
x"AF04", -- DVI mode
x"4c05", -- Deep colour off (HDMI only?) - not needed
x"4000",


the 2 bit in the left tell the adress, and the 2 bit in the right tell the data in Hexadecimal.

i on that two weeks and I can not understand. please help me.

thank you.

[Moderator action: email address deleted]
 
Last edited by a moderator:

1) if you’re a beginning engineer, why are you mucking around with a very complex interface (HDMI)?
2) I didn’t see any Table 23 in the data sheet; the last table was 22.
3) There is nothing ANYWHERE in your post about VHDL. In fact, there is nothing in your post that looks anything like a question.

Please, ask a question.
 

1) Hi, i need to do this for a project.
2) in the datasheet of adv7511 PROGRAMMING GUIDE page 35,
hi, someone can take a look and see if i initialize register like i need in table 23 ? or i did something wrong with the value i send to the register?
thank you.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top