Hi,
Sorry I write too short.
I am using LPC1857JET256 with MCUXpresso, I run the freertos sample code, and I add 9 task,
each task is using 4K stack, so total stack is more than 36K (RamLoc32), so the application seems crash.

So I follow the guild of MCUXpresso user guild, I add second ram with the linker setting.

I want to confirm firstly,
Is my setting correct? (If I want to add second ram to stack use.)
RamLoc32 + RamLoc40 should be 72K size, but my application still have problem when I keep to add the tasks.
For example:
I add a task which do nothing, my purpose is to test the stack size. When I add a task, other task function is not correct.
And I decrease all task stack size, the task function work fine again.
So I think there are still something wrong with the stack size setting.
Could you check my setting is correct?
Thanks
Ken