This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error in Halcogen? PLL Control register1

Other Parts Discussed in Thread: HALCOGEN

While configuring my PLL settings to 330Mhz as shown in the diagram.

My PostODClk is required to be VCO Clk/1.

Page 163,Table 2-44 PLL Control Register 1 -  Bit 28-24  states that to obtain a division by 1,we must load value 0 in bits 28-24.

The halcogen generated code however is loading 0x1F to those bit positions.

What is missing here?

Why is it dividing by 32 when i have selected divide by 1 in my GUI of halcogen?