Part Number: CC2340R5
Other Parts Discussed in Thread: CC2652P
Tool/software:
Considering the development based on CC2652P chip, relevant parameters can be set through syscfg tool, so does the CC2340 protocol stack provide relevant API?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Senjin,
In <sdk_directory>\source\third_party\zigbee\zboss_r23\include\zb_config_common.h you will find ZB_MAC_MAX_FRAME_RETRIES, ZB_N_APS_MAX_FRAME_RETRIES, and ZB_N_APS_ACK_WAIT_DURATION (FROM_SLEEPY and FROM_NON_SLEEPY). There is a nwk_retry_cnt for the WWAH cluster, or it is implemented by your application.
Regards,
Ryan
Hi Ryan,
Could you tell more about nwk_retry_cnt ? Is this variable used to set the retry times of the network layer? I know it is a variable of the structure zb_mcps_data_confirm_params_t, but I have not found a variable defined by this structure.
I honestly do not have any experience with nwk_retry_cnt as it is not further explored by the TI Zigbee stack solution offering, the limited information I do have is from the ZBOSS User's Guide as covered in the WWAH features. I would not recommend it for consideration.
Regards,
Ryan