Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Detecting unaligned access during runtime: Page 1 of 2 (2 Items)
   
Detecting unaligned access during runtime  
We are using QNX 6.6 with ARMv7 cores. Does QNX have any options to detect unaligned memory access at runtime? With 
linux this can be achieved by
echo 3 > /proc/cpu/alignment to warn and fixup errors.