I use the following codes to output high in Port 0_15 but no success ,can someone help me ?
#include "LPC177x_8x.h"
int main(void) { LPC_IOCON->P0_15 = 0; LPC_GPIO0->DIR |= 0x00008000; LPC_GPIO0->SET = 0x00008000; while (1); }