Associate
November 27, 2017
Question
STM32F7 TIM1(master)+TIM8(slave) triggering ADC+DMA issues
- November 27, 2017
- 0 replies
- 402 views
Posted on November 27, 2017 at 11:55
Hi all,
I am working with STM32F733x MCU and having trouble achieving the following configuration through HAL library.
Following is what I would like to acheive
1) Synchronise TIM1 (master) & TIM8(slave) in slave trigger mode (TIM_SLAVEMODE_TRIGGER)
2) Use the slave timer TIM8 to trigger ADC1 & ADC2 in dual interleaved & return the ADC samples (12bit) through dma callback
Attached the main.c file generated with the help from stmcube.
I am unable to get the ADC callback triggered
Any pointers?
Thanks
