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 differ...