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 | newbie asks for help

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.


newbie asks for help - Ips - 2004-07-16 07:19:00

hello!

As I'm a completely new to dsp I'd like to ask you for some help.
I've started using Code Composer Studio 2.0 and I'm a little lost at it.
Although I have a strong background in C++ I find it difficult to understand
how threads nad semphores work in CCS. Could you point me to a site where I
could find some tutorials/sample code etc. on this matter? The samples from
the CCS help are not that basic and simple as I wish they were.

Thanks

Ips


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

Re: newbie asks for help - Tim Wescott - 2004-07-16 11:28:00



Ips wrote:

> hello!
> 
> As I'm a completely new to dsp I'd like to ask you for some help.
> I've started using Code Composer Studio 2.0 and I'm a little lost at it.
> Although I have a strong background in C++ I find it difficult to understand
> how threads nad semphores work in CCS. Could you point me to a site where I
> could find some tutorials/sample code etc. on this matter? The samples from
> the CCS help are not that basic and simple as I wish they were.
> 
> Thanks
> 
> Ips
> 
> 
Threads and semaphores are a feature of the DSP-BIOS operating system, 
not C++ or Code Composter.  Is the problem that you haven't seen threads 
or semaphores before, or that you're having trouble with the DSP-BIOS 
way of implementing them?

If it's the former get yourself a book on real-time operating systems 
(or just basic UNIX).  I picked all that stuff by osmosis so long ago 
that I couldn't tell you a good reference, unfortunately.

-- 

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.