STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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.

ctrois by ST Employee
  • 218 Views
  • 1 replies
  • 1 kudos

Matter software expansion for STM32Cube

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...

Ouadi by ST Employee
  • 4064 Views
  • 0 replies
  • 3 kudos

Send notification to only one of multiple connected devices

Hi,I am developing an application on the STM32WB10 where multiple smartphones can be connected at once (so far just two but that might change in the future). I can get the handles for each connection, but I also need to be able to send a notification...

Ugilten by Associate III
  • 1867 Views
  • 2 replies
  • 0 kudos

STM32WB OTA FUS_STATE_ERROR_IMG_NOT_AUTHENTIC

Hello,We are having an issue updating the BLE FW v1.13.3 to 1.17.2 using FUS 1.2.0.Everything is working as expected until (after SHCI_C2_FUS_FwUpgrade(0, 0)) we are polling for SHCI_C2_FUS_GetState()At first, its FUS_STATE_VALUE_FW_UPGRD_ONGOING as ...

APort by Associate III
  • 1747 Views
  • 2 replies
  • 0 kudos

BlueST-SDK and STM32WB55 bootloader STM_OTA

HiWhether BlueST-SDK tool is compatible with bootloader STM_OTA dedicated to STM32WB55 ?I using Nucleo STM32WB55 and bootloader from STM (STM_OTA). For update firmware I using for now STM32CubeMonitor-RF and stm32WB USB DONGLE (which is part of nucle...

PawelM by Associate III
  • 1528 Views
  • 1 replies
  • 1 kudos

Resolved! Hard Fault from HAL_DMA_ABORT_IT function

Hello ,I am trying to making a BLE application with triggering external interrupts that came from camera sensor. Normally my interrupt handlers worked just fine, however when I try to add BLE function, code getting hard fault.  Following lines in the...

baydı.1 by Associate III
  • 4953 Views
  • 8 replies
  • 1 kudos

No OTA BLE stack updates for STM32WB5xxC ?

The standard OTA application is taking up 28kBytes and even the light stack (v 1.16) starts at 0x08021000 on the 256kB models. This leaves 104kByte in between. Does that mean it is not possible to updatet the wireless stack via OTA on those models?

OliM by Senior II
  • 2376 Views
  • 4 replies
  • 2 kudos

Unable to use Standby Mode with STM32/WPAN BLE Package

Board: STM32WB55Software: STM32CubeIDE, STM32_WPAN BLE as Custom p2p serverBackground: Have a test bench set up to check entering Standby Mode with additional features we want to use on our project before implementing it. Have been adding in our feat...