DSPRelated.com
Forums

Documentation for board support library for dsk5510

Started by n_magnani March 2, 2008
Hi,
I am newbie to DSP world and presently learning c5510 with dsk5110 kit.
I tried googling for API reference guide for board support library but
was unable to find any. Can anyone please guide me where to find the
documentation.

Thankx
Neer

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Hai

Got the TI website select the microcontroller option and then sepecfi your search . You will get all the documents related to the C55X

Regard's
Aruna.S.R

----- Original Message -----
From: n_magnani
To: c...
Sent: Saturday, March 01, 2008 3:49 PM
Subject: {Disarmed} [c55x] Documentation for board support library for dsk5510
Hi,
I am newbie to DSP world and presently learning c5510 with dsk5110 kit.
I tried googling for API reference guide for board support library but
was unable to find any. Can anyone please guide me where to find the
documentation.

Thankx
Neer

**************** CAUTION - Disclaimer *****************This email may contain confidential and privileged material for the
sole use of the intended recipient(s). Any review, use, retention, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. Also, email is susceptible to data corruption, interception, tampering, unauthorized amendment and viruses. We only send and receive emails on the basis that we are not liable for any such corruption, interception, tampering, amendment or viruses or any consequence thereof.
*********** End of Disclaimer ***********DataPatterns ITS Group**********

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Hi again,
I tried to search on ti's site, but could find only chip support library documentation. I need documentation for board support library. In fact i tried to search on digital spectrum site as well yet no success. Actually i want to know what all functions (APIs)are available for dsk5510 and how to use them. There are some sample projects in CCS installation which use board support library but they do not mention how to use them, thats why i am searching for its documentation.

Thanks for your reply
Neer.

>Hi,
>I am newbie to DSP world and presently learning c5510 with dsk5110 kit.
>I tried googling for API reference guide for board support library but
>was unable to find any. Can anyone please guide me where to find the
>documentation.
>
>Thankx
>Neer
>
>Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
I haven't seem any doc for 5510DSK during the last several years I
used 55x. But I remeber there is a folder for the board support library
with all the source code of it. Once you look at it, you will find it very
simple. I also don't recommend to use board support library too much, it
blocks your view to the basics of DSP.

Wei

--- In c..., neer4evr@... wrote:
>
> Hi again,
> I tried to search on ti's site, but could find only chip support library
documentation. I need documentation for board support library. In fact i
tried to search on digital spectrum site as well yet no success. Actually
i want to know what all functions (APIs)are available for dsk5510 and
how to use them. There are some sample projects in CCS installation
which use board support library but they do not mention how to use
them, thats why i am searching for its documentation.
>
> Thanks for your reply
> Neer.
>
> >Hi,
> >I am newbie to DSP world and presently learning c5510 with
dsk5110 kit.
> >I tried googling for API reference guide for board support library but
> >was unable to find any. Can anyone please guide me where to find
the
> >documentation.
> >
> >Thankx
> >Neer
> >
> >Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD
Video Transcoding Solution for Commercial & Consumer End
Equipment: www.ti.com/dm6467
> >
>

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Neer-

> I haven't seem any doc for 5510DSK during the last several years I
> used 55x. But I remeber there is a folder for the board support library
> with all the source code of it. Once you look at it, you will find it very
> simple. I also don't recommend to use board support library too much, it
> blocks your view to the basics of DSP.

Here is what I could find for DSK 5510 on Spectrum Digital's site:

http://c5000.spectrumdigital.com/dsk5510/

http://c5000.spectrumdigital.com/files/dsk5x_faq.html

http://c5000.spectrumdigital.com/dsk5510/docs/dsk5510_techref.pdf

Since this is a Spectrum Digital board, I suggest to e-mail to them and ask for
board-related software doc. Suggest to mention that you've already asked on C55x
Yahoo Group, then you're likely to get a prompt / accurate answer because they know
you might post if not.

-Jeff

> --- In c..., neer4evr@... wrote:
> >
> > Hi again,
> > I tried to search on ti's site, but could find only chip support library
> documentation. I need documentation for board support library. In fact i
> tried to search on digital spectrum site as well yet no success. Actually
> i want to know what all functions (APIs)are available for dsk5510 and
> how to use them. There are some sample projects in CCS installation
> which use board support library but they do not mention how to use
> them, thats why i am searching for its documentation.
> >
> > Thanks for your reply
> > Neer.
> >
> > >Hi,
> > >I am newbie to DSP world and presently learning c5510 with
> dsk5110 kit.
> > >I tried googling for API reference guide for board support library but
> > >was unable to find any. Can anyone please guide me where to find
> the
> > >documentation.
> > >
> > >Thankx
> > >Neer
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Thank you i'll keep that in mind and try to make my own API's :)

Hi,
>I am newbie to DSP world and presently learning c5510 with dsk5110 kit.
>I tried googling for API reference guide for board support library but
>was unable to find any. Can anyone please guide me where to find the
>documentation.
>
>Thankx
>Neer
>
>Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Neer-

> Thank you i'll keep that in mind and try to make my own API's :)

Well you shouldn't need many of your APIs. If you look for dsk5510.h, you should see
board APIs provided by Spectrum Digital. Documentation for those is the big
question...

-Jeff

>
> Hi,
> >I am newbie to DSP world and presently learning c5510 with dsk5110 kit.
> >I tried googling for API reference guide for board support library but
> >was unable to find any. Can anyone please guide me where to find the
> >documentation.
> >
> >Thankx
> >Neer
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467