Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540

Discussion Groups

Discussion Groups | TMS320C54x | Can I use the RTDX while not implementing the DSP/BIOS?

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).

  

Post a new Thread

Can I use the RTDX while not implementing the DSP/BIOS? - Jane Shen - Dec 18 18:44:00 2001



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





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: Can I use the RTDX while not implementing the DSP/BIOS? - sumit nagpal - Dec 19 9:04:00 2001

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




(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )