Posted on May 17, 2011 at 13:37Hi, I succesfully used the command line version of the STMFlashLoader under Windows XP. But now I have the need to use it also under Win CE 6.0. Is there any version available for Win CE??? Best regards
Posted on May 17, 2011 at 13:35Hi armmcu.engineer, no i don't forgot to call SPI_I2S_DMACmd(). The SPI works. In the meantime I modified the settings. I set DMA_InitStructure.DMA_Mode to DMA_Mode_Normal. Previous setting was DMA_Mode_Circular. I als...
Posted on May 17, 2011 at 13:35Hi, i configured the SPI3 of an STM32F103 as a Slave to receive data from another controller via DMA transfer (not an STM32). The configuration of the DMA is like this: Code: DMA_DeInit(DMA2_Channel1); DMA_InitStructu...