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'm developing a custom board using STM32WB09TEF7TR microcontroller.I had a problem re-accessing the microcontroller using SWD once I finished programming one time.I found that it is due to the SPI3 (PA3) and one GPIO pin (PA2) sharing the pin fo...
I want to pair my Oticon hearing aid with a Bluetooth LE audio/Auracast transceiver for streaming from laptop or mobile or TV to my hearing aid. It is a personal use case and am looking at some of the chipsets along with Eval kit or USB dongle that S...
I am generating code for the STM32WL33 using CUBEIDE 1.17 and am using CMSIS V2. The IOC editor insists (but does not enforce) that NEWLIB_REENTRANT be enabled before generation. When compiling, the file "FreeRTOS.h" erroneously includes "newlib-free...
I am trying to use the standby mode. As the datasheet specifies, it can only wake up from this mode from the reset pin, wake-up pin, or RTC trigger. I searched on the internet to find out how to do it.If I use standby mode like this in the main it wo...
Hi!I am using a STM32WB55 on a custom platform.I added "just work" encryption that will force a pairing with my device when I am using a protected characteristic thanks to ATTR_PERMISSION_ENCRY_READ/WRITE.My enc_key_size is 10, my CFG_IO_CAPABILITY i...
### 1. About the STEVAL-IDB012V1 Evaluation KitWe have purchased the STEVAL-IDB012V1 evaluation kit. On ST's official website, we found a software package for QUUPPA tag emulation using BlueNRG-LP/LPS (en.STSW-QUUPPA-ETAG.zip). After downloading, we ...
I want to send current date and time from mobile app(like nrf connect app) to STM32WB via BLE. Need to set that received time to RTC. From that time, RTC should update the date and time continuously. I don't know how to set that received time to RTC...
Hello,I am using the microcontroller STM32WL55Jc1 with the Nucleo WL55JC1 modules and I want to go into stop mode and consume as little as possible while ensuring wakeup via reception with LoRa signals. I have tried various configurations, but the me...
Hello, I am using the STM32WL55JC1 microcontroller on the NUCLEO-WL55JC1 board and I tried the PWR_PLSLEEP example which is used to enter LPRUN mode. The example works, but the power consumption measurements are very different from those stated. In R...
Now that the BLE_wrap.c issue has been solved, I've gotten back to trying to develop my application for the WBA52KGU using STM32CubeIDE 1.17.0 and STM32Cube FW_WBA V1.5.0. Frustratingly, everything is still broken. Without the WPAN middleware enabled...