Forums Search for: C6713
Need help on running Simulink model for C6713 DSK
I am trying to run simple simulink model for C6713 DSK embedded target. I used Real time workshop to generate C code to run on C6713 DSK from...
I am trying to run simple simulink model for C6713 DSK embedded target. I used Real time workshop to generate C code to run on C6713 DSK from Digital spectrum. I am using CCS 3.3 evaluation version. And my model consists of "line in C6713 DSK ADC" block is directly connected to "C6713 DSK DAC" and C6000 Target Preference C6713 DSK blocks. I was able to successfully build and generate code in C. H...
Programming flash with JTAG and C6713
Dear all I have a design with C6713. I want to program flash with c6713 and JTAG. Can I use JTAG for first boot configuration? How? How can I...
Dear all I have a design with C6713. I want to program flash with c6713 and JTAG. Can I use JTAG for first boot configuration? How? How can I program flash in this condition (by JTAG) before any initializing or configuration on c6713? If C6713 need special configuration, please guide me. Is it possible to changing boot mode to EMIF boot and copy my data from flash then run program? Really a...
Help Regarding HPI interface on c6713
Hi, i have an assignment which needs to get realtime inputs through HPI Interface on C6713. I studied the spru578.pdf and C6713 processor...
Hi, i have an assignment which needs to get realtime inputs through HPI Interface on C6713. I studied the spru578.pdf and C6713 processor spec. i understood little how C6713 connected to Host through HPI. According to my view, HPIC - Control register which inits the interface and plays a key role on communication (for setting HINT,DSPINT..) HPIA - Address register HPID -Data register(wh...
C6713 and c6711
hi there ! i am working speech coding what are the points to be taken into consideration while transferring the code from C6711 to C6713 ...
hi there ! i am working speech coding what are the points to be taken into consideration while transferring the code from C6711 to C6713 i have code on C6711 and also having rulph chassing book for DSp application on C6713 C6711 code has write using chaasaing book................................................. i have necesary support files for the C6711 and C6713 both ,...
how to do image processing on C6713 DSK
hi...i have c6713 DSK and i am trying to do real time image processing on it but the problem is that C6713 doesn't support image...
hi...i have c6713 DSK and i am trying to do real time image processing on it but the problem is that C6713 doesn't support image processing...can any body tell me the appropriate daughter card for doing image processing on C6713 DSK....please reply soon
C6713 HPI loader problem?
Dear all; I am working on a C6713 based board, the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor and bootloader...
Dear all; I am working on a C6713 based board, the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor and bootloader program are very like to "Implementing the C6xxx HPI Boot Process"(spra512). if I load following program from HPI: // timer1 set; The output wave can been seen in pin13 "pin_name = tout1". #define CTL1 (unsigned int*) 0x01980000 #define PRD1 (uns...
C6713 HPI loader problem
Dear all; I am working on a C6713 based board, the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor and bootloader...
Dear all; I am working on a C6713 based board, the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor and bootloader program are very like to "Implementing the C6xxx HPI Boot Process"(spra512). if I load following program from HPI: // timer1 set; The output wave can been seen in pin13 "pin_name = tout1". #define CTL1 (unsigned int*) 0x01980000 #define PRD1 (uns...
Please help me about C6713 HPI problem?
Dear all; The prolem entangle me two weeks! I am working on a C6713 based board , the host is C5402 and the DSP is C6713. Connecting the C6713...
Dear all; The prolem entangle me two weeks! I am working on a C6713 based board , the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor C5402 and bootloader program are very like to "Implementing the C6xxx HPI Boot Process"(spra512). if I load following program through HPI: // timer1 set; The output wave can been seen in pin13 "pin_name = tout1". #define CTL1 (un...
floating-point on DSK C6713
Hi everybody, just a simple question: are there some simulink libraries for DSK C6713 that support floating-point data? The Matlab help...
Hi everybody, just a simple question: are there some simulink libraries for DSK C6713 that support floating-point data? The Matlab help says that C62x DSP library is compatible with the DSK C6713, but all block only accept input of Q.15 (fixed point) data type. But, isn't C6713 a floating-point DSP??? Thank you. Antonio Check Out Industry's First Single-Chip, Multi-Format, Real-Ti...
CCS v3.1- PE and DSK C6713 problems
Hello, I'm a student trying to work with Real Time Workshop and DSK C6713. Because of the Link to Code Composer Studio in the Malab2006a I must...
Hello, I'm a student trying to work with Real Time Workshop and DSK C6713. Because of the Link to Code Composer Studio in the Malab2006a I must use CCS v3.1, but the Kit only bring the CCS v2.1. After I install the CCS v3.1- PE and try to import the 'driver' of DSK C6713 existing in CCS v2.1 the setup from CCS v3.1 give one error saying 'Check that device drivers actually exist'. What can I d...
Re: CCS v3.1- PE and DSK C6713 problems
I am in the same situation. could I download the driver form somewhere?? Hello, > > I'm a student trying to work with Real Time Workshop...
I am in the same situation. could I download the driver form somewhere?? Hello, > > I'm a student trying to work with Real Time Workshop and DSK C6713. Because of the Link to Code Composer Studio in the Malab2006a I must use CCS v3.1, but the Kit only bring the CCS v2.1. > After I install the CCS v3.1- PE and try to import the 'driver' of DSK C6713 existing in CCS v2.1 the setup from CCS v3.1
Generating code with Simulink, Real Time Workshop and Code Composer 3.3
I tried to run C code generated by using Simulink and Real Time Workshop on Digital Spectrum DSK C6713. I am using CCS 3.3 , Matlab (14P3),...
I tried to run C code generated by using Simulink and Real Time Workshop on Digital Spectrum DSK C6713. I am using CCS 3.3 , Matlab (14P3), Real Time Workshop ver 6. I was able to generate ANSI C successfully. The simulink model I used have only two blocks "Line In C6713 ADC" block directly connected to "Line Out C6713 DAC" with DSKC6713 Traget Preference block. This model suppose to tra...
Interfacing C6713 DSK to PC
Hi, I need to send some data from the C6713 DSK to PC. I prefer to save it as a file as well. Where can I find some information on this? Any...
Hi, I need to send some data from the C6713 DSK to PC. I prefer to save it as a file as well. Where can I find some information on this? Any help provided in libraries or documentation of the C6713 DSK? Regards
Re: Generating code with Simulink, Real Time Workshop and Code Composer 3.3
I tried to run C code generated by using Simulink and Real Time > Workshop on Digital Spectrum DSK C6713. I am using CCS 3.3 , Matlab >...
I tried to run C code generated by using Simulink and Real Time > Workshop on Digital Spectrum DSK C6713. I am using CCS 3.3 , Matlab > (14P3), Real Time Workshop ver 6. I was able to generate ANSI C > successfully. The simulink model I used have only two blocks "Line In > C6713 ADC" block directly connected to "Line Out C6713 DAC" with > DSKC6713 Traget Preference block. This model suppo
socket for C6713
Hi I'm looking for a socket (BGA to PGA) for C6713.does anybody know its part number? Or how can I find it? I search and find some PGA socket...
Hi I'm looking for a socket (BGA to PGA) for C6713.does anybody know its part number? Or how can I find it? I search and find some PGA socket but not suitable for c6713. Best regards zahra Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Which book to follow to learn c6713
Hello, I want to learn to use Texas Instruments DSP c6713 and I have heard that Dr. Rulph Chassaing's book on it is best (DSP with applications to...
Hello, I want to learn to use Texas Instruments DSP c6713 and I have heard that Dr. Rulph Chassaing's book on it is best (DSP with applications to c6713 & c6416) Now, my question is that, there ar two editions of the book First one is written by Dr. Chassaing himself Second edition is written by another author after Dr. Chassaing's death, using excerpts from the first edition. The auth...
Interfacing ADS7881EVM with C6713 DSK
Hi, I need to interface an ADC with C6713 processor, I got ADS7881EVM which is 12-bit ADC along with 5-6K interface board but I don't have...
Hi, I need to interface an ADC with C6713 processor, I got ADS7881EVM which is 12-bit ADC along with 5-6K interface board but I don't have any idea how to interface them with C6713. I read some documents by TI but didn't benifit much. I would really appreciate if some one help me getting started. Looking forward for any help. BR, BS
C6713 ADC Code- Help Needed
Hi, I have to sample a real time analog signal for my application, I have seen the sampling example for C6713 but couldn't get much of it. Can...
Hi, I have to sample a real time analog signal for my application, I have seen the sampling example for C6713 but couldn't get much of it. Can any one please provide me simple code for sampling 1KHz sinewave using C6713 ADC ? Thanks.
C6713 simulator Error
Hi everyone, System: C6713 Device cycle accurate simulator ( CCS3.3) -> Simulates C6713 processor -> Supports L1P, L1D, L2 Cache, EDMA,...
Hi everyone, System: C6713 Device cycle accurate simulator ( CCS3.3) -> Simulates C6713 processor -> Supports L1P, L1D, L2 Cache, EDMA, QDMA, Timer(2), EMIF interfacing with async and SDRAM Memory models, McBSP(2), interrupt selector. My system: EDMA configured to acquire data in ping pong buffers mapped in external memory. A timer event is used to produce EDMA interrupt. In one sec ping
Inconsistent failure programming C6713 DSK with CCS 3.1
Hi All, I have purchased the book "Digital Signal Processing and Applications with the C6713 and C6416 DSK (by Rulph Chassaing, 2005)" as a...
Hi All, I have purchased the book "Digital Signal Processing and Applications with the C6713 and C6416 DSK (by Rulph Chassaing, 2005)" as a reference to implement digital signal processing routines using the C6713 DSK and CCS 3.1. I have successfully executed the examples provided by Dr. Chassaing in chapters 1 e 2, but with some minor modifications due to warning messages that appeared when I ...






