Skip to main content
Associate
November 12, 2024
Question

STM32L475VGT6 BlueNRG-2 BLE test stuck on "hci_init" function

  • November 12, 2024
  • 1 reply
  • 620 views

Hello all,

 

I'm new to STM32 and I'm trying to setup a BLE sender test setup from Stractch using this video:
https://www.youtube.com/watch?v=7f-55e2IR6M

The only difference is that I'm using BlueNRG_2 instead of BlueNRG_MS.
I do everything according to the video, however, when I try to run the code on the board it gets stuck in this function:
app_bluenrg_2.c -> MX_BlueNRG_2_Init -> hci_init(APP_UserEvtRx, NULL);

 

I would appreciate it if anyone could assist me in finding the problem here.

1 reply

Associate
November 13, 2024

For reference I'm attaching the .ioc file