DSPRelated.com

WLAN/Bluetooth modul for c6713?

Started by Sven in TMS320c6x17 years ago

Hi! i used the dsk 6713 devlopers board for a while now. Iam searching for a wlan/bluetooth solution for transfering the encoded audio data...

Hi! i used the dsk 6713 devlopers board for a while now. Iam searching for a wlan/bluetooth solution for transfering the encoded audio data to a PC. Does anyone of you know where i can buy extension-module's or developer kit's for those purposes? It would be cool if there where modules that are shipped with example-software or even drivers for TI's RTOS. The extension module should not...


bootloader

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

Dear all I am looking for a secondary bootloader for C6713. I followed spra999a and wrote secondary bootloader as same as spra999a, after...

Dear all I am looking for a secondary bootloader for C6713. I followed spra999a and wrote secondary bootloader as same as spra999a, after programming flash, I saw flash memory and code was written in flash but program not running on DSP after reset. Please support me. Tanks Zahra


newbie question: separate a stereo sound into left and right channels

Started by wei li in TMS320c6x20 years ago

Dear List: I have a question regarding AIC23 Codec on a C6713 board. I used the following command trying to get a sample of...

Dear List: I have a question regarding AIC23 Codec on a C6713 board. I used the following command trying to get a sample of sound input from line in: Uint32 mySample; DSK6713_AIC23_read(hCodec, &mySample); which is successful. Then I try to use:


Re: Re: when 6713 is as slave, can it detect the nack?

Started by in TMS320c6x17 years ago

Thanks for your help! According to your discuss, the slave must receive NACK when multi-byte transmit.Unfortunately, my application of c6713 does...

Thanks for your help! According to your discuss, the slave must receive NACK when multi-byte transmit.Unfortunately, my application of c6713 does not detect the NACK, neither using of NACK interrupt nor checking the NACK bit in state register. LZ ??2007-06-05??"Richard Williams" ????? > Bernard, > > Its' my failing memory. > For an excuse, I haven't written a


memory access time

Started by "H.264encoderondm642" in TMS320c6x17 years ago 1 reply

I just want ask simple question. This is with regard to c6713. What is no. of cycles required to fetch instruction if it is located in sdram...

I just want ask simple question. This is with regard to c6713. What is no. of cycles required to fetch instruction if it is located in sdram assuming cache miss? What is time required to fetch instruction from internal memory ie sram for same? Thanks and Regards, Nilesh --------------------------------- Be a better Heartthrob. Get better relationship answers from someone who knows. ...


bypass antialiasing filter of TLV320AIC23

Started by mursel onder in TMS320c6x17 years ago 3 replies

Hello, I have been using C6713 DSK. My question is; Is there antialiasing filter in front of AIC23 codec of DSK. If yes, can bypass (omit,...

Hello, I have been using C6713 DSK. My question is; Is there antialiasing filter in front of AIC23 codec of DSK. If yes, can bypass (omit, cancel) it? In other words, can I sample over 48 kHz frequencies with aliasing intentionally. Tnx. --------------------------------- Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta.


PSK Modem - Synchronisation

Started by jame...@btinternet.com in TMS320c6x13 years ago 1 reply

Hi everyone, I have been learning and experimenting with digital communications and the C6713 DSK for a few months now: and I need some...

Hi everyone, I have been learning and experimenting with digital communications and the C6713 DSK for a few months now: and I need some guidance to 'untangle' my mind! Basically, I wish to develop a simplex modem across a wireless channel. For starters, I have managed to implement a BPSK simplex modem between two DSK boards which assumes no carrier frequency offset (i.e. no phase lock loop) ...


Retrieving Data in Boot Flash Mode

Started by B S in TMS320c6x13 years ago

Hi, I am working on the development of a system using C6713 DSP that has to boot from Boot?Flash. I am intending to run the DSP for couple of...

Hi, I am working on the development of a system using C6713 DSP that has to boot from Boot?Flash. I am intending to run the DSP for couple of hours and saving the data in SDRAM. I am wondering how would I??retrieve the data to analyse them in Matlab ? I would appreciate any help dealing with that. ?-BAS


double word boundary

Started by vbehravan in TMS320c6x20 years ago 2 replies

I want to use one of C_Callable functions of ti for C6713 DSPs. this function gets two arrays(address of arrays is x,y). in the...

I want to use one of C_Callable functions of ti for C6713 DSPs. this function gets two arrays(address of arrays is x,y). in the descriptions of this function I saw these sentences: " The arrays x and y should be aligned on opposite (even and odd) double word boundaries to avoid


Rulph Chassaing's e-book on Digitial Signal Processing and Application with C6713 and C6416 DSk

Started by Dhruba Roy in TMS320c6x19 years ago 5 replies

Hello, I bought the above book from Amazon.com (electronic version). Unfortunately, it did not come with the CDROM example files. I also...

Hello, I bought the above book from Amazon.com (electronic version). Unfortunately, it did not come with the CDROM example files. I also bought C6416 DSK and now I want to run the fir example from the book which it mentions is under DSK6416 dirctory. As I don't have the CD with me I am unable to get it going. If anyone could provide the directories of CDRO


Declare large array in SDRAM

Started by niwd...@yahoo.com.hk in TMS320c6x17 years ago 3 replies

Hi I am using C6713 and need to declare a large 2D array, about 300 x 400 Uint32. How can I declare this array in SDRAM or other space which...

Hi I am using C6713 and need to declare a large 2D array, about 300 x 400 Uint32. How can I declare this array in SDRAM or other space which can store it, instead of internal ram? Thank you for any help on this simple question !


DES"data encryption standard"in c6713

Started by nadism Youcef in TMS320c6x16 years ago

Hi all, i'm trying to implemant the DES of Rulph chassaing book,i'm working on the DSKTMS320C6713,i changed the file C6xdsk.h by C6713dskinit,and...

Hi all, i'm trying to implemant the DES of Rulph chassaing book,i'm working on the DSKTMS320C6713,i changed the file C6xdsk.h by C6713dskinit,and i did some modification;but the problem when i build he indicate an error: > > C6713dsk.cmd: error: system error, can't open file '/.obj' for input: No such file or directory > > Compilation failure please can anybody tell w


Code for ADS7881EVM

Started by B S in TMS320c6x14 years ago 8 replies

Hi Guys, I am using ADS7811EVM and 5-6 Interface board to interface with C6713 DSK. I have attached the ADC as stated in the guide and used...

Hi Guys, I am using ADS7811EVM and 5-6 Interface board to interface with C6713 DSK. I have attached the ADC as stated in the guide and used the C code given in zipped folder on the following website. http://focus.ti.com/dsp/docs/litabsmultiplefilelist.tsp?sectionId=3&tabId=409&literatureNumber=s laa257&docCategoryId=1&familyId=327 I don't know whats wrong, when I run the code, processor


dskinet daughter card

Started by khan...@gmail.com in TMS320c6x15 years ago 2 replies

Hi, I am doing a final year project about noise cancellation and error correction. I needed to connect a c6713 dsk to ethernet. I have been...

Hi, I am doing a final year project about noise cancellation and error correction. I needed to connect a c6713 dsk to ethernet. I have been looking for ethernet daughter cards all around. All i could find was dsk91c111 whose software and license is exremely expensive and dskinet. The problem with dskinet is that iit doesnt integrate with simulink and thus the realtime workshop. I called the cust...


[Ask] Image Interpolation in C6713

Started by Fariza Dion Prasetyo in TMS320c6x16 years ago 1 reply

Hi all, I need to implement RGB interpolation from a raw bayer image from CMOS camera module. It is more comfortable for me to store the raw...

Hi all, I need to implement RGB interpolation from a raw bayer image from CMOS camera module. It is more comfortable for me to store the raw data into a multidimensional-array, like image[x][y] with x and y are the image pixel coordinates, as it is applicable with C++ or C#. But is it also the right solution in dsp platform? Because i am thinking of limited memory allocation in dsp whether it co...


TMS320C6713 bootload

Started by bigbibby2002 in TMS320c6x16 years ago 4 replies

Buddy, A c6713 is designed to bootload from FLASH memory. There are some cases: 1. As usually,power on ,we can see the address...

Buddy, A c6713 is designed to bootload from FLASH memory. There are some cases: 1. As usually,power on ,we can see the address space (0x00000000~0x000003ff).It should be filled by the data loaded from the FLASH. But the first 4 bytes( 0x00000000~0x00000003) are always filled by 0xFFFFFFFF . 2. In the case 1,if we reset the DSP by the CCS. Then ,the firt 4 bytes will reload the da...


Re: newbie question: separate a stereo sound into left and right channels

Started by tommylau.geo in TMS320c6x18 years ago

Hi Wei, You should shift the bit to right side and make sure you are using th e correct data type during in the conversion. leftChannel =...

Hi Wei, You should shift the bit to right side and make sure you are using th e correct data type during in the conversion. leftChannel = (mySample & 0xFFFF0000) >> 16; --- In c6x@c6x@..., wei li wrote: > > Dear List: > > I have a question regarding AIC23 Codec on a C6713 board. I used the > following command trying to get a sample of soun


Sr. Project with c6713

Started by carl_brysch in TMS320c6x17 years ago 3 replies

My project is to activate an LED when a police siren is detected for emergency purposes. Signal is coming in from a microphone to "line in". ...

My project is to activate an LED when a police siren is detected for emergency purposes. Signal is coming in from a microphone to "line in". I am using a bandpass filter to detect the good frequency (ex. 200Hz). I am using this program to put data into a buffer (yn). //FIRbuf.c FIR filter with output in buffer #include "DSK6713_AIC23.h" //codec-DSK support file Uint32 fs=D...


Re: ISR Overrun

Started by kamr...@yahoo.com in TMS320c6x15 years ago 1 reply

Hi, i am having exactly the same error with C6713 DSK and Matlab interfacing. have you figured it out how to remove this error ??? Kamran...

Hi, i am having exactly the same error with C6713 DSK and Matlab interfacing. have you figured it out how to remove this error ??? Kamran Khan k...@yahoo.com Hi All, > > ?I have made a model in Simulink ...for which I have generated > code using 'Embedded Target using TI c6000'. My code runs on DSK6713. > However as soon as the code starts running ...i get a error 'ISR > Overrun -


regarding adc loop back program

Started by rajesh p in TMS320c6x16 years ago

am running a simple loop program on C6713 processor.Am storing the adc values in array but when i plot the values it is giving wrong values.How...

am running a simple loop program on C6713 processor.Am storing the adc values in array but when i plot the values it is giving wrong values.How the values read from the adc can be converted into proper float numbers