2021-03-11 07:42 AM
2021-03-17 04:49 AM
Hello NToua.2461 (Community Member),
If the DMA is working and DMA is transferring data to memory buffer then also the timer works - because ADC is triggered from timer. You can check the basic functionality by disabling the timer - then conversions should not be triggered and not transferred by DMA.
Please check the STM32CubeMX example - in the STM32G4 STM32Cube package is there example how to correctly set timer with ADC:
"\STM32Cube_FW_G4_V1.3.0\Projects\NUCLEO-G474RE\Examples_LL\ADC\ADC_GroupsRegularInjected_Init"
Regards
Igor
2021-03-25 05:07 AM
THANK you for your help.