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 ...
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 ...
Hey everyone,I'm having trouble on my STM32WB55RG custom board.Using version 1.7 of the Cube FW package, my board worked properly. But one day, my device was not discoverable in Bluetooth (I suspected that I deleted it whith my custom bootloader, but...
Hi, I tried to follow the workshop to start developping with my P NUCLEO WB55.The only thing is that the used firmware is 1.0.0. or something close...I'm pretty sure the 1.7.0 is introducing new cube ide improvement... but i'm really having hard tim...
I am using a STM32WB50CGU5, when erasing flash memory where my settings are stored, the BLE connection breaks. It happens even if I erase only one page (number 96).I think the two CPU conflicts doing flash operations, but the datasheet reports:"The e...
I'm trying to use Zephyr for development on the nucleo_wb55rg board. While doing this I noticed the problem described in:https://github.com/zephyrproject-rtos/zephyr/issues/27348I think that the sequence firmware flash writes matters. Writing stm32wb...
Hellothe code generated by STM32CubeIDE version 1.4 with FW package STM32WB 1.8 for BLE application "Router profile" and "Router mode enabled" does not work: It cannot be scanned and connected by smartphone application.The reason (to my opinion after...
As far as I see, the wireless stack can be installed at any location.Currently the Release Notes for the Coprocessor Binaries give an address to install them to, depending on the part flash memory size.For example the BLE_Stack_light install location...
Hello.I am involved in the F/W development of STM32WB55/STM32WB50. Since the load on CPU1 is likely to be high for the F/W of CPU1 (M4), we are thinking of reducing the load on CPU1 by performing operations related to wireless communication with CPU2...