This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions,
flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.
interrupt - Antonio Parziale - Mar 7 10:18:43 2008
Hi to all,
this is the first time that i must develope a program for RCM3700 using interrupts.
Can you show me all necessary steps for developing a software that use interrupt?
For example how can i include my ISR in ISR table?
Thank you for attention
Antonio

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: interrupt - mehiegl - Mar 7 18:09:04 2008
What type of interrupts?
I would suggest you start by looking at the EXTINT_3000.C sample
program, which demonstrates setting up external interrupts. From there,
you can find more information in the DC online help.
--- In r...@yahoogroups.com, "Antonio Parziale"
wrote:
>
> Hi to all,
>
> this is the first time that i must develope a program for RCM3700
using interrupts.
>
> Can you show me all necessary steps for developing a software that
use interrupt?
> For example how can i include my ISR in ISR table?
>
> Thank you for attention
> Antonio
>

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )Re: Re: interrupt - Antonio Parziale - Mar 7 18:54:33 2008
Yes,
external interrupt.
can you send me that file?
I use dynamic C in University and now i'm at home.
I will see that file only Wednesday, and it will be great if i can see it during
weekend.
Antonio
----- Original Message -----
From: mehiegl
To: r...@yahoogroups.com
Sent: Saturday, March 08, 2008 12:05 AM
Subject: [rabbit-semi] Re: interrupt
What type of interrupts?
I would suggest you start by looking at the EXTINT_3000.C sample
program, which demonstrates setting up external interrupts. From there,
you can find more information in the DC online help.
--- In r...@yahoogroups.com, "Antonio Parziale"
wrote:
>
> Hi to all,
>
> this is the first time that i must develope a program for RCM3700
using interrupts.
>
> Can you show me all necessary steps for developing a software that
use interrupt?
> For example how can i include my ISR in ISR table?
>
> Thank you for attention
> Antonio
>
------------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.6/1317 - Release Date: 07/03/2008 8.15

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )