Hi All,
I try to enable the low power mode and measure the current on MK60FN1M0VLQ12 using CW10.4.
I set MQX_ENABLE_LOW_POWER to 1 in user_config.h and rebuild the bsp and psp. When I try to open the "ittya:", it failed.
Then I change MQX_ENABLE_LOW_POWER back to 0 and try the same code to open the "ittya:". This time it works.
Does the MQX_ENABLE_LOW_POWER disable the "ittya:" or conflict with "ittya:"?
Thank you.
-Daniel