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
{{ message }}
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
When running the tests on a board with ARMv7, the tests fail with an Alignment Exception.
The test suite fails at BinaryOutputStreamTest.InsertMultipleData. My investigation showed that this exception depends on the order in which data is put into the stream. The problem shows if you insert a bool before float.
The serial of the board prints:
Alignment trap: not handling instruction ed977a00 at [<00275fec>]
Unhandled fault: alignment exception (0x011) at 0x003c42d5
Processor Information:
model name : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 12.30
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc0f
CPU revision : 2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running the tests on a board with ARMv7, the tests fail with an Alignment Exception.
The test suite fails at BinaryOutputStreamTest.InsertMultipleData. My investigation showed that this exception depends on the order in which data is put into the stream. The problem shows if you insert a bool before float.
The serial of the board prints:
Processor Information:
The text was updated successfully, but these errors were encountered: