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 am using STM32WB55RG nucleo board. I want to use low power modes only for the CPU2 ? Is it possible to do that ? If so how ?
And I can't find the description and API of the modules and Libraries. I need the FLASH drivers and LOG module.
Hi, I recently designed my own pcb board for STM32WB55CEUx MCU.Then, during working with my board I got some problem at APP_BLE_Init() functionand the symptoms are exactly same with thisSTM32WB55 BLE Stack trouble on new hardware: https://community....
hello I want to update any firmware with app ST BLHello evryone, I want to create my own application BLE and update firmware via OTA, without using BLE examples existing like heartrate, and p2pserver.
Hi,I have a STM32WB55-Nucleo running the BLE_HeartRateFreeRTOS sample application. All works well for a while - I can scan and connect to it (from LightBlue on iOS) and read, write and subscribe to notifications. However, after approximately 40 mins,...
Hi everyone,I am developping an application on the SPBTLE-1S module (BLE 4.2).When the connection quality is low, a disconnection will sometimes occur with error code 0x28 (Reason: Instant Passed) before the connection timeout is reached.Current conn...
I am trying to build a Lora-End-Node application for STM32L476RGT6 + a separate Semtech SX1272 chipt attached to it. The only exampüles are for Nucleo boards. In addition the code is stringly nested, so that it is difficult to understand. ST sure did...
Hi,I am trying to develop a ble application with the stm32wb55 and stm32cubemx. The MCU is on st nucleo board.I have create a new cubemx project, add middleware BLE STM32_WPAN, add scheduler on while() cycle in main.c, add IPCC interrupt handlers in ...