I’m not using LPCopen, and it is on my own pcb. The project is setup with MCU=LPC1517, but when I select “peripheral” then “GPIO” PIO2-12 and PIO2-13 are not shown. I know that they exist because a write to the B(77) register at 0x1C00004D results in the pin changing state.
Whilst on the subject of LPCXpresso bugs, if an “included” file is edited, the version PRIOR to the edit is compiled next time the project is built. Unless the main program is also edited, the edits to the included files do not take effect.
Not a huge problem, because there’s always a blank line in the main program that can be removed which forces the compiler to use the edited included file, but annoying if you forget!