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 everyone,I’m trying to implement LoRa point-to-point (P2P) communication using the stm32wle5ccu6.I configured the .ioc file based on the SUBGHz_Phy PingPong example for the NUCLEO-WL55JC1. Then, I wrote the code for LoRa transmission. On the recei...
Hello, i am looking into doing wireless thermostats using Zigbee who communicates with controlers. The controlers activate and desactivate valves to heat the house. What would be the configuration of the microcontrolers and how can i program my appli...
I am trying to update my stm32wba55 firmware using stm32wba web Bluetooth app but every time its getting stuck at uploading please wait. I have successfully updated the firmware using web Bluetooth once and after that every time I am trying its showi...
Hello, I tried to enable the PTA peripheral on stm32WBA63. Seems like it's not generating any initializing code regarding the PTA. Neither any example is provided how to do so. It tried manually to enable the PTA, but its still not working. I still s...
Hi everyone,I am working on LoRa point-to-point communication using the STM32WLE5CCU6 and trying to run the PingPong example. However, I haven't been successful so far.I would appreciate any guidance on whether I need to modify any pin configurations...
Hi, I'm trying to get a bare metal implementation of SPI working on a STM32WB55 Nucleo board.The transmit appears to work but I cant get the receive function to work. I'm using a loop back by connecting MOSI & MISO with a jumper.When in debug I can s...
HI,I am using the STM32WBA55G-DK1 board to develop my ble audio project referred to BLE_Audio_TMAP_Periopheral project.But when my tablet pc connected to the board successfully, and started play the music. The ble audio stack posted CAP_UNICAST_SERVE...
I am controlling BLE server using stm32wba54cgu6 chip and CubeIDE 1.18.0.1. In order to use extended advertising function, what part should I set in CubeMx?2. I think that adv_ext_app.c / adv_ext_app.h file should be created to use extended advertisi...
Hi,I’m currently working with the NUCLEO-F746ZG board. Could someone please guide me on where to find the corresponding gateway firmware binary (e.g., st-nucleo-lora-gw-at-fw-v2.0.2.bin) and the setup procedure for getting the gateway up and running?...
Hi,I'm working with STM32WB (with BLE) and trying to write to Flash in a custom section (contains version info, flags, etc.). The target flash memory initially contains 0xFFFFFFFFFFFFFFFF (confirmed in debugger), and I’m trying to write a uint64_t va...