### Description <!-- Required Add detailed description of what you are reporting. Good example: https://os.mbed.com/docs/latest/reference/workflow.html Things to consider sharing: - What target does this relate to? - What toolchain (name + version) are you using? - What tools (name + version - is it mbed-cli, online compiler or IDE) are you using? - What is the SHA of Mbed OS (git log -n1 --oneline)? - Steps to reproduce. (Did you publish code or a test case that exhibits the problem?) --> Same as #7222? This is on Mbed OS 5.9 (949cb49ab0a144da0e3b04b6af46db0cd2a20d75) with mbed-os-example-lorawan on NUCLEO-L476RG: ``` ++ MbedOS Error Info ++ Error Status: 0x80020125 Code: 293 Module: 2 Error Message: CMSIS-RTOS error: Stack overflow Location: 0x8015BF9 Error Value: 0x1 Current Thread: Id: 0x200020E8 Entry: 0x8015BAD StackSize: 0x200 StackMem: 0x20002178 SP: 0x10007EC0 -- MbedOS Error Info -- ``` Upping the idle thread stack size to 0x400 solves the issue. ### Issue request type <!-- Required Please add only one X to one of the following types. Do not fill multiple types. (Split the issue otherwise.) Please note this is not a GitHub task list; indenting the boxes or changing the format to add a '.' or '*' in front of them changes the meaning incorrectly. The only changes to make are to add a description under the description heading and to add an 'x' to the correct box. [X] Question [ ] Enhancement [ ] Bug --> [ ] Question [ ] Enhancement [X] Bug