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 am going to use a 32 MHz oscillator (LSE) for a ZigBee application on STM32WB55. Do I have to add a 32 kHz oscillator? I do not need RTC. Best regards,Batuhan
I have one more confusion regarding BLE connection.For the case in low power mode,If device is already paired and connection is established, do we need to continuously advertise packets at regular intervals for connection to keep intact and to provid...
Hello. I create new empty project for stm32wb55CC in CubeIDE 1.6.1 with pack 1.11.0. main.c contains/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @br...
My dongle has latest FUS 1.1.2 and then programmed with stm32wb5x_Phy_802_15_4_fw.bin to proper address(0x080DE000) and with option "Start Wireless Stack" selected.
I am trying to send a BLE notification after I have connected. I add the characteristic this way. retVal = aci_gatt_add_char(serviceHandle, UUID_TYPE_128, (const Char_UUID_t *)Uuid, ...
I have a board with an STM32WLE5CC and am attempting to use STOP2 mode, but instead of the expected 4-6uA I am seeing 1mA consumption.All peripherals except FLASH, HSEM, and the RTC are disabled in the RCC block. All Unused GPIO are set to Analogue. ...
HiI don't understand how to use the custom bluetooth template in CubeIDE for a STM32WB55CC microchip. I need to know how to configure this in order to understand how to configure a bluetooth liaison with BLE.Best regards
I have followed instructions from many threads but none seems to work. I am not sure if I tweaked the Anti-Rollback before a FUS update. Please help.So is there a way to revive my board ??If I have bricked my board and cannot REVERT back I need to k...
Development Environment: KEIL (Free License)보드 : DISCO-L072CZ-LRWAN1HelloTo build a monitoring system with the LoRa protocol now.It is being developed as a 'DISCO-L072CZ-LRWAN1' board.I turned off the 'ST-LINK' built into the board to check the min...