You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cortex m4 processor enforces that the stack pointer is always a multiple of 4. The heap allocation code, and the tasks stack initialization code should be refactored to take that into consideration.
The cortex m4 processor enforces that the stack pointer is always a multiple of 4. The heap allocation code, and the tasks stack initialization code should be refactored to take that into consideration.