Skip to content

Commit

Permalink
FuriHal: reset radio core related peripherals on restart
Browse files Browse the repository at this point in the history
  • Loading branch information
skotopes committed May 26, 2023
1 parent d434251 commit fde50d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions firmware/targets/f7/furi_hal/furi_hal_bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ void furi_hal_bt_reinit() {
furi_delay_ms(100);
ble_glue_thread_stop();

furi_hal_bus_disable(FuriHalBusHSEM);
furi_hal_bus_disable(FuriHalBusIPCC);
furi_hal_bus_disable(FuriHalBusAES2);
furi_hal_bus_disable(FuriHalBusPKA);


FURI_LOG_I(TAG, "Start BT initialization");
furi_hal_bt_init();

Expand Down

0 comments on commit fde50d8

Please sign in to comment.