It seems that when you call this function, it will not return until the erase has been completed, so it could block other code from running for many hundreds of milliseconds. Is there a non-blocking version of this function that can be polled for erase completed?
Solved! Go to Solution.
 
					
				
		
 deepakrana
		
			deepakrana
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi
FSL recommend the use of the C90TFS_Flash drivers.
Think they should serve the purpose.
If you are looking to customize further you may but then make sure while erasing you are not accessing in the same block.
 
					
				
		
 deepakrana
		
			deepakrana
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi
FSL recommend the use of the C90TFS_Flash drivers.
Think they should serve the purpose.
If you are looking to customize further you may but then make sure while erasing you are not accessing in the same block.
