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.

LAUNCHXL-CC1310: wmbus smartRFStudio

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: WMBUS, CC1310

HI,

i am trying to use the wmbus patch ,

the patch from

according to the forum

, i can use smartrf studio 7 (my verion is 2.9.0) to load the xml file,

however, i cannot find the xml in the "wmbus_cc13x0_rtos_2_0_0" folder, i only find the ccxml one, but i cannot use that in smartrf.

thanks

Jeff

  • You have to use code to test wmbus. The preferred method is to use the full stack which you refer to in your first link or the patch described in the app note I refer to in the second link.
  • Hi,

    Need some help to move on

    i try importing the code from the folder,

    i have 2 question ,

    it seems that for the code can be worked around in 2 way , i encounter both with some problem, hoping if someone can help me :

    1) i import the ide to ccs(Version: 8.1.0.00011) and my CC13x0 SDK was 3.10.0.11 ,there's error 

    Description    Resource    Path    Location    Type
    #137 struct "ADCBufCC26XX_HWAttrs" has no field "gpTimerUnit"    CC1310_LAUNCHXL.c    /CC13xx_RTOS_Lib_Use/src/hal/mcu/mcu-cc13xx/ti_rtos_src    line 84    C/C++ Problem

    i check out the forum but seems there ;s no answer,

    please suggest if you can help



    am i doing correct?

    or for 2 option i need make my own project and adding the task using provided wmbus task and semphore to my program?

    thanks

    Jeff

    Resolved, thx

  • You marked this as resolved, does that mean the questions in the last post are void?
  • Hi TER,

    no i check the struct for the ADC, the last two is missing in the struct , no i just comment the last 2 memeber and it works.

    Jeff