Hello.
I am working on a custom board and programming that board with an nRF52832 dk. I have 5 boards, out of 4 are working ok with my code but 1 is giving this error on RTT.
Following is the output on RTT
[00:00:01.008,636] <err> os: ***** MPU FAULT *****
[00:00:01.008,697] <err> os: Stacking error (context area might be not valid)
[00:00:01.008,697] <err> os: Data Access Violation
[00:00:01.008,728] <err> os: MMFAR Address: 0x20007438
[00:00:01.008,728] <err> os: r0/a1: 0x38a08966 r1/a2: 0xad05a340 r2/a3: 0x146d5ecb
[00:00:01.008,758] <err> os: r3/a4: 0xf64cdecf r12/ip: 0x68c20e30 r14/lr: 0x5233ac07
[00:00:01.008,758] <err> os: xpsr: 0x219e5800
[00:00:01.008,789] <err> os: Faulting instruction address (r15/pc): 0xda7d8b15
[00:00:01.008,819] <err> os: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0
[00:00:01.008,819] <err> os: Current thread: 0x20003128 (main)
[00:00:01.287,780] <err> os: Halting system
I am sure that there is no issue with the board or hardware as I have already tried other codes and examples and they are running fine.
Any help would be greatly appreciated! Thanks in advance.