• PIN OUTPUT HIGH
    HOW TO MAKE GPIO PIN HIGH AT OUTPUT?
  • PIN OUTPUT HIGH
    HOW TO MAKE GPIO PIN HIGH AT OUTPUT?
  • output led high in lpc1788
    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...
  • output led high in lpc1788
    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...
  • The RL-FlashFs keeps erasing all the time...
    Hello,everyone, I have been trying to manage NandFlash on my board with RL-FlashFs and i succeeded in fformat() two days ago. However, yesterday morning, problems occured: i could not format the flash...