Hello,
I have a question regarding the wakeup time from LPM4.5 on RF430F5144.
In my project, this wakeup time is about 12 ms and I want to reduce it to 3 ms. The typical value from datasheet is about 2 ms.
In order to check the wake time, I have made a simple project and done some tests.
1. The most simple case. The program size is 466 bytes and data size is 2 bytes. The MCU be active from LPM4.5 is 2.5 ms.
2. Some global variables are added, but those variables don't be used in the test program. The test program is same with that in CASE 1. The program size is 562bytes, and data size is 172 bytes. The wake up time is 7ms.
3. Some anthor functions are added, but don't be called by the test program. The program size is 3670 bytes and data size is 650 bytes. The wakeup time is 12 ms.
I have spend a long time in this problem, Could anybody help me?