![]() |
Contiki-NG
|
Platform assert override for nrf_802154 on the nRF5340 network core. More...
Go to the source code of this file.
Platform assert override for nrf_802154 on the nRF5340 network core.
Adapted from arch/cpu/nrf/nrf54l15/nrf_802154_platform_assert.h.
The network core has no UARTE (NRF_HAS_UARTE 0); its debug output is forwarded to the application core over the IPC log ring buffer via dbg_putchar(). On an internal library assertion this reports "802154! file:line" through that path and then resets the core. BKPT is avoided on purpose: with a debugger attached it would halt in Debug state instead of escalating, hanging the core silently.
Definition in file nrf_802154_platform_assert.h.