Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Piclist | Interrupts with PIC10Fs

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

Interrupts with PIC10Fs - ajellisuk - May 2 4:14:47 2009

Hi,

I'm a newbie to PICs. I've been reasding through the data sheet for the PIC10Fs and they don't appear to support any kind of interrupts. Is it possible to detect an input pin's state change eg high to low without polling? And is it possible to detect the expirations of the timer or do I have to keep polling the timer too? If it is possible to set up interrupts how do I do it?

Thanks in advance

Andrew Ellis

------------------------------------

to unsubscribe, go to http://www.yahoogroups.com and follow the instructions



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


Re: Interrupts with PIC10Fs - leon Heller - May 2 6:01:47 2009

----- Original Message -----
From: ajellisuk
To: p...@yahoogroups.com
Sent: Saturday, May 02, 2009 9:13 AM
Subject: [piclist] Interrupts with PIC10Fs

Hi,

I'm a newbie to PICs. I've been reasding through the data sheet for the
PIC10Fs and they don't appear to support any kind of interrupts. Is it
possible to detect an input pin's state change eg high to low without
polling? And is it possible to detect the expirations of the timer or do I
have to keep polling the timer too? If it is possible to set up interrupts
how do I do it?

The closest thing to an interrupt that they have is the wake-up on pin
change; they don't have interrupts per se.

Leon

------------------------------------

to unsubscribe, go to http://www.yahoogroups.com and follow the instructions



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