• 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...
  • Trouble with SSP1 reception + DMA
  • SSP1 Problem - Serial Mem. Communication
    Hi u all! I'm facing a problem here, I'm trying to develop a serial flash memory interface here. The memory is M25P128, and I'm using LPC2368. The thing is..I don't have much experience with...
  • 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...