End device reset when wake up from sleep

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

End device reset when wake up from sleep

1,165 次查看
13560436802
Contributor II

Project: JN_AN_1217-Zigbee-3-0-Base-Device  EndDeivce

1. Is it normal if the end device reset when wake up from sleep?

Sleep mode :vAHI_Sleep(E_AHI_SLEEP_OSCON_RAMOFF);

Wake-Up Type:  Wake timer interrupt ;

   {

      vAHI_WakeTimerEnable(E_AHI_WAKE_TIMER_0, TRUE);
      vAHI_WakeTimerStartLarge(E_AHI_WAKE_TIMER_0,counter);

   }

    

    uart log:

pastedImage_7.png

标签 (1)
0 项奖励
回复
1 回复

1,074 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dylan,

As the JN516x Integrated Peripherals API User Guide

E_AHI_SLEEP_OSCON_RAMOFF 32kHz oscillator on and RAM off (cold restart).

The wakeup will jump to the cold restart API.

And the vAppMain is the  Entry point for application from a cold start.

Regards,

Mario

0 项奖励
回复