User Activity

I am adding services to an existing WB55 BLE project with a small number of services.As I increase the number of services, aci_gatt_add_service() eventually returns 0x98, BLE_STATUS_OUT_OF_MEMORY. (I note that 0x98 is not shown as a valid return valu...
I'm trying to program a P-Nucleo WB55 USB Dongle (PCB number MB1293C) with the BLE_TransparentModeVCP example. Using STM32 Cube Programmer: 1. Load FUS V1.20.0 - stm32wb5x_FUS_fw.bin at 0x803A0002. Load  BLE Stack V1.- stm32wb5x_BLE_Stack_full_extend...
I'm working with the WB55 Nucleo Transparent Mode projectIs there a simple way of changing the interface in an MXCUBE project from USART1 to LPUART1?
I am trying to generate an EWI Interrupt from the WWDG on a WB55.I have  WWDG_EWI_ENABLE set, I have global interrupts enabled and I have WWDG_IRQn enabled.I can generate resets from the WWDG, but I never get an EWI interrupt. I checked in the link m...
Our Project uses the STM32WB55 with FreeRTOS, using the Systick to context switch. We use both IWDG and WWDG.To power down the unit we set a flag in non-volatile RAM and then force a WWDG reset. At reset, the NV RAM is checked and if it indicates a p...
Kudos given to