Sign in

username:

password:



Not a member?

Search c28x



Search tips

Subscribe to c28x



Discussion Groups

Discussion Groups | TMS320C28x | Urgent help needed (F2808)

Technical discussions about the TI C28x DSPs (including the C2810, C2811, C2812, F2801, F2806, F2808, F2810,, F2811, F2812, R2811 and R2812).

  

Post a new Thread

Urgent help needed (F2808) - vibs...@yahoo.com - Nov 22 7:49:51 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

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

_____________________________________

 


(You need to be a member of c28x -- send a blank email to c28x-subscribe@yahoogroups.com )

Re: Urgent help needed (F2808) - gopalakrishnan vishal anand - Nov 23 7:39:54 2007

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

_____________________________________

 


(You need to be a member of c28x -- send a blank email to c28x-subscribe@yahoogroups.com )