Hi
can ny1 help in running the example code.
unsigned int k=0;
unsigned int i;
void main(void)
{
while(1)
{
for(i=0; i<100; i++)
{
k = i*i;
}
}
}
when i want to run the program..they are not at all highlighting..plz help me in this regard.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
can ny1 help in running the example code.
unsigned int k=0;
unsigned int i;
void main(void)
{
while(1)
{
for(i=0; i<100; i++)
{
k = i*i;
}
}
}
when i want to run the program..they are not at all highlighting..plz help me in this regard.
Nishanth,
Please clarify your problem. When you run the the program what is not highlighting? and what is the problem?
In this simple program, you have not disabled the watchdog module, so watchdog module is going to reset the device periodically.
Regards,
Manoj
@manoj..
am the beginner of TMS320f28335. am working on the base dock station of TMDSPREX28335 . I couldn't solve the 'led blinking' project.
weder CCS4 s/w alone is suffcint? any other s/w is needed to run the programs satisfactorily?
kindly let me know how to start.
Kindly let me guide any sample correct VIDEO (based onTMDSPREX28335 ) which can exactly allow me to proceed step-by-step. I have alrdy followed certain videos in u-tube. But they cudn solve out my problm.
I have followed up write-up manual. But getting errors in debugging.
Moreover, wat is da difference betwen 'release' mode and 'debug' mode?
In 'debug' mode... run,halt,reset etc are not at all high lighting.
Nishanth,
CCS4 should be enough to develop and run your program. Being a beginner, I would suggest you to go over the following material already on the web.
Refer to gpio_toggle project in C2833x/C2823x C/C++ Header Files and Peripheral Examples as reference to solve led blinking project.
Regards,
Manoj
@MANOJ..
Hi ..Thank u for ur reply.
I got the o/p for lab manuals provided in teaching ROM.
I simply re installed the CCS. Now it is working fine.