• dma access
    hey. so the c51 got no dma access. understand. where is the emulator libary? project must do dma access.
  • ARM: LPC2148/MCB2140 USB Mass Storage with DMA
    Hello to all, I'm trying to use the mass storage example for the MCB2140 in DMA Mode but I'm not able to get it to work. In Interrupt-driven Mode everything works. But if I'm changing the flag for...
  • TripleMode ADC with DMA-Access
    Hello everyone! I've just picked up a STM32F446 and am currently learning to program it. To be honest: I'm struggling quite hard (coming from very simple processors like the PIC16 - the most advanced...
  • USB in DMA mode
    Hi every body I want to get data from PC and store in arm memory and after process sent by ssp. I use usb_cdc mode and i can't initialize usb in DMA mode. I use uvision 5 and the project is here:...
  • LPC1769 USB DMA Mode
    Hi, I am currently using IN EP3 of the LPC1769 to realize Isochronous transactions to the Host. I have configured the this endpoint in the DMA mode LPC_USB->EpDMAEn = 0x80; I enable the DMA...