Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
Search Results for "gpio"
Post a new Thread
Nithin Rajagopal - Feb 8 2005
Hi
I dont see anything mentioned in the C5416 datasheet about the TOUT
(timer out) pin being able to be used as a GPIO pin. Is it still
possible to config... 
fraizzer - Nov 22 2002
Hello
I have a 5402 DSK, and want to use the McBSP1 as a small GPIO port.
Could anyone help me with a short C example on how to setup the
McBSP1 as GPIO and ho... 
GPIO [3 Articles]
mahmood molaei - Mar 5 2008
Dear group people
I have an dsk5416 and I want to send 8bit data to an dds(ad9850).with parallel port. I want to use GPIO does dsk5416 support 8 bits or not? is there any code ... 
joeblogss84 - Nov 25 2002
Hello all,
Is this a known issue? I have looked for info on it but with no
success.
Using CCS 2.10 targetting a '5416.
I find that the graphical config... 
lfouilhac - Sep 30 2002
Hi all,
I have configured the McBSP #1 as GPIO (RRST_ = 0 RIOEN = 1). When I
read the voltage on that pin (the pin is not connected, working with
5509 EVM from... 
G.Sateesh Kumar - May 11 2004
Hi all,
I am using TI Orion's c547x board.I stucked while configuring
SCL/SDA(GPIO16/17) as GPIO pins.When ever power jack connected to the
board one pin(GPIO16) ... 
G.Sateesh Kumar - Jan 9 2004
Hi,
I am working with XDS510pp board.How can I configure the MCBSP as
GPIO Pins.The hardware contains adc/dac as TLV320AIC10 codecs.Is
there any chance to configu... 
Jeff Brower - Sep 13 2002
Les Newell-
> Is it essential to tie lines such as unused IRQs high via a resistor? Is
> there any reason why they can't be tied directly to the +3.3V rail?
... 
Jeff Brower - Feb 15 2008
Dayah-
> I want to use HPI0-HPI7 as the output pins/GPIO to blink the external
> LEDs. How to do this by using c programming ? I'm using dsk5416. What
> I know is I need to... 
mahmood molaei - Mar 7 2008
Dear Group people
I configured HPI8 Pins as GPIO and I configure them as output
I can change HD1-HD7 pins state(0-1) but HD0 pin didn't change.
Is there anyone who faced with... 
daya...@yahoo.com - Feb 11 2008
Hi there,
I want to use HPI0-HPI7 as the output pins/GPIO to blink the external LEDs. How to do this by using c programming ? I'm using dsk5416. What I know is I need to set the... 
mahmood molaei - Mar 13 2008
Dear Group people
I am going to use three pins of Mcbsp and I read Volume 5: Enhanced Peripherals
document(section 2.9) and I wrote this program .
#include "tonecfg.h"
#includ... 
Krasimir Tonchev - Feb 26 2004
Hello!
I have TMS320VC5416 DSP and I want to use McBSP0 as GPIO. do everthing that is
sayed in spru302.pdf. I wanat to use BFSR0 pin as bi directional GPIO.
when ... 
Jeff Brower - Mar 12 2008
Dayah-
> Anyone know how to integrate the DIP switches with the HPI pins ? Is it
> possible to control the HPI using the DIP switches ? Thanks.
First, I answered several o... 
kelvin_teh - Apr 23 2006
Hi everyone,
I am trying to interface the DSK5402 to a Maxim MAX500 DAC that I
managed to get my hands on.
I was planning to use McBSP0 to interface with the DAC's SPI interfa... 
Brian C. Lane - Feb 26 2002
On Tue, 26 Feb 2002 20:26:21 -0000, you wrote:
>Hi,
>
>How can I connect many components with SPI interface on the same
>McBSP port of a TMS320C5416 ?
I... 
gdupasqu - Nov 14 2003
Hi all,
I am working with the TMS320C54CST PGE DSP chip and I would like to
boot from I/O boot mode. In order to do that, I send an .hex file
(ASCII format) 16 bi... 
vijay_asm - Aug 18 2006
I work on 5402 DSP. I face a problem in I/O. 5402 has HPIport which
can also be used as IO Port. I am using this port as Output.
The problem is Iam able to write to the IO in ... 
zektronix - Jan 21 2003
Hello.
I have a problem using the HPI8 port as GPIO in the c5409 DSP.
With the Spectrum Digital EVB sd5409 I had no problems using this
port. When I made my bo... 
Jeff Brower - Feb 8 2008
Dayah-
I asked you before, please post to the group, not to me. I cannot help you unless
you post to the group.
-Jeff
-------- Original Message --------
Subject: How to u... ![[Fwd: How to use the HPI to connect it to external devices ?]](/new/images/icon_more.jpg)
Raymond Ranwez - Feb 8 2002
George,
I did read the SPRA618 a few times, but I missed the point concerning the
reading of the address in 8 bits.
But (and you mention it) the information wa... 
Lucy Jordan - Oct 10 2003
I am trying to implement a UART based on the TI app note:
Implementation of a Software UART on TMS320C54x Using General-Purpose I/O Pins
The receive part work... 