STM32L475VGT6 BlueNRG-2 BLE test stuck on "hci_init" function
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
Labels:
- Labels:
-
BLE
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-13 06:52 AM