Hello,
we have a custom board with 4 TMS320C6678 DSP's. Our input clock is running at 156.25MHz. We need the internal clock to be right around 1GHz. After modifying #defines the GEL function that ships with the EVMC6678, I was easily able to get the clock running at around 937MHz. However, the function uses fixed math, and because a value of 6.4 is necessary to sustain 1GHz, the algorithm in the GEL file does not work for us. Thus, I have hard-coded the PLL registers, but I'm having some issues, and after reviewing the datasheets, I have some questions.
- First and foremost, since we have a 156.25MHz clock, what do our PLL registers need to be set at in order to have a CorePac clock at 1GHz?
- Is the output clock divider to the CorePac hard-set at 2
- More to come later, these are the important ones.