Are you calling vTaskList() before the task has executed, or after?
Can you step into the vTaskList() code in the debugger to see why it
comes up with this number? It might be easier to call https://www.freertos.org/uxTaskGetStackHighWaterMark.html as it will
only execute the part of the code of interest - the stack high water
mark calculation.