apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.78k stars 1.15k forks source link

nrf52/ieee802.15.4/6lowpan server crash #12769

Open maxikrie opened 2 months ago

maxikrie commented 2 months ago

Hello,

I have done some testing with more heavy duty sending (100 Hz). The server occasionally crashes in the hpwork queue thread. I have increased stack size of the thread with no noticeable improvements.

I am testing with two nrf52840-dk boards.

Tagging @raiden00pl since you provided the original work.

Thanks!

Originally posted by @maxikrie in https://github.com/apache/nuttx/issues/11617#issuecomment-2251450978

raiden00pl commented 2 months ago

This is probably a problem with the ieee802154 stack in NuttX because I observed similar crashes with mrf24j40 (connected to nrf52).