Hi I'm using the Hexiwear (K64F Family) and MCUXpresso IDE.
My Debugger is Hexiwear Docking Station.
I tried to VLPS mode from VLPR. But VLPS current is to High.(About 9 - 10mA measured a whole board)
First. I Copied and pasted Reference Code a.
Second. Fixed Clock Frequency(Used MCUXpresso Config Tool) and LLWU pin ( changed PTC6 to PTA4 ( LLWU_P3) )
Then, Debugging and measurement current value.
Thanks
Jeffrey.
Hi,
Please remove the debugger tool, then let the application running from internal Flash and measure the power consumption at VLPS mode.
Wish it helps.
Have a great day,
Mike
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
How to remove the debugger tool? and How to Set the application running from internal Flash?
Can I get some References and method??
Thanks
Hi,
The SDK V2.3.1 [power_manager] or [power_mode_switch] demo default running from internal Flash.
During project debug phase(through DEBUG panel), the demo was programmed to K64 internal Flash.
After that, customer can power off the K64 board and remove the debugger tool, then power on K64 board and the demo will run from internal Flash.
From the serial console, customer can select the VLPS low power mode and measure the power consumption.
Wish it helps.
Have a great day,
Mike
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------