STM32 timer interrupts with IAR Embedded Workbench | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

STM32 timer interrupts with IAR Embedded Workbench

I want to toggle an output pin on a nucleos f103rb board with an timer interrupt. The problem is that the interrupt routine doesn't exist in the memory, because it isn't called at any time! Can somebody send an example for iar workbench what it has to look like? I doesn't use any libs eccept the "ST\iostm32f10xxB.h". Thank you very much.

25th Dec 2018, 3:33 PM
ld programs
2 Answers
+ 5
why do you use IDE Keil ? I use Cube MX + Keil.
28th Dec 2018, 10:05 PM
Pedro H.J
Pedro H.J - avatar
0
I only use IAR Embedded Workbench, because I dislike Hal and MXCube. Most times nothing works
29th Dec 2018, 9:32 AM
ld programs