Skip to content

Commit

Permalink
[nrf fromtree] modules: hal_norfic: rise 802.15.4 NET core init priority
Browse files Browse the repository at this point in the history
Due to internal dependencies on other modules init priority
the 802.15.4 priority level must be increased. Former init
priority caused the module to be initialied before those
it depends on, so that lead to hard faults.

Signed-off-by: Piotr Pryga <[email protected]>
(cherry picked from commit b5e7ac5edece82870703d6b792ec742b98550e61)
  • Loading branch information
ppryga-nordic authored and rlubos committed Feb 12, 2025
1 parent 10ab9b6 commit 97b76ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hal_nordic/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if NRF_802154_SER_RADIO

config NRF_802154_SER_RADIO_INIT_PRIO
int "nRF52 IEEE 802.15.4 serialization initialization priority"
default 51
default 53
help
Set the initialization priority number. Do not mess with it unless
you know what you are doing.
Expand Down

0 comments on commit 97b76ee

Please sign in to comment.