I am using TI DM642 EVM card in development but in my prototype board I am
making, I want to bootload the dsp from a host processor MPC8343.
Could some body give me inputs (links) on connecting DM642 to MPC8343.
What are the things to watch out for.
Any open source available so that I can port ...
looking for wma encoder for dm642 dsp .
and where can i find about benchmark about 600M dm642 encoder with
wmv9.thanks a lot.
i can use wmv9encoder lib file exchange for reserch use.
...
Is there a way to program Dm642 without using JTAG emulator???Can it be
programmed via PCI
I am a beginner with zero knowledge about dsp kits....Plz help...
...
i have the following queries related to TI's DM642 DSP Eval Board.
I need to process 640 x 480 x 24 bits of data at @30fps.The DM642 is
600 MHz processor.The process involves compression and decompresion
which we want to do realtime.
The compressed data needs to be written to HDD.
a)does DM6...
dm643 wrote:
> looking for wma encoder for dm642 dsp .
> and where can i find about benchmark about 600M dm642 encoder with
> wmv9.thanks a lot.
Ingenient has one:
http://www.ingenient.com/products.htm
You might also try InletHD
http://www.inlethd.com/
--Randy Yates
...
Hi
I'm looking at implementing FAT32 file system on DM642 DSP for SATA
hard drive. I've downloaded the specs from MS site.
I'd appreciate any help.
Thanx
Gautham
...
I want to use QDMA of DM642 in my mpeg4 decoder. My task is : copy 352
element to 352*288 element, and per line is same ,that is 1-D to 2-D . In
fact my destination is image_setedges() in xvid CODEC. Because this module
is very time-consuming. Please help me!! thanks !!!
...
Hi everyone,
In my program, i have set 6 EDMAs for image capturing and displaying,
they are set to transfer data from FIFO to SDRAM or SDRAM to FIFO. And
now I have to use function DAT_copy() to transfer data between
SRAM(L2) and SDRAM(external memory). Before call DAT_copy(), i call
CACHE_wbIn...
I would like to make implementation of video stabilization algorithm on
DM642. Can I process that. I will implement SAD or bit-plane algorithm. Do
I need external memory. Video is in standard PAL resolution.
This message was sent using the Comp.DSP web interface on
www.DSPRelated.com
...
Hi
I am involved in custom made TI DM642 board development, in which DM642
will be host booted. The custom part comes where the EEPROM used to
configure the PCI on reset (on DM642 EVM) is not present.
I am interested in knowing the procedure to follow for DSP initialization
process. I understand...
I've been looking at similar sourcecode to some of the stuff I'm
trying to do on the DM642 (video in -> process - > out) and noticed
that in some functions there seems to be some kind of concurrent
processes - ie code within a 'while(1){...' loop that only captures
video.
How does this kinda ...
Dear all,
Is there someone out there who has tried to continuously capture data
using the Videoport of a DM642 ?
(No gaps, nor zeros in dataflow, just as a continuous stream of data using
the
build in FIFO as a buffer for internal non-continous data processing)
Is this possible ?
...
Hi,
I am having difficulties trying to flashburn led.hex (created from
led.out) onto DM642 EVM board.
From my understanding,
it is only after the FPGA is programmed via the fpga_loader program that I
will be able to modify the FPGA Flash Page Register to boot my application
code from PAGE1.
...
Hey all...
Can a DM642 (or a DM643) can handle lossy JPEG compression at 1024 x 768,
YUV 8 bit 4:2:2, at 30 fps ?
Surely can do D1. But SVGA ?
If yes, will it do even at 500 Mhz ?
For example, a Blackfin most probably can't handle that, even the dual core
(from comments from some us...
Hi all,
In order to use IMG lib for dm642, the data need to be in double
word alignment according to the document. May I know how to make sure
that the data are in double word alignment in C. I know in asm, there
is a tool call .align but can't find in C. Thanks.
tnk
...
Hi,
I am new user to DSP board. I connected DM642 board to my system and use
another monitor for display of video and ran the given demos. The demos of
VGA ran and was shown on the monitor whereas NTSC ans PAL didn`t run? Can
anyone tell the reason behing it. Is it possible that the PC monitor
freq...
Hi all,
Does anybody know anything about the YMagic video platform offer? Their
advertisement suggests they offer their DM642 cards with a free MPEG4
library ( http://www.ymagic.com/overview.html ). Does anybody have
experience with it? Is the library really free? What is the video quality
(do yo...
Randy Yates wrote:
>
> So if you need to interface with this type of NTSC/PAL decoder, you
> probably will want to go with the TI part (I'm presuming the BF533
> does not have such an interface).
I'll also add that TI provide lots of out-of-the-box code to get you
started with video, ...
I just begin a project of DM642 and I don't know why the link cmd file
is needed and how to write it. I think that, as gel file has already
define the memory map, why the link.cmd is still needed?
...
I think TI's 1 GHz 6414T would be the fastest though feel free to jump in if
someone knows of a faster one. If you need PCI then the 6415T is also 1 GHz
but with PCI too. TI also has the DM642 which uses the same 64xx core but
has high speed video ports, integrated ethernet mac, and PCI. Th...
Hello,
I wanted to find out a way to check CPU load using an API in my C code. I
use CCS 3.1 and DM642 DSP. The CPU load graph is available but to find out
the exact value(if possible) using an API is required. The DSP/BIOS users
guide mentions IDL_cpuLoad as an IDL object using IDL_F_busy functi...
Hello,
I've been using Code Composer 3.1 for about 2 weeks now porting Video
Analytics Code from Visual Studio to C using a DM642 simulator. I am
finding that I am running out of memory on the heap. ( I require about
10 mbs ). Can you tell me what the memory limit for this board is?
When I lo...
hi,
I have just started using DM642 evm. i am having a few problems in the
memory section. there are a lot of sections .bss, .stask, .sysmen
etc.etc.
1. If i compile the following code, to which section will the compiler
allocate memory for the static/dynamic variables?(at compile/run time)
...
hi, I am trying to transfer data from DM642 FPGA FIFO to SDRAM memory. It
is a video dataactually while running one example program, video data is
stored in FPGA. Now I have to transfer those data from FPGA to SDRAM
memory for processing.
Can anyone help me???
...
Hi,
I am using TI provided PCI driver for DM642 EVM card, I was able to
download my code correctly, and successfully have my code running
after writing 1 to DSPINT in HDCR.
I am trying to cause an interrupt for host to DSP after the code is
running. I set the HOSTSW bit in PCIIEN and writin...
I have big problem with my app. I'm using dm642 evm (Texas Instruments), and
I need to use both video and audio input (in rf5 environment)
, but I can't make them work together.
I've added dio codec driver for aic23 audio codec and gio video(fvid
interface) driver in dsp/bios module
(i've used...
Hi everyone,
I am working in developing AV player in DM642 environment and Using the
QDMA option for moving pixel data between onchip and external memory.The
QDMA deals with now .. 8 bit element size.I had seen some where in the TI
manuals that use of 32 bit element size will lead to code ptim...
thmp is a float type pointer, and tfmp is short type pointer .
They operates on DM642. It seems there is few method to optimize these
code.
Since Intrinsics of DM642 are most for short or int.
"Paul Russell =D0=B4=B5=C0=A3=BA
"
> Juliana wrote:
>
> > Thank you for your reply, and I...
Yeah Thats true, I always find it out using sizeof() operator.
Document is wrong. I have checked same code on C6200 and C6400
platforms.
I use DM642 which is on 64x, long is indeed 8 bytes 64 bits.
-SM
...
I am using DM642 EVM emulator and code composer studio v3.3
I am very new to this device and haven't use it much.
I am trying to run a example of Audio echo.
Firstly, i loaded this project and then build it. Initialy, i was getting
the error but then i added the library file of evdm642.lib to i...
Hi all,
I'm a novice user of TI's DSP and have had trouble trying to recompile
some of the examples that come with the DM642 EVM.
After I recompile one of the example programs (for video loopback) I
try loading it and get the following error message:
Trouble Halting Target CPU: Error 0x000000...
Need to get a debugger for C6000 chips (DM642 )
Looking at the spectrum digital XDS510 USB JTAG Emulator
Can anyone comment on reliability ?
How resilient is the cable and can it be easily replaced ?
Any annoyances or problems to be aware of ?
Thank you
Alex
...
Hello,
I am working on EVM DM642 and have the following problems:
1. Is there a way to calculate the CPU load manually? I have been trying
to optimize a funciton in my CCS project. i reduced the cycles taken by a
function by a few million by making some change in the code. I saw that
the CPU l...
Hi all,
I have created 32kbyte cache on dm642, and the other part is SRAM.
When i use cpu filled a part of off chip SDRAM(bufferA) with some
data, and then i use EDMA to transfer this data from bufferA to a part
of on chip SRAM(bufferB), at last i use cpu to copy this data from
bufferB to a...
Yes, you're absolutely right about this, Tim. I chose to do it this
way on my DM642 project since I don't yet know the architecture
of this machine very well and, being a parallel machine it's a lot
more difficult to pick up than, e.g., the TMS32054x. The routine
is also invoked at a very low ra...