Hello. I'm trying to have two independent tasks in a SYSBIOS project. I opened the task example and works fine, but I copy paste my code in that project and I just can get 1 of the tasks running (the one I configure with priority 1). My question is, I don't have to care about the execution of the tasks right? I don't have to use a sempahore if they don't share any peripheral.... so I don't really get how come it usually just works 1 of the tasks.