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.

LAUNCHXL-CC1352P: MT Commands

Part Number: LAUNCHXL-CC1352P
Other Parts Discussed in Thread: Z-STACK,

Hello,

 

I am developing through MT Commands, a communication between coordinator and router, to be able to send a message from coordinator to router, and from router to coordinator. For this I am using LAUNCHXL-CC1352P1, SDK simple link 6.40.00.13, based on the document "Z-Stack Monitor and Test API" SWRA198. 

I have problems for network creation using coordinator probe APP_CNF_BDB_START_COMMISSIONING

command in all its modes, some of the responses after executing the command are:

 

SRSP: FE 01 6F 05 00 6B FE 03 4F 80 02 00 00 CE

02 is the status "no_network".

SRSP: FE 01 6F 05 00 6B FE 03 4F 80 08 02 00 C6

08 is the status "formation failure".

 

I have also tried the command ZDO_STARTUP_FROM_APP

I get the same error

SRSP: FE 01 6F 05 00 6B FE 03 4F 80 08 02 00 C6

08 is the status "formation failure".

 

For the device configuration use the following commands: UTIL_CALLBACK_SUB_CMD, SYS_SET_EXTADDR, UTIL_SET_PANID, UTIL_SET_CHANNELS, UTIL_SET_PRECFGKEY, SYS_SET_TX_POWER, APP_CNF_BDB_SET_CHANNEL

Also use the commands ZDO_IEEE_ADDR_REQ and ZDO_NWK_ADDR_REQ, to check the devices on the network and it does not find them.

If anyone knows how to create the network using the MT commands for the coordinator so that later the router can be linked, any information is helpful.

 

Regards,

Jose