Tool/software: TI C/C++ Compiler
I would like to 'monitor' the stack usage in my code so I can insure I have allocated sufficient stack size. My project has a display, so this maximum stack usage is part of my diagnostic display.
In the MSP430, at boot I filled the stack with "0xAAAA" then periodically read backwards from the end of the stack until the content was not 0xAAAA.
I have not figured a way to access read/write the stack in the MSP432.
If anyone has figured out a way to monitor stack usage in the MSP432, I would like to hear from you.
Thanks