how to run some codes before tasks?

rtel wrote on Monday, July 08, 2013:

I see MINIMAL_STACK_SIZE is 160. What is its unit? bytes?

http://www.freertos.org/a00110.html#configMINIMAL_STACK_SIZE

How to determind which task drains more size?

http://www.freertos.org/uxTaskGetStackHighWaterMark.html
http://www.freertos.org/Stacks-and-stack-overflow-checking.html

Regards.