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: Use MT subsystem in my application

Part Number: CC2530

Hi!

Iwant to use MT-Subsystem in my application. I set next compiler option -

MT_TASK
MT_SYS_FUNC
MT_ZDO_FUNC
MT_ZDO_CB_FUNC
MT_AF_FUNC
MT_AF_CB_FUNC
MT_DEBUG_FUNC
MT_UTIL_FUNC
MT_NWK_FUNC
MT_APP_FUNC
MT_NWK_CB_FUNC

But when i send "ZDO_MGMT_LQI_REQ" from Z-Tool I get SYS_RPC_ERROR 

<TX>09:57:19.98 COM4 ZDO_MGMT_LQI_REQ (0x2531)
DstAddr: 0x0000
StartIndex: 0x00

<RX>09:57:19.99 COM4 SYS_RPC_ERROR (0x6000)
Status: INVALID_COMMAND (0x2)
ErrCmd0: 0x25
ErrCmd1: 0x31

Why is it??