Other Parts Discussed in Thread: CC1352R
Tool/software:
Hi
I am trying to connect two LP CC1352R in the same network, one of them is running the sensor example, and the other the coprocessor example.
The examples' source code has been taken from the SIMPLELINK-LOWPOWER-F2-SDK version 8.30.01.01 (Jan 27, 2025). The coprocessor is being configured with security disabled, and it opens a network successfully for other devices to join. My issue arises when a sensor tries to connect to this network.
Whenever the coprocessor receives the MAC_ASSOCIATE_IND message, it reports to the host machine a message containing a KeyIdMode out of the bounds specified in the ti-15.4-stack-cop-interface-guide.pdf.
See below that the allowed values for the keyIdMode are within the range of 0x00 to 0x03.


The next figure shows the MAC_ASSOCIATE_IND bytes sent from the coprocessor to a host via UART. In this case, the host receives 0xE9 in the keyIdMode byte.

I need help to understand what is happening here. Can this keyIdMode field have any value outside the bounds?
I have also tested it with the SDK version 3.10.01.11, and this field is set to zero using the same coprocessor configuration.