• SSP1 and DMA (LPC1768)
    Hi, I use SSP1 interface to communicate with serial flash memory. I want to enable DMA for receive/transmit FIFO. Should I configure GPDMA controller or should I only set bits in SSP1DMACR register...
  • SSP1 communication through DMA
    Hey everyone, I've been trying to get the SSP1 port on the lpc2388 working to no avail. I have the SSP1 port working by itself but I want to be able to use the DMA. I've read over the manual and...
  • SSP1 of LPC1768
    I have two question on SSP1 of LPC1768 1. We have configured SSP1 as TI SSI for receiving 16 bits of data. We have connected Sclk pin to Clock of salve and MISO pin to Data pin of Slave.We have generated...
  • SSP1 problem in LPC1788
    Hi dear all I used a LPC1788 and I configured SSP1, but I can't write to LPC_SSP1 -> DR. I also configured SSP0, and it works very good and when I write LPC_SSP0 -> DR = 0xAA, its value will update...
  • Problem with the SSP1 - LPC1768
    Please allow me to ask the simple questions. I want to implement SPI communications between LPC1768 and M25PE16 (Serial Paged Flash Memory). When I send 0x9F (ask for chip ID) to the M25PE16, I...