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.

cc2530 consumption

Other Parts Discussed in Thread: CC2530, CC2530EM

I am trying to us chip cc2530 in low power mode.

To test it I use the following code:

file "rsa_main.c":

int main(void) {

  while (true)  { halSleep(0);  };

  return 0;

}

When running this code on device and measuring cunsumption current I get 7.8mA;

However datasheet says thet it should be 4uA;

Could someone explain me this phenomen?

Thanks