⚠️ Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
when run the function -- rwip_sleep(), is break,can't enter the sleep
#if (GTL_ITF) /************************************************************************ ************** CHECK TL ************** ************************************************************************/ // Try to switch off Transport Layer if (!gtl_enter_sleep()) break; //************** run this *****************// #endif // GTL_ITF
Can you please provide some more details about what you are planning to do, the configuration on your device(extened or deep sleep), your dev kit, the profiles that you are trying to work with.
Have you tried working with any of dialog's examples and the issue insists?
Are you trying to implement something over GTL with an external processor?
when run the function -- rwip_sleep(), is break,can't enter the sleep
#if (GTL_ITF)
/************************************************************************
************** CHECK TL **************
************************************************************************/
// Try to switch off Transport Layer
if (!gtl_enter_sleep())
break; //************** run this *****************//
#endif // GTL_ITF
Hi lingyunzhi
Can you please provide some more details about what you are planning to do, the configuration on your device(extened or deep sleep), your dev kit, the profiles that you are trying to work with.
Have you tried working with any of dialog's examples and the issue insists?
Are you trying to implement something over GTL with an external processor?
Thanks MT_dialog