Other Parts Discussed in Thread: HALCOGEN
Hi Team,
In map clocks configuration, why vclk4 is set ON (from halcogen), even though controller doesn't support vclk4?
*sys1_cddis = (Uint32)(((Uint32)0U << 4U ) /* AVCLK1 ON */
| (Uint32)((Uint32)0U << 5U ) /* AVCLK2 ON */
| (Uint32)((Uint32)0U << 8U ) /* VCLK3 ON */
| (Uint32)((Uint32)0U << 9U ) /* VCLK4 ON */
| (Uint32)((Uint32)1U << 10U) /* AVCLK3 OFF */
| (Uint32)((Uint32)0U << 11U)); /* AVCLK4 ON */
Also, in map clocks, Why do we need to set bit 8 (Which is a reserved as per spnu499c.pdf) to 1?
*sys2_clk2cntl = (*sys2_clk2cntl & 0xFFFFF0F0U)
| (Uint32)((Uint32)1U << 8U)
| (Uint32)((Uint32)8U << 0U);
Thank you,
Baba.