Hi,
our current system gets set into PM3 manualy for a shutdown when we dont need it.
The wakeup is performed by an external interrupt.
Sadly advertising / connecting to the device after exiting PM3 is not wokring.
I already tried calling:
// Start the Device
VOID GAPRole_StartDevice(&sensorTag_PeripheralCBs);
// Start Bond Manager
VOID GAPBondMgr_Register(&sensorTag_BondMgrCBs);
uint8 turnOnAdv = TRUE;
GAPRole_SetParameter( GAPROLE_ADVERT_ENABLED, sizeof( uint8 ), &turnOnAdv );
wihtout success.
Our code is based on the SensorTag.
Do we have to calle the complete void SensorTag_Init() after exiting PM3?
regards
Frederik