Hi, Experts:
Usually, we use Cache As Ram to setup stack and heap for C language running environment before permanent memory has been initialized.
So, is there a method to guard this phase’s stack overflow?
Note:
I find udk has introduced a method to guard stack overflow after memory has been initialized and discovered.
Thanks