amitaiu - Jul 18 2006
hello
is it possible to burn your aplication/code by a pci when the card is
in the computer? or the pci is only for send/recieve data?
thanks
amitai
... 
kalp...@einfochips.com - Nov 18 2005
Hi,
For my new design I am planning to make DM642 as PCI system host. The
system will consist of DM642 and USB controller with PCI interface. As
there is no other proce... 
zhang_zhh - Feb 20 2002
Hi All,
We just had prototype communication board using C6415. When I
implemented the driver on WinNT 4.0 for this board and test it from
host, I found: 1. the... 
rbkailash - Oct 11 2003
Hi
I need some help with PCI Bus Mastering. My master and slave are
both DSP's, running through them is a PCI bus. Can I transfer data
in between them using th... 
davidatran71 - Feb 14 2007
I am new to Linux PCI. I have a simple DSP program that put out some
data into the PCI bus, but I don't know how to read it back from the
Linux side without have to write drive... 
cesa714 - Apr 22 2003
I've attempted to use DSP/BIOS since i need to use MEM_alloc my
problem is that when i try to use pci.h from communcation, pci
transfers don't work. When i don't us... 
David Tran - Feb 14 2007
I am new to Linux PCI. I have a simple DSP program that put out some data into the PCI bus, but I don't know how to read it back from the Linux side without have to write driver wh... 
moni...@poczta.onet.pl - Sep 13 2007
hi,
I would like to ask about HPI and PCI addresses. I thought that there are the same - no matter what are you using (PCI or HPI) you can write to the same address when you write... 
Jerry Yan - Jun 21 2006
Hi all:
Before plugging my card to pci slot, I tested it in EMIF boot mode through
JTAG port, all the chips worked very well. But when I test the card in pci
mode (using the... 
Stephen Turner CT - Jun 12 2003
We're trying to get a C6205 based PCI card running. I have the following
questions/problems:
1. Must the C6205 reset be a high-low-high pulse, even if you are no... 
karthikeyan B - Mar 29 2008
Hi,
Assuming there are three devices in a PCI bus - a DM648 DSP, a Host processor and another device and the Host being the PCI Bus Arbiter.
If the DSP requires to transfer d... 
- Mar 24 2005
I have not found wherever in docs how many EDMA requests are submitted per a single PCI transfer and how to determine and set up properly the PCI EDMA queue length.
... 
ravibsuba - Oct 29 2005
Hi everyone,
We are trying to send encoded data over PCI to the PC with the EVM
DM642 board.
1. If we want to do DSP Master writes, how do we find out the PCI
d... 
Hoang Dang - Mar 26 2008
Hello all,
This is crazy. I always have hard time using TI chip because of the lacking of quality documents and app tech notes. It is not my choice to use it. But here I a... 
Giovanni Parodi - Jul 16 2007
Good morning,
I have a doubt related to my new hardware platform. I'm currently developing software on a DM642 based board and I have a PCI driver (source code) for it.
In few mo... 
luc_savard - Aug 3 2007
Hello everyone,
I am initiating PCI Master Transactions using the PCI control
registers DSPMA, PCIMA, and PCIMC. I can read/write to the PCI
configuration space, IO space ... 
Steve Sharp - Sep 9 2002
Hi DSP'ers,
I am currently trying to build a dsp driver for linux to work with our
c6415. I have managed to load some code into the dsp's memory over the PCI
i... 
XinChong - Sep 5 2003
Hi, there,
The lastest TI DDK release has PCI IOM driver. Its document says this driver
can't be used with SIO/DIO class driver but only GIO like. I don't really... 
rage...@gmail.com - Mar 26 2008
Does DSP/BIOS provide support for writing drivers for PCI.As a part of CSL,it provides APIs to configure PCI transfers.But is there an other higher level support which will be p... 
- Oct 12 1999
To use PCI Master support,
Host Software actions are needed according to reference guide.
S5933 registers must be set.
In PCI.h, MWTC, MRTC, MRAR and MWAR r... 
Ilse Reyneke - Mar 5 2005
Hi there
We have a PCI card with a DM642 capturing data and transferring the data to
PC host memory (routed via a PCI bridge). The host PC downloads and star... 
ÂÞ¹â¾ü - Jan 14 2007
Hi, all
In order to test pci in DM642 for my application, I wrote a simply test program. The int 13th in IER was enabled, the GIE was enabled. The master ok bits in PCIIE wa... 
yati...@hotmail.com - Aug 19 2008
Hello,
I am using TMS320c6412 and for hardware design I would like to know whether one reset (PCI PRST) needs to occur before another (DSP RESET). If yes, which RESET should ha... 
behcsiang - Dec 10 2003
Hi,
If I'm not mistaken, when the C6415 connected to
a host system as a PCI target device, the host or any
other master device on the PCI bus can access to C64... 
spoo...@yahoo.co.in - Jun 21 2007
Hi All,
We are doing a project using DM642 processor. In our application we want to store the video data into the HARD DISK of windows XP PC through the PCI of DM642.
My questio... 
Giovanni Parodi - Mar 24 2006
Hello everybody.
I'm currently debugging a code that has to activate the PCI interrupt on the PCI bus. The target platform is DM642 on the board produced by Spectrum Digital
The ... 
Giovanni Parodi - Sep 13 2006
Hello everybody,
I have a problem configuring GPIO on DM642 device. I want to use GPIO[5] as output. In order to do that I use the folllowing code.
=======================... 
christiansturt - Mar 10 2004
We are about to start the development of a win 2k/xp driver for the
DM642 evm. We want to be able to pass a bitstream from the EVM to the
PC over the PCI bus. Ideal... 
Jay Huang - Oct 4 2002
Hi Everyone,
I am trying to transfer a block of data from DSP to PC
via PCI master write. Somehow, I am not able to
succeed. Could anyone please help in this r... 
rama...@yahoo.com - Feb 26 2008
Hi All,
It will sound great for me if I come across to hear from someone working in interrupt handling on EVMDM6437 TI board. I need to map the PCI interrupt in the DSP side to ... 
craz...@yahoo.com.cn - Jul 27 2005
Hi All,
I am using TI provided PCI driver for DM642 EVM card, I was able to
download my code correctly using the function PCI64_LoadCoff(),I want to know more detail abou... 
xsws5638 - Sep 23 2005
I am working on a C6205 Board. The board is plug in the PCI slot in
my PC. I am trying to use PCI BOOT to load the program to DSP.
After reset the DSP Core, I first write... 
Giovanni Parodi - Mar 23 2006
Hello everyboody,
can you say me please what register I have to check to verify if during a PCI transfer the DSP is configured as mater or slave
The DSP is DM642.
Any help will... 
Eli Keren - Feb 25 2002
Information on PCI performance on the 6415
Hi,
Does anyone have PCI card with 6415 (or more then one device on the same card) and made test on thr ... 
ahuja_al - Nov 17 2005
Hello everybody,
A little background: My application processes 3D images of size 50MB
each. Hence, I need to get this data for processing from my computer's
memory onto... 
rbkailash - Dec 8 2003
Does any one have an idea how to perform a configuration access to
PLX9054, a PCI interface chip? I tried the method given in the
PLX9054 databook but probably I am... 
xiao...@21cn.com - Jan 3 2006
Dear Kalpesh!
In our project ,I face the same question as you do:
DM642 as PCI system host. The time passed about 2 months,
How about your design? Would you h... 
Amrut Kunte - Nov 17 2003
Hello, Can I write small PCI Read / Write programs and transact with the HostPC when I am a DM642 PCI EVM daughter card [Or any C64x EVM] sitting on HostPC's PCI slo... 
jfbuggen - Apr 17 2003
Hello,
According to the C64xx peripheral guide (spru190d) and its
"manual update sheet" (sprz122c), there are 4 priority queues
for the EDMA controller on C64x... 
jfbuggen - Mar 6 2002
Hello,
Does anyone has an idea on how I could transfer large
blocks of data (>64KB) through the PCI interface of a C6415 DSP
using the DSP MASTER mode ?
I... 
|
1 |
2 |
3 |
4 |
5 |
6 |
next