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 ...
Hi,I want to know whether the above mentioned stm32wb5x series support whitelist feature or not.If no then I want to know the part number , which supports whitelist.
I just got myself this kit - https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/stm32-nucleo-expansion-boards/p-nucleo-lrwan3.html#overview (433/470 Mhz version; just asserting the frequencies here..)to play w...
Hi,I want to generate .bin file of BLE_OTA example.i have added below command in post-build steps AC6 IDE.arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"It generate binary successfully but it's si...
Hi,Is there an existing infrastructure for OTA custom firmware flashing of an STM32F7 MCU using (preferably) STM32WB of SPWF04?we have an already written application for our STM32F7 which takes more than 512KB.I went through the resources and found o...
I designed new board with STM32WB55CGU6 based on MB1993C (P-NUCLEO-USBDongle). You can see my schematic attached(I uploaded both P-nucleo schematic and my schematic). But I can't connect to my MCU through SWD pins (DIO,CLK,NRST). I use st-link, I can...
I’m using the nucleo board, and I’ve got SPI working correctly (mostly) with default settings using CubeIDE. However, the data sheets stated that SPI can run at 32 Mbps, and I’m only getting half that rate.The SPI Prescaler is set to the minimum valu...
Hi,I am working with OTA on STM32wb55 wireless MCU,I have tested BLE OTA from android app mentioned in AN5247 and it worked well.Now i need to create a python app doing the same.In order to do that i followed Flow given in the same AN5247 at Figure 9...
I test it on P-NUCLEO-WB55 kit board which without any other devices connected on it with the official examples "PWR_STOP2_RTC" ,and I did test it as the readme.txt file tell me(remove all jumpers on JP5, and test the current on the JP2), but the res...
I am trying to use STM32W55RG as BLE client in FREERTOS CMSIS V2. But it seems that its not allowed. May i know the reason behind this? I attached the error image in this message. I also observed that Sequencer is also not available in FREERTOS. Can ...
Hi, I tried to play the I-Cube 1.3.1 / B-L072Z-LRWAN1 example in "End Node" mode but I noticed some strange behaviours. I leted the DUTY_CYCLE configured at 10 seconds and I'm playing on private network with Chirpstack Network Server and App Server. ...