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
In current implementation pmalloc_item is allocated in the start of free space, if previously allocated space is not 32-bit aligned then pmalloc_item is also not 32-bit aligned.
In Cortex-M0 platform it will cause hard fault since unaligned memory access is unsupported.
The text was updated successfully, but these errors were encountered:
In current implementation
pmalloc_item
is allocated in the start of free space, if previously allocated space is not 32-bit aligned thenpmalloc_item
is also not 32-bit aligned.In Cortex-M0 platform it will cause hard fault since unaligned memory access is unsupported.
The text was updated successfully, but these errors were encountered: