Part Number: TMS320F28377S
Tool/software: Code Composer Studio
Zigbee communication is using tms320f28377.
However, the current consumption is 150mA.
Zigbee current consumption is only 30~40mA.
I want to save battery current consumption.
Is there another way?
I am trying like this: This method wakes up when sci interrupt occurs in sleep mode.
1. __asm("IDLE");
- SCI When receiving interrupt occurs, it changes from IDLE mode to Wake up mode.
However, the current only decreases from 150mA to 120mA.
2. HALT();
- sci When receive interrupt occurs, SCI interrupt does not work.