Hi everyone
When I enable task scheduling and uninitialize the IIC module, an error occurs,becouse of OSIF_SemaDestroy(). why?
I2C_MasterDeinit() and use flexio for iic
 
					
				
		
 PetrS
		
			PetrS
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
was I2C_MasterInit() called before, which should create osifSema?
BR, Petr
Hi petr
I'm glad to receive your reply. I created a task and started task scheduling.
This is my code
 
					
				
		
 PetrS
		
			PetrS
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
maybe this happens due to the lack of heap and stack of the task, so to avoid this try to increment the task's stack and the Total heap size.
BR, Petr
