Posted on May 17, 2011 at 09:46Yes the VIC is enable. For DMA, when it has finished his first transfer, it load LLI, so it is reinitialized. The second transfer is well done, so the DMA is well reinitialized, but the interruption is not handled. I h...
Posted on May 17, 2011 at 09:46What do you mean by reconfigure the DMA ? Normally, the configuration of common registers of DMA don't change when it load an LLI. And the TCIE bit (bit 32 of CCR) is set to say that interrupts are still enable. And I ...
Posted on May 17, 2011 at 09:46Hello, I have posted a message about a problem I have with the timer and interruption. Because i can have one interruption, and no more. I work too with DMA, and it must set an interrupt when it has finish a transfer. ...
Posted on May 17, 2011 at 09:46Hello mirou, I have tested your project, and indeed it work well. But If I create a new project, and I add the C and H file, the project doesn't work anymore. Si I think it is maybe linked about project option or start...
Posted on May 17, 2011 at 09:46excuse, I missed an line feed. There is the starting of counter : Code:// Timer Configuration TIM_DeInit(TIM0); // Reset values TIM_StructInit (&TIM_InitStruct); // Initialize structure TIM_InitStruct.TIM_Clock_Source ...