-
Notifications
You must be signed in to change notification settings - Fork 1.2k
STATUS_NOMEM on SiLabs EFR32 #2372
Copy link
Copy link
Closed
Description
Hi there,
I've been testing SiLabs MGM12P modules with OpenThread. After a 30min to 2 hours of operation the NCP stops transmitting/receiving IPv6 packets. On every transmit wpantund tells me that NCPs last status is STATUS_NOMEM.
Nov 27 23:35:49 wpantund[399]: Tickle...
Nov 27 23:35:49 wpantund[399]: [->NCP] CMD_NOOP tid:7
Nov 27 23:35:49 wpantund[399]: [NCP->] CMD_PROP_VALUE_IS(PROP_LAST_STATUS) tid:7
Nov 27 23:35:49 wpantund[399]: [-NCP-]: Last status (STATUS_OK, 0)
Nov 27 23:35:51 wpantund[399]: [->NCP] IPv6 len:115 type:17(cksum 0xa257) [SECURE]
Nov 27 23:35:51 wpantund[399]: to(remote):[ff03::1]:4000
Nov 27 23:35:51 wpantund[399]: from(local):[fd41:4d42:4552:0:4ee:14d0:6710:a5c5]:56943
Nov 27 23:35:56 wpantund[399]: [->NCP] IPv6 len:115 type:17(cksum 0x19f2) [SECURE]
Nov 27 23:35:56 wpantund[399]: to(remote):[ff03::1]:4000
Nov 27 23:35:56 wpantund[399]: from(local):[fd41:4d42:4552:0:4ee:14d0:6710:a5c5]:56943
Nov 27 23:35:56 wpantund[399]: [NCP->] CMD_PROP_VALUE_IS(PROP_LAST_STATUS) tid:0
Nov 27 23:35:56 wpantund[399]: [-NCP-]: Last status (STATUS_NOMEM, 11)
Nov 27 23:36:01 wpantund[399]: [->NCP] IPv6 len:115 type:17(cksum 0xda92) [SECURE]
Has anyone else encountered this before?
What's the best way to debug this when it takes several hours to reproduce?
Reactions are currently unavailable