Forums Search for: TMS320C6713
ROM HEX file format for DSP Platforms (TMS320C6713)
Is there a particular file format that is normally used for program files written to flash to boot a DSP? I'm assuming that a COFF file isn't...
Is there a particular file format that is normally used for program files written to flash to boot a DSP? I'm assuming that a COFF file isn't simply converted to an Intel HEX format and transferred, but that some relocation points are taken care of and code is moved around. Does it vary by who builds the platform? I've written a couple of programs that can combine multiple Intel hex...
support files for dsp board???????????????
inhi everyone, i am new at learning dsp board programming.I am using tms320c6713 board. The IDE that comkes with this board is CCS.I was...
hi everyone, i am new at learning dsp board programming.I am using tms320c6713 board. The IDE that comkes with this board is CCS.I was running some practice examples in this environment.There are some support files that are needed to build the project e.g. C6713dskinit.c, C6713dskinit.h, C6713dsk.cmd, Vectors_intr.asm, Vectors_poll.asm. In one of examples i was asked to change one of...
TMS320C6713 MCBSP FSX Problem
Dear All, I have been using external clock for MCBSP. FSX signal has been generated on every DXR2XSR shift. I have been interfacing McBSP with...
Dear All, I have been using external clock for MCBSP. FSX signal has been generated on every DXR2XSR shift. I have been interfacing McBSP with HI-15530. FSX has been generated but it has not been activating the encoder. Because we are applying FSX Pulse directly on Encoder Enable pin of HI-15530. I have measured Voltage level of FSX signal through Volt Meter. It was something round abou...
DSP Starter KIt TMS320C6713 for sale
Hi, I have a DSP Starter kit for sale... http://www.ti-estore.com/Merchant2/merch ant.mvc? Screen=PROD&Product_Code=TMDSDSK6713-0E...
Hi, I have a DSP Starter kit for sale... http://www.ti-estore.com/Merchant2/merch ant.mvc? Screen=PROD&Product_Code=TMDSDSK6713-0E Its hardly used and I want to sell it soon. Online its available for $395 however I shall go for any good offer. willing to post it to anywhere in
Help test TMS320C6713 own board!
inHi, I have a project making my own DSP board for speech synthesis. I have a question: How can I know whether my TMS320C6713BPYP has read my...
Hi, I have a project making my own DSP board for speech synthesis. I have a question: How can I know whether my TMS320C6713BPYP has read my program code from eternal flash? I use my osiloscope to measure and see that, at reset, my TMS has send addess to addess bus, pin OE,WE,CE has been cofigured correctly, data from external flash has been out, but I measure pin ECLKOUT
Help with TMS320C6713PYP own board.
Hi, I had bought TMS320C6713 DSK for a speech synthesis project. My project work well with this kit. But now I want to make my own...
Hi, I had bought TMS320C6713 DSK for a speech synthesis project. My project work well with this kit. But now I want to make my own board. I have tried but it hasn't worked. So can you have me by anyway, can you help me review my Protel board? _______
Embedded C++ and C++ Exceptions
inI'm using C++ on a TMS320C6713. I'm using CCS 3.1.23 with code generation tools v5.1.0. I have been using the compiler option related to...
I'm using C++ on a TMS320C6713. I'm using CCS 3.1.23 with code generation tools v5.1.0. I have been using the compiler option related to Embedded C++ (-pe) but I wanted to use exceptions in my code for some error handling, so I stopped using that option. I started by adding a try block around the code in question, and a catch block below that. I got error messages: "myfile.cpp",...
error in example 2.1 of rulph chassaing book
hi,everyone.I am using tms320c6713 DSK.i tried to run exaple 2.1 "Loop_intr.c".of chassaing's book "Digital Signal Processing and Applications...
hi,everyone.I am using tms320c6713 DSK.i tried to run exaple 2.1 "Loop_intr.c".of chassaing's book "Digital Signal Processing and Applications with the C6713 and C6416 DSK". Following error occured ""c:/ti/c6000/bios/include/csl_chiphal.h", line 206: fatal error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201) 1 fatal error detected in the compilation of "Loop...
external Interrupt problem 2
inHi friends I want to setup an external interrupt on the tms320c6713. I configure a GPIO pin as input and configure this pin for external...
Hi friends I want to setup an external interrupt on the tms320c6713. I configure a GPIO pin as input and configure this pin for external interrupt. I give it a pulse from signal generator and can see the pulse value in the GPVAL register, but its interrupt don't occur. Please help me! With best regards. my code is as below: #include #include #include #incl
Programming Flash via DSP JTAG
inI am preparing to move a project past the TMS320C6713 demo board stage and onto custom hardware. Because the final project requires only a...
I am preparing to move a project past the TMS320C6713 demo board stage and onto custom hardware. Because the final project requires only a fraction of the capability (complexity) of the demo board, the system has been stripped down to a power supply, DSP, audio codec, and flash memory (for program storage only). We would like to be able to reprogram the flash memory in-system, and if my unders...
understanding TI Code Composer Studio versions, patches, and upgrades.
inI am doing development on a custom board connected to my machine via a Spectrum Digital XDS510USB JTAG device.. The board I'm working with...
I am doing development on a custom board connected to my machine via a Spectrum Digital XDS510USB JTAG device.. The board I'm working with is based on a TMS320C6713 dsp. When I bring up the about box for code composer studio, I get Code Composer Studio Version 3.1.23, and code generation tools v5.1.0. If I do a check for updates under the Help-> Update Advisor it lists optional code
simulation of audio stream with code composer studio
Hi everybody, I'm new in DSP world... I have to realize an audio equalizer with the TMS320C6416 DSK or TMS320C6713 DSK (I don't yet choose the...
Hi everybody, I'm new in DSP world... I have to realize an audio equalizer with the TMS320C6416 DSK or TMS320C6713 DSK (I don't yet choose the board). For the moment I'd like to simulate my algorithm with the simulators provided by code composer studio. I generate my project by using the link for ccs provided by Matlab. My question is: how can I simulate an audio input/output stream? Can I ...
TMS320C6713 MCBSP with external clock
inI want to use MCBSP with external clock source. I configured CLKX and CLKR as inputs. FSX is configured to generate frame sync on every DXR2XSR...
I want to use MCBSP with external clock source. I configured CLKX and CLKR as inputs. FSX is configured to generate frame sync on every DXR2XSR transfer. FSR is driven by external frame sync signal. The data is not transferred to XSR from DXR so Frame Sync has not been generated. actually XRDY is zero and didn't get one but XEMPTY bit is one when I reset and set again the XRST with code compo...
Big problem of pingpong buffer
Hello all, I have a big problem when I am using TMS320C6713. The data flow is that ADC collects signal and transfer into FPGA, using EDMA,...
Hello all, I have a big problem when I am using TMS320C6713. The data flow is that ADC collects signal and transfer into FPGA, using EDMA, DSP reads the data into ping & pong buffers on chip RAM. I view the waveform of ping & pong in CCS3.3. First, I use function generator to generate a 100 kHz sine signal. I find that when EDMA writes to ping, the waveform of ping is not right, but p...
TMS320C6713B
Hi, ? ? I have brought TMS320C6713B starter Kit. all the things are working fine. now i want to write the code and burned into the flash. Can...
Hi, ? ? I have brought TMS320C6713B starter Kit. all the things are working fine. now i want to write the code and burned into the flash. Can i directory burn the test.out file into the flash? what is the format of code composer studio output(test.out), is it in hex ,binary file or any other format? Second thing, how can i write code for TMS320C6713? is TMS320c6713B require only TMS320C60...
EDMA transfering 16 bits elements slower than 32 bits ???
inI work with TMS320C6713 processor. I have a strange problem now - I want to use EDMA to transfer 16 bits elements instead of 32 bits. And it seems...
I work with TMS320C6713 processor. I have a strange problem now - I want to use EDMA to transfer 16 bits elements instead of 32 bits. And it seems the transfer is slower. I didn't measure the time differences, but the data is spoiled in the 16 bits case if it exceeds some length. Becuase the process is periodical I conclude that by 16 bits the speed of the transfer is low and data at the source ad...
Small bug fix in the TMS320C6713 SDK Flash code
inHi All, I'm new to the list and i'm sure i'll have a lot of questions to ask in the future !
Hi All, I'm new to the list and i'm sure i'll have a lot of questions to ask in the future !
Data Acquisition using AD9954, DMA, and ways to optimize TMS320C6713 usage while data collection is in progress
inI am doing data acquisition on a system based around a 6713 dsp. I?m using a signal generator (Analog Devices AD9954) to generate a chirp...
I am doing data acquisition on a system based around a 6713 dsp. I?m using a signal generator (Analog Devices AD9954) to generate a chirp signal and an ADS8401 Analog-to-digital converter to capture the data. I?ve got the AD9954 (using Linear Sweep Mode) set with two directional ramps, so I set a pin and it starts at the bottom frequency of the ramp and goes to the top frequency in howe...
Errors Building Simulink Model on DSK 6713
Hi Everyone, I am asif doing comp engg from bahria university karachi pakistan,my final year project title is "Design and implementation of...
Hi Everyone, I am asif doing comp engg from bahria university karachi pakistan,my final year project title is "Design and implementation of Real time CDMA based wireless voice and data communication link using TI TMS320C6713" Rite now i am doing my final year project on dsp 6713,i am implementing CDMA communication system using 6713. To escape the extra work in writing c code, i a...
Errors building Simulink model for DSK 6713
Hi Everyone, I am asif doing comp engg from bahria university karachi pakistan,my final year project title is "Design and implementation of...
Hi Everyone, I am asif doing comp engg from bahria university karachi pakistan,my final year project title is "Design and implementation of Real time CDMA based wireless voice and data communication link using TI TMS320C6713" Rite now i am doing my final year project on dsp 6713,i am implementing CDMA communication system using 6713. To escape the extra work in writing c code, i am trying...