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 ...
But I am not able to disconnect. Can someone please help me with how to disconnect from the server?
We made custome PCB board using STM32WB5MMG. We tried (489) BLE Security with STM32WB - 04 Simple BLE application generated from CubeMX - YouTube, and also we followed repository example too. We enabled the necessary settings which is mentioned above...
Using a sample example from your database code.Compatible with stack 1.15.0 (that is the stack I am running)STMicroelectronics ST-LINK GDB server. Version 7.1.0Copyright (c) 2022, STMicroelectronics. All rights reserved.Starting server with the follo...
I have a board P-NucleoWB55 and I'm trying to acquire a signal with external clock, very similar to uart, I tried with usart in slave mode without succcess, I tried with spi slave without success.Now I'm trying to trigger a DMA transfer with a timer ...
Hello Community,I have made a custom board for the LoRa application for both P2P as well as LoRaWAN modes. The reference for the RF network I referred to is "Highband High Power" from the MB170 schematic. The frequency I am making this module is EU86...
In datasheet, pin 43 as PB0 and pin 44 as PB1. However, it is reversed on the module.
Hello,I'm trying to put the STM32WB55 into standby mode and eventually wake it up using wakeup pin 1 (PA0), but it wakes up directly after the HAL_PWR_EnterSTANDBYMode() is executed. After that, I checked the PWR->SR1 and it had BLEWUF bit set, but I...
I am fiddling with a STM32WB5M discovery kit.This kit includes a QuadSPI external NOR FLASH chip and i need to understand this in order to make early design choices. Could the DMA access that external FLASH memory space?I didnt try it yet, but my lim...
I could not find a definite answer on the STM32WBx5 reference manual.I am setting the LPTIM to generate a periodic interrupt by configuring the ARR register, say to 1 millisecond period. Occasionally, I need to reprogram the ARR with a longer period,...