Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time?

There are 8 messages in this thread.

You are currently looking at messages 0 to 8.


Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time? - rose - 2004-09-09 02:52:00

Hi, all,

TI C6x platform. Could I create STS objects and use them to monitor
system run-time information while at the same time disabling RTA and
RTDX in the DSP/BIOS configuration tool? I don't want the RTA and RTDX
modules to use up too much memory and CPU cycles.

Thanks!

Rose
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time? - Brad Griffis - 2004-09-09 09:00:00



Yes, you can but you will only see your CCS window update when the processor 
halts (i.e. hits a breakpoint, etc.).

Brad

"rose" <a...@263.net> wrote in message 
news:6...@posting.google.com...
> Hi, all,
>
> TI C6x platform. Could I create STS objects and use them to monitor
> system run-time information while at the same time disabling RTA and
> RTDX in the DSP/BIOS configuration tool? I don't want the RTA and RTDX
> modules to use up too much memory and CPU cycles.
>
> Thanks!
>
> Rose 


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time? - rose - 2004-09-10 00:53:00

Thanks a lot. I have another question:

As you have said, I can only see CCS window update when the processor
halts. Then in such a situation (with RTA and RTDX disabled), if I set
up some displays in the View -> Graph tools (for example, I want to
see the constellation graph of a stream of continuous incoming
wireless data frames), can I refresh the graph window while program is
running, without enabling breakpoints, to obtain the graph view
whenever I want?

"Brad Griffis" <b...@hotmail.com> wrote in message
news:<5uY%c.7205$D...@newssvr31.news.prodigy.com>...
> Yes, you can but you will only see your CCS window update when the processor 
> halts (i.e. hits a breakpoint, etc.).
> 
> Brad
>
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time? - Brad Griffis - 2004-09-10 08:49:00

What DSP are you using?  What version of CCS?


"rose" <a...@263.net> wrote in message 
news:6...@posting.google.com...
> Thanks a lot. I have another question:
>
> As you have said, I can only see CCS window update when the processor
> halts. Then in such a situation (with RTA and RTDX disabled), if I set
> up some displays in the View -> Graph tools (for example, I want to
> see the constellation graph of a stream of continuous incoming
> wireless data frames), can I refresh the graph window while program is
> running, without enabling breakpoints, to obtain the graph view
> whenever I want?
>
> "Brad Griffis" <b...@hotmail.com> wrote in message 
> news:<5uY%c.7205$D...@newssvr31.news.prodigy.com>...
>> Yes, you can but you will only see your CCS window update when the 
>> processor
>> halts (i.e. hits a breakpoint, etc.).
>>
>> Brad
>> 


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time? - rose - 2004-09-11 06:36:00

DSP chip is 6416 or 6202 and the version CCS is 2.2.

"Brad Griffis" <b...@hotmail.com> wrote in message
news:<Kph0d.442$Q...@newssvr33.news.prodigy.com>...
> What DSP are you using?  What version of CCS?
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time? - Brad Griffis - 2004-09-12 00:57:00

I'm not really sure about refreshing data on the 6202.  However, the 6416 
has a cool feature called "real-time mode".  If you go to Debug -> Real-Time 
Mode and then right-click on your graph (or watch window or memory window) 
and select "continuous refresh" then you will get exactly that.  The 6202 
won't allow for real-time mode but I think you can manually refresh the 
window.

Brad

"rose" <a...@263.net> wrote in message 
news:6...@posting.google.com...
> DSP chip is 6416 or 6202 and the version CCS is 2.2.
>
> "Brad Griffis" <b...@hotmail.com> wrote in message 
> news:<Kph0d.442$Q...@newssvr33.news.prodigy.com>...
>> What DSP are you using?  What version of CCS? 


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time? - rose - 2004-09-12 08:12:00

Thanks. So it is to say that refreshing graph window during program
running time don't rely on the presence of RTDX?

"Brad Griffis" <b...@hotmail.com> wrote in message
news:<SGQ0d.1047$Q...@newssvr33.news.prodigy.com>...
> I'm not really sure about refreshing data on the 6202.  However, the 6416 
> has a cool feature called "real-time mode".  If you go to Debug -> Real-Time 
> Mode and then right-click on your graph (or watch window or memory window) 
> and select "continuous refresh" then you will get exactly that.  The 6202 
> won't allow for real-time mode but I think you can manually refresh the 
> window.
> 
> Brad
> 
> "rose" <a...@263.net> wrote in message 
> news:6...@posting.google.com...
> > DSP chip is 6416 or 6202 and the version CCS is 2.2.
> >
> > "Brad Griffis" <b...@hotmail.com> wrote in message 
> > news:<Kph0d.442$Q...@newssvr33.news.prodigy.com>...
> >> What DSP are you using?  What version of CCS?
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time? - Brad Griffis - 2004-09-12 12:43:00

Correct.

"rose" <a...@263.net> wrote in message 
news:6...@posting.google.com...
> Thanks. So it is to say that refreshing graph window during program
> running time don't rely on the presence of RTDX?
>
> "Brad Griffis" <b...@hotmail.com> wrote in message 
> news:<SGQ0d.1047$Q...@newssvr33.news.prodigy.com>...
>> I'm not really sure about refreshing data on the 6202.  However, the 6416
>> has a cool feature called "real-time mode".  If you go to Debug -> 
>> Real-Time
>> Mode and then right-click on your graph (or watch window or memory 
>> window)
>> and select "continuous refresh" then you will get exactly that.  The 6202
>> won't allow for real-time mode but I think you can manually refresh the
>> window.
>>
>> Brad
>>
>> "rose" <a...@263.net> wrote in message
>> news:6...@posting.google.com...
>> > DSP chip is 6416 or 6202 and the version CCS is 2.2.
>> >
>> > "Brad Griffis" <b...@hotmail.com> wrote in message
>> > news:<Kph0d.442$Q...@newssvr33.news.prodigy.com>...
>> >> What DSP are you using?  What version of CCS? 


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.