This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX5 dynamic thread stack size

Hi,

Is possible to let RTX5 to automatically increase the memory stack of some thread to avoid stack overflow?

I thought the "global dynamic memory size" in "system configuracion" was for this, but, the kernel trow an exception "osRtxErrorStackUnderflow" when the thread reach the default thread stack size (200 bytes) while the "global dynamic memory size" is set to 16384.

Of course the thread is atarted with default settings without setting size.

Thanks