Question
stm32f429 discovery gui_init
Posted on January 03, 2015 at 11:04
Hello
I'm using stemwin library for stm32f429 discovery. I just try to create simple project like - ''Hello world''. And my program hangs in GUI_init, namely in _DMA_Fill in line:while (DMA2D->CR & DMA2D_CR_START) { //__WFI(); // Sleep until next interrupt } I have been trying to identify this hanging in file stm32f4xx_it, setting breakpoints in different interrupt handler, but my program doesn't enter any of these handlers..DMA2D_IRQHandlerLTDC_ER_IRQHandler
B . <- Program goes to this line
ENDP
ALIGN
