2024-11-12 06:50 AM
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.