Other Parts Discussed in Thread: SYSBIOS
Hello,
I have the K2GICE EVM and am tryting to setup the pll settings to clock the dsp. So far I have tried the following and have been unsuccessful in doing so :
1) to change the PLL settings in the code by following the procedure in the Technical Reference Manual. When I made changes to the KICK, BOOTCFG and PLL registers I couldn't see these changes in memory, as I stepped through the code line by line.
2) To some extent I tried to replicate this procedure in 1) using a .gel file, but I received the following error when attempting to modify the first KICK register :
3) The SYSBIOS configuration (.cfg) file does not support the boot section for this part, so I couldn't do much there either.
On the processor SDK RTOS webpage there is a document that indicates that there are some tested .gel files available but I can't seem to find these. The link below will take you to the specific section in the RTOS documentation.
Processor SDK RTOS - ICEK2G EVM Hardware Setup - http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_how_to_guides.html#ak2g02-ice-evm-hardware-setup
My question is two parts:
1) Am I doing something that is obviously wrong ?
2) How can I configure the PLL settings ? (The board is configured with a 24MHz crystal)
Thank you