Technical discussions about the TI C28x DSPs (including the C2810, C2811, C2812, F2801, F2806, F2808, F2810,, F2811, F2812, R2811 and R2812).
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
You can post a message or access and search the archives of this group on DSPRelated.com:
http://www.dsprelated.com/groups/c28x/1.php
_____________________________________
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
You can post a message or access and search the archives of this group on DSPRelated.com:
http://www.dsprelated.com/groups/c28x/1.php
_____________________________________