Hi all.
I want to reduce stack size of some tasks. Currently all tasks are same stack size with 4-byte boundary due to use OS_STKSIZE of RTX and os_tsk_create(). So, I will need to use os_tsk_create_user() if each task has individual stack size. But use os_tsk_create_user() must is given with stack area which has 8-byte boundary. Why two have different boundary?