DSPRelated.com

Need help on running Simulink model for C6713 DSK

Started by nshr...@msn.com in TMS320c6x16 years ago

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


Interfacing C6713 DSK to PC

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

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


Help Regarding HPI interface on c6713

Started by hari in TMS320c6x17 years ago 3 replies

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


connection of matlab and DSK c6713

Started by d0m1...@yahoo.com in TMS320c6x17 years ago

hi all.... I'm new about using DSK c6713.can anybody help me to connect DSK c6713 with matlab simulink so that i can simulate my final project...

hi all.... I'm new about using DSK c6713.can anybody help me to connect DSK c6713 with matlab simulink so that i can simulate my final project about smart antenna...I appreciate all of your guidance. thanks.... best regards, domi


Please help me about C6713 HPI problem?

Started by jyzh...@sina.com in TMS320c6x16 years ago 4 replies

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


C6713 HPI loader problem

Started by jyzh...@sina.com in TMS320c6x16 years ago

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?

Started by jyzh...@sina.com in TMS320c6x16 years ago

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


CCS v3.1- PE and DSK C6713 problems

Started by 2610...@alunos.isel.ipl.pt in TMS320c6x17 years ago 2 replies

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


floating-point on DSK C6713

Started by antoniopoi83 in TMS320c6x16 years ago

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


C6713 and c6711

Started by sandeep gajbhiye in TMS320c6x16 years ago 1 reply

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


Re: CCS v3.1- PE and DSK C6713 problems

Started by gius...@libero.it in TMS320c6x16 years ago

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


how to do image processing on C6713 DSK

Started by "nust.bee279" in TMS320c6x16 years ago

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 ADC Code- Help Needed

Started by B S in TMS320c6x13 years ago 3 replies

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 + LCD Display

Started by georg laban in TMS320c6x17 years ago 2 replies

hi! i've got a c6713 board and i want to use a LCD Display (1 row, 16 signs) to show what process is running. does anybody know what type of...

hi! i've got a c6713 board and i want to use a LCD Display (1 row, 16 signs) to show what process is running. does anybody know what type of display is the best or does anybody have got a good tutorial about learning to controll an LCD Display by using an c6713? thanks georg! ps: sorry for the bad english. ___________________________________________________________ Telefonate ohne...


Programming flash with JTAG and C6713

Started by z_11...@yahoo.com in TMS320c6x16 years ago 2 replies

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


Interfacing ADS7881EVM with C6713 DSK

Started by B S in TMS320c6x13 years ago

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


Avnet USB to C6713 DSK

Started by boin...@cse.uta.edu in TMS320c6x18 years ago

Hello, I posted to the group during the summer with a question about Avnet's USB working with the C6713 DSK. I finally got the two working...

Hello, I posted to the group during the summer with a question about Avnet's USB working with the C6713 DSK. I finally got the two working together. Nobody responded to my email with positive info so here is what I did. I recompiled Avnet's example code for the c6416 DSK for the C6713 DSK with the minor changes of changing all the calls to the C6416bsl to the correcp


C6713 -> C6727

Started by Bernhard 'Gustl' Bauer in TMS320c6x18 years ago 4 replies

Hi, has anybody tried the C6727 already? I've a project on a C6713. I want increase the speed of this project. I've somewhere read that...

Hi, has anybody tried the C6727 already? I've a project on a C6713. I want increase the speed of this project. I've somewhere read that C6727 should be 20% faster than C6713 (same CPU frequency). Can someone confirm this? CCS 3.1 should be capable of generating the C6727 specific code. I've CCS 2.2 and before I spend a lot of money on a ne


socket for C6713

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

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


AM29LV160 can not be program on C6713!

Started by thom...@people.com.cn in TMS320c6x17 years ago 1 reply

Hello,everyone.I am so glad to find help here.My question is that I have a dsp board,which designed by myself,and processor is...

Hello,everyone.I am so glad to find help here.My question is that I have a dsp board,which designed by myself,and processor is TMS320C6713B,using AM29LV160DT for bootload the software. But I can not erase the flash,even read device id failed, while read data from flash is right, so I can not understand why this happen. The connection between c6713 and AM29LV160DT as follow: C6713 ...