mbo Posted April 16, 2018 Share Posted April 16, 2018 Hello guys, I am using Zybo Z7-10 and want to use a timer which polls e.g. every 100ms by starting a task in freertos. What is the best way to implement such timer? Do I need to use XScu_Timer or Global Timer or Watchdog Timer Thanks, Mirco Link to comment Share on other sites More sharing options...
jpeyron Posted April 16, 2018 Share Posted April 16, 2018 Hi @mbo, I have only implemented some basic functionality with freertos. Have you looked at these web pages here and here? thank you, Jon Link to comment Share on other sites More sharing options...
mbo Posted April 16, 2018 Author Share Posted April 16, 2018 Hi @jpeyron Yes, I have looked at these pages but I dont really understand what a Watchdog Timer is and what it is for. Is my understanding correct that ISR increments ticks which is a single step in RTOS and switches tasks between those ticks? Is there a good tutorial how to implement ISR and use it with several tasks? Thanks, Mirco Link to comment Share on other sites More sharing options...
jpeyron Posted April 16, 2018 Share Posted April 16, 2018 Hi @tester11, Here and here are some freertos examples. thank you, Jon Link to comment Share on other sites More sharing options...
Question
mbo
Hello guys,
I am using Zybo Z7-10 and want to use a timer which polls e.g. every 100ms by starting a task in freertos.
What is the best way to implement such timer?
Do I need to use XScu_Timer or Global Timer or Watchdog Timer
Thanks,
Mirco
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.