zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.52k stars 6.45k forks source link

USAGE FAULT on tests/crypto/rand32/ on sam_e70_xplained #15380

Closed cinlyooi-intel closed 5 years ago

cinlyooi-intel commented 5 years ago

Occurs for testcase crypto.rand32.random_hw_xoroshiro.rand32

To Reproduce Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=sam_e70_xplained
  3. make
  4. make run

Screenshots or console output

***** USAGE FAULT *****
  Illegal load of EXC_RETURN into PC
***** Hardware exception *****
Current thread ID = 0x00000000
Faulting instruction address = 0x48024001
Fatal fault in essential thread! Spinning...

Environment (please complete the following information):

Additional context Please note that the Usage Fault message in different from that in #13935

nashif commented 5 years ago

I think it is still the same issue as #13935