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 am working with an older version of CubeMx 6.4.0 with a STM32WB55 for a legacy project. We are trying to avoid upgrading CubeMX if we can. I am looking at the Battery Charging option in the USB settings under connectivity. When I enable the opti...
Hello, I'm using the SubGhz_Phy_PingPong example to transfer data via Lora from a NUCLEO stm32WL to another, but I can't figure out how I can send a data array in the main.c file to the other board.Following the example, it has the main calling the M...
I am trying to use the WL55 with a legacy 2-gfsk system that relies on CC1120 chip. The major issue here is related to de-whitening of the received data. I am editing the subghz ping pong example. Band, AWG and datarate are coherent with the legacy s...
I am checking the below example code given in RAK3172 low level development folder.C:\en.stm32cubewl\STM32Cube_FW_WL_V1.0.0\Projects\NUCLEO-WL55JC\Examples_LL\LPUART\LPUART_WakeUpFromStop_InitThe only change I made here is for LED2 , GPIO pin changed...
I cannot get the Phy_802_15_4_Cli example project working on our custom board (as part of certification). Seems like there is something wrong with the CM0 / CPU2 core, but I have no idea what the return codes mean.Only things I have changed in the ex...
One of the biggest offenders is shown in the image below. All of the USB device types from usbd_def.h are not getting recognized by the compiler, even though usbd_def.h is in the include list at the top of the file in this image, and I can control-cl...
Hello, to get a lower power consumption in my application i would like to go in stop mode 2 and wake up shortly to receive some characters on the LPUART. But unfortunately my mcu does not wake up. I can see with the debugger that the send Byte is in ...
I would like to create a script by arduino IDE that allows me to communicate in Sigfox. I own an STM32WL55. I haven't found any library on the internet that allows me to do this communication. Is there any documentation explaining how to program this...
Hello, I am trying to create a simple openthread project on my NUCLEO-WB55RG. There is no custom code in this project; just the code generated from the CubeMX ioc file attached.By all means, I think that I have all the necessary settings for this pro...