meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sw:zephyr:hciuart [2025/05/03 19:25] niziaksw:zephyr:hciuart [2025/05/03 20:56] (current) niziak
Line 1: Line 1:
 ====== hciuart ====== ====== hciuart ======
  
-===== =====+=====  ASSERTION FAIL lll_peripheral.c:342 =====
  
 <code> <code>
Line 65: Line 65:
    local disconnect events.    local disconnect events.
 </file> </file>
 +
 +Similar reports:
 +  * [[https://github.com/zephyrproject-rtos/zephyr/issues/67868]]
 +  * [[https://github.com/zephyrproject-rtos/zephyr/pull/67725]]
 +  * [[https://github.com/zephyrproject-rtos/zephyr/issues/52887]]
 +  * [[https://devzone.nordicsemi.com/f/nordic-q-a/108989/nrf52-on-custom-board-can-receive-ble-packets-but-not-send]]
 +
 +Workaround / fixes:
 +  * reduce CPU usage:
 +    * disable packet hexdump to RTT
 +    * disable BT debug logs
 +  * lower all NRF peripherial IRQ prio to 5 (override.dtsi)
 +  * set radio IRQ priority to 0 (dts)
 +
  
 ===== Out-of-order packet arrived ===== ===== Out-of-order packet arrived =====