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 ...
After enabling "generate peripheral initialization as a pair of '.c/.h' files per peripheral" under Project manager > Code generator > Generated files, everything stops working, including debugging log also does not show up in my tera term.How to reg...
I've been starting a bl project recently.I want to implement simple communication using stm32wb chip. Like you can buy and use a UART-based Bluetooth module like HC-05.However, when I looked at the materials released on the web, there were many examp...
Hello,I'm dealing with a problem in a STM32WB55, but the doubt is general about STM32 and FreeRTOS. Among the different tasks initialised in my program, I have a task running that puts the MCU in STOP2 mode. In parallel there is an RTC Alarm programm...
I have used CubeMX to generate two sets of code, each for their respective MCU, for a simple bluetooth test for both a nucleo board with a STM32WB55RGV6 MCU and a custom board with a STM32WB55VEQ6 MCU. The bluetooth test consists of a GATT server wit...
Hi,I have a project that use the STM32WLE5CCU6 and I want to make a variation of this project without RF communication.Can you suggest me a reference to replace this MCU taking advantage of existing firmware without major changes. Preferably cheaper....
Hello, I am following this tutorialhttps://www.youtube.com/watch?v=CKYWy7LKL68&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E4WbJ-&index=16&ab_channel=STMicroelectronicsHowever, it is for the WB55. Does anyone have the configurations for the WB15 as the rest of ...
Greetings.I am planning on building a project using this wonderful chip. Over-the-air updating is not required but would be a very good feature to have. I have no previous experience with this sort of programming, and I would like to know if there ar...
Hello,I noticed that ACI_HAL_LE_TX_TEST_PACKET_NUMBER command returns wrong number of packets. It seems that the value is trimmed to two bytes.Steps to reproduce:I run the HCI_LE_TRANSMITTER_TEST command for specified time.After this specified time e...
Hello,I am following this tutorial - https://www.youtube.com/watch?v=F1VmRltS9ag&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E4WbJ-&index=6&ab_channel=STMicroelectronics The first task is to change the following:#define CFG_DEBUGGER_SUPPORTED 1#define CFG_DEBU...