HI,
Can u provide me details/files/documents/references on how to program and use timers in c6713, which are explained, as simple as possible and also totally?
and also on interrupts activated by timers...
Thanking you,
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 u provide me details/files/documents/references on how to program and use timers in c6713, which are explained, as simple as possible and also totally?
and also on interrupts activated by timers...
Thanking you,
how to generate delays using timers?
& also is there any way to generate delay other than using timers?
if so how?
leela g k c said:how to generate delays using timers?& also is there any way to generate delay other than using timers?
if so how?
There are several methods of delaying code execution. The simplest and most common way is to loop through "no operation" code until predefined number of cycles had passed.
Usually when you use timer for delays you go into sleep mode and wake device with timer interrupt. I am not sure if and how sleep modes are managed in C6713 therefore I would use loop-delay method.
Some learning materials. As simple as can be: http://e2e.ti.com/group/universityprogram/educators/w/wiki/2041.c6000-teaching-rom.aspx
Regards,
Maciej
Leela,
For a "total" explanation of the use and functions of the timer, please see the Timer Reference Guide.
For a helpful environment, go to the TI Wiki Pages and search for "c6713 training" (no quotes). One of the items mentions the DSK 6713 and includes training student guide and labs.
The CSL for the C6713 includes sample programs that use the timers. Reading through these will show you how to construct a program using CSL.
Regards,
RandyP
Leela,
Please go through C6x1x DSP Workshop.
http://processors.wiki.ti.com/index.php/TMS320C6x1x_DSP_Integration_Workshop
Please refer the related post:
http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/115/p/54015/193862.aspx
Leela,
Some more guide links:
The below wiki link provides download the BSL and CSL packages
http://processors.wiki.ti.com/index.php/C6713DSK_in_CCSv5
The below CSL path gives for timer example
C6xCSL\examples\c6000\dsk6713\csl\timer\timer1
And also BSL path,
DSK6713\examples\dsk6713\bios\bigTime