Hello,
I tried to enter VLPS mode by calling SMC_SetPowerModeVlps(SMC); but this function always return the error code kStatus_SMC_StopAbort.
I allowed all power modes previously.
Does anyone know why is dont work?
Thanks a lot
Maximilian
Solved! Go to Solution.
 
					
				
		
 jorge_a_vazquez
		
			jorge_a_vazquez
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Maximilian Niedernhuber
This error code is caused when you an interrupt or reset occured during the stop mode entry sequence. What is your source interrupt to wakeup from this mode?. Also do you have any other interrupt source enable that may cause noise in the stop entry?
Have a great day,
Jorge Alcala
Thank you.
 
					
				
		
 jorge_a_vazquez
		
			jorge_a_vazquez
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Maximilian Niedernhuber
This error code is caused when you an interrupt or reset occured during the stop mode entry sequence. What is your source interrupt to wakeup from this mode?. Also do you have any other interrupt source enable that may cause noise in the stop entry?
Have a great day,
Jorge Alcala
