Stack Water Mark – Performnance

Hi, I’m using freertos with INCLUDE_uxTaskGetStackHighWaterMark feature enabled. This feature affects the RTOS performance (speed) significantly ?. Thanks Boris Estudiez.-

Stack Water Mark – Performnance

The INCLUDE_uxTaskGetStackHighWaterMark setting should not make any difference to the performance. It will increase the code size a little bit if the function is actually called, that is all.