Skip to content

Issue #2 tuning - #3

Draft
happycube wants to merge 1 commit into
masterfrom
issue2
Draft

Issue #2 tuning#3
happycube wants to merge 1 commit into
masterfrom
issue2

Conversation

@happycube

Copy link
Copy Markdown
Owner

No description provided.

Comment thread cxadc.c
cx_write(MO_AGC_GAIN_ADJ3, (0x28<<16)|(0x28<<8)|(0x50<<0));

/* Disable PLL adjust (stabilizes output when video is detected by chip) */
cx_write(MO_PLL_ADJ_CTRL, cx_read(MO_PLL_ADJ_CTRL) & ~(0x0<<25));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line doesn't alter the value of MO_PLL_ADJ_CTRL. It should be ~(0x1<<25) to set PLL_ADJ_EN to 0.

@happycube
happycube marked this pull request as draft January 22, 2022 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants