Posted on May 17, 2011 at 14:14Ok, you're right. Names are nothing but smoke and mirrors. But I'd be interested in knowing how Keil - µVision does differentiate about ''DMA2_Channel1_IRQHandler'' and ''DMA1_Channel1_IRQHandler''?
Posted on May 17, 2011 at 14:14Ok, I found the problem. Indeed the reason for it is in the startup file ''STM32F10x.s''. µVision does create the startup file ''STM32F10x.s'' with wrong IRQ handler names. In my case the DMA channel handlers did not b...
Posted on May 17, 2011 at 14:14The question is, what do i wrong? How you can see in the picture (µVision - Debug mode) is there a code for the ''EXTI4_IRQHandler'' but not for the ''DMA1_Channel6_IRQHandler''. But how can it be?