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 ...
I can update fine to FUS version 2.1, and start it, but then when I try to program the BLE_stack_full_fw I get the following error message:Error: FUS_ERROR_INVALID_OB: Option bytes and UFB values do not match.Error:Old Firmware delete failedI have a...
The bottom line is the "wba" file stm32wbax.cfg is missing from openocdHere are the details:I have designed a board with the STM32WBA65 CPU.I downloaded openocdDownloading from origin https://github.com/STMicroelectronics/OpenOCD.git (fetch)git chec...
I have been using the BLE_Ota released binary in an unmodified form in my products for years. Now I want to modify it for use on a product that doesn't have an LSE crystal. I have successfully updated my own application to run on HSE only, but no...
Hi All,I am working on B-WL5M-SUBG1 hardware.I compiled the example "C:\...........\STM32Cube\Repository\STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Examples\PWR\PWR_STANDBY" to measure the current consummed in standby mode and I am measuring the ...
Hi everyone,I have custom stm32wle board that is configured as dc-dc supply, and external 32MHz crystal with 6.8pF capacitors.I can read and write to/from radio registers but i can't transmit any data. Indeed even transmit interrupt (HAL_SUBGHZ_TxCpl...
Hello,On a custom board based on the STM32WL55JC1, I managed to flash a version of the LoRaEndNode application. However, when I run it, I observe an unusually high power consumption of around 70 mA.In contrast, when the board is in programming mode o...
Hi, There's an image in the NUCLEO-WB55RG user manual (UM2435) with the phrase "Wrong Image". Not sure what this is suposed to mean, maybe an internal doc note? ST Doc team, can you please review? Best, Alessandro
Hello STM Community,I’m currently working on measuring a LiPo battery voltage using one of the ADC inputs (AIN6) on an STM32WB55RG. The battery voltage ranges from approximately 3.0 V to 3.95 V. Since the ADC reference (Vref) is 3.3 V, I used a volta...
How I get the software stack/firmware library stack with LoRaWAN for STM32WLE5xx MCU (other than Seed Studio Library) ?. In github, stm32wl repository only has a STM32WL55JC drivers alone. Is there any possibilities to get a firmware stack for STM32W...
I am using the LoRaWAN_End_node application. The application was working fine until I integrated the Low Power sample code. The Sequencer appears to stop working (I suspect the timers are not working). If I do not do add MX_LPTIM1_Init() in main e...