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 ...
Is it possible to output the debug info on a STM32WB30 through usart?The option stays off in cubeMX and when I turn it on manually ZbInit() returns NULL.Is there a working example for the STM32WB30?Thanks!
Hello. I'm currently working on an IoT-related project using B-L072Z-LRWAN1 Discovery kit with STML072CZ microcontroller. In order to estimate when the battery will run out, I'd like to create some C++ program on Mbed OS 6.15.0 that monitors the batt...
Example given on STM32WB55 github page is not working on my Nucleo board. Are there any new updates? Is someone having the same problem? Also, I would like to know are there any examples except this one? (Only HeartRate is given as a possibility on C...
Hello! I have configured the RTC in cube with a frequency of 1Hz in the board STM32WB55, and I want so as to each second the RTC interruption set a task. I found out that I should use RTC_IRQHandler, but in my project I can't found this function, ...
Hello, Selecting the NUCLEO WL55JC2 board, then initialized with the peripherals.Enabled both SUBGHZ and SUBGHZ_PHY mode.(in older SUBGHZ_Phy_PingPong stm32cubewl software there was predefined RF SW CTRL pins and other board resources)How can i defin...
Hi,I’m trying to implement OTA using the example software and hardware below. But it seems very unreliable.STM32Cube_FW_WB_V1.7.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLEBLE_OtaBLE_p2pServer_otaCompiled with IAR for ARM 8.50STM32CubeProgrammer...
I am trying to set up a bootloader where I can transition CPU2 to FUS, then back to the wireless stack. I followed the examples of sending 2 FUS_GET_STATE commands to enter FUS. Then I send the FUS_START_WS with the SHCI_C2_FUS_StartWs call. Nothi...
Hello!We are developing the BLE application on STM32WB55 along with the mobile app companion. The microcontroller is in a Peripheral role, mobile app - in Central.After BLE connection is established, MCU firmware sends a security request and master i...
Is it possible to run a custom radio stack on M4 core of STM32WB processor without using M0 core ? If yes, where can I find the manual to read about accessing radio peripherals from CPU1
Hello geeks..Hope all are doing well I'm using multi channel ADC with STM32WB having DMA activated My issue is, every time when i perform the power ON reset, at the same time the channel sequence getting change! It means, the conversion buffer in HAL...