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 | RTDX problem

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

RTDX problem - ajs_edwards_uk - Feb 28 14:14:00 2002



I am using DSP/BIOS with the RTDX LOG module to transfer debug
messages. No stdio / breakpoints are in use.

Presently the main functionality of my program is to take 64 samples
from the codec and perform an FFT. The problem is that part of the
way into the sampling, something is interrupting the process and
samples are being missed.

If the RTDX enable box is unchecked, then the sampling is not
interrupted. I have adjusted the host refresh rates in the RTA
control properties in CCS but this has no effect.

I am not sure what could be causing the problem, I have tried putting
a delay(1000) just before the sampling loop but the delay does not
happen!

Anyone experienced this?

Andrew





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

Re: RTDX problem - Jeff Brower - Mar 1 3:10:00 2002

Andrew-

You need to find out where enabling RTDX is changing your source code. Identify

that and you will probably be able to see what is going on. Another suggestion
is to re-enable interrupts inside your sampling ISR, if you have not already
done so. This *may* allow RTDX and your analog I/O to co-exist, depending on
amount of data being transferred, how often, etc.

Jeff Brower
DSP sw/hw engineer
Signalogic On Thu, 28 Feb 2002, "ajs_edwards_uk" <> wrote:
>I am using DSP/BIOS with the RTDX LOG module to transfer debug
>messages. No stdio / breakpoints are in use.
>
>Presently the main functionality of my program is to take 64 samples
>from the codec and perform an FFT. The problem is that part of the
>way into the sampling, something is interrupting the process and
>samples are being missed.
>
>If the RTDX enable box is unchecked, then the sampling is not
>interrupted. I have adjusted the host refresh rates in the RTA
>control properties in CCS but this has no effect.
>
>I am not sure what could be causing the problem, I have tried putting
>a delay(1000) just before the sampling loop but the delay does not
>happen!
>
>Anyone experienced this?
>
>Andrew





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