Posted on May 17, 2011 at 15:05I did it, yeah i did it! :-] The problem is weird...: I disassemble the code. I check this '' TIM2->IER = 1; '' and i see in disassembler '' MOV 0x5301,#0x01 '' but TIM2 interrupt register address is 0x5303. Then i che...
Posted on May 17, 2011 at 15:05Dear Mozra, I used STVD as you suggest.Yes timer is working.Thank you for your suggest.I guess too that RIDE have issues. But interrupt didn't work. Here is my codes: . . . . void Init_TIM2(void) { /* TimerTick = 5 ms ...
Posted on May 17, 2011 at 15:05Please & Please: Send me a full project about TIM2 UPD&OV writing with RIDE. GPIOA.3 must toggle in interrupt routine. Please send with using ''h'' & ''c'' files. And please try yourself, be sure it's working. Very ver...