Hello,
Now i am in a project using MPC5746.In it i need to monitor stack overflow.I get an idea of stack overflow monitoring.First create a guard section and fill it with any particular pattern before execution start.After execution check the guard section if there is any other value than stored pattern then we can understand an overflow happened.But i don't have any idea about how we do this in a coding point of view.
Could anyone can give me a support to get how we do this stack overflow monitoring in a coding point of view? Thank you very much