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 all.I'm working on stm32WB MCU, I have a bootloader and an application. The bootloader only check if any update needed and jump to app. When app stops at main I can see that flash status register is set with PGAERR, SIZERR and PGSERR and I have no...
Hello everyone, I am currently working with the STM32WB09KE microcontroller and need to implement EEPROM emulation, as this device does not have built-in EEPROM. However, I couldn't find specific documentation or resources related to EEPROM emulation...
Hi, I am setting up a p2p Client and p2p Server example using 2x B-WB1M-WPAN1 boards. There is no example I can find for the B-WB1M-WPAN1 so I have taken the Nucleo example and modified to suit the B-WB1M-WPAN1. I cannot connect the p2p Server to the...
Hi,Anybody from ST or Users done any development or research on the "new" relay node on the STM32WL.Will the stack be updated or will we have to do this on our own?RegardsStefan
Hi, I'm working on an OTA BLE bootloader for the STM32WB5MM module.I created from scratch with STM32CubeMX the same code as the OTA example for NUCLEO-WB55.I'm on BLE stack 1.21So far so good, I can update with the smartphone app.The problem I'm havi...
I was updating application firmware on an STM32WB15CC, but my user application wasn't advertising correctly. I decided to re-install the wireless firmware. However, I am unable to do so, as my FUS refuses to start. Reading the FUS infos shows a FU...
The device is designed i a way that, it should wake up every 30 seconds via RTC wake up timer or upon button press, read sensor values (for temperature and humidity ), if there is any change in these values , send packets via radio (SUBGhz) and ente...
I had created a custom Nordic UART service. Ble sending :static tBleStatus Generic_STM_App_Update_Char_Ext(uint16_t ConnectionHandle, uint16_t ServiceHandle, uint16_t CharHandle, uint16_t CharValueLen, uint8_t *pPayload){tBleStatus ret = BLE_STATUS_I...
When will ST support Lora Basics Modem and, perhaps, Relay, FUOTA? Thank you, Dana
Hello, I want to enable the secure connection key type as 'DEBUG' in STM32WB55 with my custom setup. The cube IDE does not allow this setting in the configuration of .ioc file. I followed this tutorial and added the following line in my code inside t...