DSPRelated.com

TDM on C6713-DSK-McBSP & SPRA491A

Started by olaf636 in TMS320c6x20 years ago

hey ! did somebody has try out the appendix A in SPRA491A on a C6713-dsk ? my problem is that there is a undefined symbol...

hey ! did somebody has try out the appendix A in SPRA491A on a C6713-dsk ? my problem is that there is a undefined symbol "_swiProcess". i can generate it, but i don`t know the settings for "function" "mailbox" "arg0/1". btw


I could not compile source file, "DSK6713_aic23.h"

Started by tcsnorm in TMS320c6x18 years ago

I was following very first example from the book called, "Digital Signal Processing and Applications with C6713 and C6416 DSK" by Rulph...

I was following very first example from the book called, "Digital Signal Processing and Applications with C6713 and C6416 DSK" by Rulph Chassaing. I have C6713 board. I saw previous posts by Mursel Onder and I changed the "build option" but I still get the same error message, --> fatal error: could not open source file "DSK6713_aic23.h" when i double clicked the file from left, it


input and output with c6713

Started by sham...@yahoo.co.uk in TMS320c6x14 years ago 1 reply

hi. i am stuck with a problem. i am doing a system identification using nlms algorithm according to FIR filters. My problem is that how to input...

hi. i am stuck with a problem. i am doing a system identification using nlms algorithm according to FIR filters. My problem is that how to input and output with the C6713. i mean if am using white noise as an input to my unknown system how can i obtain an output and then using the output for further digital processing, for ex to calculate the error. if ever do i have to use output sample function...


McASP on the c6713 dsk

Started by ahalewijn in TMS320c6x20 years ago

Recently, I got the 6713adk from Momentum Data Systems. This board works with the McASP ports of the c6713. However, MDS only...

Recently, I got the 6713adk from Momentum Data Systems. This board works with the McASP ports of the c6713. However, MDS only provided sample-based source code. This sample based code only allows for approx 190 simple a+1 statements. So, instead, I'd like to use block based processin


transfer file!

Started by Anh Khoa in TMS320c6x18 years ago 1 reply

Hi all, Now, I'm using TI C6713 board and Code Composer Studio version 3.1. I have problem that: After I load a program into C6713 board,...

Hi all, Now, I'm using TI C6713 board and Code Composer Studio version 3.1. I have problem that: After I load a program into C6713 board, how can this program read a file in a certain folder in the PC host?And after processing , how can this result be transfered and saved in a file in the PC host? If I have to need a file .dll, what's name of it? Thanks in advance, Anh Khoa


profiling

Started by sandeep gajbhiye in TMS320c6x17 years ago

hi there ! i am using C6713. when i did profiling and enable. .1) Collect Application Level Profile for Total Cycles and Code Size[x]...

hi there ! i am using C6713. when i did profiling and enable. .1) Collect Application Level Profile for Total Cycles and Code Size[x] 2) Profile all Functions and Loops for Total Cycles[x] and in custom tab enable CPU , Cycle after when i run the program it gives error like trouble running Target CPU.... i am using Simulator. of C6713 thanx ! ---------...


C6713 DSK problem

Started by enkay_77 in TMS320c6x19 years ago

Hello everyone, I am working with a Spectrum Digital C6713 DSK, and I have a seemingly bizarre problem. I have a program that does some...

Hello everyone, I am working with a Spectrum Digital C6713 DSK, and I have a seemingly bizarre problem. I have a program that does some write cycles to the CE2 space. I run the program in two different ways. 1. I load the .out file through CCS, and run it from internal memory. 2. I generate a hex file, burn the flash, and bootload from flash.


Project idea on C6713 dsk

Started by "G.M Laghari" in TMS320c6x13 years ago 1 reply

Hello , I am final year student of Telecommunication department and I am looking for my final year project .Can anybody provide some idea of...

Hello , I am final year student of Telecommunication department and I am looking for my final year project .Can anybody provide some idea of project on DSK c6713 with Matlab instead of making alogrithm in C/C++. ? Thanks in advance . Regards G.M


External Flash to save big amount of data - C6713

Started by B S in TMS320c6x12 years ago

Hi Guys, I need your help. I have a C6713 DSK connected with ADC via 5-6 Interface Board, the system is sampling time domain signal,...

Hi Guys, I need your help. I have a C6713 DSK connected with ADC via 5-6 Interface Board, the system is sampling time domain signal, performing FFT and saving few values after every 10 ms. At this point, I am using function generator to generate time domain signal and CCS to see the waveform and some C code is writing the required values into text file so I am not running out of memory. But...


How to time an algorithm on the c6713?

Started by m_st...@hotmail.com in TMS320c6x14 years ago 9 replies

Hello all, I?m using the c6713 DSK to perform a real-time FFT on some data sampled at 8 kHz. I?ve hooked up an oscilloscope to the line out of...

Hello all, I?m using the c6713 DSK to perform a real-time FFT on some data sampled at 8 kHz. I?ve hooked up an oscilloscope to the line out of the DSP and everything is working well. I?d like to be able to record the time taken to perform one FFT. I tried using the c time() functions to record the time before and after a large number of FFTs. These functions (when used on a PC) return


error while doing processor in the loop

Started by d0m1...@yahoo.com in TMS320c6x17 years ago

dear all, i had finished my model in simulink and i want to built the code on dsk c6713. when i had build and download my model succesfully on...

dear all, i had finished my model in simulink and i want to built the code on dsk c6713. when i had build and download my model succesfully on ccs but when i want to run my host model to verivy the output process from dsk c6713 i always get this error messages : "Error evaluating registered method 'Outputs' of M-S-Function 'sfcn_TargetToHost' in 'gain1_host_c6416_frames/RTDX Read'. Read RTD...


HELP! How do I configure Simulink to recognize the target DSP?

Started by Jason Hsu in TMS320c6x17 years ago

I'm trying to implement the LED exercise at http://dsptute.blogspot.com on a TMS320C6713GDP DSK kit. The Simulink drawing (led.mdl) is...

I'm trying to implement the LED exercise at http://dsptute.blogspot.com on a TMS320C6713GDP DSK kit. The Simulink drawing (led.mdl) is straightforward enough just a constant 6 input to a C6713 DSK LED. I've used the C6713 diagnostic utility to confirm that the DSK kit is properly connected to the computer and the power source. But I can't for the life of me figure out how to properl...


Beginner HPI question [C6713]

Started by riem...@gmail.com in TMS320c6x17 years ago

Hi all, We're planning to develop a new board consisting of a Cypress FX2 USB controller, an Altera Cyclone2 and a TI C6713 DSP, so this board...

Hi all, We're planning to develop a new board consisting of a Cypress FX2 USB controller, an Altera Cyclone2 and a TI C6713 DSP, so this board can be used in several student labs. I would like to connect the FPGA and DSP to each other using the HPI port, so the DSP can be bootloaded and during runtime the FPGA can stream data to/from the DSP memory. This would also leave the EMIF port availabl...


Beginner HPI question [C6713]

Started by riem...@gmail.com in TMS320c6x17 years ago 3 replies

Hi all, We are planning to create an educational board that has a Cypress FX2 USB controller, an Altera Cyclone2 FPGA and a TI C6713 DSP, so...

Hi all, We are planning to create an educational board that has a Cypress FX2 USB controller, an Altera Cyclone2 FPGA and a TI C6713 DSP, so this board can be used for several different student labs. The idea is that the DSP will get bootloaded by the FPGA through the HPI port, and that data can be streamed between FPGA and DSP during runtime using the same port, so the EMIF remains free for...


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

Started by zhicka06 in TMS320c6x14 years ago 2 replies

Hi! Does anyone know where can i download a cd for book:" Digital Signal Processing and Applications with the C6713 and C6416 DSK" by Rulph...

Hi! Does anyone know where can i download a cd for book:" Digital Signal Processing and Applications with the C6713 and C6416 DSK" by Rulph Chassaing? Every link i tried is old and it doesn't work. If someone has a cd i would be very grateful if u can send me a files for C6416 processor on the mail: Z...@gmail.com Thx _____________________________________


Re: Announcing New Book by Rulph Chassaing

Started by murs...@yahoo.com in TMS320c6x18 years ago

I have same problem.Do you have any solution to this problem? If u reach would u mind to share with me? > Hello, > > I recently bought...

I have same problem.Do you have any solution to this problem? If u reach would u mind to share with me? > Hello, > > I recently bought Dr. Rulph Chassaing's new book "Digital signal processing and applications with the C6713 and C6416 DSK" and a C6713 DSK from spectrum digital. I have been trying to following the examples in the book, but run into one issue. > > I was able to load an


C6713 - R.Chassing Example Error

Started by "Ertugrul B." in TMS320c6x17 years ago

Hi guys. As a rookie in dsp i need experts' help a bit. I bought the famous book DSP and Applications with the C6713 and C6416 DSK. Last week...

Hi guys. As a rookie in dsp i need experts' help a bit. I bought the famous book DSP and Applications with the C6713 and C6416 DSK. Last week we started working on TMS320C6713 DSK Today we started Chassing's book with example 1.1 we created the project first time. added neccesary files and fixed options then when we "rebuild" the project we get; --------------------------- Sine8_LE...


C6713 MIPS Measurement Issue

Started by xiyo...@yahoo.com in TMS320c6x14 years ago 4 replies

Hi C6x Group members, I'm trying testing the MIPS of C6713 on DSK6713. I have a simple loop-back program to get an audio sample from A/D then...

Hi C6x Group members, I'm trying testing the MIPS of C6713 on DSK6713. I have a simple loop-back program to get an audio sample from A/D then output to D/A. There is some delay between input and output so I can figure out the MIPS. Why can I only execute maximum 3000 times of (a+b) for this delay? So for 8kHz sampling rate, the MIPS is only 3000*8000=24MIPS. Anything wrong with my program? ...


Re: Suggest method for Real Time data transfer between host and C6713 with VC++ application on host

Started by Jeff Brower in TMS320c6x17 years ago

Nilesh- > I am doing host to target communication part of my project. My requirement is that : > > Decoder on C6713 is exchanging frames...

Nilesh- > I am doing host to target communication part of my project. My requirement is that : > > Decoder on C6713 is exchanging frames sequentially as they are decoded with by target and writing frames to yuv file one after other. > Now I want to design some application, which runs in VC++ and reads this file. As I explained in previous posts to you, with DSK 6713 the only effectiv


24LC256 programming with C6713 using I2C

Started by cs_hobbit in TMS320c6x18 years ago

Hello, I have to read and write a 24LC256 EEPROM using I2C with my C6713. I've solved to write the first 'write'-sequence to the EEPROM...

Hello, I have to read and write a 24LC256 EEPROM using I2C with my C6713. I've solved to write the first 'write'-sequence to the EEPROM [address high, address low, data]. Looks correct on my logic analyzer. The 24LC256's datasheet says, I have to do the following after the write: --------------------------------- Once the Stop condition for a Write command has been issued from the maste...