STM32CubeWB icon indicating copy to clipboard operation
STM32CubeWB copied to clipboard

Full Firmware Package for the STM32WB series: HAL+LL drivers, CMSIS, BSP, MW, plus a set of Projects (examples and demos) running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits).

Results 27 STM32CubeWB issues
Sort by recently updated
recently updated
newest added

**Describe the set-up** * STM32WB5MM-based custom board. * STM32CubeIDE Version: 1.15.1 Build: 21094_20240412_1041 (UTC) * STM32Cube FW_WB V1.19.0 **Describe the bug** When additional priorities are configured in the sequencer, the...

bug
internal bug tracker
projects
ble

This is a [cross post](https://community.st.com/t5/stm32-mcus-wireless/stm32wb-cpu2-hard-fault-in-hci-stack-variants-in-v1-20-0/td-p/709479) from the community forum, but I haven't gotten a response there to my bug report yet and since this is crashing within the CPU2 side...

bug
internal bug tracker
projects
st community
ble

The default placement of TL_Reftable causes CPU2 to overwrite the `p_device_info_table`, `p_ble_table`, `p_thread_table`, and `p_sys_table` variables within TL_Reftable when CPU2 crashes. The SDK code does not check for the crash...

bug
internal bug tracker
mw
ble

Ble version : 1.20 1、1master use the same conn param to connect 8 slave Conn_Interval_Min = CONN_P(113) Conn_Interval_Max= CONN_P(113) Minimum_CE_Length =CONN_L(12) Maximum_CE_Length = CONN_L(12) 2、call aci_gap_terminate disconnect the first connect...

projects
ble
needs clarification

Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.h is missing C++ support. Many other STM32_WPAN files look the same. #ifdef __cplusplus extern "C" { #endif

bug
internal bug tracker
mw
ble

The function `USBD_UnRegisterClassComposite(...)` in `Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c` always fails. Initially, `ret` is set to `USBD_FAIL` ... https://github.com/STMicroelectronics/STM32CubeWB/blob/cbe89b3b4318fd8b1c8a1e51024fac568274c3d3/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c#L297-L304 ... and on failure it is set again to `USBD_FAIL` https://github.com/STMicroelectronics/STM32CubeWB/blob/cbe89b3b4318fd8b1c8a1e51024fac568274c3d3/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c#L316-L324 so on finish it...

bug
internal bug tracker
mw
usb

test STM32Cube_FW_WB_V1.19.0\Projects\P-NUCLEO-WB55.Nucleo\Examples\FLASH\FLASH_EraseProgram Failed to erase sectors when downloading the program for the first time After the debugger is reset, the erase is successful again, only the first erase of the...

question
projects
needs clarification
flash