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 ...
After I upgraded the FUS version to v2.1.0.0, the STACK version was also upgraded to v1.23.0.3 accordingly, as shown in Figure 1. However, I found that after programming the firmware into the STM32WB55CGU6, I could no longer detect any Bluetooth sign...
Hi, i am currently trying to wrap my head around the OTA Application Update Procedure which STM32 recommends to do.So what i understand is:There is the BLE_Ota example (which basically should take another application binary and write it to some memor...
Hello,I am working with an X-NUCLEO-WB05KN1 expansion board and I need to flash the default DTM firmware into the STM32WB05KN device.In the X-CUBE-WB05N package, I found the following folders:BLE_Transparent_Mode_STM32WB05_controller_onlyBLE_Transpar...
Hi, I am looking for a reference implementation whereby I need to generate a RF carrier wave with 2.45 GHz frequency and also need to variate the Tx output power levels. Is there a sample example to acheive this in Zephyr. My setup:- SW: Zephyr v3.7....
Hi all, I'm fairly new to programming an STM32 :) Is there a simple way of getting started with the above wireless development kit? The documentation on the product page isn't very helpful.
Hello,I am working on a project using the STM32WBA microcontroller and looking for a way to provide Wi-Fi connectivity in order to connect the system to a web server.I've read in several places across ST's website that the STM32WBA series supports Op...
Hi,I'm faced to a problem and i'm no more able using the FUS in order to update the BLE STACK: i get this error message: "FUS_STATE_ERR_UNKNOWN: Unknown error when i clicked on the START FUS button on the STM32CubeProgrammer tools (V2.13.0)we tried t...
Hello,I have STMCubeIDE version 1.17.0 on my computer.No issue to create a new project with Nucleo board STM32L073. However when trying to create a new project for Nucleo board STMWBA52CG, there is the following error message "Please login to downlo...
Hi folks,I am trying to implement a dual bank OTA system on my STM32F429IGT6 using DBM1 and BFB2 in the STMCubeProgrammer, but I'm having trouble booting into the second flash region (which I will call app_b from now on, along with app_a for the firs...
I know that flash erase during BLE activity is an issue with that controller and a lot of notification/semaphore stuff needs to be build around it. But measuring my implementation including the later today, it looks a lot more horrible than I imagine...