system  
                
                  
                    February 9, 2012,  9:00am
                   
                  1 
               
             
            
              malacay Thursday, February 09, 2012 :
Hello,
if have a Problem when i suspend more tasks. I work on IAR, EFM32G290F128.
Task1()Priority:3
Task2()Priority:2
Task3()Priority:2
vTaskResume(Task1);
Task4()Priority:1
When I goto vTaskSuspend( Task3 ); then it goes no further.
             
            
              
            
           
          
            
              
                system  
              
                  
                    February 9, 2012,  9:27am
                   
                  2 
               
             
            
              malacay Thursday, February 09, 2012 :
When I goto vTaskSuspend( Task3 ); then it goes no further, because Task4 and Task5 are not generated.
Why?
             
            
              
            
           
          
            
              
                system  
              
                  
                    February 9, 2012, 10:03am
                   
                  3 
               
             
            
              malacay Thursday, February 09, 2012 :
Ok now I gernerate Task4 und Task5 but now when i goto vTaskSuspend( Task3 ) it stopped
             
            
              
            
           
          
            
              
                rtel  
              
                  
                    February 9, 2012, 10:33am
                   
                  4 
               
             
            
              rtel Thursday, February 09, 2012 :
This is an immensely complex scenario that I don’t want to work through, but even if I did there is no way I could possibly tell which task would run when without knowing their priorities.
Regards.
             
            
              
            
           
          
            
              
                system  
              
                  
                    February 9, 2012, 11:20am
                   
                  5 
               
             
            
              malacay Thursday, February 09, 2012 :
The priorities are:
Task2 and Task3 are periodic tasks. Tasks2 Periode->100ms, Tasks3 Periode->50ms