-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Closed
mimxrt1060_evk test/lib/c_lib and test/lib/json test/lib/ringbuffer meet Unaligned memory access#13762
Bug
Copy link
Labels
area: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPNXP
Description
Describe the bug
Unaligned memory access
To Reproduce
Steps to reproduce the behavior:
- mkdir build; cd build
- cmake -DBOARD=minxrt1060_evk ..
- make
- make flash
Expected behavior
test pass
Impact
the cortex-m7 memory config need aligned?
Screenshots or console output
***** Booting Zephyr OS 1.14.0-rc1 *****
Running test suite test_c_lib
===================================================================
starting test - test_limits
PASS - test_limits
===================================================================
starting test - test_stdbool
PASS - test_stdbool
===================================================================
starting test - test_stddef
PASS - test_stddef
===================================================================
starting test - test_stdint
PASS - test_stdint
===================================================================
starting test - test_memcmp
***** USAGE FAULT *****
Unaligned memory access
***** Hardware exception *****
Current thread ID = 0x8000005c
Faulting instruction address = 0x60002636
Fatal fault in thread 0x8000005c! Aborting.
Environment (please complete the following information):
- OS: ( Linux)
- Toolchain (Zephyr SDK)
- Commit SHA or Version used: v1.14.0_rc1
Metadata
Metadata
Assignees
Labels
area: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPNXP