Yahoo Groups archive

Lpc2000

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

Message

LPC2292: GPIO-output on P3.29 possible ???

2005-06-01 by alipowsky

I want to use P3.29 (Pin 27, P3.29/BLS2/AIN6) as GPIO (output)
The manual says it can be done by setting Bit 6 of PINSEL2 to zero.

my testcode:

PINSEL2 &= 0xffffffbf;	// Reset PINSEL2.6 to config P3.29 as GPIO
IO3DIR |= 0x20000000;	// Set P2.29 as output
IO3SET =  0x20000000;   // Set portpin high

But the pin does not go high ??

Did anybody use this pin as GPIO output already ?

regards
Andreas

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.