• 7 Channel ADC with DMA
    Hi; I want to read 7 channel ADC value with DMA. Firstly Init ADC Settings; void ADC_INIT(void) { //ADC_ChannelConfTypeDef sConfig; hadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1;...
  • dma access
    hey. so the c51 got no dma access. understand. where is the emulator libary? project must do dma access.
  • ADC DMA wrong values
    Hi, I'm facing some problem with ADC and DMA of STM32f103 uC. I have a stm32f103 board and I had configured it to use ADC with DMA. Both configurations are taken from examples codes. I connected...
  • ADC DMA overrun
    I have been struggling on this over the past few days and its starting to really push my buttons now. Device: sTM32F405RGTX Basically I have ADC 1 configured in regular mode Channel 10 and 11...
  • ADC config with DMA and Timer
    Hi, I want to program STM32F103 in which define an array that is completed with ADC value. I need to trigger the ADC with timer and also use DMA. It means that when the array complete, the DMA_IRQ...