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).
|
Hi Jane Shen, Have u included rtdx.lib ATRAP_H is defined in that Sumit Jane Shen wrote: > Hi Sumit, > > Actually I did use the intvecs.asm while compling and linking. The > problem is there is a > " .ref ATRAP_H" in that intvecs.asm and this ATRAP_H seems not defined > anywhere else. > Coould you please also advice me on how to solve this problem? > > Thank you for the response and looking forward to hearing from you > again. > > Best regards, > > Jane > > -----Original Message----- > From: sumit nagpal [mailto:] > Sent: Wednesday, December 19, 2001 1:05 AM > To: Jane Shen > Cc: ' > Subject: Re: [c54x] Can I use the RTDX while not implementing the > DSP/BIOS? > > Hi Jane Shen, > I think u have not defined the proper vector table for rtdx... > For RTDX there is a separate Vector.asm file given in > \TI \ EXAMPLES \ RTDX \INTVECS.ASM... > Try this one.. Then it wiil work. > Bcos here its working with that. > > Sumit > > Jane Shen wrote: > > > >From TI's Doc, it seems the RTDX might be used independently from the > > DSP/BIOS. Well, after I insert the RTDX related code(declarations, > > function calls, vecTable and rtdx.h, rtdx.lib), I got an error msg > > saying RTDX_write, RTDX_poll and ATRAP_H are undefined symbols. I > > thought they should be already defined in the rtdx.lib. I do see those > > declarations in the rtdx.h. > > > > Does anybody have the experience on this? Is there any hidden button I > > forgot to push? That ATRAP_H seems suggesting the DSP/BIOS needs to be > > involved. I really don't want that DSP/BIOS. > > > > Thank you in advance for all the help > > > > Jane > > > > _____________________________________ > > > > > > > > > > -------------------------------------------------------------- > Win Medicare Ltd ( Cosmetic Division ), New Delhi, India > > _____________________________________ -------------------------------------------------------------- Win Medicare Ltd ( Cosmetic Division ), New Delhi, India |