DSPRelated.com

Assembly Program

Started by Manish Ranade in TMS320c6x21 years ago 1 reply

Hi, I am using TMS320C6711. I am writing assembly code for Haar wavelet and I am calling that funtion from C code. When I...

Hi, I am using TMS320C6711. I am writing assembly code for Haar wavelet and I am calling that funtion from C code. When I run that program CPU keeps running and hangs in the end. when i saw the values of registers by using watch window, values are correct.


Audio I/O with PCM3003 and DSP/BIOS

Started by jaleitao2003 in TMS320c6x21 years ago

Hi, I'm using a TMS320C6711 DSP with a PCM3003 Audio Daughter card. Can anybody explain me how to configure the DSP/BIOS (for...

Hi, I'm using a TMS320C6711 DSP with a PCM3003 Audio Daughter card. Can anybody explain me how to configure the DSP/BIOS (for RTDX usage) on a program that uses hardware interrupts (like 'loop_intr_pcm' by R. Chassaing)? This is what I am doing (please correct):


Problem with IT

Started by Mich...@zenitel.biz in TMS320c6x18 years ago

Hi, I work with the TMS320C6711 using CCS2 and a Blackhawk XDS560 USB Emulator. My application is loaded on a SRAM at adress 0x80000000...

Hi, I work with the TMS320C6711 using CCS2 and a Blackhawk XDS560 USB Emulator. My application is loaded on a SRAM at adress 0x80000000 using a second level bootloader. A timer IT (IT14 - Timer 0) is programmed to be executed every 10ms. The interrupt routine adress is in the SRAM plage adress. When I initialize the ISTP base adress at location 0x400, the


Need help on 6713 DSK program

Started by nabin181 in TMS320c6x19 years ago

Hello all, I am trying to run "example 1.1 Sine Generation with eight points" written for TMS320C6711 DSK from Rulph Chassing's...

Hello all, I am trying to run "example 1.1 Sine Generation with eight points" written for TMS320C6711 DSK from Rulph Chassing's book DSP Applications Using C and TMS320C6x DSK on TMS320C6713 DSP. Program compiles OK and seems to be running but nothing happens when I listen to signal using a head phone. The program supposed to


Sending an alarm beep from TMS320C6711

Started by Anonymous in TMS320c6x20 years ago 1 reply

Dear sirs! I am developing an image processing application using Code Composer Studio and TI TMS320 C6711 board. As input and...

Dear sirs! I am developing an image processing application using Code Composer Studio and TI TMS320 C6711 board. As input and output I'm using a video daughterboard, thus are audio jacks free. At the time of DSP initialization, a 1 kHz beep is heard on the audio out. No


RTDX and Visual C++ without CCS

Started by Anonymous in TMS320c6x22 years ago 2 replies

Hi all, I am using TMS320C6711 DSK with Code Composer v1.23. I wrote a program using Code Composer to send number stored in an...

Hi all, I am using TMS320C6711 DSK with Code Composer v1.23. I wrote a program using Code Composer to send number stored in an array to McBSP, using interrupt-driven method (XINT1). That was working fine as I can see the bit patterns (1s and 0s) of the number sent to McBSP


Loopback at McBSP in 6711

Started by dipakonline2 in TMS320c6x18 years ago 7 replies

Hi Friends, I need some help to solve the an issue. I am using 2 DSP boxes i.e. tms320c6711 & tms320c6701.I have configured the McBsp1 of...

Hi Friends, I need some help to solve the an issue. I am using 2 DSP boxes i.e. tms320c6711 & tms320c6701.I have configured the McBsp1 of DSP-I(6711) to send the data to the DUART of DSP-II(6701). I am using a standard off-the-shelf RS232 cable to connect McBsp1 of DSP-I to the DUART of DSP-II. Now the problem is that, although most of the time we get p


AD535 read without BSL?

Started by the_visitor_or_not in TMS320c6x17 years ago

Hey everybody, Trying to read some signal coming from the jack input of a TMS320C6711 DSK for my student project, I saw there was a...

Hey everybody, Trying to read some signal coming from the jack input of a TMS320C6711 DSK for my student project, I saw there was a possibility to use some API called Board Support Library BSL (see spru432). However, I understood that BSL was no longer supported by TI, so that BSL files are not included with Code Composer (at least, Code Composer v2.1). Is there another way to get the...


paralled port connection

Started by jimmy huang in TMS320c6x21 years ago

dear all, i am now using tms320c6711 dsk board in my student project. i use spp mode to communicate the paralled port to my...

dear all, i am now using tms320c6711 dsk board in my student project. i use spp mode to communicate the paralled port to my pc printer port. it can not initialize the target cpu when i start to use ccs. error-1101 stated that check the target power and jtag


What is the maximum frequency of blinking user_leds of TMS320C6711 starter kit?

Started by smprzemek in TMS320c6x21 years ago

Hello, I've written similar program to dskblink in C:\ti...folder which is shown below. include #include #include...

Hello, I've written similar program to dskblink in C:\ti...folder which is shown below. include #include #include "c6711dsk.h" unsigned int ledstatus = 0x07000000; void delay(); /* my function #define LED1


Using a pin on tms320c6711's Doughterboard I/F for output (set it on 1 or 0)??

Started by bednarikb in TMS320c6x20 years ago 4 replies

I need a pin on the doughterboard I/f (i don't have any doughterboard, I just need a simple pin from I/F) for midi communication on...

I need a pin on the doughterboard I/f (i don't have any doughterboard, I just need a simple pin from I/F) for midi communication on 32000 baud (just one way communication - sending midi data - ones and zeros) . any suggestion how to do that, which pin can I use?how? any example?


missing file in DSK6711?

Started by Nalin Pithwa in TMS320c6x21 years ago

Hi, I have bought a TMS320C6711 DSK kit and am going thru the given tutorial, esp. "Project Management". The CCS version is...

Hi, I have bought a TMS320C6711 DSK kit and am going thru the given tutorial, esp. "Project Management". The CCS version is 2.10.00. In the section, "Creating a Library Project", step 9 says: Browse to c:\ti\tutorial\target\maxminmath\, select maxminlibrary


How to transfer data using Parallel Port of DSK 6711?

Started by Hiren Gajjar in TMS320c6x19 years ago 1 reply

Respected Memebers, I have an application on TMS320C6711 IDK which is DSK 6711 with the daughter video card. I need to take ...

Respected Memebers, I have an application on TMS320C6711 IDK which is DSK 6711 with the daughter video card. I need to take the images from the video and by applying the optic flow algorithm, driving the vehicle. The idea is to have a driver less vehicle wh


6711

Started by "M.E.Deepak Babu" in TMS320c6x14 years ago 1 reply

Hi people the book Mr.William referred to me was Communication System Design Using DSP Algorithms: With Laboratory Experiments for the...

Hi people the book Mr.William referred to me was Communication System Design Using DSP Algorithms: With Laboratory Experiments for the TMS320C6701 and TMS320C6711 by Steven A.Trett. The book contained details about complex DSP algorithms for comm sys design as the title suggests but i need references for Image Processing, like, as i am a novice i am unable to find how to capture a frame from a ...


question: where is the output-funtion ??

Started by olaf636 in TMS320c6x21 years ago

hey folks ! i'm a student and have to connect two and more TMS320C6711-DSPs, but have work with DSPs never before. now i have a...

hey folks ! i'm a student and have to connect two and more TMS320C6711-DSPs, but have work with DSPs never before. now i have a simple program to output a sinewave to the AD535-DAC, and my problem is to find the funtion, which calls the ISR "c_int11 ()"-funtion in &qu


DSK6711 is driven me crazy: CSL & McBSP0 problem!

Started by the_visitor_or_not in TMS320c6x17 years ago 2 replies

Hi decent members, I am working on my Master's Project, and having troubles with the DSK I have to work on: TMS320C6711 One of my tasks...

Hi decent members, I am working on my Master's Project, and having troubles with the DSK I have to work on: TMS320C6711 One of my tasks consists in acquiring some digital data: I am thinking about using the Jack Input from MotherBoard to get it done. Therefore, I am trying to access McBSP0 with CSL tools: but it is getting me crazy, I can't figure out how to make the McBSP0 work! Howe...


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


Questions about the use of the DSPlib FFT functions on TMS320C6711

Started by dukke3d in TMS320c6x18 years ago 1 reply

Hello I'm trying to simulate an FFT and an iFFT (with code composer studio)using functions in DSPlib, in particular i'm using ...

Hello I'm trying to simulate an FFT and an iFFT (with code composer studio)using functions in DSPlib, in particular i'm using DSPF_sp_fftSPxSP function. I have made to work with success the following code: #define CHIP_6711C #include #include #include #include #in


emif project

Started by yunusemrebora in TMS320c6x16 years ago

hi.i have a project of Naim Dahnoun about emif for tms320c6711.If i try to build it in CCS 3.1 with simulator(it includes only simulators), it...

hi.i have a project of Naim Dahnoun about emif for tms320c6711.If i try to build it in CCS 3.1 with simulator(it includes only simulators), it has no error.But if i try to build it with the ccs v2.10 for tms3206711dsk,it has 20 errors.i checked the project both of the ccs's and i saw that some files are in different places.for example in ccs3.1 inoutcfg.cmd file is in generated files,in ...


Questions about dspf_sp_cfftr2_dit

Started by fran...@yahoo.it in TMS320c6x14 years ago

Hi boys,I've a question regarding implementation of fft on tms320c6711 on a dsk6711: My code's critical part is essentially an interroupt driven...

Hi boys,I've a question regarding implementation of fft on tms320c6711 on a dsk6711: My code's critical part is essentially an interroupt driven function that has to do the fft, so I've /*INCLUDES*/ [...] #define N 2048 // Or every radix-2 number > 3, points of fft /*PROTOTYPES*/ void bit_rev(float *x,int n); //