DSPRelated.com
Forums

Urgent help needed (F2808)

Started by vibs...@yahoo.com November 22, 2007
Hi guys

I am noobie in F2808, I was working on it for 2 months only.
I need help. I have written my application in C and using CCStudio 3.1.
I am facing odd problem here.

Whenever I run any code I get following error.
That mean I am missing Clock :(

if (SysCtrlRegs.PLLSTS.bit.MCLKSTS != 0)
{
// Missing external clock has been detected
// Replace this line with a call to an appropriate
// SystemShutdown(); function.
asm(" ESTOP0");
}

My eZdsp board gets error everytime I run any code on it, even examples came with kit.
We are 4-5 people working on same board so everyone keep uploading and testing different code.

What can be the reason and what can I do to solve it.
Thanks
Hi,

I do not know if what I saw is correct but in the
email, you have this line

"if (SysCtrlRegs.PLLSTS.bit.MCLKSTS != 0)"

When I checked the mail, the "0" appeared as an "o".
Please make sure that it is not the case.

Thanks,
Vishal

--- v...@yahoo.com wrote:

> Hi guys
>
> I am noobie in F2808, I was working on it for 2
> months only.
> I need help. I have written my application in C and
> using CCStudio 3.1.
> I am facing odd problem here.
>
> Whenever I run any code I get following error.
> That mean I am missing Clock :(
>
> if (SysCtrlRegs.PLLSTS.bit.MCLKSTS != 0)
> {
> // Missing external clock has been detected
> // Replace this line with a call to an
> appropriate
> // SystemShutdown(); function.
> asm(" ESTOP0");
> }
>
> My eZdsp board gets error everytime I run any code
> on it, even examples came with kit.
> We are 4-5 people working on same board so everyone
> keep uploading and testing different code.
>
> What can be the reason and what can I do to solve
> it.
> Thanks