We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[00:00:00.003,967] littlefs: Corrupted dir pair at 0 1 --- 4 messages dropped --- [00:00:00.003,967] littlefs: can't mount (LFS -84); formatting [00:00:00.176,147] littlefs: /lfs mounted [00:00:00.177,917] bt_hci_core: HW Platform: Nordic Semiconductor (0x0002) [00:00:00.177,917] bt_hci_core: HW Variant: nRF52x (0x0002) [00:00:00.177,917] bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.2 Build 99 [00:00:00.178,405] bt_hci_core: Identity: 80:ea:ca:70:10:01 (public) [00:00:00.178,405] bt_hci_core: HCI: version 5.1 (0x0a) revision 0x0000, manufacturer 0x05f1 [00:00:00.178,405] bt_hci_core: LMP: version 5.1 (0x0a) subver 0xffff Bluetooth initialized Advertising successfully started [00:00:43.016,906] os: 0x200012dc (unknown): unused 248 usage 200 / 448 (44 %) [00:00:43.017,395] os: 0x20001368 (unknown): unused 472 usage 552 / 1024 (53 %) [00:00:46.985,443] os: 0x20000cb4 (unknown): unused 280 usage 360 / 640 (56 %) [00:01:21.663,970] os: 0x200012dc (unknown): unused 208 usage 240 / 448 (53 %) [00:01:21.664,001] os: ***** BUS FAULT ***** [00:01:21.664,001] os: Imprecise data bus error [00:01:21.664,001] os: r0/a1: 0x20004a84 r1/a2: 0x00000004 r2/a3: 0x0001831d [00:01:21.664,031] os: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0003ebbd [00:01:21.664,031] os: xpsr: 0x61000000 [00:01:21.664,031] os: Faulting instruction address (r15/pc): 0x0003f466 [00:01:21.664,062] os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 [00:01:21.664,062] os: Current thread: 0x200012dc (unknown) [00:01:22.329,437] os: Halting system
When i checked with above address error is at /zephyrproject/zephyr/kernel/poll.c:408
Can someone help with above issue
Thanks, Narendhar
The text was updated successfully, but these errors were encountered:
Above problem is due to stack size issue it working now
Sorry, something went wrong.
No branches or pull requests
[00:00:00.003,967] littlefs: Corrupted dir pair at 0 1
--- 4 messages dropped ---
[00:00:00.003,967] littlefs: can't mount (LFS -84); formatting
[00:00:00.176,147] littlefs: /lfs mounted
[00:00:00.177,917] bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.177,917] bt_hci_core: HW Variant: nRF52x (0x0002)
[00:00:00.177,917] bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.2 Build 99
[00:00:00.178,405] bt_hci_core: Identity: 80:ea:ca:70:10:01 (public)
[00:00:00.178,405] bt_hci_core: HCI: version 5.1 (0x0a) revision 0x0000, manufacturer 0x05f1
[00:00:00.178,405] bt_hci_core: LMP: version 5.1 (0x0a) subver 0xffff
Bluetooth initialized
Advertising successfully started
[00:00:43.016,906] os: 0x200012dc (unknown): unused 248 usage 200 / 448 (44 %)
[00:00:43.017,395] os: 0x20001368 (unknown): unused 472 usage 552 / 1024 (53 %)
[00:00:46.985,443] os: 0x20000cb4 (unknown): unused 280 usage 360 / 640 (56 %)
[00:01:21.663,970] os: 0x200012dc (unknown): unused 208 usage 240 / 448 (53 %)
[00:01:21.664,001] os: ***** BUS FAULT *****
[00:01:21.664,001] os: Imprecise data bus error
[00:01:21.664,001] os: r0/a1: 0x20004a84 r1/a2: 0x00000004 r2/a3: 0x0001831d
[00:01:21.664,031] os: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0003ebbd
[00:01:21.664,031] os: xpsr: 0x61000000
[00:01:21.664,031] os: Faulting instruction address (r15/pc): 0x0003f466
[00:01:21.664,062] os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
[00:01:21.664,062] os: Current thread: 0x200012dc (unknown)
[00:01:22.329,437] os: Halting system
When i checked with above address error is at
/zephyrproject/zephyr/kernel/poll.c:408
Can someone help with above issue
Thanks,
Narendhar
The text was updated successfully, but these errors were encountered: