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 STM32 Community,I'm working on a custom board based on the MB1389 (Nucleo-WL55JC) reference design, which uses the STM32WL55JC17 (UFBGA) package. Now, I am migrating to the STM32WL55CC in the UFQFPN package for cost and space reasons.While adap...
Hi,I have to use the transceiver for pure RF communications and implement my own protocole.After checking several boards, I've be recommended the P-NUCLEO-WB55 but from all the doc and example I find, the transceiver is used for BlueTooth communicati...
Hi, I have attached a X-NUCLEO-WB05KN1 on top of a NUCLEO-H743ZI2 board and are trying to verify whether it works by flashing the peripheral_hr sample with the shield argument "x_nucleo_wb05kn1_spi". Sadly it does not work (it is stuck in bt_spi_open...
Hi everyone,I'm facing a frustrating issue and would really appreciate any help or insight you could provide.I’m trying to get the STM32WB55CGU6 into STOP2 mode, but I consistently see current consumption over 600 µA, both on my custom PCB and on the...
Hi there,I'm developing a custom application for FUOTA (Firmware Update Over The Air), targeting an STM32WB55-Nucleo devboard. I’m referencing AN5247 and AN5289 and using the BLE_OTA example from STM (open source code in new page). My user applicatio...
When defining a LoRa application bandwidth, the function caller may write the following:#define LORA_BANDWIDTH 0 // 125 kHz /* [0: 125 kHz, 1: 250 kHz, 2: 500 kHz, 3: Reserved] ???*/Which we then subsequently fill into the tx configuration here:Rad...
Hi,I am using STM32WBA52CGU6 controller.I configure Pins of LSE_IN and LSE_OUT.Without generating frequency at this LSE_IN Pin I got detection as LSE is on but actually LSE_IN is just open.I attached System clock Config code below:-/** Initializes th...
Hi, I am updating my app via OTA. Before downloading, can I get the full size of the bin file? Where can I get it? I want to display the download
Hello, Where can I find information, such as flash memory layout, RAM addressing, peripherals configuration for the SMT32WL5MOC ? The product page has quite a few documents, but nothing that is really usefull for developing firmware....
Hello folks,when I was using the HAL library function to implement MCU wake-up service from STOP2 mode through LPUART serial port, I found that no matter how the data was sent, the MCU could not exit STOP2 mode. Below are the relevant configurations ...