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.

CC2650RC: RemoTI Target Emulator Users Guide (SWRU202 - Equivalent)

Part Number: CC2650RC
Other Parts Discussed in Thread: REMOTI, , CC2533, CC2650

Hello All,

For the CC2650RC, I am looking for the RemoTI Target Emulator Users Guide.

In the past, for the CC2533 RF4CE, it is documented to have been as follows from SWRU266A page 14, Section 4.8:

"The target emulator can be found in the <Installation Path>\RemoTI\bin folder. For instructions on how to

set up and use the target emulator please see the RemoTI Target Emulator Users Guide (SWRU202) in

the <Installation Path>\Documents\User Guide folder."

Where can one find a similar document for the CC2650 RC?

Thanks,

Manuel

  • Hi Manuel,

    There's no update to that document. The basic functionality is the same. However, it does now support new features introduced with ZRC2.0. One such feature is referenced here.

    The Target Emulator exercises the APIs in the Network Processor. We do not generally share the source for this, but we have equivalent code here.

  • Hello Torbjorn,

    Thanks for the reply. Can you point me to the SWRU202? I can't find that anywhere.

    Along the same lines, is there a path to using MT and Z-TOOL on the CC2650 RF4CE projects?

    Thanks,

    Manuel 

  • Hello Torbjorn,

    Thanks for the reply. It looks like the Target Emulator came with RemoTI 2.0.01.15, is v 1.06.05
    Also, it might seems that it is expected to talk to a RNP recipient.
    When trying to connect to a RNP originator, I get the following error, when it tried to write to ZRC_ITEM_ACTION_BANKS_SUPPORTED_RX, which is a not supported attribute as a originator.
    How do we connect the Target Emulator to a originator?

    --------------------------------------------------------------------
    Rx - RTI_CMD_WRITE_ITEM - 0x22 (34)
    Status = 0x00 (0) (RTI_SUCCESS)
    --------------------------------------------------------------------
    Tx - RTI_CMD_WRITE_ITEM - 0x22 (34)
    Index = 0x00 (0)
    ProfileId = 0x03 (3) (ZRC20)
    ItemNumber = 0xA4 (164) (ZRC_ITEM_ACTION_BANKS_SUPPORTED_RX)
    ItemLength = 0x20 (32)
    Data(0x)
    0000:01 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 ................
    0010:FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 ................
    --------------------------------------------------------------------
    Rx - RTI_CMD_WRITE_ITEM - 0x22 (34)
    Status = 0xF4 (244) (RTI_ERROR_UNSUPPORTED_ATTRIBUTE)
    <Error> - Error Writing WriteItemEx
    --------------------------------------------------------------------
    <Warning> - Error Writing One Or More Zrc Stack Item(s)
    --------------------------------------------------------------------
    Set Zrc Stack Items...Complete
    --------------------------------------------------------------------
    <Error> - Set Stack Items...Failed
    <Warning> - Failed Starting The Emulator

    -Ronald
  • Never mind on the SWRU202 - installing any of the older RemoTI SDKs did lead me to it. The other question remains - is there a path to using MT and Z-TOOL on the CC2650 RF4CE projects?