Sign in

username:

password:



Not a member?

Search m68hc11



Search tips

Subscribe to m68hc11



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

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | | IRQ Interrupt

IRQ Interrupt - fidjouss - Mar 13 5:30:00 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 is recognized, the board sends me a signal that pulls
down IRQ then I read the data throught portc. Note* I am using a delay
after reading each digit and store it in memory for later use. I have
to read four digits ( I am not very familiar with serial
communication). is there a better way of doing this without going
through serial com.. ? will there be a conflict between IRQ and portc?
does anyone know of a nice emulator for 68hc11 since the one i have
allows only 256 bytes of code and my code is bigger than that and
gives me aerror onces it reaches 256?

Thanks in advance





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


Re: IRQ Interrupt - Author Unknown - Mar 13 11:09:00 2005


In a message dated 3/13/05 4:31:42 A.M. Eastern Standard Time,
writes:

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 is recognized, the board sends me a signal that pulls
down IRQ then I read the data throught portc. Note* I am using a delay
after reading each digit and store it in memory for later use. I have
to read four digits ( I am not very familiar with serial
communication). is there a better way of doing this without going
through serial com.. ? will there be a conflict between IRQ and portc?
does anyone know of a nice emulator for 68hc11 since the one i have
allows only 256 bytes of code and my code is bigger than that and
gives me aerror onces it reaches 256?

=========================================
portc is a parallel interface.... the serial interface is the sci..... you
ask for an emulator, but I think you want a simulator, right? Explain why a
delay is needed? Should be able to service the irq interrupt in
microseconds... 'word has arrived' interrupts cant arrive faster than tens or hundreds of
milliseconds,,, [Non-text portions of this message have been removed]


______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


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

Re: IRQ Interrupt - fidjouss - Mar 13 12:29:00 2005


--- In , BobGardner@a... wrote:
> I am using IRQ just to establish communication with adapt11 (get the
adapt11 ready to read the data). The delay is used after reading each
digit from portc.
and yes I do mean a simulator that allows more than 256 bytes of code. > =========================================
> portc is a parallel interface.... the serial interface is the
sci..... you
> ask for an emulator, but I think you want a simulator, right?
Explain why a
> delay is needed? Should be able to service the irq interrupt in
> microseconds... 'word has arrived' interrupts cant arrive faster
than tens or hundreds of
> milliseconds,,, > [Non-text portions of this message have been removed]





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