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 already got it: CPU2 is not accessible by customer (at least, using official SDK).Anyway, we have an WB-based project that will hugely benefit from offloading some resource-consuming tasks to CPU2. They are not related to radio, we're not using any...
I'm working with STM32WL and trying to be able to generate PWM signal after wake up from STOP2 to control RGB LED. Before going to STOP2 I deinitialize PWM channel pin and disable timer clock. MCU wakes up on button press. After wake up timer clock i...
Hi,I am using Zegbee messaging cluster on STM32WB55 to send messages between some Zigbee end devices and a coordinator.Each end device measures the temperature via I2C sensor and sends a message with the temperature value to the coordinator and then ...
I had one STM32 debugger (ST-LINK-v2). how to learn the STM32 debugger and how to connect the stm32 chip to the debugger. give any solution or tutorial.I will be waiting for your replays. Thank you.
If I call SUBGRF_SetRx() with a timeout of, let's say 100 ticks in LoRa mode, I don't get an RX timeout IRQ at the end of the timeout.I have checked the radio status with SUBGRF_GetStatus(). The radio goes to RX then back to standby.I have cross-chec...
Hi,I have build a custom application from end_node project example on LoRa-E5 board.All works fine with comissioning from CubeMX.But now I want to use values loaded from flash.So I added 3 variables :uint8_t device_eui[8];uint8_t app_eui[8];uint8_t a...
Hello ST,Below function need for Unprovising from network ::void Appli_Unprovision(void){ if(!ProxyFlag) { /* No GATT connection */ BLEMesh_StopAdvScan(); PalNvmErase(NVM_BASE, 0); PalNvmErase(NVM_BASE, 0x1000); PalNvmErase(APP_NVM_BASE,...
Hi,So for a project I'm working on I'm using an STM32WB55RG nucleo board. For my tests I've powered the board fine before using either usb port and through the VBAT pin when using a DC power supply. An aspect of my project is that it needs to be batt...
Good day,As an extension of this discussion, I'm having trouble updating the BLE stack using the BLE_Ota code.From the linked discussion, I should be downloading my new stack to 0x0809D000 (I'm also going from an older, smaller stack at 0x080CB000 to...
I'm trying to use printf with SWV.I'm using a nucleo-wl55jc1 board (stm32wl55). I have soldered SB8 to connect SWO to stlink.I have made all the config but the it doesn't show any trace.this is my setup:Create an empty STM32 project for the NUCLEO-WL...
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.