Skip to content

Commit

Permalink
hw/drivers/nrf53_ipc: Apply errata 161 on networking core restart
Browse files Browse the repository at this point in the history
Restart code was not implementing errata 161 which could lead to
erroneous networking core behavior after reset.
  • Loading branch information
sjanc committed Nov 13, 2023
1 parent 063ad03 commit 22ebb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ ipc_nrf5340_reset(void)
}

/* Start Network Core */
NRF_RESET->NETWORK.FORCEOFF = RESET_NETWORK_FORCEOFF_FORCEOFF_Release;
ipc_nrf5340_netcore_init();
}
#endif

Expand Down

0 comments on commit 22ebb10

Please sign in to comment.