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.

CCS/CC1352P: How used to SmartRF Studio 7

Part Number: CC1352P


Tool/software: Code Composer Studio

Hello sir!

I develop that wireless broadcasting system use by CC1352P.

and I design fix our system so circuit is difficult with CC1352P LAUNCHXL KIT(made by TI)

So I don't know how to use SmartRF Studio 7 

My Board is two models, one is master(have USB connector) and another is slaver(have not USB Connector)

Master Board is designed conversion IC(Uart to USB)

Is the master board  connect with smartRF Studio 7 ?

If it is impossible, how to set RF configuration used by simplelink_cc13x2_26x2_sdk_3_20_00_68  or system configuration tool

ex) start carrier frequency : 917.1MHz

      frequency bandwidth : 200KHz

      data rate : 100KHz

      frequency hopping etc.. 

 

  • Hi Sung,

    SmartRF Studio controls the IC through JTAG. If you want to control your boards from SmartRF Studio you thus have to connect them to your PC with a debugger (for example the XDS110).

    For details on how to export settings from SmartRF Studio to your SW, see this training: dev.ti.com/.../node

    Regards,
    Fredrik

  • Thank sir

    I success connect my board and SmartRF Studio by JTAG

    and made RF Configuration setting file by SmartRF Studio(smartrf_setting.c, smartrf_setting.h)

    And there are used my application(My project are ti154stack/sensor and collector)

    But Sensor Project is not support smartrf_setting.c and .h basically

    I made new fold 'smartrf_settings' in my project fold ant files save in smartrf_setting fold

    Try Compiled but compile error(reference blow picture)

     

    I don't  find anywhere "RF_cmdPropRadioDivSetup" and "RF_cmdFS"

    And Error mark is displayed project name and not displayed anywhere (view first picture)

    I thanks always your answer 

    Sorry I have question!

    It is possible that wireless communication test with smartrf studio (Example Project is  ti154stack/sensor and ti154stack/collector)

    Collector board is Tx and sensor board is RX with connected smartrf studio or change function collector board and sensor board

  • The 15.4 stack only supports some predefined data rates and PHYs. Refer to the 15.4 documentation for details.

    If you want to run other, custom PHYs, you must use proprietary RF mode.

    Regards,
    Fredrik

  • Thank sir!

    I ask about sdk(example sensor & collect project) for make wireless system(star topology)

    Refer to below 

    I want develop system like below.

    Used Item

    Model Name : CC1352P

    SDK : simplelink_cc13x2_26x2_sdk_3_20_00_68

    CCS9.2

    My system is broadcasting(reference below picture)

    So i want your recommend method(example project) and current, i developed used example project are sensor and collector of ti154stack     

    But i feel limit that 

    My system is possible develop use by simplelink sdk, 

    if it is possible, recommend to me how to do it

    And i have answer below that

    Hello sung,

    This application is possible but with a few requirements:

    - Both networks must be in FH mode so that the shared sensor can switch networks without resetting or making various changes to the stack.
    - The node in the second network must be a collector in order to communicate with the shared sensor.

    Here are some further references for your review:

    https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz/f/156/t/707538
    http://dev.ti.com/tirex/content/simplelink_cc13x2_26x2_sdk_3_20_00_68/docs/ti154stack/html/ti154stack/frequency-hopping-mode.html

    If you are still willing to consider BLE for the second network then I highly recommend that you look into the TI 15.4-Stack Sensor + BLE DMM example: http://dev.ti.com/tirex/explore/node?node=ANJs4AXGwTa.sH7rWl.BvQ__pTTHBmu__LATEST

    Regards,
    Ryan

    Ryan's answer is talk to me 'possible'

    so i very confuse because your answer is 

    " The 15.4 stack only supports some predefined data rates and PHYs. Refer to the 15.4 documentation for details.

    If you want to run other, custom PHYs, you must use proprietary RF mode."

    It is means that the 15.4 stack is impossible <- is it right?

    If the example project(sensor and collect) is possible make my system then tell me how to change radio configuration(changed carrier frequency,

    changed frequency bandwidth.. etc)  

    The files(smartrf_setting.c, h) made by smartrt studio, is not used in sensor and collect project 

  • Hi Sung,

    Instead of copying in the whole question and answer, you could rather just link to the discussion you are having with Ryan.

    If you are focusing specifically on the data rate you must consult the 15.4 documentation as I said earlier. You can find the list of PHYs here: http://dev.ti.com/tirex/explore/content/simplelink_cc26x2_sdk_2_30_00_34/docs/ti154stack/html/ti154stack/ti154stack-overview.html#data-rate-and-phy , as you can see, we do support 200 kbps. 

    Regards,
    Fredrik