Hi All,I am using stm32CubeMx and atollic true studio for initializing my stm32H743ZI controller. When I debug the code I get an error message fatal error: arm_math.h: No such file or directory I have tried many things and I am unable to resolve the ...
Hi everyone,I am working on ADC of STM32H743Zi, but i am unable to get it running.Can anyone guide me . The DMA command isHAL_ADC_Start_DMA(&hadc2,(uint32_t*)ADC_1,1);
Hi all, ADC was sampling fine without DMA. I placed ADC array in D2 Ram and DMA was functioning.MPU_Confg(); must be called.Now Its working.Thanks to all,If any one needs help on ADC DMAemail me at awais_hafeez@hotmail.com
Hi,I have added D2 Ram in my linker and ADC variables are stored in D2 Ram. ADC is working fine in end of conversion mode but DMA is not working . hadc2.Instance = ADC2; hadc2.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV2; hadc2.Init.Resolution = ADC_RE...