Ich habe soeben Rückmeldung von der Firma NXP erhalten:
Mit meiner Messung lag ich also richtig. In der CPU befinden sich keine Pullup oder Pulldown Widerstände sondern Stromquellen. Schaltungsbedingt können diese keine höheren Pegel am Ausgang als ca. 2,3 Volt liefern. Der eigentliche Pulldown bzw. Pullupstrom ist zudem Lastabhängig und hat keine lineare Funktion. Spezielle Informationen gibt es bei den Beschreibungen des LPC2000, hier wurde mir auch freundlicherweise gleich ein Auszug aus dem Datenblatt mit angehangen.
welches ich Euch gleich mit reingestellt habe.
------------------------------------------------------------------------
Originaltext von NXP:

The pull-ups are not resistors, but current sources. Their behavior is quite non-linear, as shown in the attached document (which is for LPC2300, but the effect is the same). As you can see, the pull-ups cannot deliver current above ~2.3V. Even the load of a multi-meter brings the pin down to 2.1V.

We specify the pull-ups as an effective resistor which would give the same short-circuit current when then pin were grounded. Since the current source delivers typically 50 µA (at least on all chips I've seen so far), the effective resistor would be 3.3V/50µA = 66 kOhm.

The pull-up guarantees that our pins see a high level when left floating as inputs. They might not be sufficient to guarantee a "1" for external hardware! In that case an external pull-up may be nee
--------------------------------------------------
Das wars dann schon, bis zur nächsten Frage...
Siro