How to put stack and heap in different memroy sections
Posted on April 30, 2018 at 22:20I have heard the benefit of putting the stack at the beginning of DTCMRAM + the minimum size required as then stack accesses exceeding the size of the stack will throw the execution to the exception fault. However t...