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 need to be able to install/upgrade the CoPro from CPU1.I get the FW for CPU1 and CPU2 by its system-bootloader via SPI from another STM32-MCU. Sadly FUS-commands in the System-bootloader are only supported by USB and UART. Studying AN5185, this tas...
I trying to port STM32CubeExpansion_LRWAN_V1.3.1 for the evaluation board B-L475E-IOT01A2. I managed to whittle the errors down to 2. In both cases i am getting unknown type name '__RAM_FUNC'; did you mean '__ARM_FP'?in a HAL file stm32l4xx_hal_flash...
AnalogWDGConfig struct is using twice for WatchDog 2 init.Look at picture. MCU Package version is 1.7
I got some STM32WB55CG samples from st office and the date code is 034. The read out FUS version is 1.1.0. Has the default firmware been upgraded? So the customer doesn't have to upgrade FUS anymore?D:\Program Files\STMicroelectronics\stm32cube\S...
Hello everyone!I'm trying to setup a very basic application and currently have my LPUART Tx and Rx pins tied together. I'm able to run the following code without any issues (well, this is the core of the code with all the initializations stripped out...
I'm trying to understand the SAI configuration options. I would love to be able to use PDM for Audio Input, and I2S for Audio Output. Is a configuration like that possible? Or do I need to use SPDIF for Audio Out if I'm using PDM for Audio In?
Using TeraTerm with 115000, 8, none, oneThe P-Nucleo STM32WB55 shows up as a device on the PC sideI'm new to Bluetooth. Any further debugging suggestions?Thx!
When can I expect STM32WB35CCU6A BT LE MCA to be supported in STM32CubeIDE?
HiI am trying out the End Node example on the board B-L072Z-LRWAN1 using the i-cube-lrwan stack. My gateway and lora server seem to work fine but I am always getting RxTimeout after initiating the OTAA Join Request. Please help on this.Thanks,Mary
Hi, i'm doing a code in C for stm32 with LoRa-02, and i came across a weird error.error:expected declaration specifiers or '...' before '(' tokenA part of a code: txt:define PERIPH_BASE (0x40000000UL) /*!< Peripheral base address in the alias region ...