I´ve been troubled with stack overflow from time to time, and decided it was time to look into it.
I've implemented the "Testing for Stack Overflow" in section 3.4.5 in the SYS/BIOS User's Guide, which shows that I get the Stack Overflow from a task called "ConfigBoot", which I don't know what it is.
So, the question is, who creates this task and what is it for? How do I set it's stack size?
After some more testing, and printing out task names at creation, I see that this task is created around when I'm doing my NDK initializations. Is this NDK threads. Have I configured it to exist (without my knowledge)?
/OH