User Activity

Posted on December 02, 2013 at 18:15i traied to recive data from another stm32f4 via SPI that's why i used the dma to receive data from SPI  GPIO_InitTypeDef  GPIO_InitStructure;uint16_t value;void init_SPI(void) { GPIO_InitTypeDef GPIO_InitStruct; ...