Skip to content

mimxrt1060_evk test/lib/c_lib and test/lib/json test/lib/ringbuffer meet Unaligned memory access #13762

@hakehuang

Description

@hakehuang

Describe the bug
Unaligned memory access

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=minxrt1060_evk ..
  3. make
  4. 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

No one assigned

    Labels

    area: TestsIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXP

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions