Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



lpc2000 by Keywords

2106 | ADC | ARM7 | Atmel | Bootloader | CAN | CrossStudio | CrossWorks | DDS | ECos | Ethernet | ETM | FIFO | FLASH | FPGA | GCC | GDB | GNU | GNUARM | GPIO | I2C | IAP | IAR | JTAG | Kickstart | LCD | Linux | LPC | LPC-E2294 | LPC2000 | LPC2100 | LPC2104 | Lpc2106 | Lpc210x | LPC2114 | LPC2119 | LPC2124 | LPC2129 | Lpc2138 | LPC213x | LPC21xx | LPC2210 | LPC2212 | LPC2214 | LPC2292 | LPC2294 | LPC2xxx | LPC3128 | MCB2100 | Olimex | Philips | PWM | Rowley | RTC | RTOS | SPI | SSP | UART | UART0 | UART1 | ULINK | USB | Watchdog | Wiggler

Ads

Discussion Groups

Discussion Groups | LPC2000 | Re: P1.24 of LPC2214 doesn't work

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

Re: P1.24 of LPC2214 doesn't work - Herbert Demmel - Oct 11 18:45:57 2006

Hi,

sorry, I obviously was already too tired to see the obvious: it should be
(1 << 24) instead of (1 << 25)

Regards
Herbert

>> I'm trying to use P1.24 of a LPC2214 as an output but the port pins
constantly remains at about 2.3V.

>> I'm using

>> IO1DIR |= (1 << 25);
>> IO1CLR = (1 << 25);

>> to pull the pin low (PINSEL2 bit 3 has the correct state, P1.20 is not
pulled low at reset). If I try to do the >> same with e.g. P1.16,
everything works as expected.

>> Any idea?

Regards
Herbert



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