while(!DMA_GetFlagStatus(...)); never pass ....
Posted on May 30, 2014 at 11:31 Hi, I have a big problem,I try to use a WS2812 (LED card), with a stm32f4 But it doesn t work at all .... I try in debug and the program is blocked here:while(!DMA_GetFlagStatus(DMA1_Stream5, DMA_FLAG_TCIF5)); plea...