DSPRelated.com
Forums

How to induce Delay (0.9ms) DSKc6711

Started by M FaYsaL October 20, 2003

Hi
I want to induce 0.9sec delay on a control signal of daughter card,
when i use TSK_sleep() it gives me 6 errors like

"c:/ti/c6000/bios/include/trc.h", line 48: error: identifier "Void" is
undefined
"c:/ti/c6000/bios/include/trc.h", line 48: error: identifier "Uns" is
undefined

Is there any other way of inducing delay or how can i get rid of these
errors i ll be grateful.
Thanks in advance of your help.

FaYsaL
Design Engineer

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?pageatures/junkmail



hi faysal,

i dont know how to get rid of the errors but a work around is you can keep
one counter incrementing in the timer routine and check that value for
including the delay.

regards
vinodh

-----Original Message-----
From: M FaYsaL [mailto:]
Sent: Monday, October 20, 2003 2:56 PM
To:
Cc:
Subject: [c6x] How to induce Delay (0.9ms) DSKc6711
Hi
I want to induce 0.9sec delay on a control signal of daughter card,
when i use TSK_sleep() it gives me 6 errors like

"c:/ti/c6000/bios/include/trc.h", line 48: error: identifier "Void" is
undefined
"c:/ti/c6000/bios/include/trc.h", line 48: error: identifier "Uns" is
undefined

Is there any other way of inducing delay or how can i get rid of these
errors i ll be grateful.
Thanks in advance of your help.

FaYsaL
Design Engineer

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?pageatures/junkmail
_____________________________________
Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you
want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com ">http://docs.yahoo.com/info/terms/



Thanks for your reply , but here i would like to make it clear that header
file is "trc.h" TI's property and i did not make any change into it , so
there is no question about that.

Anyway still you think and send me answer thanks ? i have interfaced some
circuitry with C6711 and now i need to put some delay on a control line ,
when i use thread then it gives error. Is there any other way of doing it ?
I shall be grateful if you can help me out. FaYsaL >From: "Phil Levy" <>
>Reply-To: <>
>To: "'M FaYsaL'" <>,<>
>CC: <>
>Subject: RE: [c6x] How to induce Delay (0.9ms) DSKc6711
>Date: Mon, 20 Oct 2003 10:46:18 -0400
>
>The 'C' language compiler is case sensitive. The correct use of the keyword
>is "void" and not "Void". Similarly, the "unsigned" keyword must be lower
>case.... and not "Uns".
>
>Hope this helps,
>
>Phil
>
>Sr. DSP Engineer
>Waverider Communications Inc.
>255 Consumers Rd., Suite 500,
>Toronto, Canada
>www.waverider.com >
>-----Original Message-----
>From: M FaYsaL [mailto:]
>Sent: Monday, October 20, 2003 5:26 AM
>To:
>Cc:
>Subject: [c6x] How to induce Delay (0.9ms) DSKc6711 >
>Hi
> I want to induce 0.9sec delay on a control signal of daughter card,
>when i use TSK_sleep() it gives me 6 errors like
>
>"c:/ti/c6000/bios/include/trc.h", line 48: error: identifier "Void" is
>undefined
>"c:/ti/c6000/bios/include/trc.h", line 48: error: identifier "Uns" is
>undefined
>
>Is there any other way of inducing delay or how can i get rid of these
>errors i ll be grateful.
>Thanks in advance of your help.
>
>FaYsaL
>Design Engineer
>
>_________________________________________________________________
>The new MSN 8: smart spam protection and 2 months FREE*
>http://join.msn.com/?pageatures/junkmail >
>_____________________________________
>Note: If you do a simple "reply" with your email client, only the author of
>this message will receive your answer. You need to do a "reply all" if you
>want your answer to be distributed to the entire group.
>
>_____________________________________
>About this discussion group:
>
>To Join: Send an email to
>
>To Post: Send an email to
>
>To Leave: Send an email to
>
>Archives: http://www.yahoogroups.com/group/c6x
>
>Other Groups: http://www.dsprelated.com >">http://docs.yahoo.com/info/terms/ >

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?pageatures/junkmail


Void and Uns are defined in std.h, try including std.h.

Thom

-----Original Message-----
From: M FaYsaL [mailto:]
Sent: Monday, October 20, 2003 2:26 AM
To:
Cc:
Subject: [c6x] How to induce Delay (0.9ms) DSKc6711 Hi
I want to induce 0.9sec delay on a control signal of daughter card,
when i use TSK_sleep() it gives me 6 errors like

"c:/ti/c6000/bios/include/trc.h", line 48: error: identifier "Void" is
undefined
"c:/ti/c6000/bios/include/trc.h", line 48: error: identifier "Uns" is
undefined

Is there any other way of inducing delay or how can i get rid of these
errors i ll be grateful.
Thanks in advance of your help.

FaYsaL
Design Engineer

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?pageatures/junkmail
_____________________________________
Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you
want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com ">http://docs.yahoo.com/info/terms/