Yeah vTaskDelete(NULL) resolved the issue
Thanks a lot.
Search found 3 matches
- Thu Jun 22, 2017 2:33 pm
- Forum: General Discussion
- Topic: sample timer program not working
- Replies: 4
- Views: 7378
- Thu Jun 22, 2017 8:06 am
- Forum: General Discussion
- Topic: sample timer program not working
- Replies: 4
- Views: 7378
Re: sample timer program not working
yeah you are right about the tick Rate. My bad in typo. Moreover I am using vTaskStartScheduler() because I saw the same in a FreeRTOS sample timer code explanation. I may have misinterpreted it. http://www.freertos.org/FreeRTOS-timers-xTimerCreate.html --snip from the web page--- /* Starting the RT...
- Wed Jun 21, 2017 3:05 pm
- Forum: General Discussion
- Topic: sample timer program not working
- Replies: 4
- Views: 7378
sample timer program not working
Hi All, I was trying to do a hands-on using FreeRTOS timer infrastructure on a ESP32 board. I wrote a simple program of repetitive timer which will just print the no. of times timer is fired. Only config I have alter from default config is as below - Set TICK_RATE set to 1000 , I am assuming doing t...