Other Parts Discussed in Thread: CC1310, CC1352R, ENERGYTRACE
Tool/software: Code Composer Studio
Hello,
I would like to modify the project pinStandby_CC1310_LAUNCHXL_nortos_ccs to make it work on a CC1310F64.
To do so, I have :
- changed the general properties of my project
- modified the memory size in the file .cmd such as :
/*#define FLASH_BASE 0x0
#define FLASH_SIZE 0x20000
#define RAM_BASE 0x20000000
#define RAM_SIZE 0x5000*/
#define FLASH_BASE 0x0
#define FLASH_SIZE 0x10000
#define RAM_BASE 0x20000000
#define RAM_SIZE 0x4000
Then I measured the power consumption using EnergyTrace with two launchpad (CC1310 and CC1352R) and I get the following results :
As you can see, recharge pulses are quite low and the current consumption is equal to 1.4 µA (I expected around 0.7 µA).
Do you know where this overconsumption could come from?
Regards,
Geoffrey