You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ble_ll_resolv_rpa() casts IRK parameter to uint32_t* for faster access,
but this parameter is a pointer to member of struct ble_ll_resolv_entry
which is not word aligned thus it will hardfault on cm0.
This patch forces proper aligmnent of IRKs.
0 commit comments