2012-09-16 11:34 AM
2012-09-16 12:06 PM
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
2013-01-22 08:01 PM
Hi, You said you think ... was it the real fix?
Jim