Posted on January 19, 2014 at 00:26 I am using stm32f103 to transmit some data over SPI while stm32 acts as slave. I need to use DMA for sending data to the SPI but the corresponding interrupt handler is never called. The code comes in the follow...
Posted on January 19, 2014 at 13:25I found it! Inhttp://www.st.com/web/en/resource/technical/document/reference_manual/CD00171190.pdf, page 273, table 78.
Posted on January 19, 2014 at 10:57Thanks clive. I just missed to copy the line for enabling DMA clock. But I didn't know that there is a restriction on using DMA channels for different peripherals. I will check it out on my board. Just a question. ...