Skip to main content
hansys65
Associate
July 3, 2015
Question

What/Wher is my mistake what is STM32F4 I2S DMA Dobule Buffer mode transfer

  • July 3, 2015
  • 2 replies
  • 818 views
Posted on July 03, 2015 at 06:03

The original post was too long to process during our migration. Please click on the attachment to read the original post.
    This topic has been closed for replies.

    2 replies

    waclawek.jan
    Super User
    July 3, 2015
    Posted on July 03, 2015 at 10:15

    In circular/double-buffer mode you are not supposed to stop-restart the DMA, only to supply more and more data in the buffers.

    In double-buffer mode, you may change the currently-inactive memory-address on the fly, if you want so.

    JW
    hansys65
    hansys65Author
    Associate
    July 6, 2015
    Posted on July 06, 2015 at 07:52

    thank you for your reply, I will try.