Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
|
Hello, I am getting strange results when returning a double from a function. Does anyone know of any issues with doing this? Thanks, Andrew |
|
|
|
> Date: Tue, 21 May 2002 10:16:53 -0000 > From: "ajs_edwards_uk" <> > Subject: returning a double > > Hello, I am getting strange results when returning a double from a > function. Does anyone know of any issues with doing this? > > Thanks, > > Andrew Andrew, do you use function prototypes? Without it the default type of return value of an undefined funtion is integer (I guess you are using C compiler). Gabor |
|
|
|
Hi all, I am currently using the AD50 codecs on board the C5402 DSK for speech acquisition. Does anybody know where we can find and get easy-to-use C-callable or asm routines for the initialization of the AD50 via C5402's McBSP ? Thank you very much. Dww |
|
|
|
Hello, you can find a good example which use compiled APIs to init the codec in "ti\examples\dsk5402\dsp\daa" (CSS2). If you don't find it, I can send it to you ! Good luck, Gerald -----Message d'origine----- De : wei_wen_dai [mailto:] Envoye : vendredi, 24. mai 2002 09:09 A : Objet : [c54x] Initialization of codec AD50 Hi all, I am currently using the AD50 codecs on board the C5402 DSK for speech acquisition. Does anybody know where we can find and get easy-to-use C-callable or asm routines for the initialization of the AD50 via C5402's McBSP ? Thank you very much. Dww _____________________________________ |
|
|
|
hello i am also working on codec there is an codec example int the c:\ti\c5400\dsk\examples\dsp\codec_eg in this pgm they have used 2 library functions and some header files. in codec.h (header file) the codec functions are defined you can just call those function depending on your application all the required code has been written in codec.c file if u have any problem in finding out reply back so that i can help u i hope it will help u sahana --- Gerald_Monin <> wrote: > Hello, > you can find a good example which use compiled APIs > to init the codec in > "ti\examples\dsk5402\dsp\daa" (CSS2). > > If you don't find it, I can send it to you ! > > Good luck, > Gerald > > -----Message d'origine----- > De : wei_wen_dai [mailto:] > Envoye : vendredi, 24. mai 2002 09:09 > A : > Objet : [c54x] Initialization of codec AD50 > Hi all, > > I am currently using the AD50 codecs on board the > C5402 DSK for > speech acquisition. > > Does anybody know where we can find and get > easy-to-use C-callable or > asm routines for the initialization of the AD50 via > C5402's McBSP ? > > Thank you very much. > > Dww > > > _____________________________________ > > > _____________________________________ > ________________________________________________________________________ Everything you always wanted to know about cars and bikes,now at: http://in.autos.yahoo.com/cricket/tracker.html |