Bluetooth assertions in lll_conn.c #40298
Labels
area: Bluetooth Controller
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
I have a project running on nRF52840, currently using Adafruit nRF52840 Feather. Zephyr is currently at 2.7.0 (3f82656).
The development board in question acts as central to several devices and peripheral to several others. It's actively scanning for peripherals and advertising so possible there's contention somewhere.
I2C is configured for DS3231 and SPI is configured for NOR flash but neither is used frequently. In fact, neither should be in use outside of at boot time. External flash is used for settings so possible that it's in use when the assertion occurs but I'm not sure.
Without any special configurations, I will get this assertion failure typically after minutes/hours.
I've tried adding
CONFIG_ZERO_LATENCY_IRQS=y
andCONFIG_BT_CTLR_ZLI=y
as suggested in #38279 and several other issues. This results in a slightly different assertion failure (which seems to happen more quickly).I would appreciate any suggestions on debugging/resolving this issue.
Thanks!
The text was updated successfully, but these errors were encountered: