-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
area: BluetoothbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: lowLow impact/importance bugLow impact/importance bug
Description
Is your feature request related to a problem? Please describe.
I use board nucleo_wba52cg, When I call bt_enable(), then all k_msleep() become not correct.
for example: k_msleep(2000), it was supposed to delay for 2 seconds, but in fact it delayed for 12 seconds.
Describe the solution you'd like
After enabling bluetooth on board nucleo_wba52cg, k_msleep can be accurate and systick can also be accurate.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
area: BluetoothbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: lowLow impact/importance bugLow impact/importance bug