STM32 & DMA

Discussion on both general simulation and Proteus VSM microcontroller simulation.
Post Reply
vitaliy_mad
Unlicenced User
Posts: 1
Joined: Fri 2022-04-29 13:54

STM32 & DMA

Post by vitaliy_mad »

Have a trouble with DMA. on STM32F401RET7 and any other.
Trying to activate ADC with DMA support and got freeze on HAL_ADC_Start_DMA function. Try to debug and fount that freeze happens on

Code: Select all

/* Enable ADC DMA mode */
    hadc->Instance->CR2 |= ADC_CR2_DMA;
    
in HAL_ADC_Start_DMA function. Is there any solution?
Look loke same problem on any stm32 IC

proteus version 8.10
Post Reply