Hello,
- for a specific thread just try
Thread yourThread(osPriorityNormal, 2000);
- for main thread just look to this How to change stack size - Mbed OS - Arm Mbed OS support forum
BR, Jan
Hello,
Thread yourThread(osPriorityNormal, 2000);
BR, Jan