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, Without making any changes and making a "clean" every time, I try this example (PWR_STOP2_RTC in CubeWL latest version). Unfortunately, often this gets stuck in MX_RTC_Init(). Still, this example with this same board works very well with MDK-ARM....
Hello, I am working on an STM32WB55CG project and testing it on the NUCLEO-WB55RG board. I would like to do the firmware update over the ST BLE sensor app. I have loaded the bootloader program provided by st that is BLE_OTA file from the example. I h...
/** * @brief Check if the Coprocessor Wireless Firmware loaded supports Thread * and display associated informations * @param None * @retval None */ void CheckWirelessFirmwareInfo(void) { WirelessFwInfo_t wireless_info_instance; Wir...
STM32WB controllers are dual-core processers where Arm® Cortex®�?M4 core running at 64 MHz for application and Arm Cortex�?M0+ core at 32 MHz for network or BLE. To transmit data through BLE aci_gatt_update_char_value() Function used which blocks Ar...
We are trying build a LoRa based vibration sensor node. We are using Murata's 1SJ open MCU based LoRa model, having inbuilt STM32L072 controller. We wanted to ensure the suitability of the inbuilt MCU for vibration measurement and analysis. We want...
Hi I am testing STM32WL55I am trying to communicate through UART1 and UART2 using DMA.I set up DMA as below. USART1_TX => DMA2_Channel 7 : Normal USART1_RX => DMA2_Channel 6 : Circular USART2_TX => DMA2_Channel 2 : Normal USART2_RX => ...
I want to use USB_Device with CDC class and BLE together. USB_Device is used as virtual COM port. The BLE stack is initialized as server. Without initializing the BLE-Stack, USB device runs as expected. I can connect with a terminal, running on PC, w...
I saw the BLE security with STM32WB course at youtube by ST microelectronics. On this tutorial they show how to configure a characteristic pairing only. which means the pairing request could not occur during connection establishments. The connection ...
Hi all,As you know, Nucleo -WL55JC1 activates both Hi and Lo Power modes for Tx. I reviewed the matching network for both Hi and Lo Power P.A outputs and filtering and matching elements values(capacitors & inductors) are not associated with calculati...