Hello TI,
I am currently using MSP430FR5043 MCU in my project. In my code i want to do runtime stack analysis. So, I written following code using IAR embedded workbench.
I want to fill some random work of entire stack and need to check at the end of the while loop to make sure that stack memory should not change after 90% mark.
I need to know better implementation if any other then above. And let me know if above code is best?