How to measure the stack remaining available size
I had to enhance the stack size using __process_stack_size__ value to make my software running and I would like to know how to measure the stack remaining size. I tried commenting out the ram init in boot.s and fill the stack ram area with a 0x55AA pattern using the debugger, but the area is still initialized. Is there an easy way to know the stack occupied size??
