• ppp connection lpc17xx
    I have problem with serial.h for lpc17xx.
  • LPC17xx bus fault
    It might be perfectly clear to most of you (then sorry for this message), but it wasn't to me, because I feel this is different on ARM7TDMI MCUs... Just to save some debugging and googling: In the...
  • LPc17xx uart program
    I have a problem with uart interface , I tried to start program " hello wold " but on the serial dont display it please I need help . I will post the code : SERIAL.C : #include <LPC17xx.H> #define...
  • LPC17xx CMSIS driver
    Hello, I am using LPC1768 with CMSIS driver integrated into the compiler. I have written a code for UART0 to send and receive a character. The following code successfully transfers "Press Enter...
  • LPC17xx: SSP + DMA
    Hi, I'm working with a LPC1758 processor and an AT45 dataflash. The dataflash communicate with the processor by SSP1 and dma. In my first attempt: I want to read the status register from the dataflash...