The LPC845 has dedicated OD outputs on PIO10 & 11. They have a high-current mode, but this appears to be available only if the respective PIO registers have been set to Fast-mode Plus I2C. I want to use the sink capability (which is obviously on the chip) in GPIO mode, but this does not appear to be available: I2CMODE = 0 = Standard Mode or Fast Mode I2C; I2CMODE = 1 = Standard GPIO w/OD; I2CMODE = 2 = Fast Mode Plus I2C; I2CMODE = 3 = Reserved.
Looking at the bits, it looks like a value of 3 would be high-power GPIO, but does anyone know?
#LPC845