Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
Search Results for "hwi"
Post a new Thread
Mark - Dec 16 2005
I am trying to syncronize execution between HWI and SWI threads:
HWI--\
--> Start Function X
SWI--/
Either HWI thread or SWI thread needs to call Function X after ... 
Thanawach Reungnava - Aug 2 2002
DSPers,
I am working on McBSP to receive data, and map it to
HWI (already
use dispatcher to be able to use HWI function that was
written in C),
so that when M... 
tino...@yahoo.it - Nov 16 2006
Hi all,
I read that MEM_alloc can't be used from HWI or SWI... and also BUF_create can't be used from HWI or SWI. So I'm searching info about allocating memory from HWI or SWI... 
muneeb abid - Dec 2 2008
Hello
can anyone guide me about configuration of HWI using DSP bios...
I am putting the isr function in HWI object( in my case i am using HWI 4) . and in main i am calling DSP ... 
Alexandre Freire da Silva Osorio - Sep 11 2002
Hi all!
Please, does anyone know if we can bypass the HWI interrupts configuration made
by DSP/BIOS HWI manager? I'd like to configure HWI manually because I thi... 
sophisblu - Apr 22 2007
What is the problem? I'm trying to allocate external SDRAM memory in a
TSK function defined in a Configuration CDB file. However Mem_alloc in
TSK function fails. To test Mem_allo... 
jogg...@gmail.com - Jul 11 2009
Hi,all
I am working on application on C64x+, but not familiar with
DSP/BIOS. Currently TI provides many things that used to be
done by firmware engineers. PSP(Platform suppo... 
yky2820 - Nov 7 2006
Hail,
We are working on a DSK6455 and using the IO pin to connect to a
daugther broad to get INT4 from external device. We actually reading
the status on that vaule from 0... 
- Nov 2 2001
Hello all.
I am trying to trigger an HWI via McBSP0 transmit but am unable to do
so. I have my system designed to perform some numerical analysis on
an input s... 
flor...@yahoo.com - Sep 28 2007
Hi all,
I was searching all the tutorial given by TI-DSP, but no where it is given clearly how to add a GPIO pin as a HWI. I am working with EVM-DM6437 board. In this boar... 
"Yang, Chunhua" - Dec 2 2008
HI,
For DSP/BIOS application, before main() function, all BIOS modules have been
initilised. Main function is usually used for you own application initialisation
(e.g. your ... 
xc_pizza - Feb 20 2009
Hi, I have some questions about interrupt mask setting and nest
interrupt using DSP/BIOS. Can anyone help me? Thanks!
In HWI setting, the interrupt mask can be set as "self" o... 
sophyan - Apr 23 2007
Thanks for your help Jeff, I've created a 5sec timer that "simulates" the interrupt that you suggested.
In the timer function I am able to call the Mem_alloc and Mem_free with ... 
fangll2001 - Feb 26 2002
If i set total 4 DMA HWI(int8,9,11,12) in CCS2.0 DSPBIOS config
tools, I can not add new SWI obj in the config tools. But i clear any
one of the HWI, such as HWI12 ... 
jaleitao2003 - Jul 18 2003
Hi,
I am building a program which captures data from the PCM3003 audio
card, by means of HWIs, and sends it to a PC, via JTAG, when 512
samples are available. ... 
muneeb abid - Nov 27 2008
Hello
i am using dsk 6455. Can anyone guide me to configure HWI 4 using DSP bios . I have read on the forum if i am using DSP BIOS i cannot use intc.h and any fuction related to t... 
John - May 22 2003
Hi,
I'm working with the 6711 DSK and using DSP/BIOS. I'm trying to
write code that receives on the McBSP (configured as a UART), uses
EDMA to transfer that data ... 
HWI [2 Articles]
muneeb abid - Dec 3 2008
Hello,
I am configuring HIW INT4 using DSP Bios.
1. In sheduling-> HWI-> HWI_INT4 onject included the function isr fuction "_Testist". and checked the box to use dispatcher.
... 
Aizezi Abuding - Feb 4 2004
Hi ! C6x ,
I have been trying to send frame of processed data periodically to
Matlab by using RTDX. Here are some problems I couldn't figure out. I am
using 67... 
Ramkumar R - Sep 9 2005
Hi
I need to post an SWI or TSK (to process data) each time I get a HWI ISR. While I'm able to post an SWI from outside of the ISR, I'm not able to do so ... 
Calvert, Paul - Oct 3 2002
I recently upgraded my CCS for 6211 from version 1.2 to version 2.12. I have
had/am having all kinds of difficulties and am hoping someone here has seen
these issue... 
¹Ú¿µÈ£ - Jan 4 2001
Hi everyone
I have some problem.
I try to operation of hardware interrupt using external pins.
Used DSP chip is TMS320C6203 and DSP BIOS II environment.
But Har... 
johanmachielse - Jun 5 2003
Dear Support,
Background information (C6711):
At Philips Lighting we are developing a system which detects little
metal pieces in glass tubes. This is done ... 
jr94210 - May 23 2007
Hi all!
has anyone of you worked with the C672x series, especially with
DSP/BIOS?
I have a 6727 and the latest version of DSP/BIOS
but the problem is that the HWI module ... 
luc_savard - Aug 8 2008
Hello guys,
It looks like the hardware interrupts are being disabled for short
periods of time and I don't understand why. The duration of these
periods are a few mili-seco... 
jaih...@gmail.com - Jan 17 2007
Hi ,
I got the solution for the problem mentioned .This problem was occuring when i use CSL library API for for enabling HWI Interrupt handler .If i use HWI Module API of bios ... 
Wojciech Rewers - Oct 23 2003
--- Aizezi Abuding <> wrote:
> I am using TI6711 DSP with PCM3003 daughter card.
> And I have used
> herdware interrupt for interface with input and
> output si... 
pf.m...@spidertech-security.com - Jun 25 2007
Hello All
I am trying to write a program for DSK 6455 in this way (using the DSP/BIOS):
1- Transfer data to MyBuffer using EDMA3
2- at the end of the transfer call MyISR.
... 
simha j - Apr 24 2002
Hi all,
My C program contains one interrupt service routine
corresponding to serial port interrupt
(coming at 8khz,every 125us.) and one Task(created,
using ... 
Guillem Hernandez Sola - Nov 8 2006
I'm trying to do this example, using HWI, and input
//Loop_intr.c Loop program using interrupt. Output = delayed input
#include "dsk6713_aic23.h" //codec-DSK support ... 
Rajavadivel - Dec 19 2005
Hi everyone,
Thanks for your previous replies.
Being new to the DSP world I have some queries, if some can help me it would
be really great.
1. I do have my Algori... 
Jeff Brower - Aug 14 2008
Luc-
> It looks like the hardware interrupts are being disabled for short
> periods of time and I don't understand why. The duration of these
> periods are a few mili-seco... 
furli2001 - Nov 8 2002
Hi, I have a problem!!!
How it's possible to nest HWI ISR?
For example in the ISR of the timer reading port MCBSP when a data
frame is received?
Thanks
Cia... 
brad...@gmail.com - Mar 18 2009
Hi all,
I am trying to use an external peripheral that has an IRQ line, and thus trying to figure out which event number particular external interrupt pins are mapped to. The d... 
xc_pizza - Feb 19 2009
Hi, I have some general questions about DSP/BIOS.
What is the interrupt priority including HWI, SWI, PRD and BIOS? Is
CLK_F_isr() on timer0 has highest priority?
___________... 
jai kumar - Oct 9 2008
Eric ,
As Mike suggested , first you need to check whether ISR is properly
configured properly , mapping the GPIO event to HWI interrupt .
Step 1 - Configure GPIO pins f... 
xc_pizza - Feb 19 2009
I saw a document online about using DSP/BIOS for high interrupt rate.
Something I don't understand, can anyone help me to explain? Thanks.
In SPRAAX9 - August 2008, Page 10, T... 
- Oct 25 2000
Hi,
I need some help on setting up hardware interrupt service routine for
C6201EVM under CCS. Can someone tell me what are the general steps
to setup the vecto... 
- Dec 30 2002
Hi all,
I am uncertain of the HWI and SWI interrupt configuration under DSP/BIOS.
Though there is a sample code on the timer interrupt, I would like to fin... 
himachandra chebrolu - Sep 18 2002
Hi,
I've an IDK along with the DSK.Can anybody suggest me
how can I manage audio and video simultaneously
through the chip.I want to pass audio and video
simult... 