On a 52840 USB stick, I successfully tested the "observer" demo app.
Now, I tried to extend it by enabling CONFIG_BT_EXT_ADV=y which is supposed to print some details about received advertisements.
This triggers an "assertion failed". I installed bt_ctlr_assert_handle, and it says "file 53, line 826". OK, at least it's not "file 42" :-), but nevertheless I'm at a loss what the assertion wants to tell me. It apparently triggers inside the nRF library code, in a function with an obfuscated name (sym_476LRB5XNUARAHCHHC7ZAIGPFC5VZ4W2N4467LI), with the Bluetooth Rx thread.
Can anyone enlighten me what's the cause of this failed assertion?