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.

CC1352P: TI-15.4-STACK Co-Processor

Part Number: CC1352P


Hello everybody

 

I am now developing with TI 15.4 Stack using CC1352P, for this development is necessary UART communication, that's why I am using Co-Processor offered by TI 15.4 Stack. The goal is to create a network, join devices and send messages in both unicast and broadcast.

I am basing this on the document "TI-15.4-STACK Co-Processor".

I have the following command order for the coordinator to create the network, I don't know if the following order is the correct one:

1. The command order for the coordinator I have this:

MAC_INIT -> for startup

MAC_SET_REQ -> for configuration MAC PIB like: MAC_COORD_EXTENDED_ADDRESS, MAC_COORD_SHORT_ADDRESS, MAC_PAND_ID, MAC_LOGICAL_CHANNEL, MAC_CHANNEL_PAGE

MAC_SECURITY_SET_REQ -> for MAC SECURITY PIB

MAC_START_REQ - > for start network and PAN Coordinator

 

2.The command order for the end device I have this:

MAC_INIT

MAC_SET_REQ

MAC_CHANNEL_PAGE

MAC_SECURITY_SET_REQ

MAC_ASSOCIATE_REQ -> for join network

 3.To send messages both in unicast/broadcast

MAC_DATA_REQ

 

Any information you can give me would be very useful, I also appreciate your suggestions.

 

Regards,

Jose