Scale up 802.15.4 network

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Scale up 802.15.4 network

4,968件の閲覧回数
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,790件の閲覧回数
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,787件の閲覧回数
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 件の賞賛
返信