• 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...
  • Enable UART1 interrupts LPC1768
    /* Enable UART1 interrupts. */ IN LPC1768 VICVectAddr14 = (U32)handler_UART1; VICVectCntl14 = 0x27; VICIntEnable = (1 << 7); BUT ERROR: Serial.c(62): error: #20: identifier "VICVectAddr14" is...
  • HOW ENABLE RAM2 LPC1768 IN KEIL
    HI I'm going to RAM2 on LPC1768 microcontroller will activate the program KEIL I want to put a variable in RAM2 If you have information about a friend who can help me Thank you
  • How to enable and use DMA for USB bulk IN endpoints
    Hi, I'm using uVision 4 with the MCB2300 development board. I'm developing a software that periodically transmits data (status information) from the device to the host (as first step, the data are...
  • Enabling DMA double buffering for isochronous enpoint
    Hi to all I'm attempting to modify the USBAudio example on an LPC2378 in order to appear as a microphone using isochronous endpoint 3. I modified the example and it works fine. The next step is to enable...