Software Interrupt

Development environment specific, Arduino, Eclipse, VS2013, Em::Blocks etc
Post Reply
mebab
Posts: 115
Joined: Mon Aug 24, 2020 12:42 pm
Answers: 4

Software Interrupt

Post by mebab »

I am using Arduino IDE to program Nucleo 64 L476. My previous code working with Arduino101 includes 'CurieTimerOne.h' to use a software interrupt which cannot be defined for the Nucleo. Does anybody know what can be a good replacement for this library to be applicable to the Nucleo where I need to have a software interrupt?
by GonzoG » Tue Aug 25, 2020 9:37 am
You can use Hardware Timer to generate time base interrupts:
https://github.com/stm32duino/wiki/wiki ... er-library
Go to full post
GonzoG
Posts: 403
Joined: Wed Jan 15, 2020 11:30 am
Answers: 27
Location: Prudnik, Poland

Re: Software Interrupt

Post by GonzoG »

You can use Hardware Timer to generate time base interrupts:
https://github.com/stm32duino/wiki/wiki ... er-library
mebab
Posts: 115
Joined: Mon Aug 24, 2020 12:42 pm
Answers: 4

Re: Software Interrupt

Post by mebab »

Thanks a lot for your great help GonzoG! I could implement it.
Post Reply

Return to “IDE's”