I'm currently working on driver design in Windows CE using OSK5912
development board together with Mistral QVGA LCD module. The driver will
map and control the input and output of the GPIO pins.
The problem is that I have difficulty in mapping the GPIO registers to the
OS. When I tried to map it...
It has been awhile since I have used the C55 family and I can't
remember if they support using the HPI as GPIO if you are not using the
HPI. I seem to recall that some of the TI DSPs can do that, but I
don't see anything in the docs that says the C5510 is capable of it.
Anyone know for sure i...
Hello.
Problem is now solved. It was that the HPI is multiplexed with the GPIO
and at reset one specific pin (H14) must be pulled down via an external
resistor.
Thanks for you answers.
...
hello all
a newbie here
I was looking for some information on GPIO and McBSP
Can some one explain me difference/similarities/general concepts...some
pointer will be good too
Thanks
SQ
...
I have been working with the GPIO as inputs for some time and have had some
success with this (GPIO 0,2,8-11,13-15 function as input). I would like to
use some of these pins as output and have not had success through either
manual configuration or using the CSL config functions. Most of the pins
s...
Hello dear friends, how do CCS recognize GPIO registers in c28xx
simulator for F2812 ?, which header file or other kind of files should
be add to project ?
...
Hi
I want to figure out the maximum frequency of the GPIO pins of eZdsp
f2812. I have read up all the documents but cant figure out what the
maximum frequency is. I used TI's gpiotoggle code to figure out what rate
i can get. I found that the maximum rate is around 8.8 MHz. Is this
correct as per...
hi,
If your question is:
"Can anyone give us an
> idea about how we should go about coding of the switch functions?"
Coding of the switch functions, are you using CCS for your C6713 dsp? i
have not worked on the 6713dsk, but if you have managed the hardware part
which i suppose, would be us...
I am looking to use the AIC31 codec with a TMS320C5510 and I have not
found much good info at ti.com on how to do this. Seems the 5510 is
the only member of the family without an I2C port built in.
I was looking at bit banging the GPIO port to do this and I am not sure
you can make the port a...
On Mon, 23 Jan 2006 20:35:08 -0600, "vickykulkarni"
wrote in comp.dsp:
> Hi
>
> I am trying to use a GPIO pin as a trigger to switch the DSP operations.
> The gpio pin input is a pulse toggling betweeen 0 & 1. I want to set the
> dsp such that it performs certain operations when pul...
Thank you, Brad. Please see the following for my answer to the
questions.
Brad Griffis wrote:
> Rose,
>
> A few more questions for you:
> 1) How much data are you transferring?
I transfer 224 16-bit wide word from DSP to FPGA each time the channel
is started.
> 2) Do you have the...
Hello,
Does any of you know of Blackfin based boards, different from ADI
(EzKits) Bluetechnix, Zbrain, Avnet VSK or Surveyor, which is low cost
and has:
- SDRAM
- Flash
- Analog Video Input
- Some GPIO
- UART
Regards.
...
There's an app note on connecting a UART to McBSP. I don't remember there
being one about connecting to EMIF though. Only 2 of the clock pins on the
EMIF can be configured as GPIO. If your're not using the HPI then you can
use the GPIO module of the 6713. The pins are muxed though so you can ...
Jacob wrote:
> I was wondering if it was possible to communicate online through the
> parallel interface through ccs platinum and the eZdspf2812?. To online
> control a dutycycle fx. just like if hyperterminal was running with a
> rs232 interface..?
Not sure exactly what you mean by "on...
Hey guys, I'm thinking of making a quick serial interface for the
TMS320F2812 ezDSP board with a max232 and the necessary caps. I read
somewhere that a 5V signal will blow the chip (SCI is a 5v ttl signal
right?). Is this true for all interfaces, or just the GPIO.
Thanks for any input!
...
> Noway2 wrote:
> > To implement this code would take a lot more time and effort than I
> > have to spend on it right now.
> >
> > In Psuedo Code format, however, here is the gist of what you want to
> > do:
> >
> > IIR16_COEFFECIENTS coeff_array[2] = {filter1, filter2}; // create a...
HEre is my question ...
I have 20 acquistions to realise on a TMS320F28xx (100 Mips)
The sample rate is 1khz.
If i don t use the ADC of the TMS230F28xx ,
Is it possible to use 20 external ADC linked with the TMS320 with SPI ?
But especially, is the GPIO Mux able to manage silmunatous input ...
Hello,
I read the application report of TI about
how Interfacing a ADC to the TMS320F2812 ...
I have a simple question !!!
I didn t understood where i have to connect the 16 bits parallel
output from the ADC, on the DSP !!!
Does the output of the ADC go on an GPIO configured as input for t...
"Albert" wrote in message
news:1190607442.927819.111950@o80g2000hse.googlegroups.com...
> Hello , I am beginner in DSP . How to Set/Reset a PIN on TMS320F2812
> for familiar with DSP GPIO port. Under CCS v3.1 without eZdsp F2812
> DSK . ( Via RS232 cable and F2812 in Bootlader mode ) ....
"ron" wrote in message
news:1140760849.540770.303610@p10g2000cwp.googlegroups.com...
> hi all,
> i'm doing this project in voice playback and recording.i'm using
> PIC18F452 and ISD2560 voice chip.
> do i need to put a latch between th epic and isd chip? and if so, which
> one is best ...
you can try using the sound channel ...
"memo" wrote in message
news:10vln14e8qpa592@news.supernews.com...
> Hello,
> I am trying to use a c6711 for a controls project. This board does not
> have a GPIO since it is the first revision. I want to know if there is any
> way to input/outp...
Hi,
I'm looking for a DSP board with TMS320C64xx or c67xx.
I need a board with small footprint.
I need an access to the HPI , all McBSP ports , GPIO and external
interrupts pins and MAC (TCP/IP).
Thanks for helping
Pini
PS
I want to connect the DSP HPI to an A2D converter. Ca...
Hi everyone,
I am looking for a trick to output 6 (binary) signals simultaneously from
the C6711 DSK board to feed a RF circuit.
To retrieve these signals from the board I would like to avoid any external
module (daughter card or home made circuits) because we have a limited
budget for a smal...
The 280x and 283x DSCs ca be waken up from halt mode on alle gpio pins on
port A, but do anyone know if the controller also knows which pin signal has
waken it up ? In my previous project I used the 2812 and had to connect an
external io-expander to handle wakeup from 4 external interrupt sources...
"Arie de Muynck" ...
> "dspwhiz" ...
> > How to detect from the CPU wheather JTAG Is connected or not
>
> Use a pulldown on nTRST. That line will be driven high by the JTAG dongle
> when communicating. When the JTAG is not connected the line will be low
(and
> the JTAG logic kept in re...
Hi
I have a custom 5502 board. I have been able to write code to it's
SDRAM and execute form there. My problems (unexpectedly) are coming
from flash.
i can access it's flash when i burn my code in it and using flashburn i
also compared the flash contents of my board versus the EVM5502 boa...
Thanks for the answer.
> > 2)My flash was written by progrmamer, the first address must be
> > 0x9000000?
>
> I don't understand your question. The flash corresponds to address
> 0x90000000 of the DSP memory map.
In TI document
"Most EPROM programmers do not accept COFF object files...
Hey eeryOne,
My complier reports it as "Not an lvalue";-)And i'm trying todo
somthing like :
X:GPIO_B_DDR = ( 1 < < var ) ;
X:GPIO_B_DDR = (1 < < | 1 < < var2 ) ;
Any idea how to fix it for CW ?
I can compile following line but can't load the variable value.
asm(move #1, X:GPIO_B...
Tejas wrote:
> I have a real time application running on a DSP. I want to call a
> function only when a particular key is pressed. How do I do this in
> CCS ?
> I have tried using getch() but this pops up a dialog box everytime
> this line is executed therefore interrupting my program.
...
Un bel giorno TheDoc digiṭ:
> activation.. I'm using DSP/BIOS with a TI 2810 running at 100 MHZ.. I've
> even copied
> the isr into fast ram from flash but the response is in the order of 1.5
> uS.. anyone care to comment
The first thing you need to check is XCLKOUT frequency, the sign...
hi,
i could not make out exactly what information you require, but do see
google for "power high side switch". this is also called a latch
sometimes. the technical name might not be either. an example is bsp742t.
this would solve the problem that john had mentioned in the previous
post.(3.3 v out...
"vickykulkarni" wrote in message
news:UoydnTYEJ7pWq1nenZ2dnUVZ_sadnZ2d@giganews.com...
> Hi
>
> I am using the TI DSP eZdspf2812 DSP as a waveform generator. It is
> interfaced with a microcontroller. Basically the DSP acts as an encoder,
> ie it accepts a finite number of bits (1s & ...
maddy wrote:
> I'm trying to connect an SPI device to BF533 EZkit lite. I cannot find
> any interface on the kit lite board for connecting SPI device. there
> are interfaces for UART and SPORT connections which can be used to
> connect particular devices.
>
> Please let me know ho...
Hello everybody,
I have been working for about 3 months with the c6711 dsk and I have
become quite familiar with its most important features. I have also
developed a number of applications using both C and assembly. For input
and output purposes, I used the on-board AD535 codec, either by means o...
Sounds like hardware. I'd check the GPIO pins that determine the boot mode
to make sure that they're being pulled up/down properly. If you're using
those pins for other functions after reset be sure that when you get a reset
signal those signals get pulled back correctly.
Brad
"Christi...
Hi,
I need to get a prototype DSP board up and running ASAP and was looking at
the TI320LF2406 and the Motorola 56F803. Based somewhat on price and GPIO
pinouts I selected the TI part and got the eZDSP system kit thinking
(incorrectly it appears) that I could develop and then move a design to...
Ok still have the timing problem. Here is my code if anyone would like to
have a quick look over it. The HSPCLK has a 1:1 prescaler and the DSP
clock is 150MHz. I believe that the time between toggles of port A in the
int should be 1ms but on a scope I am reading 2ms. I just cant understand
what is ...