Sign in

username:

password:



Not a member?

Search m68hc11



Search tips

Subscribe to m68hc11



Ads

m68hc11 by Keywords

27c256 | 4K81H | 68HC11A1 | 68HC11P1 | 68hc24 | 68HC711E9 | 68HC811 | 8255 | A2D | ADC | ADC12138 | Am85C30 | BRCLR | Buffalo | CMOS | EEPROM | EPROM | Ethernet | EVB | EVBU | HC11E1 | HC11E9 | HC711E9 | Horray | ImageCraft | IRQ | Keypad | LCD | MC68HC11D0FN | MC68HC11E1CFU3 | MC68HC11F1 | MC68HC711E9 | MC68HC711E9CFN2 | Microcore11 | Microstamp11 | Minikit | NVRAM | PSD | PSD8xx | PSD9xx | PT1000 | RS232 | RTS | RXD | SPI | SRAM | TXD | Watchdogs | XIRQ

Discussion Groups

Search Results for "irq"

  

Post a new Thread

Re: help   [2 Articles]

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); ... Re:  help

C code for MC68C711E9 controller using Freeware GCC Ver.3.3.6   [2 Articles]

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... C code for MC68C711E9 controller using Freeware GCC Ver.3.3.6

Simple C program for MC68HC711E9 Controller to display a LED

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... Simple C program for MC68HC711E9 Controller to display a LED

Fwd: C code for MC68C711E9 controller using Freeware GCC Ver.3.3.6

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... Fwd: C code for MC68C711E9 controller using Freeware GCC Ver.3.3.6

Re: buffalo isr problem

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... Re:  buffalo isr problem

IRQ in special bootstrap   [2 Articles]

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... IRQ in special bootstrap

Interrupts   [13 Articles]

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... Interrupts

IRQ on adapt11   [5 Articles]

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 on adapt11

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... IRQ

IRQ Interrupt   [3 Articles]

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... IRQ Interrupt

Re: using optical encoder for feedback to MicroCore11

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 ... Re: using optical encoder for feedback to MicroCore11

Re: ISR

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 ... Re:  ISR

Re: Re: RTS problem

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... Re:  Re: RTS problem

ARRRRRRRRGGGGGGGG!!!!!!!

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... ARRRRRRRRGGGGGGGG!!!!!!!

ICC11 and Interrupt Vectors   [3 Articles]

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... ICC11 and Interrupt Vectors

Basic irq question   [4 Articles]

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... Basic irq question

Re: help with the 68hc24 pru   [2 Articles]

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... Re:  help with the 68hc24 pru

Interuppts   [5 Articles]

gompertm - Nov 12 2003
DOes anyone now how to write an IRQ handler that will just stop until a switch is released? ... Interuppts

RE: luck with pure software

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 ... RE: luck with pure software

HC11 IRQ AND XIRQ PIN 40 AND 41   [3 Articles]

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... HC11 IRQ AND XIRQ PIN 40 AND 41

Re: HC11   [3 Articles]

- 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... Re:  HC11

LCD confusion

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... LCD confusion

Writing OPTION reg.

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... Writing OPTION reg.

RE: Need debugging techniques on ADC to LCD   [2 Articles]

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... RE:  Need debugging techniques on ADC to LCD

Re: stepper motor

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 ... Re:  stepper motor

Reg Interrupt ACK   [3 Articles]

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 ... Reg Interrupt ACK

Help interfacing MAX3100 with HC11?

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 ... Help interfacing MAX3100 with HC11?

Re: reset problem   [3 Articles]

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... Re:  reset problem

Re: RE: Processor lock-up

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... Re:  RE: Processor lock-up

RE: RE: Processor lock-up

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... RE:  RE: Processor lock-up

Re: RE: Processor lock-up

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... Re:  RE: Processor lock-up

Re: RE: Processor lock-up

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... Re:  RE: Processor lock-up

RE: RE: Processor lock-up

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... RE:  RE: Processor lock-up

Re: RE: Processor lock-up

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 ... Re:  RE: Processor lock-up

Re: RE: Processor lock-up

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 ... Re:  RE: Processor lock-up

Re: RE: Processor lock-up

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... Re:  RE: Processor lock-up

RE: RE: Processor lock-up

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... RE:  RE: Processor lock-up

RE: Processor lock-up

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 ... RE: Processor lock-up

Re: FW: Processor lock-up

- 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 ... Re:  FW: Processor lock-up

RE: What exactly happens when recovering from STOP Mode?   [5 Articles]

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... RE:  What exactly happens when recovering from STOP Mode?
| 1 | 2 | next