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 ...
Hello, I would like to run HeartRateThreadX with Nucleo-WBA55CG, with Debug features that I can stop the code anytime from STM32CubeIDE. What I have tried(but not succeeded): + Change Core/Inc/app_conf.h line 231 from 2 to 0(CFG_LPM_LEVEL). + Disa...
Env:OS: macOS Monterey 12.7.6IDE: STM32CubeIDE 1.17.0Toolchain: /Applications/ArmGNUToolchain/13.3.rel1Board: NUCLEO-WBA55CG Step:1. cloen repo% git clone https://github.com/STMicroelectronics/STM32CubeWBA.gitgit:(main) % git co v1.5.0 -b v1.5.0git:...
Hi Team ,I was trying the BLE example application from GitHub in IAR Workbench. After a successful compile using IAR Workbench, the binary is not able to run on the eval board, and the board is not advertising the packet at all. However, when I run t...
I am currently working on a project involving MIOTY-based communication and am using an STM32 board for the receiver side. My goal is to receiver In-phase (I) and Quadrature (Q) samples from a MIOTY-based transmitter. However, I am facing challenges ...
Why can't my WB55 P-NUCLEO board print BLE debug information via UART? Some configurations, such as CFG_DEBUGGER_SUPPORTED, CFG_DEBUG_BLE_TRACE, and CFG_DEBUG_APP_TRACE, have been enabled. I tested it, and it seems the printf function is not working....
Hello First Post, so let me know if I miss anythingSpecs:Stm32WL55JC1 nucleo dev boardwaveshare 4.26inch e-Paper display HAT, 800x480, Black/White, SPI InterfaceI am Using Stm32WL55JC1 nucleo dev board to develop driver code/application for an epaper...
Hello Everyone,I have been working in a project which reads a sensor data (Lets say an integer) continuously inside a while loop, something similar to following. I am using STM32WB55RG Nucleo Board with wireless connectivity.void getReading(int *vari...
Hello,I am using a Nucleo-WBA52CG dev. board as well as an sd shield. I want to store data from the NUCLEO in the SD card, and be able to read those data with a computer.The SD card and the stm32WBA should obviously communicate through SPI.However, t...
Hello,I'm following the video about using the VSCode Extension and how to convert an existing project from STM32CubeIDE to VSCode-compatible. The video says to select CMake in the Toolchain/IDE configuration in the projectBut this configuration is di...
Dear ST Team,We are working on the design and development of a LoRa/LoRaWAN end device using the STM32WB55RG and LR1121. As part of our project, we are in the process of certifying our device firmware using the LoRaWAN Certification Test Tool (LCTT) ...