Here is my backtrace
Here is my schematic design:
8585.nrf52840-lte-tracker-nRF52840.pdf
I measured VDD_nRF is 1.8V
The code was running on nRF52840 DK
here is my build .conf
Here is my backtrace
Here is my schematic design:
8585.nrf52840-lte-tracker-nRF52840.pdf
I measured VDD_nRF is 1.8V
The code was running on nRF52840 DK
here is my build .conf
Hi Hongbo,
Thanks for checking with us about this issue.
Do you mean this issue only appear on your custom board, same codes running on nRF52840DK is OK?
Are your codes are based on a specific NCS samples in Samples — nRF Connect SDK 2.6.1 documentation (nordicsemi.com)?
I see a similar report on Kernel usage fault when using semaphore with multi-threading · Issue #41963 · zephyrproject-rtos/zephyr (github.com), could you try the solution mentioned in https://github.com/zephyrproject-rtos/zephyr/issues/41963#issuecomment-1023920219 ?
Best regards,
Charlie
My main stack had been increased to 8K to support my application before, and have disabled all other application code.
Now it showed this:
I checked the definition, it is "K_ERR_ARM_BUS_IMPRECISE_DATA_BUS"
My main stack had been increased to 8K to support my application before, and have disabled all other application code.
Now it showed this:
I checked the definition, it is "K_ERR_ARM_BUS_IMPRECISE_DATA_BUS"