2011-12-16 07:36 PM
I am attempting to transmit SPI1 data using DMA2. What is the SPI1 PeripheralBaseAddr to be used in the following statement?
DMA_InitStructure.DMA_PeripheralBaseAddr = (uint32_t)SPI1_DR_ADDRESS;2011-12-16 09:13 PM
&SPI1->DR
0x4001300C2011-12-17 12:23 PM
Thanks once again, Clive. SPI and DMA now working fine. You guys are so prompt with the answers.