So you mean after I flash the program code into the LC60 using the BDM, disconnect it, it should be able to go into Stop1 Mode?
I tried disconnecting it and run, but the input current measured from the power supply doesn't seems to drop.
This is the code that i use...
void STOP1_MODE_ENTER(void){ //STOP1 mode is used for 'shut down'
SOPT1_STOPE=1; //1=Enable the STOP mode
SPMSC1_LVDSE=0; //0=Disable low-voltage detect during STOP enabled
SPMSC1_LVDE=0; //0=Disable LVD logic
SPMSC2_PDC=1; //1=Enable Power Down Control
SPMSC2_PPDC=0;
__asm{
stop;
}
any help??
thanks!