DSPRelated.com

Fw: Re: C6713 DSK _ OUTPUTING VIA EMIF

Started by Wave Waves in TMS320c6x14 years ago

Dear Williams, Thank U very very much for help, I guess your right but hat about Rulph Chassing's book (C6713+C6416 & APPLICATIONS) that...

Dear Williams, Thank U very very much for help, I guess your right but hat about Rulph Chassing's book (C6713+C6416 & APPLICATIONS) that e disccussed about that before. This bokk has a EMIF project for 32 LED (FFTradix2), and I made a PCB for that exact hardware, but I couldn't complete the program (as u told me before,these projects on chassing's book are incomplete). Ho can I make those LE...


free function not working

Started by mano...@yahoo.co.in in TMS320c6x14 years ago 2 replies

Hello all, iam working on image superresolution on dsk 6711 i have used dynamic memory allocation to allocate memory to images after the end...

Hello all, iam working on image superresolution on dsk 6711 i have used dynamic memory allocation to allocate memory to images after the end of processing am freeing the memory by using free function but the free function is not exiting i.e. code is hanging at the free() call void free_imagebuffers() { free(dbImage); free(HRestimate); free(newHRestimate); free(dbDownSampledImage)...


function parameters (which are global variables getting corrupted)

Started by mano...@yahoo.co.in in TMS320c6x14 years ago 4 replies

Hello below i have pasted 2 functions which are responsible for allocating memory to store images void allocate_imagememory(unsigned char...

Hello below i have pasted 2 functions which are responsible for allocating memory to store images void allocate_imagememory(unsigned char ***memorypointer,int width,int height) { int i; if((*memorypointer = (unsigned char **)malloc(sizeof(char*)*width)) != NULL) { if(((*memorypointer)[0] = (unsigned char*)malloc(sizeof(char)*width*height)) != NULL) { for(i = 1; i < widt


Floating point DSP with embedded ADC

Started by sank...@hotmail.com in TMS320c6x14 years ago 3 replies

Hi everyone, Do anyone know if there is any floating point DSP available (specially from TI) that has embedded ADC preferably more than 8...

Hi everyone, Do anyone know if there is any floating point DSP available (specially from TI) that has embedded ADC preferably more than 8 bits. We are looking for an upcoming project challegning us for a very limited space. Smaller DSP and having ADC embedded on it would be great for our data acquisition. Any info would be appreciated. Thanks Sankar ___________________________...


Power Supply for the C6713 DSP

Started by cm_criterion in TMS320c6x14 years ago

Hello all, I am new to this group. I am designing a PCB around the C6713 DSP. I am looking at the power supply and it seems I need to supply...

Hello all, I am new to this group. I am designing a PCB around the C6713 DSP. I am looking at the power supply and it seems I need to supply two different levels DVdd (I/O) and CVdd (Core), which should ideally be 3.3 and 1.2V, respectively. Reading through the document: "Embedded Processing Guide", they suggest the use of a very complicated power supply utilising two TPS54350PWP ICs. Is ...


problem about the sinsp function

Started by elit...@yahoo.com.cn in TMS320c6x14 years ago

I want to generate a DSBAM signal consisting of three frequencies: 38 kHz, 40 kHz and 42 kHz using library function: sinsp. The equivalent...

I want to generate a DSBAM signal consisting of three frequencies: 38 kHz, 40 kHz and 42 kHz using library function: sinsp. The equivalent modulation index is 0.8 and the modulating signal is 2 kHz. The codes are listed as follows. Sample rate is 192kHz. OMEGA_40K and PERIOD_40K are defined as the angular frequency and period of 40kHz, same definition are applied to 38k and 42k. From the oscill...


Re: C6713 DSK _ OUTPUTING VIA EMIF

Started by Richard Williams in TMS320c6x14 years ago 3 replies

wave, the EMIF interface is not a set and hold type of interface. I would suggest reading SPRU266E.pdf "TMS320C6000 DSP External Memory...

wave, the EMIF interface is not a set and hold type of interface. I would suggest reading SPRU266E.pdf "TMS320C6000 DSP External Memory Interface". ---------- Original Message ----------- From: Wave Waves To: r...@lewiscounty.com, c...@yahoogroups.com Sent: Sat, 10 Jul 2010 11:39:48 -0700 (PDT) Subject: C6713 DSK _ OUTPUTING VIA EMIF > Dear Williams, > As we disc


details of IC

Started by sukhdeep singh in TMS320c6x14 years ago 2 replies

Hi everybody, ?????????????? I am unable to find data sheets on net. can anybody send me the data sheets of 1) TMS320DA255PGE 2)CTS16CB3...

Hi everybody, ?????????????? I am unable to find data sheets on net. can anybody send me the data sheets of 1) TMS320DA255PGE 2)CTS16CB3 50M00000 3)CTS 09-CB3 24M0000


C6713 DSK _ OUTPUTING VIA EMIF

Started by Wave Waves in TMS320c6x14 years ago

Dear Williams, As we discussed about driving EMIF before, I tested lots of solutions and prgrams from making an uotput via EMIF...

Dear Williams, As we discussed about driving EMIF before, I tested lots of solutions and prgrams from making an uotput via EMIF . ***     //EMIF.c Illustrates output through EMIF 80-pin connector J4 #define OUTPUT 0xA0000000    //EMIF output address (CE_2 address) int *output = (int *)OUTPUT; void main() {  *output = 0x00000001;    //outputs 0x1 to EMIF bus }       **...


***C6713 DSK _ OUTPUTING VIA EMIF [1 Attachment]

Started by Wave Waves in TMS320c6x14 years ago

And the attachment is just added.   --- On Sat, 7/10/10, Wave Waves wrote: From: Wave Waves Subject: C6713 DSK _ OUTPUTING VIA...

And the attachment is just added.   --- On Sat, 7/10/10, Wave Waves wrote: From: Wave Waves Subject: C6713 DSK _ OUTPUTING VIA EMIF To: r...@lewiscounty.com, c...@yahoogroups.com Date: Saturday, July 10, 2010, 6:39 PM Dear Williams, As we discussed about driving EMIF before, I tested lots of solutions and prgrams from making an uotput via EMIF . **


Ask a Question to the DSPRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright