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 ...
Hi,I want that my user can re-program (through my application) some upper part of flash for configuration of the device, e. g. the upper 100 kByte.Until now, I used STM32G473, there this was no problem, as this was dual-bank memory device.Now I would...
Hello, I am using a p-nucleo-WB55 and I am trying to use DMA to read two internal channels : - Internal temperature sensor - VbatHere is my code :#define VDDA_APPLI (3300U) uint16_t ReadVbat(uint16_t value) { return (value/65...
I stored the two 32-bit variables on the stm32 EEPROM. the issues were the first 32-bit value is stored perfectly but the other 32bit are shifted and stored in the stm32 EEPROM but it is not stored. Why is it not stored? help to me
In my condition, I have to use the AU915 frequencies due to the rules of my localization. So, I changed the frequency in the compiler and in the firmware I updated the connection mode to ABP, because I've been working with LoRa and for me always work...
I want to build USB-BLE bridge using nucleo board - something like virtual serial connection between boards. I want to connect both boards using Bluetooth interface. Then USB dongle should forward data from USB CDC to Nucleo board and vice-versa fro...
Hi,I finally got my zigbee up and running on v.13.xx but it stops working, properly in M0 core after 5-20seconds.However I thought it would be good to go to 14.1, so i did, made a project.But i cannot compile the project.It is based on Cube...I get t...
Hi all,I'm on a P-NUCLEO-WB55 Nucleo Board (MB1355C) and I'm trying to connect an example to a Windows (Win10) PC via BLE.I'm using the latest firmware version STM32Cube_FW_WB_V1.13.2 and flashed the Copro Wireless binary stm32wb5x_BLE_Stack_full_fw....
Hi, I'm using a couple of functions: tBleStatus aci_gap_additional_beacon_start(...);and tBleStatus aci_gap_additional_beacon_stop();The point is that aci_gap_additional_beacon_stop() periodically returns error code 0x0C, which means "command disallo...
Hi,I'm struggling to add low-power features to my device application, hopefully I can get some help here.What do I want?My device is sampling sensor data (52Hz) and saving it periodically to external flash memory. When the device is running in sampli...