Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I have table of task structures which contain TSSes. Do I have to declare TSS for scheduler in this table or somewhere else ? Can somebody tell me how to it ?
Thank you in advance.
No your scheduler will most likely be run off of an interrupt however you need a tss for each task or you can use one tss and switch it between tasks by changing its address. I has a little write up on it somewhere I will find it and send it over to you.