Hi,
I´m using an OMAP3530 on the BeagleBoard with CCS4.0 (90 days evaluation). The GPP uses Linux Ångstrom with kernel 2.6.29. I have been able to run the DSPLink (version 1.63) examples on the Beagleboard after crosscompilation. My itention is to be able to debug the DSP-side of the DSPLink examples in CCS but unfortunately I can not connect to the DSP because the received error message: "target does not have a CPU clock". After using the commands: lpmOFF.x470uC and then lpmON.x470uC that problem seems to disappear but then new problem is that the DSP is held in "wait-in-reset"-state. Using the DSPLink example "message" I have tried to force the DSP-side to get stuck in a while-loop and the GPP-side with getchar() and then try to connect with no success. This was made after Linux auto-boot-up.
I have also tried to connect to the OMAP3530 (both DSP and GPP) before the Linux auto-boot-up. Then I get the error message: "target does not have a CPU clock".
Any suggestions?