-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
Issue request type
[X] Question
[ ] Enhancement
[ ] Bug
target: NUCLEO_F446ZE
toolchain: 6 2017-q2-update
mbed_cli: 1.8.3
SHA: 1bf6b20 (HEAD, tag: mbed-os-5.13.4, origin/mbed-os-5.13)
On page https://os.mbed.com/docs/mbed-os/v5.13/apis/power-management-sleep.html mentioned about possibility of locking deepsleep from Serial class.
In test application I create instance of Serial.
Application send small amount of data and (after complete operation) invoke enable_input(false) and enable_output(false).
But, deepsleep still locked (and current indicator on test board say same).
It is a bug or expected behavior?
Configs on proper places:
“target.tickless-from-us-ticker”: false,
“target.deep-sleep-latency”: 50,
and
"macros_add": ["MBED_TICKLESS"],