CC2652P: nwkDB buffer is full.

Part Number: CC2652P
Other Parts Discussed in Thread: CC1352P

Tool/software:

My coordinator is working for a whole night, and its nwkDB buffer become full.

The NWK_DATABUF_SENT buffer of my  coordinator  is same with NWK_MAX_DATABUFS_TOTAL. 

My code has counted the executing of AF_DataRequest, AF_DATA_CONFIRM, ZMacDataReqSec, MAC_MCPS_DATA_CNF.

The counter of AF_DataRequest is same with counter  of AF_DATA_CONFIRM, but counter of ZMacDataReqSec is more than counter of MAC_MCPS_DATA_CNF.

My coordinator 's NWK_MAX_DATABUFS_TOTAL is 96, and  counter of ZMacDataReqSec is 109 more than  counter of MAC_MCPS_DATA_CNF.

My SDK is 7.10.02.23,My project is set like this

Fullscreen
1
2
3
4
5
6
7
8
9
10
-DMAC_CFG_APP_PENDING_QUEUE=TRUE
-DMAC_CFG_TX_DATA_MAX=40
-DMAC_CFG_TX_MAX=50
-DMAC_CFG_RX_MAX=40
-DNWK_MAX_DATABUFS_WAITING=64
-DNWK_MAX_DATABUFS_SCHEDULED=40
-DNWK_MAX_DATABUFS_CONFIRMED=40
-DNWK_MAX_DATABUFS_TOTAL=96
-DNWK_INDIRECT_MSG_MAX_PER=8
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX