• LPC3250 DMA Interrupt Help
    New! LPC3250 DMA Interrupt Help eswar g Hi I'm facing problum while configuration for GPDMA . I was unable to generate interrupt on DMA. here I'm listing 1.I configured DMA Channel 0 for UART2...
  • RAM DATA TRANSFERING USING DMA
    Hi everyone, I´m working with an STM32F4 kit + STM32F4DIS-LCD + STM32F4DIS-CAM and I´m trying to use DMA to transfer display data to memory ram. Actually, I´ve achived this but I'm having some issues...
  • need help getting started
    I have been studying the tutorial for the 8051 at http://www.8052.com. For starters, I am writing a simple assembler code for an AT89S8253 microcontroller which will read inputs on Port1 and output it...
  • ADC TO DMA TRANSFER, averaging data in DMA COLLECTED IN 15 SECONDS
    I would like to transfer the data coming to ADC to DMA and average the data collected in 15 seconds. I could able to read the values from ADC BUT here are my problems: 1.I am using industrial acceleromoeter...
  • STM32F7: problem with ADC to memory DMA transfer
    Hello, I work on a project using the STM32F765. I want to convert a number of adc channels in a sequence, and use DMA2 to transfer the ADC-results into the memory. I didn't find an example in the...