Other Parts Discussed in Thread: BLE-STACK
Tool/software:
Hello,
We are developing a new device using CC1352R. The project is based on the example project "simple_broadcaster" from SDK simplelink_cc13xx_cc26xx_sdk_7_41_00_17.
For us, the most important is the device to have the minimum possible current consumption. It is defined by the static current consumption of the device and the dynamic current consumption when the MCU is in Active mode.
We noticed that when the ICall module is enabled the execution time is increased significantly. Our average current consumption is almost doubled. We did very simple test using the example project "simple_broadcaster" with and without enabled ICall module. With enabled ICall module the total time is 950us, and without ICall module is 574us. Please see the attached pictures.
Because we have very long time intervals without to use the BLE (e.g., 5, 10 minutes), our question is it possible somehow to suspend or disable the ICall module and to minimize the execution time?
1. Execution time without ICall

2. Execution time with ICall

Thank you very much for your response in advance.