Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

DM642 EVM - prashant - Jun 16 4:16:51 2009

Hi,

Iam working in DM 642 EVM , this is my problem

=95	We are currently working on DM 642 EVM.=20
=95	We are running the project "vga.pjt"(program given by Texas
instruments=
 along with the DDK) in the LOOPBACK mode and we are able to display on the=
 VGA monitor.
=95	For this purpose we interfaced an PULNIX camera (TM-300 NIR).=20
=95	Our problem is, how to save the incoming images in SDRAM. We are aware =
of the presence of capture and display buffers, but we are unable to locate=
 their memory addresses.=20
=95	Is there any literature to help us in this regard or any source code fo=
r the same.=20
regards,

Prashanth

_____________________________________

______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: DM642 EVM - Andrew Nesterov - Jun 17 21:32:37 2009

Prashanth,

There are two methods of working with capture and display FIFOs,
one is to reference the memory mapped locations of the FIFOs,
the other is to use peripheral registers - they are also memory
mapped, however internally use peripheral bus to access the FIFOs.
Both require non-advancing DMA transfers on the FIFO side.
You may want to look at how it is done in the driver code in the DDK,
for theory, memory addresses, etc, please refere to the device
datasheet and SPRU926 Video Port user's guide.

Rgds,
Andrew

> Subject: DM642 EVM
> Posted by: "prashant" pras_viji@y pras_viji
> Date: Tue Jun 16, 2009 1:16 am ((PDT))
>
> Hi,
>
> I am working in DM 642 EVM , this is my problem
>
> We are currently working on DM 642 EVM.
> We are running the project "vga.pjt"(program given by Texas
instruments 
> along with the DDK) in the LOOPBACK mode and we are able to display on the

> VGA monitor.
> For this purpose we interfaced an PULNIX camera (TM-300 NIR).
> Our problem is, how to save the incoming images in SDRAM. We are aware of 
> the presence of capture and display buffers, but we are unable to locate 
> their memory addresses.
> Is there any literature to help us in this regard or any source code for
the 
> same.
>
> regards,
>
> Prashanth
>

_____________________________________

______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )