Post Go back to editing

Adv7343 help

Category: Hardware
Product Number: ADV7343

Hello, i want to send  800x600 video, via adv 7343,

Which is connected to stm32l4, with i2c, i also managed to generate and send clk, hsync, vsync.

R -> DAC 1

G -> DAC 2

B -> DAC 3

PAL -> DAC 4 (optional)

Or both? But I'm newbie...

Please help me to set up configuration codes.

I looked for the "adv 7343 horizontal sync width" but that script sadly didn't work for me

Here's the script from that solution

//SW reset

56 00 <- 10 // powerup output

56 01 00 // SD input mode.

56 02 20// SYNC output disabled RGB component outputs

56 80 11//PAL standard. SSAF luma filter enabled. 1.3 MHz chroma filter enabled.

56 82 c3// Pixel data valid. CVBS out. SSAF PrPb filter enabled. Active video edge control enabled.

56 87 80// RGB input enabled.

56 88 12// 24-Bit RGB input enabled // non interlaced mode

56 8a 0a// Timing Mode 2 . HSYNC/VSYNC(FIELD) synchronization.

This is my 1 project, please help :)