2019-05-02 05:13 AM
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
2019-05-02 05:28 AM
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.