What is the SPI1 address for the DMA controller?
Posted on December 17, 2011 at 04:36I 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;