Other Parts Discussed in Thread: UNIFLASH, ENERGYTRACE
Hi Team,
I need to measure the CC1352 idle current. It was good in the old SDK, but now I am not getting the same results in the later SDK's with the latest devices. Pls see my results of average current below measured from Launchpads.
| @3.3v | SDK version | ||
| 1352 Peripheral (SDK2.3/ES1.1) | 1.9uA | simplelink_cc13x2_sdk_2_30_00_45 | |
| 1352 Peripheral (SDK3.1/ES2.1) | 62uA | cc13x2_26x2_sdk_3_10_00_53 | |
| 1352 Peripheral (SDK3.1/ES2.1) | 62uA | cc13x2_26x2_sdk_3_10_01_11 | |
Using the simple_peripheral example I am just commenting out the adv enable lines as below - then measuring ...no other changes. Release mode build.
//gp status = GapAdv_enable(advHandleLegacy, GAP_ADV_ENABLE_OPTIONS_USE_MAX , 0);
//gp status = GapAdv_enable(advHandleLongRange, GAP_ADV_ENABLE_OPTIONS_USE_MAX , 0);
Is this a known issue ?