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 ...
To bring a design to production I need to determine which FUS version is installed.In this design I do not have access to the USB/UART Bootloader, I only have SWD and UART on alternate pins.On a processor on which I manually installed FUS 1.1.0 I suc...
Would it be possible to already provide the SVD file for the STM32WL family? It would be very useful to be able to already prepare some work for when the chip becomes widely available.
Hi I have a custom made PCB with a STM32WB55CGU6. It is normally programmed via USB DFU mode using the USB_DP and USB_DM of the microcontroller. I dont know why but it is unable to be detected by my computer as it is unrecognizable with an error of c...
CubeMX just truncate my const to set 1000. CubeIDE is the same.
I want to work on STM32WL control. For testing purposes want STM32Wl series Nucleo Board. Is this available or not?
I want to create to custom app for my acceleration sensor, and WB55-USB_Dongle have to receive the FFT data. Thanking in advance.
i am using stm32wb55 nueclo board, and i created a ble service for read, write and notify. In write and notify services i am able to send the data(20 bytes) to the client. but i want to send upto 100 bytes. How can i extend payload size?
Hey,APP_TX_DUTYCYCLE doesn't really do its job. I set it to 1s and my messages are being sent so that it always skips one. Example:1st message sent, 3rd message sent, 5th mesage sent..Upon increasing the DC parameter it works fine. What is causing th...
Not sure if this is the best place to ask, but essentially I want to modify the LoRaWAN end-node example for STM32L476 using SX1262 transceiver to work with an STM32L433 mcu, initially making use of a Nucleo-L433RC-P board with a transceiver module w...
Hello! I'm working with the P-Nucleo-WB55 development kit (STM32WB55 chip) and was trying to setup a project for my first time using STM32CubeIDE. My application is going to want to start up, initialize the peripherals and sensors, then go to sleep...