<!-- ************************************** WARNING ************************************** The ciarcom bot parses this header automatically. Any deviation from the template may cause the bot to automatically correct this header or may result in a warning message, requesting updates. Please ensure all sections of the template below are filled in and no changes are made to the template format. Only bugs should be raised here as issues. Questions or enhancements should instead be raised on our forums: https://forums.mbed.com/ . ************************************************************************************* --> ### Description of defect <!-- Add detailed description of what you are reporting. Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html --> Greentea SysTimer wake up from deep sleep test fails on NUCLEO_L073RZ when linking with microlib. See more details in https://github.com/ARMmbed/mbed-os/pull/12014#issuecomment-562565672 #### Target(s) affected by this defect ? NUCLEO_L073RZ #### Toolchain(s) (name and version) displaying this defect ? ARM toolchain with C microlib. #### What version of Mbed-os are you using (tag or sha) ? #### What version(s) of tools are you using. List all that apply (E.g. mbed-cli) #### How is this defect reproduced ? To reproduce, you need https://github.com/ARMmbed/mbed-os/pull/12068 in order to build greentea tests with microlib. Create a test.json in `TESTS\configs` with the following: ``` { "target_overrides": { "*": { "target.default_lib": "small" } } } ``` and run the test: ``` mbed test -m NUCLEO_L073RZ -t ARM -n *systimer --app-config TESTS/configs/test.json ```