DSPRelated.com
Forums

Re: Digest Number 629

Started by Soumit Mukherjee September 18, 2003
Hi KT,
You can do that , all u have to do add the source files in your Project.
Source files are usually available with the dsplib , lookint source
directory withing dsp lib. You can extract from the rts.lib itself.
command is c\ti\c5400\cgtools\bin:> ar500 -x rts.lib < function name u
wantwith asm file extention>

simply add the asm file in you project.

you can refer to spru102e.pdf for more details of how to use ar500.exe Regds
Soumit
----- Original Message -----
From: <>
To: <>
Sent: Thursday, September 18, 2003 1:07 PM
Subject: [c54x] Digest Number 629 > _____________________________________
> 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/c54x
>
> Other Groups: http://www.dsprelated.com >
> There are 2 messages in this issue.
>
> Topics in this digest:
>
> 1. Can I insert the function of rts.lib into the my lib such as
inline function?
> From: "kt_rhee" <>
> 2. Re: CLKOUT low (29.4MHz) when boot-loading from parallel
> From: "the_believer_1976" < > ________________________________________________________________________
> ________________________________________________________________________
>
> Message: 1
> Date: Wed, 17 Sep 2003 12:18:11 -0000
> From: "kt_rhee" <>
> Subject: Can I insert the function of rts.lib into the my lib such as
inline function?
>
> Hi all,
>
> I hope to make my lib operate without any reference to rts.lib for
> itself. That is, making the basic function of rts.lib into the part
> of the code such as inline function. Is it possible?
>
> Thanks in advance!
>
> Best Regards,
> KT >
>
> ________________________________________________________________________
> ________________________________________________________________________
>
> Message: 2
> Date: Wed, 17 Sep 2003 19:03:07 -0000
> From: "the_believer_1976" <>
> Subject: Re: CLKOUT low (29.4MHz) when boot-loading from parallel
>
> Fixed.
> Bits 13 and 14 of BSCR, on the 5407, sets a CLK divider to put on the
> CLKOUT pin.
> Properly setting both bits to 0 resulted on CLKOUT having the
> expected frequency.
>
> Thanks,
> Believer >
>
> --- In , "the_believer_1976"
> <the_believer_1976@y...> wrote:
> > Hi everyone,
> >
> > I am having a strange behavior when running my board with
> > boot via parallel bus.
> >
> > The programm is completely loaded and running properly, but the
> > CLKOUT signal is 4 times lower than expected. It was expected
> > 117.6MHz, but there is 29.4MHz.
> >
> > Note 1: I am using the two internal DSP5407 timers, and they are
> > generating interruptions as if the clock was 117.6MHz!
> >
> > Note 2: when debugging with my PC and JTAG interface, CLKOUT runs
> > at 117.6MHz. So the problem is only when booting from external
> memory.
> >
> >
> > Any information will be very valuable.
> >
> > Thank you very much,
> > Believer >
>
> ________________________________________________________________________
> ________________________________________________________________________ >
> ">http://docs.yahoo.com/info/terms/



Hi KT,
You can do that , all u have to do add the source files in your Project.
Source files are usually available with the dsplib , lookint source
directory withing dsp lib. You can extract from the rts.lib itself.
command is c\ti\c5400\cgtools\bin:> ar500 -x rts.lib < function name u
wantwith asm file extention>

simply add the asm file in you project.

you can refer to spru102e.pdf for more details of how to use ar500.exe Regds
Soumit

----- Original Message -----
From: <>
To: <>
Sent: Thursday, September 18, 2003 1:07 PM
Subject: [c54x] Digest Number 629 > _____________________________________
> 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/c54x
>
> Other Groups: http://www.dsprelated.com >
> There are 2 messages in this issue.
>
> Topics in this digest:
>
> 1. Can I insert the function of rts.lib into the my lib such as
inline function?
> From: "kt_rhee" <>
> 2. Re: CLKOUT low (29.4MHz) when boot-loading from parallel
> From: "the_believer_1976" < > ________________________________________________________________________
> ________________________________________________________________________
>
> Message: 1
> Date: Wed, 17 Sep 2003 12:18:11 -0000
> From: "kt_rhee" <>
> Subject: Can I insert the function of rts.lib into the my lib such as
inline function?
>
> Hi all,
>
> I hope to make my lib operate without any reference to rts.lib for
> itself. That is, making the basic function of rts.lib into the part
> of the code such as inline function. Is it possible?
>
> Thanks in advance!
>
> Best Regards,
> KT >
>
> ________________________________________________________________________
> ________________________________________________________________________
>
> Message: 2
> Date: Wed, 17 Sep 2003 19:03:07 -0000
> From: "the_believer_1976" <>
> Subject: Re: CLKOUT low (29.4MHz) when boot-loading from parallel
>
> Fixed.
> Bits 13 and 14 of BSCR, on the 5407, sets a CLK divider to put on the
> CLKOUT pin.
> Properly setting both bits to 0 resulted on CLKOUT having the
> expected frequency.
>
> Thanks,
> Believer >
>
> --- In , "the_believer_1976"
> <the_believer_1976@y...> wrote:
> > Hi everyone,
> >
> > I am having a strange behavior when running my board with
> > boot via parallel bus.
> >
> > The programm is completely loaded and running properly, but the
> > CLKOUT signal is 4 times lower than expected. It was expected
> > 117.6MHz, but there is 29.4MHz.
> >
> > Note 1: I am using the two internal DSP5407 timers, and they are
> > generating interruptions as if the clock was 117.6MHz!
> >
> > Note 2: when debugging with my PC and JTAG interface, CLKOUT runs
> > at 117.6MHz. So the problem is only when booting from external
> memory.
> >
> >
> > Any information will be very valuable.
> >
> > Thank you very much,
> > Believer >
>
> ________________________________________________________________________
> ________________________________________________________________________ >
> ">http://docs.yahoo.com/info/terms/