Question
8 Byte stack align in interrups (vs. 4 byte)
Hi. I realize this may seem simple to some of you but i realy want to undestand this as easy as it is possible.
In STM32 (for example) there is a bit called STKALIGN. If this bit is set stack is align to 8 byte instead of 4 byte.
How can i see difference in behavior when this bit is set or not? How to use this?
I know wthat align is but it is hard to undestand if i do not see how it works.
