Skip to main content
johnspeth9108
Associate
September 16, 2012
Question

I2S DMA

  • September 16, 2012
  • 2 replies
  • 973 views
Posted on September 16, 2012 at 20:34

 

 

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

    johnspeth9108
    Associate
    September 16, 2012
    Posted on September 16, 2012 at 21:06

    Answer to myself:I think my error is in line 16:

    DMA_InitStructure.DMA_Channel
    = 
    DMA_Channel_3
    ; 

    For the connections I've used, it should be:

    DMA_InitStructure.DMA_Channel
    = 
    DMA_Channel_0
    ;
     
    so the DMA1 request comes from SPI2_RX not I2S2_EXT_RX.
     

    John
    jark
    Associate II
    January 23, 2013
    Posted on January 23, 2013 at 05:01

    Hi,  You said you think ... was it the real fix?

    Jim