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.

CC2530-CC2591EM-RD: why is this?

Part Number: CC2530-CC2591EM-RD


first i send this:

<TX>08:48:56.84 COM3 SYS_OSAL_NV_WRITE (0x2109)
Id: 0x0003
Offset: 0x00
Len: 0x01
Value: . (0x00)

<RX>08:48:56.85 COM3 SYS_OSAL_NV_WRITE_SRSP (0x6109)
Status: SUCCESS (0x0)

it tell the cc to store the values on next reset

then

<TX>08:45:14.24 COM5 SYS_OSAL_NV_WRITE (0x2109)
Id: 0x0087
Offset: 0x00
Len: 0x01
Value: . (0x01)

<RX>08:45:14.28 COM5 SYS_OSAL_NV_WRITE_SRSP (0x6109)
Status: SUCCESS (0x0)

it tell the cc that device type is router

then

<TX>08:45:26.62 COM5 SYS_RESET (0x4100)
Type: 0x00 (HARD RESET) (0x0)

<RX>08:45:28.5 COM5 SYS_RESET_RESPONSE (0x4180)
Reason: 0x02
TransportRev: 0x02
Product: 0x00
MajorRel: 0x02
MinorRel: 0x07
HwRev: 0x00

<TX>08:45:34.84 COM5 UTIL_GET_DEVICE_INFO (0x2700)

<RX>08:45:34.86 COM5 UTIL_GET_DEVICE_INFO_RESPONSE (0x6700)
Status: SUCCESS (0x0)
IEEEAddr: 0x00124B0005A8C6A4
ShortAddress: 0xFFFE
DeviceType: COORDINATOR, ROUTER, END_DEVICE (0x7)
DeviceState: DEV_HOLD (0x0)
NumAssocDevices: 0x00
AssocDevicesList

it tell the cc to reset and get info of it then .

why in info its not saying the device type correct?why it says DeviceType: COORDINATOR, ROUTER, END_DEVICE (0x7)?