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!I'm trying to put my project into Stop2 mode (so it can only be woken up by 1 of 5 wakeup pins) on an STM32WB55 Nucleo board. I have an external signal that starts low and goes high to generate an interrupt. I've tried various approaches to ...
TL;DR version:Is there a way to set/check the microcontroller software embedded pack you're using (ie stm32wb55 V1.11.1)?I was working on trying to get a Stop2 Low Power mode working and was running into some issues so I checked the forum. I came ac...
Hello,I've got a device which transmits with IEEE Manchester encoding, however on the S2-LPQTR, I seem to only be able to decode GE Thomas version of Manchester encoding (inverted to IEEE). Is there a way to enable IEEE encoding?Thanks Dave
I am beginner with STM32WB board and would like to know whether only the co-processor libraries from STM should be used for the Radio core or is it possible to use third party sources for radio programming. Further I wish to do 802.15.4 programming w...
Hi There.I've successfully loaded the Sigfox_AT_Slave example to my device and the AT commands work 100%.I then followed the "Personalization and activation" section in document AN5480 to get and flash the Sigfox credentials from ST.When I try to loa...
I am building LoRaWan code using STM32CubeWL Firmware Package, which is set up for the STM32WL55. My own hardware uses the Seeed LoRa-E5 module, which uses the STM32WLE5. Code built for the STM32WL55 runs on the STM32WLE5, but I thought I should migr...
We are planning to make a custom debugger using STM32WB55RG. For communication with openOCD, we have customized the DAPLink firmware. Is it possible to use STM32Cube IDE with OpenOCD as debugger for our custom board, or do we require a custom tool?
I am working on a project based on the STM32WB55VG. I am trying to use SAI Block A as a PDM interface to receive data from two digital microphones. I would also like to use SAI Block B as an I2S interface to output audio data to an amplifier.In RM043...
It can be code or AT commands, doesn't matter.
I know that I-CUBE-LRWAN v2.0.0 is now available, but there are still tutorials, etc, referring to the old version.The 'Debug' configuration builds OK, but the 'Release' fails with:make: *** No rule to make target '../STM32L072CZTx_FLASH.ld', needed...