Please give me info about configuring a timer at given timeout. For eg,. if we want to blink LED for 30 seconds, how to configure them using timer events.
Please give me info about configuring a timer at given timeout. For eg,. if we want to blink LED for 30 seconds, how to configure them using timer events.
Hi,
If you do not need high resolution on the timer, I would recommend using the RTC over the TIMER peripheral, as the RTC i lower power. You can use the Application timer library to easily create timers. More details about this can be found in the Application Timer Tutorial.
Best regards,
Jørgen