charles paul - Oct 10 2006
plz help people i am copyingmy program here, which shows error "multiple define:__interrupt_vector "
my vector table is as follows:
extern void int_handler( void);
... 
Rakesh Krishnan - Aug 8 2006
Hi All,
=20=20=20
I had written a simple C program for M68HC711E9 Controller using Freeware=
GCC version 3.3.6. Also i compiled using GCC with vectors.c file and Linke=
r fi... 
Rakesh Krishnan - Aug 8 2006
Hi All,
=20=20=20
I had written a simple C program for M68HC711E9 Controller using Freeware=
GCC version 3.3.6. Also i compiled using GCC with vectors.c file and Linke=
r fi... 
Rakesh Krishnan - Aug 8 2006
=20=20
Hi All,
=20=20=20
I had written a simple C program for M68HC711E9 Controller using Freeware=
GCC version 3.3.6. Also i compiled using GCC with vectors.c file an... 
Mike McCarty - Aug 9 2005
Brian Traffis wrote:
> Mike,
>
> First off, should I be responding to the yahoo group for the benefit of all on this subject? As
> you know I am new here so I am not s... 
lapierre_john - Jul 22 2005
running BUFFALO monitor...using external IRQ to restart from WAI...
works fine in single chip mode but will not restart in special
bootstrap mode...do the IRQ and/or WAI f... 
nathan_b_a - Jul 7 2005
HI
I'm currently writing a program for the 68hc11 on my Thrism11
simulator. The program uses the irq interrupt.
What I don't understand is how you can edit the int... 
fidjouss - Mar 21 2005
Hello
I wrote a small program to test the IRQ interrupt. i am using edge
sensitive. Everytime i turn the switch off, I get something weird. and
my 7 seg led... 
IRQ [2 Articles]
fidjouss - Mar 14 2005
Hello
I am trying to read the data from an external device ( assuming that
it doesnt have its internal clock). I am using IRQ (IRQE set to 1 for
edge sensit... 
fidjouss - Mar 13 2005
Hello all
I am trying to build a voice activated alarm clock. I am using adapt11
board with 68hc11E2 to connect to a voice recognition board.
so once a word... 
j_e_daggett - Dec 15 2004
Your best bet is that if the optical encoders have an index output
pin, use that to determine speed. That pin produces a pulse every time
the enocder makes a ... 
David Kelly - Dec 12 2004
On Dec 12, 2004, at 12:01 PM, bal_gill21 wrote:
> My ISR is below. It compiles fine but my development board refuses to
> let me debug it. Is there something ... 
David Kelly - Nov 25 2004
On Nov 25, 2004, at 12:37 PM, Mark Schultz wrote:
> There are still a lot of *current* microcontrollers on the market
> that are very code- or RAM-size constr... 
Calamity Jane - Jul 3 2004
The currect HC11 project (the one with the slow LCD display) is for my
darkroom - it has a whole series of (adjustable) timers, one for each
step in color processin... 
dwiesel1981 - Apr 15 2004
Hi. When I compile my program, I am receiving this error:
"!E vectors.o(9): multiple define: '_interrupt_vectors'"
My project contains my main C program and a... 
Bob Davis - Feb 10 2004
Hey all,
I am trying to build a device that is going to use the IRQ line for
interrupts.
I have realized that i dont know how to do this. I had assumed th... 
Darrell N. - Nov 17 2003
> hello everyone im trying to connect the 68hc24 pru to a hc11e1. i
> have made the follwoing connections and still cant get the pru to
> interface with the h... 
gompertm - Nov 12 2003
DOes anyone now how to write an IRQ handler that will just stop until
a switch is released?
... 
Calamity Jane - Nov 8 2003
> Anyone here have luck interfacing the 68hc11 with a
keypad with pure assembly code?
It's straight forward. Sample the keypad input in a
timed IRQ loop thats ... 
MIKE - Sep 21 2003
I WAS WANTING TO KNOW IF IM UNDERSTANDING THE OPERATION OF THE IRQ
PIN41 ON THE HC11. FROM WHAT I HAVE READ THE PIN IS USED TO SEND A
INTERRUPT REQUEST TO THE HC1... 
- Aug 18 2003
In a message dated 8/18/03 7:25:05 PM Eastern Daylight Time,
writes:
>I hate to be pedantic, and I am probably showing how much of a Dinosaur I
>am, but should... 
lipzinski - Mar 20 2003
Hi we are trying to modify this code (given to us by the company) so
that we can take a value from the A/D and ouput it to the LCD
screen. This seems simple enoug... 
Jelena Marincic - Mar 7 2003
Hi,
Our team has a problem with writing into OPTION reg. on 68HC11 E1 during
first 64 cycles.
It is done correctly on power on reset - value $33 is written (we wa... 
Nick Reitter, 3rd - Feb 25 2003
I have tied the following pins high through a 10K resistor: IRQ, XIRQ,
RESET, STRB,STRB(R/W),E and AS. The program stops after a few minutes. I
still have to try th... 
David Kelly - Feb 8 2003
On Saturday 08 February 2003 07:30 pm, wrote:
> In a message dated 2/8/03 7:00:37 PM Eastern Standard Time,
>
> writes:
> > i don't know how to write a pulse ... 
mailanand77 - Feb 4 2003
Hi all
I was wondering how the 68HC11 is identifying the device that has
interrupted it by rising the IRQ* line?
Usually the microprocessor gives a signal ... 
John Dubois - Nov 14 2002
Hello Everyone
I'm trying to send a data stream that is moving at 250kbaud into the HC11 micro-controller. I was told that in order to make it work I would need a ... 
Brian Moerdyk - Oct 13 2002
I believe that the POR (power-on-reset) is the only reset guaranteed to
always give you the same results unless you follow some rules:
The most common things I c... 
Boolean General - Oct 10 2002
Dear Friends,
Excuse me, Probably I don't understand this conversation but I just want to
say that return is the only thing you can expect from empty brackets. N... 
Alowonle, Musibau - Oct 10 2002
I think you're right chris. Having nothing inside the bracket will be like
NOP.
Thanks
Musibau
-----Original Message-----
From: Christopher Darilek [mai... 
Christopher Darilek - Oct 10 2002
Hmm, I would think you could. Nothing inside the brackets would make the thing do nothing, then return from that interrupt. It'd be like having a "return;" statement in... 
Boolean General - Oct 10 2002
You cannot assume that. I would try something like:
for(;;) ;
Regards,
Roberto Guillermo Berner
Boolean General
ICQ 119529928
54 11 4308 3... 
Alowonle, Musibau - Oct 10 2002
Are you Darrell ?
-----Original Message-----
From: Himanshu Trivedi [mailto:]
Sent: Thursday, October 10, 2002 12:21 PM
To:
Subject: Re: [m68HC11] RE: Pro... 
Himanshu Trivedi - Oct 10 2002
Hi Musibau,
No , thats not endless loop! What am i thinking?
Nevermind that answer.
himanshu
wrote:
> Thanks Darrell, your comment is also a strong ... 
Himanshu Trivedi - Oct 10 2002
hi Musibau,
I think doing nothing inside the brackets is endless loop.
himanshu
wrote:
> Thanks Darrell, your comment is also a strong possibility as to ... 
Boolean General - Oct 10 2002
Dear Musibau,
I would first test the CPU board with a very simple program, not the one you
are using right now, just to check if this is a hardware or a software... 
Alowonle, Musibau - Oct 10 2002
Thanks Darrell, your comment is also a strong possibility as to the source
of my problem. Out of the 20-interrupt vectors we are only using seven and
the rest are u... 
Darrell N. - Oct 9 2002
Musibau:
Another item to look for is uninitialized interrupt vectors. I
have seen noise trigger an IRQ or XIRQ, even with pullups. Make
sure that all unused ... 
- Oct 9 2002
In a message dated 10/9/02 2:37:49 PM Eastern Daylight Time,
writes:
> >Has anyone ever experience this sort of thing or does anyone have a
> >suggestion or ... 
Brian Moerdyk - Sep 18 2002
Recovery from STOP happens in one of three ways:
-RESET, -XIRQ or -IRQ, if it isn't masked.
If the XIRQ is not masked (X=0 in CCR), then waking on XIRQ will caus... 