Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

EINT3 external interrupt problem

EINT3 external interrupt problem

2005-11-30 by lokesh_17

Hello all,

I herewith facing some problem in external interrupt, see if anybody 
can suggest me to overrule the difficulty. Hence follows the problem 
description

when i configure my LPC2124 as 

EXTMODE = 0x08; 
...
VICIntEnable = (1<<VIC_EINT3); // Enable external 3

as ISR, i am not getting the interrupt, but when try the same with 
EXT1 its working fine, but i am using both the interrupts in my 
application.
Is it the problem exist in the uC itself or i need to do it in the 
tricky way if so please give me the same code.

rgds,
Lokesh.S

Re: EINT3 external interrupt problem

2005-11-30 by jykim_2000

If it does not use an if EXT1,

EXTMODE = 0x0A;

With above try to attempt together.


--- In lpc2000@yahoogroups.com, "lokesh_17" <lokesh_17@y...> wrote:
>
> Hello all,
> 
> I herewith facing some problem in external interrupt, see if 
anybody 
> can suggest me to overrule the difficulty. Hence follows the 
problem 
Show quoted textHide quoted text
> description
> 
> when i configure my LPC2124 as 
> 
> EXTMODE = 0x08; 
> ...
> VICIntEnable = (1<<VIC_EINT3); // Enable external 3
> 
> as ISR, i am not getting the interrupt, but when try the same with 
> EXT1 its working fine, but i am using both the interrupts in my 
> application.
> Is it the problem exist in the uC itself or i need to do it in the 
> tricky way if so please give me the same code.
> 
> rgds,
> Lokesh.S
>

Re: EINT3 external interrupt problem

2005-11-30 by Zdravko

There is a documented bug in EINT see the errata sheet for workaround
http://www.semiconductors.philips.com/acrobat/erratasheets/2124.pdf


--- In lpc2000@yahoogroups.com, "lokesh_17" <lokesh_17@y...> wrote:
Show quoted textHide quoted text
>
> Hello all,
> 
> I herewith facing some problem in external interrupt, see if anybody 
> can suggest me to overrule the difficulty. Hence follows the problem 
> description
> 
> when i configure my LPC2124 as 
> 
> EXTMODE = 0x08; 
> ...
> VICIntEnable = (1<<VIC_EINT3); // Enable external 3
> 
> as ISR, i am not getting the interrupt, but when try the same with 
> EXT1 its working fine, but i am using both the interrupts in my 
> application.
> Is it the problem exist in the uC itself or i need to do it in the 
> tricky way if so please give me the same code.
> 
> rgds,
> Lokesh.S
>

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.