NUCLEO-WBA25CE1 "Bootloader limitation"
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link MATTER - Matter software expansion for STM32Cube - STMicroelectronics It is a reference implementation for the demonstration of Matter on ST...
Please go and visit our wiki pages where you can find a lot of information on our wireless product families (WB, WBA, WL) and the supported protocols: BLE, Zigbee, Thread, Matter, Lora, ... To begin your technical journey, please start from this top ...
When creating an BLE router application with CubeIDE, CubeMX does not generate the IPCC IRQ handlers "IPCC_C1_TX_IRQHandler" and "IPCC_C1_RX_IRQHandler".Is there some "hidden" checkbox I missed or has it been forgotten in generation engine?
Hi.Using STM32CubeProgrammer I load last stm32wb5x_BLE_Stack_light_fw.bin, but when after that I try to run command -fwdelete, I get an error : "FUS_NOT_RUNNING".I attach log file becose Idont understand whot is this.But me application work fine and ...
Here is the demonstration linkhttps://www.youtube.com/watch?v=eqAFVi16l5E&t=7s
i would like to know what this register to occupy the bluetooth five in un mouse.but in the datasheet is not specified
Hello,I am trying to use the STM32WB55 Nucleo Pack to develop a BLE application.Does anyone know what these constants represent ?/** * There is one handler per service enabled * Note: There is no handler for the Device Information Service * * Thi...
Hello,is there anyway to get an event or interrupt, after the transmission is finished of each packet from Advertising. I know this depends on Intervals Min and Max buti don't want to make a timer to syncronize an interrupt with the intervals. Thanks...
HelloLet me ask you about the Shared area of SRAM2a of STM32WB. The Shared area of SRAM2a defined in Nucleo\Applications\Mac_802_15_4\Mac_802_15_4_FFD project is 16KByte. Is it possible to reduce this area? Is there any problem with making it smaller...
Hi,Because is quite frustrating debug from smartphone, there is a cooked firmware to transform the usb dongle in usb adapter? This could allow me to debug the characteristics from linux. Of course before to ask I already discovered the entirely sdk w...
I have read AN5289 and it does touch on the subject but there is not enough detail in it to get to a working solution.From my code: /** * Initialize authentication */ BleApplicationContext.BleApplicationContext_legacy.bleSecurityParam.mitm_mo...
Hello,I open this thread to tell you about one issue I've been having with my implementation of EN-I-CUBE_LRWAN code on a custom board using the STM32L052 MCU.I started with the End_Node example on the L053-Nucleo's folder, and made it work, with an ...