STM32WBA52 (Revision ID: Rev B) can't run BLE demos successfully. bt_settings: settings_subsys_init failed (err -33)[0m Bluetooth init failed (err -33) #76311
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: low
Low impact/importance bug
STM32WBA52 (Revision ID: Rev B) can't run BLE demos successfully. bt_settings: settings_subsys_init failed (err -33)�[0m Bluetooth init failed (err -33)
Describe the bug
Using STM32WBA52 chip cut2.0 version chip (Revision ID: Rev B) to develop my products. I want to use zephyr system and need to support BLE features.
When I was testing the basic Bluetooth function, I found that the BLE features of this version(cut 2.0) of the chip could not be successfully run in the current project, no matter which version of LL stack library file I used.
The same example (zephyrproject\zephyr\samples\bluetooth) can run normally when I use the Cut1.0 chip.
To Reproduce
Fetching blob stm32: C:\Users\lucien\zephyrproject\modules\hal\stm32\zephyr\blobs\stm32wba\lib\LinkLayer_BLE_Full_lib.a
Fetching blob stm32: C:\Users\lucien\zephyrproject\modules\hal\stm32\zephyr\blobs\stm32wba\lib\stm32wba_ble_stack_llo.a
[231/231] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 394112 B 1 MB 37.59%
RAM: 61329 B 128 KB 46.79%
SRAM6: 0 GB 16 KB 0.00%
IDT_LIST: 0 GB 32 KB 0.00%
Generating files from C:/Users/lucien/zephyrproject/zephyr/samples/bluetooth/peripheral/build/zephyr/zephyr.elf for board: nucleo_wba52cg
Logs and console output
The text was updated successfully, but these errors were encountered: