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 am using the STM32WB5MMG microcontroller, and I am facing an issue with the SPI NSS pin configuration. Before putting the MCU into Stop2 mode for low-power sleep, I configure the SPI NSS pin (PA4) as analog to reduce current consumption. After t...
What is the format of the file when loading an encrypted key into the FUS of WB55 via STM32Programmer_CLI? I am aware that the encrypted key is formed from using the master key, a 12-byte nonce and authenticated data of 00 00 00 02. I would think you...
I want to be able to run on battery and turn on the BLE to advertise for 5 minutes then stop. After some time, I want to be able to turn on advertising again. I'm able to initially start the advertising and start the timer to stop advertising. Howeve...
Good day I have recently purchased the board found in this link: https://www.st.com/en/evaluation-tools/p-nucleo-lrwan3.htmlI am running to a lot of issues and need some help. Firstly , where do i find the Loriot gateway lrwan3 firmware. I have a su...
Hello, on STM32WB is it possible to use shared RAM for the user app?For example, I have the following on my STM32WB15CC:FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 162K RAM1 (xrw) : ORIGIN = 0x20000008, LENGTH = 0x2FF8 ...
I am trying to detect my stm32wba52cg bare chip with my developed custom PCB board with onboard stlink as external programmer from a discoveryboard but its showing this msg-Can not connect to target!Please select "Connect Under Reset" mode from Targe...
Hi together,I am working with the STM32WB55 and connecting it with different configurations to Homeassistant via Zigbee2mqtt.The Zigbee2mqtt auto generates a config file with the available endpoints etc., that looks like this:const definition = { ...
Hi ST Experts, We have a BLE project based on the STM32L476 and HM11 BLE and we are looking to minimize the component count and shrink the board size. We want to replace the STM32L476 with a BLE and MCU single chip solution and we are considering the...
Dear Sir, I use wl33 mcu with rtos, but when I set to stop mode, It didn't success. Is there a freertos examle? If I want to sleep with freertos in IDLE task , how can I achieve?
Hi, I'm currently just for learning experience trying to learn about Zigbee and how it works through IPCC. This boils down to a program that I wrote that tries to setup the Zigbee stack.I've OnOff_Server_Coord example as a guidance on how it should b...