2011-12-01 09:11 AM
Hi everybody,
i found the following problem:If you take an example project STM32F2 -> Project examples -> DMA -> FLASH RAMand add to main: NVIC_PriorityGroupConfig(NVIC_PriorityGroup_4); //Only preemption priority group (4 bits)and then set in DMA_config() function:NVIC_InitStructure.NVIC_IRQChannelPreemptionPriority = 5;Then the DMA2_Stream0_IRQHandler will never called, and i am asking why? #nvic-preemption-priority->-42011-12-07 01:25 AM
Anybody?