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