- This topic has 0 replies, 1 voice, and was last updated 6 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › 12.2.8 Timer-Driven Conversions
Dear Carmine Noviello-san,
Thank you for the great e-book of mastering stm32 book.
Let me ask you one question in section “12.2.8 Timer-Driven Conversions”.
There is sentence in book as below,
“If you run the example, you can see that ever three
seconds the DMA completes the transfer and the convCompleted variable is set: this causes that the
three conversions are printed on the UART2 interface”
If my understanding correct, every 1 seconds (due to timer) ADC invoked and 3 acquisitions from DMA data register performed completed before next 1 seconds. is it right understanding ? because text says “ever three
seconds the DMA completes the transfer and the convCompleted variable is set”. this is a bit not what I expected.
Thank you for your support in advance.
Kaneko