How to locate stack and heap memory at the predefined region
Posted on October 03, 2016 at 14:46Hi.I would like to implement MPU for stack overflow detection. I suppose that I should know in advance where the boundaries of stack and heap are.Is it possible to read these boundaries from C code? Or is it possib...