DSPRelated.com

Error in Targeting C6711 Board

Started by hariscorner in TMS320c6x20 years ago 1 reply

hi everyone, I'm trying to learn IP Algortitm Implementations on a C6711 IDK Board interfaced to CCS. I'm having a problem...

hi everyone, I'm trying to learn IP Algortitm Implementations on a C6711 IDK Board interfaced to CCS. I'm having a problem when trying to load the application after building the project.A small window is splashing up with the message: "RTDX target application does n


codec initilization

Started by sandeep gajbhiye in TMS320c6x17 years ago

hi all !!! if i have comm_intr ( ); in C6711 --codec initilization, mcbsp, how this can be done in C6713.if i have in C6711 interrupt...

hi all !!! if i have comm_intr ( ); in C6711 --codec initilization, mcbsp, how this can be done in C6713.if i have in C6711 interrupt void int11 ( ) { input_ sample ( ); output_sample ( ); } how this can be done in C6713. --------------------------------- Want to start your own business? Learn how on Yahoo! Small Business.


C6711 and MATLAB Link..

Started by kaustubh sakhare in TMS320c6x18 years ago

I am working on C6711 and we have MATLAB 7.1 at our end. Can anybody tell me whether the Link between CCS and MATLAB can be established and rather...

I am working on C6711 and we have MATLAB 7.1 at our end. Can anybody tell me whether the Link between CCS and MATLAB can be established and rather if i have my MATLAB code with me then can it be dowloaded and performance analysed using DSP. I'll be very thankful if any certain guidance in implementation if i can get in this regard if any of us has worked/working on both of these. T...


DSP c6711

Started by shiva in TMS320c6x11 years ago 1 reply

hi I have written a simple program on C6711 Simulator to learn how to work with the board and CCS programming. The C program is written in 5...

hi I have written a simple program on C6711 Simulator to learn how to work with the board and CCS programming. The C program is written in 5 files and they've constructed a project. I've included the math and stdio libraries but some of the basic functions such as sin and also printf are undefined while I run the program. I don't know how can I solve this problem. would you please help me? ____...


HPI on C6711 DSK

Started by Anonymous in TMS320c6x19 years ago

Hi, I am using 6711 DSK in my work with ADS8364EVM AD converter, and I want to get the output using HPI on C6711 DSK and...

Hi, I am using 6711 DSK in my work with ADS8364EVM AD converter, and I want to get the output using HPI on C6711 DSK and access to the board from the host via a MS VC++. As we know no specific configuration is required for the HPI communication on the DSP side, every thing is done in the


Booting Process of C6711

Started by Anonymous in TMS320c6x23 years ago 2 replies

I have a question. For ROM boot process, the program located in an external ROM is copied to address 0 by the EDMA (for C6711). ...

I have a question. For ROM boot process, the program located in an external ROM is copied to address 0 by the EDMA (for C6711). Apparently this transfer is done automatically (I am guessing that we can specify which external ROM is to be transferred since it is most logical this way)


Lets discuss multiprocessor structure based on c6711

Started by baelroga in TMS320c6x21 years ago 3 replies

Hello, c6x! i have got a problem, How can i organize a multiprocessor structure (f.e. 8 processors c6711) with maximum...

Hello, c6x! i have got a problem, How can i organize a multiprocessor structure (f.e. 8 processors c6711) with maximum efficient of connect speed. What can be useful: Use global SRAM and make it accessible to all processors and/or use connections between processors


does some one wants to sell a Used working C6711 DSP Starter kit

Started by godavars in TMS320c6x21 years ago

I am a newbie and would like to start working on DSP processors.I would want to first check out if i am comfortable with them.I...

I am a newbie and would like to start working on DSP processors.I would want to first check out if i am comfortable with them.I checked that C6711 EVB costs 400 bucks.Seemed a little costly.So would like to know if anyone does'nt need their DSP kit anymore on upgrading themselves to


Compiler question + MP3 Encoder on C6711 DSK

Started by Anonymous in TMS320c6x21 years ago 7 replies

Hi All, Does anyone know if theres to force the CCS 2 compiler NOT to optimize a particular function/file? Some preprocessor...

Hi All, Does anyone know if theres to force the CCS 2 compiler NOT to optimize a particular function/file? Some preprocessor directive? Also, has anyone tried implementing an mp3 encoder/decoder on the C6711 DSK board? Thanks! ________________________


C6711 Problem (Wrong memory settings?)

Started by tamas_harczos in TMS320c6x21 years ago 1 reply

Hi there, I am trying to implement a realtime codec on a C6711. I use HWI_INT9 for an ISR function (driven by MCSP_0_Transmit)...

Hi there, I am trying to implement a realtime codec on a C6711. I use HWI_INT9 for an ISR function (driven by MCSP_0_Transmit) to read in and write out samples simultaneously. I am using a NON-ISR function to process data already read in. Now, if I add one more line (that actu


Problem with C6711 code building

Started by hariscorner in TMS320c6x20 years ago 3 replies

hi everyone, i started working on a new IDK c6711 kit recently. i'm getting a strange error when i'm building a project.it...

hi everyone, i started working on a new IDK c6711 kit recently. i'm getting a strange error when i'm building a project.it gives 9 errors in testcfg.s62 file. infact it gives same type of error for all the other examples projects provided with the software. errors r of t


Debugging questions for the C6711

Started by trutano in TMS320c6x20 years ago 2 replies

Hi, I am using the C6711 DSK with a THS1206 Daughter card (ADC with sampling rate up to 6Msps). Currently, my sampling...

Hi, I am using the C6711 DSK with a THS1206 Daughter card (ADC with sampling rate up to 6Msps). Currently, my sampling frequency is 100kHz. To perform the data acquisition, I am using an EDMA Channel (configured a channel and a reload) to transfer the data continously fr


simulink model built on c6711 dsk

Started by omnia_mohsen in TMS320c6x21 years ago 1 reply

hi everybody, we are working on our graduation project and we use the c6711 dsk kit and the audio daughter card to use them as...

hi everybody, we are working on our graduation project and we use the c6711 dsk kit and the audio daughter card to use them as transmitter once and then use it as a reciever . we built our system with matlab simulink blocks using the new version of matlab 6.5 which contains a blochse


C6711: save and restore context when entering an interrupt

Started by Anonymous in TMS320c6x21 years ago 2 replies

Dear All, I'm currently designing a little scheduler for the C6711 based on a timer interrupt because I don't want to be...

Dear All, I'm currently designing a little scheduler for the C6711 based on a timer interrupt because I don't want to be depending on DSP-BIOS. I did not find a documentation about saving and restoring context when entering an interrupt in assembly. Can anybody tell me the ord


C6711 McBSP and EDMA FYI

Started by dan_eyer in TMS320c6x22 years ago

We have been running a software UART through the McBSP on a C6711, based partly on the example code provided by TI. This setup ...

We have been running a software UART through the McBSP on a C6711, based partly on the example code provided by TI. This setup uses the EDMA to send UART-format data to the McBSP for transmission. I ran into a problem with the EDMA doing this, and found a wo


RE: Lets discuss multiprocessor structure based on c6711 -- semi commercial content!

Started by pete in TMS320c6x22 years ago

> So the question is how to organize a multiprocessor structure on > c6711 more efficiently (may be there were ready made projects...

> So the question is how to organize a multiprocessor structure on > c6711 more efficiently (may be there were ready made projects to > see), and how i can organize exchange of data between processors (not > using global SRAM). Please don't flame me for posting sem


edge detection on TMS320 c6711 DSK

Started by Unknown in TMS320c6x20 years ago 1 reply

Hi all, I'm trying to implement edge detection algorithm on the c6711 DSK,can anyone direct me to some documentation or a C...

Hi all, I'm trying to implement edge detection algorithm on the c6711 DSK,can anyone direct me to some documentation or a C source code.if any one has implemented image processing algorithms on the TMS320C6711 DSK please help me. i have coded the algorithm but i


320AD535 drivers for C6711 DSK

Started by zee_shan_anwar in TMS320c6x21 years ago 1 reply

Hi All, I am using C6711 DSK. I need to use on-board 320AD535 codec for audio I/O. However, I could not find the support in Data...

Hi All, I am using C6711 DSK. I need to use on-board 320AD535 codec for audio I/O. However, I could not find the support in Data Converter Plug-Ins (DCP) to generate the driver files for 320AD535. Can anyone please help me by either sending me a CCS patch that add the DCP suppo


C6711 DSK connection problem

Started by rworne in TMS320c6x21 years ago 1 reply

I have a C6711 DSK and a Spectrum Digital XDS510PP w/ a full Code Composer Studio. I was working on some interrupt code when...

I have a C6711 DSK and a Spectrum Digital XDS510PP w/ a full Code Composer Studio. I was working on some interrupt code when the PC decided to take a road trip and locked up the card. Now when the card is reset, the three LEDS stay lit and I cannot get the card go


Uart Interface

Started by farooq muzammil. in TMS320c6x18 years ago

Hello to all, I m using UART(1650) with the C6711 board, i have written the interface, i give some data to dsp processor from pc through that...

Hello to all, I m using UART(1650) with the C6711 board, i have written the interface, i give some data to dsp processor from pc through that UART and then my outputs are loop back through same via to pc. This interface is no working, i don't know why? no compiling, errors. Its a run time error. Kindly someone give me a sample program to interface UART with c6711? I