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 ...
Hello.I have a STM32 Nucleo board and a USB dongle. What Stack and FW should be programmed to use STM32CubeMonitor-RF 802.15.4 RF test mode described in chapter 5 of the UM2288?Thanks.
Hello,I have created mesh by embedded provisioner. Mesh contains, let's say, 5 more nodes. I know where are saved node addresses, number of elements and device keys for all nodes (embedded provisioner has them saved in NVM memory). Is there any func...
Hi there!I added 3 characteristics to the p2p server example, with lengths of 2, 2 and 64 bytes. Event processing occurs directly in the p2p_stm_app_notification (p2p_server_app.c) function. The Client performs 16 iterations a La:{ char1.write(2...
and I cannot change and even read option bits via stm32cubeprogrammer. hjow can i save and restore my board? Yasser
I would like to turn on the LED on the board with an external switch instead of using the one provided on the board. Which pins do I use and how do I approach this?
As soon as I add a task to the scheduler and schedule it to run once every 5 seconds, when the timer fires and the sequencer tries to run the task the STM32 goes to the hard fault handler.I'm using the latest example BLE_p2pServer from STM32CubeWB 1....
Hi all,I cannot detect MCU STM32WLE5CC by ST-Link V2.My schematic:Could you show me my mistake? Thank you very much.
Greetings friendsI'm trying to find the workflow to effectively set-up a STM32WB55 to work with a HSE and LSI (no LSE) and just can't seem to be able make this work while others claims it works fine. Everything works perfectly with HSE and LSE using ...
Hi,I'm working with the new STM32WLE5 MCU. I switched to our custom board recently, and because of that I'm using a Segger debugger. Prior we used a Nucleo board with the STLink debugger and that worked fine. Now I adjusted my debug settings for the ...
Hello,I'm working on a project in which I want to connect to a tag that sends a Bluetooth signal with a L072Z-LRWAN1 board having a STM32L072CZYx MCU and the SPBTLE-RF Bluetooth component. There is the X-CUBE-BLE1 software pack that could help me re...