Yahoo Groups archive

Lpc2000

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

Message

Re: Interrupt in LPC22XX

2006-05-11 by Tom OE6TKT

>   VICIntEnable |= 0x00000080;
> 
You don't need to OR this register with itself, just write:
VICIntEnable = 0x00000080;
(to clear this interrupt use VICIntEnClear = 0x00000080;)

Thomas

Attachments

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.