Other Parts Discussed in Thread: MSP430FR5969, ENERGYTRACE
Hi,
I'm currently sampling the CC1101 to use in one of our R&D projects with ultra-low-power targets
Right now, I'm just test the TX mode to check current profile of a buffer transmission.
Settings looks simple :
- Datarate : 76.6kbaud
- Frequency center : 868.8MHz
- TX Power : 10 dBm
Main loop is :
- Send 10-bytes packet (+ 4Byte preamble + 4Byte sync word)
- Send CC1101 Sleep as soon as it finishes
- Wait 100ms
I've hooked up the CC1101 (using a breakout module) with a MSP430FR5969 launchpad
I measure current with EnergyTrace on Code Composer Studio
Looking at (wake-up + pll lock + airtime), I'm expecting TX current between 2-3ms
I see a peak with that estimate duration, but after that, there is a ~18ms steady current that I do not understand (see screenshot below).
Any idea where it is coming from and why it happens ?
Thanks in advance.