DSPRelated.com

C6713DSK to Simulink data transfer

Started by bogdan in TMS320c6x18 years ago

Dear All, I have implemented an OFDM communication system in Simulink. I am using Link to CCS and CCSv3.1 Platinum to build the model and...

Dear All, I have implemented an OFDM communication system in Simulink. I am using Link to CCS and CCSv3.1 Platinum to build the model and transfer data to one TI C6713 board. The output of the board goes to the input of a second C6713 board. The problem is I do not know how to transfer the received data (from the second board) back to Simulink. Using the Line in ADC block digitize...


URGENT! Requiring assisstance with c6713 dsk audio effects project

Started by "fins.swiss" in TMS320c6x16 years ago

Hello everyone, I'm a computer engineering student and I'm completely new to the whole DSP field. I have a major project that I'm working...

Hello everyone, I'm a computer engineering student and I'm completely new to the whole DSP field. I have a major project that I'm working on that I need to complete in order to graduate. I was talked into designing a digital audio effects processor, and decided to use the C6713 DSK. Now my project simply involves plugging an audio signal say from a keyboard into the line input on the DSK boar...


strange problems when working with code composer studio and c6713 dsk

Started by joshy jose in TMS320c6x17 years ago 1 reply

i was working with a spectrumanalizer project using c6713 dsk, in which i take input samples of signal using audio codec and fft is performed on...

i was working with a spectrumanalizer project using c6713 dsk, in which i take input samples of signal using audio codec and fft is performed on it and the result send to computer using UART transmission i am faced with two problems and i dont have any idea to proceed with that let me explain the program flow 1)configure CPLD to configure the mcbsp to use with codec 2) open and configure...


Avnet USB Daughtercard with C6713 DSK

Started by shehrzad_q2000 in TMS320c6x18 years ago

There have been a few threads on this group regarding getting the Avnet USB daughtercard to work with a C6713 DSK. I was wondering if any of...

There have been a few threads on this group regarding getting the Avnet USB daughtercard to work with a C6713 DSK. I was wondering if any of you who have been successful in such an endeavor would not mind emailing the source code for both the Visual C++ host side and the DSP code to s...@yahoo.com. I have been able to get the daughtercard to work correctly using a C6416 DSK, although I do...


Re: C6713 DSK _ OUTPUTING VIA EMIF

Started by Richard Williams in TMS320c6x14 years ago 3 replies

wave, the EMIF interface is not a set and hold type of interface. I would suggest reading SPRU266E.pdf "TMS320C6000 DSP External Memory...

wave, the EMIF interface is not a set and hold type of interface. I would suggest reading SPRU266E.pdf "TMS320C6000 DSP External Memory Interface". ---------- Original Message ----------- From: Wave Waves To: r...@lewiscounty.com, c...@yahoogroups.com Sent: Sat, 10 Jul 2010 11:39:48 -0700 (PDT) Subject: C6713 DSK _ OUTPUTING VIA EMIF > Dear Williams, > As we disc


CCS for C6713

Started by bristelled in TMS320c6x18 years ago

hello there:) i m a student of engineering final year, i m working on the implementation of ofdm modem using TMS 320 C6713, but i m facing...

hello there:) i m a student of engineering final year, i m working on the implementation of ofdm modem using TMS 320 C6713, but i m facing problems when trying to achieve real time implementation, i have checked the flow of code its right i have also tested the code on static data (not passing real time) and the code is working fine. please suggest any method of real time debugging tha...


ADC for c6416 DSK or c6713 DSK

Started by pedr...@telefonica.net in TMS320c6x17 years ago 1 reply

Hi, I need to take samples at 25 MSamples/s (8 bit per sample is enougth) and between two consecutives samples I have to do the correlation of...

Hi, I need to take samples at 25 MSamples/s (8 bit per sample is enougth) and between two consecutives samples I have to do the correlation of 60 samples. I would like to use a satarterKit because I'm new with DSP. The only prblem is that the satrterKits doesn't have the sample rate that I need. What can I do? Is there any daugther card for the c6416 DSK or c6713 DSK with the sample rate that I...


Problem with DSK_version() in C6713

Started by sabapathy_80 in TMS320c6x19 years ago 2 replies

Dear All, I am developing audio processing project in C6713 Rev.C DSK. I am trying to get board revision using DSK_version() function in ...

Dear All, I am developing audio processing project in C6713 Rev.C DSK. I am trying to get board revision using DSK_version() function in main.c file. But I am getting the error "error: symbol referencing errors - './Debug/app.out' not built" If I have DSK_version() function. I have included dsk6713.h file in main.c file. Code used for getti


C CODE FOR PWM IN C6713 DSK PLEASE !! VERY IMPORTANT FOR ME!!! VERY URGENT!!

Started by in TMS320c6x16 years ago 1 reply

Please I have a very important project and I need a C code for PWM in C6713 DSK. If you can help me I will be very happy for this... Please...

Please I have a very important project and I need a C code for PWM in C6713 DSK. If you can help me I will be very happy for this... Please help me about this subject... I couldnt find anything about C code for PWM :(... I am waiting your mails... VERY URGENT!!


Problem with unsupported DSP within DSP-BIOS

Started by in TMS320c6x19 years ago 2 replies

Hi, I am using CCS2.0 to develop software for C6713, and already installed CSL downloaded from TI. Actually I want to develop my software on...

Hi, I am using CCS2.0 to develop software for C6713, and already installed CSL downloaded from TI. Actually I want to develop my software on DSP-BIOS, it will probaly save time I think, however I can not find C6713 within DSP/BIOS configuration's global settings. So I wonder If anybody in the group would tell me how to embed a unsupported DSP into the DSP-BIOS, or how to setup the glo


Re: Announcing New Book by Rulph Chassaing

Started by rlyq...@gmail.com in TMS320c6x19 years ago

Hello, I recently bought Dr. Rulph Chassaing's new book "Digital signal processing and applications with the C6713 and C6416 DSK" and a...

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 and run sine8_LED.out from the CD successfully. I was also able to following example 1.1


McBSP-UART issues in C6713

Started by Aditi Akula in TMS320c6x13 years ago 2 replies

Hi I am using C6713 and want to interface a UART. Doing so by using McBSP as GPIO. I have taken the code from the TI's SPRA633C document...

Hi I am using C6713 and want to interface a UART. Doing so by using McBSP as GPIO. I have taken the code from the TI's SPRA633C document that describes how to use McBSP as a soft UART in GPIO mode. To test the code and verify if I am receiving correctly, I just put the code inside a while(1) loop inside main() as follows voide main(){ ----- ------ while (1){ Ua...


reading values from aic23d codec in c6713 dsk

Started by joshy jose in TMS320c6x17 years ago 4 replies

hai friends, i need to take values from audio codec in c6713 dsk? as there are two lines (left , right) microphone input , i need to take...

hai friends, i need to take values from audio codec in c6713 dsk? as there are two lines (left , right) microphone input , i need to take values from each line seperately, and process it i have tried with the function DSK6713_AIC23_read() available in the dsk but i could not successfuly do it i used while (!DSK6713_AIC23_read(hCodec, data )); while (!DSK6713_AIC23_read(hCodec, data )); ...


Boot from Flash to SDRAM in C6713

Started by z_11...@yahoo.com in TMS320c6x16 years ago 1 reply

Hi all I can boot DSP via secondary boot loader successfully (code/data copy to IRAM), but my application is larger than IRAM space, so how...

Hi all I can boot DSP via secondary boot loader successfully (code/data copy to IRAM), but my application is larger than IRAM space, so how can I boot from Flash to SDRAM in C6713? Is it possible with secondary boot loader? Please guide me. Thanks Zahra


C6713 Board Revision

Started by sabapathy_80 in TMS320c6x19 years ago

Dear All, I'm newbie to DSP. I am having EMIF settings in EMIF.C file for my audio processing project using C6713 Rev. C. I have to...

Dear All, I'm newbie to DSP. I am having EMIF settings in EMIF.C file for my audio processing project using C6713 Rev. C. I have to change EMIF settings(some bits) between Rev.B and Rev. C. Instead changing the EMIF settings we can have two blocks EMIF settings and switch between the setting by checking the board revision by reading the CPLD regist


Hands-on 1-day workshop on C6713/C6416 DSK

Started by chassaing in TMS320c6x19 years ago

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...

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 on February 15-17. Fee for workshop is $340 and INCLUDES both a DSK and a copy of my newest book "Digital Signal Processing and Appl


C6713 help required

Started by samz...@hotmail.com in TMS320c6x14 years ago

Hi I am new to DSP kit and we are implementing our final year degree project on it. I am facing some of very basic issues. C6713 is little...

Hi I am new to DSP kit and we are implementing our final year degree project on it. I am facing some of very basic issues. C6713 is little endain by default. We have to interface emif data pins with AD9220 (ADC) 12 bit with bit 1(MSB) and bit 12(LSB). There are 32 data pins on the emif connector. But the confusion is that which pins should be interfaced with the ADC pin 0 to pin 11 or pin 20 ...


Performance of 16 or 32 bit data address on C6713

Started by z_11...@yahoo.com in TMS320c6x16 years ago 1 reply

I have a TMS320C6713 (PYP), for communication with SDRAM, Does 32 or 16 bit data bus have undesired effect on performance of system? How can DMA...

I have a TMS320C6713 (PYP), for communication with SDRAM, Does 32 or 16 bit data bus have undesired effect on performance of system? How can DMA or cache compensate it? For a special software, dsp on DSK board has 70% cpu load, if I run same software on dsp (C6713 package PYP), how can I have same cpu load? Regards, Zahra


Implementing SS7 protocol stack in C on C6713 but it doesn't run completely!

Started by ammara_67 in TMS320c6x17 years ago 3 replies

Hi everybody, I am implementing SS7 protocol stack in C on C6713. I am doing filing in it and I am dealing with arrays and...

Hi everybody, I am implementing SS7 protocol stack in C on C6713. I am doing filing in it and I am dealing with arrays and strings. Problem is that my program gets stuck in the middle or in any other position during running condition. When I run the same program in C compiler separately, it runs fine but in the Code Composer Studio v3.1, it gets stuck and doesn't show the c...


Outputting real-time (processed) video from C6713 to LCD monitor

Started by ericvandalay in TMS320c6x19 years ago

Hi, Full disclosure: I'm new to DSPs... I have a C6713 DSP with a Firewire input port (used to capture images from a Firewire enabled ...

Hi, Full disclosure: I'm new to DSPs... I have a C6713 DSP with a Firewire input port (used to capture images from a Firewire enabled digital camera). I would like to output a real-time (processed) video image from this DSP to an LCD monitor. Does anyone know of an efficient method by which this can be achieved. Ideally, I'm looking for a dedicated h