Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi! I'm trying to do some interrupt experiements with mbed. However I have some questions about the timer interrupts. (Trying to make a led blink per second using timer interrupt)
Used to use Arduino ,was no problem to customize the ISR routine. But here I'm having basic difficulties to find where to start. If somebody could give me basic information...
I'm looking to configure something similar to
ISR(TIMER2_OVF_vect) { };
Thnx in advance..