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 ...
Hey here is my FLASH.ID : I want to use more of the ram . I am using : STMicroelectronics Arm Cortex-M4 MCU, 320KB flash, 48KB RAM, 64 MHz, 1.71-3.6V, 30 GPIO, UFQFPN48 STM32WB15CCU6 .. So i should have more RAM. but I am nor sure how to adjust th...
Hello,We are currently working on a project that requires integrating FreeRTOS with the STM32_WPAN BLE Stack. Based on various forum discussions, it seems that configuring the BLE portion of the project using CubeMX is currently not feasible.However,...
Greetings,I have tried lora on STM32 nucleo bards. I want to learn to make custom code for STM-32-WL-E5CCU using cube mx. Is it possible ? I want to implement LORA SubGHz and not LORA WAN. Is there any tutorial pdf or video that teaches or gives some...
Hi,I am working with the STM32WBA62CI MCU and need to communicate with an external SPI-based device by reading 34 registers (16-bit each) periodically. I want to store received data in RAM for 20 such events before overwriting it and continuing indef...
Hello,I’m working with STM32WB55. I used this example:STM32WB-BLE-HID-Selfie (https://github.com/stm32-hotspot/STM32WB-BLE-HID-Selfie).I have a working Mouse HID over GATT using that project (no .ioc).Now I want to create a new CubeMX (.ioc) project ...
Can the STM32WB55 use external SRAM, or can it only use external PSRAM?If external RAM can be used, can it also be used to execute code and run tasks?
Hello,We try to upgrade the BLE stack to the latest 1.23.0. This version requires FUS v.2. We are unable to do this due to the FUS_STATE_IMG_NOT_AUTHENTIC error. We're using STM32CubeProgrammer v. 2.12.0. We have also tried with STM32CubeProgrammer v...
I want to upgrade the WB05N chip on my custom board.I downloaded X-CUBE-WB05N v2.0.0 and programmed the chip with BLE_TransparentMode_SPI_with_Updater.hex (I am using SPI on my board).I selected the Verify and Run after programming options. The downl...
Hello everyone,Newbie to the whole stm environment here but am trying to learn. I'm developing on the NUCLEO-WL55JC1.I've been trying to create a dual core communication design using IPCC. I started with loading the "IPCC_HalfDuplexMode_DualCore" exa...
Hello, I am working on a project where I send accelerometer data with the NUCLEO WB55RG in BLE to my phone. I now want to add another NUCLEO WB55RG that acts as a repeater, so it both observes and broadcasts. Is it possible to do this on this type of...