cancel
Showing results for 
Search instead for 
Did you mean: 

ST32F767 Attempt to perform an unaligned access.

FedeRico1
Associate II

Hello Community,

I'm working on a Nucleo-F767ZI board and from yesterday I had this error from Atollic True Studi: Attempt to perform an unaligned access (UNALIGNED).

I followed the instruction reported here.

The enable of Memory Protection Unit does not solved the problem.

How can I troubleshoot this problem?

Thanks for the help!

Federico

1 REPLY 1

Look at the code that's actually faulting and see why it is not using an aligned access.

Reevaluating what you're doing might actually improve performance of the algorithm. ​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..