This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Stm32 Arm Assembly Timer interrupt

I'm trying to write the timer interrupt code I wrote in C (pa3 pin blinks at 10 ms intervals) with arm assembly language, but it doesn't work.I don't know exactly how to do the timer interrupt in assembly language.I tried to write my own code by looking at the disassembly feature from keil uvision. So where am I doing wrong? (I'm using stm32f103c8 and c code works properly)

C code=

Assembly code=

0