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.

CC1352P: BLE and SubG are not applied simultaneously

Part Number: CC1352P

Tool/software:

We are designing a low-power electronic lock.
When evaluating the CC1352P solution for electronic locks, SubG is usually used to communicate with the gateway, while BLE is only occasionally used and there will be no simultaneous use. Within 3 minutes before powering on, it is necessary to use BLE to communicate with the phone and perform some configuration. After the configuration is completed, turn off BLE and then turn on SubG to connect to the gateway.
We have looked at the DMM routine and found it quite complex because there is no situation where BLE and SubG are used at the same time. We want to add the SubG part of the application on the basis of the Simple_periopheral routine.

Can we achieve the functionality we want?

Or does this application require DMM to be implemented? Please give some suggestions, thank you!

  • First of all, there are never situations where BLE and SubG are used at the same time. you are either operating in BLE mode or prop Sub1, or something else.

    If you are going to use the BLE stack, you will have to use DMM to switch between the stack and your prop. application.

    I recommend the following resources to learn more about our DMM solution:

    TI DMM

    The SLA below will go through how to combine a proprietary radio example together with the Bluetooth® LE (BLE) Simple Peripheral example. The user will be instructed on how to integrate DMM in regards to the policy table, global priority table, application states as well as how to transition between states in the application.

    DMM Integration

    BR

    Siri