Scale up 802.15.4 network

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

Scale up 802.15.4 network

4,927 次查看
nick002025
Contributor II

I am trying to scale up my 802.15.4 network to handle more end devices in the coordinator. When a batch of end devices is trying to communicate I am seeing gMcpsDataCnf_c status return 0xF1 = gTransactionOverflow_c.

I am guessing based on the comments that this means the buffer is full in the mac library. How can I increase the buffer size?

标签 (2)
0 项奖励
回复
2 回复数

4,749 次查看
stephanie_m
NXP TechSupport
NXP TechSupport

Hello, 

Sorry for the inconvenience this might cause you,  but the library definitions and functions in the library can't be modified as those are not public. 

Regards, 

Estephania

0 项奖励
回复

4,746 次查看
nick002025
Contributor II

All of the messages are using dynamically allocate buffers. To scale up, would it be simple as increasing the number of memory pools available in MemManager.h?

#define PoolsDetails_c \

blocksize_ 64 numberof_blocks_ 8 poolid_(0) eol \

blocksize_ 128 numberof_blocks_ 2 poolid_(0) eol \

blocksize_ 256 numberof_blocks_ 6 poolid_(0) eol

#endif

Nick McKendree | Firmware Electrical Engineer

+1.704.752.6513 x1277

www.invue.com

0 项奖励
回复