Hello, we are modifying the Initial Boot Loader that ships with the MCSDK to run on a custom board that uses the TMS320C6678. We are having trouble finding correct values for the PLL settings in the following IBL files:
- "I2CROM.map.pre"
- Equivalent parameters in the I2CONFIG.gel file
We copied the PLL fix into the IBL so it runs first before the rest of the IBL.
We are running a 156.25MHz clock as opposed to the EVMC6678 100MHz clock. Right now we are using a multiplier of 64 and divider of 10, however, this seems to be failing.
Any help would be great. Thanks!