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
Because M0 kernel MCU does not support non aligned access, when receiving data to write to on-chip memory, if using 32-bit pointer to access buffer, it will cause failure.
Solution: when the buffer pointer is passed, copy the data to the aligned buffer and pass it again.