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.

CC1310: Change Wireless mBus mode in same code (CC1310) with Stack Stackforce Library

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

Hi All,

I am trying the the wmbus programming stack with the following link.

     http://www.ti.com/tool/WMBUS.

1) Could i program the CC1310 in different wireless mbus mode in same code.

   for example : Let the user change the program to c mode or T mode or C mode, without updating the firmware?

Best Regards,

Dragon

  • You must select which config to use when you build the stack. A Meter can support both C mode and T mode in the same config. A collector can be build for T mode and will then only be able to receive T-mode packets (from a T/C mode Meter). A collector build for C mode can receive both T mode and C mode packets from the Meter. This is stated in the documentation that follows the wmbus installation:

    C:/ti/wmbus_cc13x0_rtos_2_0_0/Documentation/Serial-APL-Interface-Doc-v4.0.1/Serial-APL-Interface-Doc-v4.0.1/_w_m_b_u_s__i_n_f_o_r_m_a_t_i_o_n.html

    Siri