Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Search Results for "interrupt"
Post a new Thread
Roger Flor - Sep 20 2002
Hello!
I have a question on #pragma interrupt
In the Isr_led example for the DSP56F805, all the #pragma interrupt
directives (#pragma interrupt, pragma i... 
Elefante Alessandro - Mar 3 2004
HI,
I work with DSP56F807.I sample two signals with two different
A/D (T-sample=2us). Is it possible to minimize C code that control the
A/D interrupt r... 
rootesracer - Dec 31 2003
I have a unique hardware problem that I am trying to resolve in
software.
The problem is that under some conditions, I am getting an edge
triggered interrupt o... 
Nitin Madhukar Yewale - Nov 15 2002
Hi,
I am using 56F826 for my project. I have configured IRQA
interrupt as edge triggred and it is connected to external ADC. After
EOC (4.1 micro seconds) it will... 
Mariano Filippa - Mar 3 2006
Re-posting question to Yahoo group. Didn't get any help in Freescale forums.
==================
Hello all,
I'm working with 56F801 DSP for AC motor control. In my current soft... 
rotronics2001 - Jun 25 2003
hello,
can someone explain me how can i do to interrupt an interrupt
subrootine?
With "pragma interrupt" it doesn't work.
Thank you.
... 
cwolfatwork - Feb 18 2003
This one's not earth shaking, but it is a puzzle. I'm using a
dsp56858 evm, without all the SDK 'fog'. As a simple test, I wrote a
handler for the IRQB interrupt, w... 
- Feb 8 2006
Hi,
I want to know if it's possible to continue to service interrupt during page erase or word program on Data Flash.
I have a periodical timer interrupt (about 150 us) that st... 
drmapl - Jan 20 2003
Hi all,
using a 56F805 I want to use the level sensitive interrupt input on a
GPIO line. While I find all sorts of high level routines to set
various operation pa... 
bmbmz123 - Dec 25 2003
Hello all,
It seems I'm getting Unhandled Interrupt from some source.
I get to archUnhandledInterrupt() in arch.c file.
How can I find the source of this... 
robatacp - Jan 14 2004
Hi,
I'm using Processor Expert under CW for a 56F8323 project and could
use some help implementing the fast interrupt capability of the
56800E processor.
I'm... 
atid2 - Nov 19 2002
Hi,
I am trying to use the GPIO interrupt mechanism but I have a problem:
Immediately after I enable the pin interrupt - the interrupt occurs.
It happens every... 
raghava unadi - Nov 12 2002
Dear all
i am new to the motorola dsp processor and code warrior IDE for
dsp56800e . please give the method to read elements from the file. i
used the method as ... 
- Jul 16 2002
I'm trying UCOS-II for 56800. RAM usage is a problem for my application.
Does anyone is interest or have develop a separate stack for interrupt
level code feature ?... 
jongsooatyh - Jul 26 2002
Hi, all.
Does anyone know how to construct interrupt
driven SCI?
I am using SDK for DSP56F805 with C.
JS
... 
Graeme Fisher - Dec 10 2002
Hi all
Does anyone know how long in clock cycles it takes for an interrupt to
be serviced form the time that the interrupt occurs?
I have set up one of my h... 
Yochum, William - Jan 17 2003
Greetings:
I have recently found a very unusual problem that to the best of my
knowledge appears to be in the 807 hardware. I'm hoping the gurus on this
list m... 
- Sep 19 2002
Does anyone know if is necessary to disable all interrupt ISR when
programming or erasing xFlash data ? I'm using 56805 microcontroller in
single chip mode.
Thank... 
zortanda2002 - Dec 4 2002
hi all,
i'm having trouble using the GPIO_B on the DSP56824EVM board as input
interrupt. Anyone have any pointers?
help will be much appreciated.
nick ... 
Elefante Alessandro - Feb 26 2004
Hi people,
Is it possible to write the following assembler code that I find in
CodeWarrior6-Manual (to control the Interrupt priority in software)
with C... 
Nitin Madhukar Yewale - Jan 16 2003
Hi,
I am using Quad timers and doing floating point calculation.
[56F827]
I am getting following message while debugging my code.
how to know which interr... 
zuffpasc - Feb 5 2004
Hello,
I'm trying to implement an ISR for IRQA with SDK...
So, I define it in appconfig.h: (as said in the SDK help)
#define INTERRUPT_VECTOR_ADDR_8 FMy_... 
alberto_reit - Sep 16 2004
Hallo to all,
I'm using a 58F4046, it has 2 adc converter module ADCA and ADCB.
I've tried ADCA in simultaneous scan mode and it works fine and
generates the " on... 
mwmann_at_motorola - Sep 6 2002
** Help with Interrupts **
Exercise 3c has been created. It is available on the 56800 FAQs. In
the future it will be included in the next version of the Training
... 
Olamide... - Oct 29 2003
I know how to write regular sci code and just call them using a while
loop.
I want to use the SCI interrupt though, so when it recieves data, it
does what i... ![Interrupt Code SCI [ motorola 56803 | codewarrior]](http://cdn.dsprelated.com/images/icon_more.jpg)
Roger Flor - Oct 18 2002
Hello
I am a DSP56F805 EVM user
I am trying to run the ADC using SDK
Section 5.4.2 of the SDK user's manual (Targeting the DSP56F8xx) says that
"The AD... 
praveen - Apr 28 2004
Hi all,
I am trying to run a small interrupt program using IRQA(DSP56F801)but
the interrupt action is not occuring when i press IRQA button .
The foll... 
Jarrid Gross - Oct 7 2002
I have been having some tough problems all along, and had hoped that
upgrading to CW5.0 + 5.02 patch would cure me, but it didnt...
Heres what happens.
... 
uwmechlab - Feb 6 2004
Perhaps someone can give me some guidance here:
On my 56F8346 EVM board I have an SPI D/A converter that requires 2
bytes sent out the SPI0 port to output a volt... 
chandooramkumar - May 26 2005
Hi,
I am trying to program an ISR in MSCAN recieve routine. I went thru
the archives and found a message frm Art Johnson which was regding the
usage of #pragma Interrup... 
David - May 15 2003
You should be able to enable the A/D zero-crossing interrupt along
with the ADC offset register to get generate an interrupt when any one
of your encoder lines cros... 
wygonski - Nov 26 2003
Assuming you're talking 563xx, only the PC and SR are stacked when the
processor core detects the JSR. Your interrupt service routine must
end in an RTI (not RTS) w... 
Maria - Jan 27 2004
Hi all!
I do not understand.
My code
{..........
/*Initialize PORT B*/
hard.PortB = gpioOpen (BSP_DEVICE_NAME_GPIO_B, NULL);
periphMemWrite(0,PORTB_BASE+POR... 
Jan Humpl - Oct 27 2005
Hi! I've urgent problem with "#pragma interrupt" directive compilation.
Although compiled function uses Y0 register compiler don't save it. Can
anyone explain this? And ca... 
dibosco - Mar 30 2003
I've spent almost two days trying to make the serial transmit
interrupts working without any success! So, after crawling up several
walls, I thought I'd see if anyo... 
Elefante Alessandro - Mar 1 2004
Hi,
Is it possible to write the following
assembler code that I find in
CodeWarrior6-Manual (to control the Interrupt
prio... 
rajeshkvs - Oct 30 2006
Dear forum members,
I'm have experimented with Analog-PLL, but, Im'm new to DSP and
software PLL. I believe that usually, the input signal is sampled at a
very fast rate and... 
Roger Flor - Sep 26 2002
Hello!
I am using a DSP56F805 EVM. I am trying to pass a signal through the on chip
ADC then the DSP then on to the on chip SPI and external ADC (Maxim).
I ... 
Bende Georg - Jun 26 2003
You habe to enable the interrupt(s) when entering one interrupt which is
interruptable.
Georg Bende
Softwareentwickler
Abteilung Elektronik
Dr. Fritz Faulh... 
TA1T - Aug 1 2003
Sometimes after debugging a program, i click 'run' and the arch.c
file appears to get stuck in the following function. This results in
my program not running.
... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
next