vTaskDelete
Posted: Tue Jun 20, 2017 2:07 am
Im not sure this is bug but it made me big headache. I commented vTaskDelete() in my function and application crashed all the time. Thats fine, i understand its natural behavior, but debuging show all the time its problem with last line in function where vTaskDelete is missing. It took me a lot to figure it out what is wrong with my simple code.