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

Discussion Groups

Free Online Books

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

We found 128 threads matching "c6713"

You are looking at page 1 of 4.

The most relevant threads are listed first

question on DSP book by Rulph Chassaing

Mon - 17:08 07-06-05
Hi All, Recently I have purchased a book by Rulph Chassaing, "Digital Signal Processing and Applications with the C6713 and C6416 DSK". The book comes with a CD with all the codes which the book refers to. My question is the entire book refer to C6713 and special file "dskC6713_init.c", however...question on DSP book by Rulph Chassaing

Hands-on 1-day workshop on C6713/C6416

12:38 09-02-05
Hi: I will be teaching a 1-day (on February 17) hands-on workshop on the C6713/C6416 DSK at TI's Annual Conference in Houston, Texas February 15-17. Fee for workshop is $340 and INCLUDES both a DSK and a copy of my newest book: Digital Signal Processing and Applications with the C6713 and C6...Hands-on 1-day workshop on C6713/C6416

C6713 and SDRAM

eeh - 10:26 23-05-05
Hi, Recently I have a DSP project in which TMS6713BPYP is used. I have problem to interface the C6713 to the 16 bit SDRAM HY57V16160E. The CCS always prompt a message soemthing like "Please verify target memory and memory map". I am quite sure that it is not software problem as the program ca...C6713 and SDRAM

Seeking Consultant / Contract Help w/ TI C6713 DSK and Code Composer

Bill Foote - 20:43 18-06-08
Need expert with in-depth experience using TI's C6713 DSK and miscellaneous compatible EVMs. Also desire experience with adaptive control, active noise cancellation, and related algorithms. Preferred in San Diego area. Please respond directly to bfoote@visionmetrics.com ...Seeking Consultant / Contract Help w/ TI C6713 DSK and Code Composer

Interfacing C6713 DSK

Bakari - 13:29 04-12-06
I need to interface the C6713 DSK to my own daugter board. In doing that, I will need ECLKOUT which I will use to drive the logics in my daugter board (EMIF). How can I get this signal out of the SDK. I expected that this signal is available as soon as the DSP is ready. Thanks for your help. ...Interfacing C6713 DSK

Used TMS320 C6713 DSP Starter Kit (DSK) for sale to UK only

guildford.sale@gmail.com - 10:54 24-07-07
Hi Guys, I have one used C6713 DSK board for sale to UK only. You can get more information from my ebay listing. http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&rd=1&item=170134025382&ssPageName=STRK:MESE:IT&ih=007 Many thanks ! My apology to uninterested party Regards, geniusbb ...Used TMS320 C6713 DSP Starter Kit (DSK) for sale to UK only

dskinit code

bashee - 12:06 04-08-05
Hello there, can any one post the inicialization code of the C6713 DSK "...dskinit.c" that comes with the book "Digital Signal Processing and Applications with the C6713 and C6416 DSK" by Rulph Chassaing. I don't have the cd because I lost my laptop with the cd and all the code that I made. Now I ...dskinit code

using the edma channel of c6713 dsp

terzakis - 06:33 15-09-06
Hi all. I am trying to use the edma channel of my c6713 dsk, in order to take 8-bit data, from a daughter card (address 0xA0000000) and store them in the sdarm (address 0x80000000). Can anybody tells me what i have to do? Which functions i have to use? I have written a code based on the data ...using the edma channel of c6713 dsp

Re: BPSK PROBLEM - Chassaing Example

fasmatikos - 07:59 09-05-07
> > > fasmatikos wrote: > > > Hello, > > Pleas i need your help... > > Just wondering why all ignorants are using either TMS 6713 or TMS 2812? > Those CPUs are not any good the beginners. > > VLV > > I may be a begginer in DSPs but it wasn't my choice...My professor decided ...Re: BPSK PROBLEM - Chassaing Example

Re: fast fourier transform in c6713 DSK

Howard Long - 08:17 05-12-05
wrote in message news:1133777853.933274.207580@o13g2000cwo.googlegroups.com... > simple problem i have. Short program i need. I need to write program > that will calculate fft in code compressor studio. Since i don't have > bloody idea how to do this maybe anyone can give me a hint. The...Re: fast fourier transform in c6713 DSK

problem in setting EDMA of C6713 DSK

PKGupta - 08:28 16-06-06
Dear Friends, I am trying to transfer the data using EDMA from AED daughter card using int4.When instruction EDMA_RSET(EER,0x00000010) execute on the C6713 DSK the EER sets to 0x00000010 that i desired to enable EDMA Ch4 but also set ECR & CCER to 0x00000010 that is not desired because when the E...problem in setting EDMA of C6713 DSK

malloc

Simone Winkler - 16:14 02-01-05
Hello, I'm developping code for a C6713 DSP (actually it's the D.SignT-module with the C6713 on it). I'm trying to use malloc() but it doesn't seem to work. In the beginning I always received a null pointer. After a long while of searching my mistake I detected the section in the DSP/BIOS ...malloc

TI C6713 DSP

Lauren - 13:44 18-06-04
I have a question about the TI C6713 and C6713B DSPs. TI states that the 225 mHz delivers 1350 Mflops and the 300 mHZ delivers 1800 Mflops. Most places I have looked say "up to" this amount of mflops, but is there any accepted/tested benchmark for these DSPs that gives a more consistent result? ...TI C6713 DSP

Re: Get up and going with audio sound processing DSP development

BobM - 14:18 07-05-06
I like the C6713 kit from TI/Spectrum Digital: http://www.spectrumdigital.com/product_info.php?cPath=25&products_id=113 Price is around $400, and you get a C compiler with no limitations (except that it will only build code for the C6713 kit). On past TI kits the compiler was limited in th...Re: Get up and going with audio sound processing DSP development

differents between CLKR and CLKS-pins @ C6713-DSK ?

olaf636 - 04:40 20-08-03
i try to make a data transfer via the McBSP0 on the C6713 DSK. first, i have connected as follows: CLKX0 -> CLKR0 FSX0 -> FSR0 DX0 -> DR0 but without success.... what is the meaning of the CLKR-pin on the peripheral connector ? i have the choice of internal and external clock. the inter...differents between CLKR and CLKS-pins @ C6713-DSK ?

Digital Signal Processing and Applications with the C6713 and C6416 DSK ebook

Edgar - 09:59 27-06-05
Hi all, I recently bought the Digital Signal Processing and Applications with the C6713 and C6416 DSK ebook by Rulph Chassaing online, and to my suprise a CDROM containing all the source code for the examples in the book is required. I tried looking on the Wiley website as well as the authors hom...Digital Signal Processing and Applications with the C6713 and C6416 DSK ebook

Free 1-day hands-on Workshop at ICASSP

19:50 02-03-05
I will be teaching on March 19 a 1-day hands-on workshop on the C6713/C6416 DSK at ICASSP '05 in Philadelphia. There is NO Fee for the workshop with each participant getting a free DSK. Materials for the workshop are based on my new book: "Digital Signal Processing and Applications with the C67...Free 1-day hands-on Workshop at ICASSP

DSP and applications with C6713 and C6416 DSK

rich_158 - 13:25 06-09-07
hi i recently bought the book 'DSP and applications with C6713 and C6416 DSK' by chassaing. I had to buy a used one as it was much cheaper but the cd is defective that contains the source code. I cannot afford to buy a new book does anyone have the source code from the book? my email address...DSP and applications with C6713 and C6416 DSK

Audio sampling in C6713 SDK

haiyan - 07:35 04-05-07
Dear all, I'm sampling the audio signal through mic jack on C6713 board. The code is based on the example project "dsk_app". The audio can be played back from the speaker jack. However, when I tranform the signal in the buffer to double precision values, it seemed that (later) half of the data ...Audio sampling in C6713 SDK

CCS setup

seb - 11:31 09-07-04
Hello, i have a question about the configuration of CCS. I had a projet that i start using the DSK6713 board. In the CCS setup application, i choose the C6713DSK configuration file. ALL RIGTHS. Now that my application seems to works using the DSK, i need to compile the same application but...CCS setup

I2C on C6713 board.. URGENT help req

varundaya - 19:46 19-03-06
Dear all, I am currently using a c6713 dsk and trying to implement altering the camera settings of a CMOS c3088 camera module via the I2C module of the 6713 i cannot seem to get a clock even after setting the appropriate regs, including the ISR, MST and so on also, as far as i know the clock sh...I2C on C6713 board.. URGENT help req

Strobing inputs on DSKC6713

Bill - 17:05 04-09-06
Hello - The ADC on the codec on the C6713 DSK multiplexes "mic" and "line" inputs. That is, you generally set the codec to grab samples from the mic input or the line input, which gives you two analog inputs - the left and right channels. Is there a fast way to "strobe" the line and mic ...Strobing inputs on DSKC6713

RE: Cannot start TI CCS 3.10 Platinum EVAL with SD 'C6713 DSK (board v. 2)

dafty - 00:58 01-02-06
Dear all, I am an EE Graduate Student working with a C6713 DSK. I'm currently having problems getting my 'C6713 DSK to work with the latest edition of CCS (3.10 PE). I've installed the latest Spectrum Digital CCS 3.1 Platinum Emulation Drivers (release 3.01.04) from the SD support site (htt...RE: Cannot start TI CCS 3.10 Platinum EVAL with SD 'C6713 DSK (board v. 2)

New book on DSP Applications with C6713/C6416 DSK

Rulph Chassaing - 13:00 02-11-04
Announcing my new book (scheduled for publication on November 19): "Digital Signal Processing with the C6713 and C6416 DSK," Wiley, 2005. The C6713 DSK has replaced the C6711 DSK. Some new features of my new book compared with my previous book based on the C6711 DSK: * There are 105 programmi...New book on DSP Applications with C6713/C6416 DSK

C6713 Chassaing Code - Cannot Build and Run Examples

BobM - 14:41 12-03-06
I have a C6713 DSK and the Chassaing C6713 book. I followed the instructions in the book for building the basic sine8_LED example. It builds fine and I can load the output (.out file) to the DSK. However, when running it there is no 1kHz tone. But if I load the compiled sine8_LED.out file that...C6713 Chassaing Code - Cannot Build and Run Examples

Problem with DSP C6713

=?ISO-8859-2?Q?Miloslav_H=F9la?= - 15:24 29-03-07
Hi, I hope, this is a right newsgroup for my question. I have a DSK with C6713 DSP. I'm sending data to McBSP by EDMA. Data is testing sequence, Uint8 Buffer[256]. Buffer[0] to [255] = 0xAA (10101010). Peripherial frequency is 100MHz. All is configured by DSP/BIOS Config. W...Problem with DSP C6713

Problem with C6713's McBSP interfacing with an I2S CODEC

Jessecw - 05:35 31-05-07
Hi All, I am going to connect an audio CODEC with C6713. And the CODEC has no DSP mode. So I want to use McBSP as an I2S bus. Here are parts of my schematic. DSP C6713: CODEC: CLKX1----------+ +------------MCLK (bit clock sig...Problem with C6713's McBSP interfacing with an I2S CODEC

Re: configuring dip switch in dsk6713

aaac111 - 02:41 05-05-08
hi, If your question is: "Can anyone give us an > idea about how we should go about coding of the switch functions?" Coding of the switch functions, are you using CCS for your C6713 dsp? i have not worked on the 6713dsk, but if you have managed the hardware part which i suppose, would be us...Re: configuring dip switch in dsk6713

Re: Hardware Design with a TI C67x DSP?

MikeD - 16:22 20-04-06
Sorry, we are using the C6713, and I should be getting the DSK soon. I'll also have an FPGA on it, probably on the EMIF bus, as well as SDRAM and Flash. Mike ...Re: Hardware Design with a TI C67x DSP?

Re: Digital FM demodulation

tevbeten_nasuha - 03:52 04-10-06
Hi, What are your tools? software and hardware I mean. I want to design PM demodulator but my IF is 70 mhz. And I have been using C6713 DSK and Matlab/Simulink. May we help each other. ...Re: Digital FM demodulation

Disabling HPI on C6713

superlou - 11:43 13-08-07
I have been working with the GPIO as inputs for some time and have had some success with this (GPIO 0,2,8-11,13-15 function as input). I would like to use some of these pins as output and have not had success through either manual configuration or using the CSL config functions. Most of the pins s...Disabling HPI on C6713

Re: real time FFT on c6713 DSK

Howard Long - 08:35 05-12-05
"olubern" wrote in message news:442dnfqvgYImaw_enZ2dnUVZ_sqdnZ2d@giganews.com... > I'm trying to do a 2048 pt real FFT using fft6713.c as my reference code. > When I tested this code with a CD music, (fs changed to 44.1KHz) I realize > some of the samples from the ADC were overwritten whil...Re: real time FFT on c6713 DSK

Re: GPIO in C6713

kostbill - 08:35 18-11-05
Hello. Problem is now solved. It was that the HPI is multiplexed with the GPIO and at reset one specific pin (H14) must be pulled down via an external resistor. Thanks for you answers. ...Re: GPIO in C6713

C6000 external memory interface speed

Mike S. - 09:23 20-10-04
Hello All, I am trying to access asynchronous memory mapped devices on a C6713 DSK daughtercard. The fastest access speed the DSK can sustain is from 7 to 8 ECLKOUT cycles per access even if the program does nothing but continuously writes to a single CE2 or CE3 space address. According to t...C6000 external memory interface speed

Re: Control of a TI C6xxx DSK

Hans Fugal - 22:50 28-04-06
Sigh. Forgot the book info: Digital Signal Processing and Applications with the C6713 and C6416 DSK by Rulph Chassaing ISBN: 0471690074 ...Re: Control of a TI C6xxx DSK

Re: New TI floating point processor

DigitalSignal - 00:58 26-07-08
On Jul 24, 6:12=A0am, stevepierson wrote: > http://focus.ti.com/general/docs/gencontent.tsp?contentId=3D46898 It seems much faster than C6727 and C6713. Am I right? James www.go-ci.com ...Re: New TI floating point processor

Re: Memory mapping in emulator

eeh - 22:19 24-07-05
Hi, I am using c6713 in my custom designed board. The cache is disabled in default as I have not used DSP BIOS. I have run the gel function to set memory map location 0xb0000000. ...Re: Memory mapping in emulator

Align of Data for C6713

Fabian - 04:22 11-11-04
Hello with #pragma DATA_ALIGN(VaribleName , 8); i cann align a global varible. But i have to align a local varible how do i do that? Fabian ...Align of Data for C6713

Matlab, USB to C6713 DSK

Ken - 15:23 20-07-04
I have a very basic question. I am going to use the USB in C6713DSK to communicate with my Matlab program. Could you direct me which toolbox I can use in Matlab? or, which library does TI provide?I did search in TI.com. but nothing found. Thanks Ken ...Matlab, USB to C6713 DSK

integer to float

Markus - 06:50 03-09-05
Hello, I am new in C programming. I currently start to work with an TI dsp (C6713). My question is whats happen when I cast an 32Bit integer value into an 32bit float value. Could anybody help me? thanks markus ...integer to float
| 1 | 2 | 3 | 4 | next