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 two Nucleo packs for the STM32WB55 and the firmware kit STM32Cube_FW_WB_V1.4.0.Using STM32CubeIDE Version: 1.2.0And I would like to build the projects P-NUCLEO-WB55.Nucleo\Applications\Zigbee\Zigbee_OnOff_Client_RouterP-NUCLEO-WB55.Nucleo\Appl...
Hi,I am using the STM32L0 LoRa Discovery kit and trying to upgrade the firmware via USB DHU. I have installed the DFUSeDeme setup from the below link :https://www.st.com/en/development-tools/stsw-stm32080.html#overviewand following the below document...
I set the dutycycle to 10 s :#define APP_TX_DUTYCYCLE 10000But when i run the program i get this :I join the network at first emission. Then i got two emissions at 150 s and 320 s and finally it becomes periodic but with a period of 50 s not 10 s.It ...
HiI have a WB Nucleo and a WB dongle running the STM32WB Cube CLI thread example code for both. Both are flashed with the latest thread binaries.If I run either two nucleo boards or two dongle boards together I can connect the two with the CLI exampl...
Hi,Does anyone here know when will the STM32WLEx series be available to general public? I see that it is available to OEMs with MOQ of 10k. I would need maybe 1-3k pieces,Thanks!
I recently got my new prototypes based on the STM32WBCG. I selected boot1 mode and ran the FUS update and the BLE stack installer:STM32_Programmer_CLI.exe -c port=usb1 -fwdelete STM32_Programmer_CLI.exe -c port=usb1 -fwupgrade .\STM32WB_Copro_Wireles...
Hi, Ive read the application note AN5247 "Over-the-air application and wireless firmware update for STM32WB Series microcontrollers" and noticed that the firmware will be deleted before storing the update. Therefor if the update fails (for example bl...
Hi! I try to run SBSFU example on nucleo board with STM32WB55 but no luck. My bad, I didn't write user key before run an example.Now I try to do it but something wrong and I can't get state of FUS. Also FUS version reads as 0 and fwupgrade command fa...
I am attempting to send Multicast Non-Confirmable coap messages to multiple boards, but am only receiving and handling the first response that comes in.This seems to be supported in the upstream implementation found at https://github.com/openthread/o...
Is there any plans to support some sort of Transmission Complete Status after sending a UDP packet?I am noticing that packets are failing to transmit and silently dropped by the WB M0 with no notification passed up to the M4 that this has occurred.In...