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

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
  • 3283 Views
  • 0 replies
  • 2 kudos

Resolved! STM32Wb55 fail

When i connect the STM32WB55 with PC via USB cable on ST-Link Port, This window is prompted on my screen with Fail.TXT file showing message as shown in PIC  what can be the reason and issue?I have connected WB first time to my PC

0693W000007B1VAQA0.png 0693W000007B1V5QAK.png
KGupt.1 by Associate III
  • 689 Views
  • 2 replies
  • 0 kudos

Resolved! Cannot write program to STM32WB55CG

I am using an STM32WB55CG in a custom board with SWD interface. When I tried to connect the MCU using STM32CubeProgrammer, the MCU is identified in the Cube Programmer. But, when I tried to program it using the STM32cube IDE, device is not identifie...

ASiva.1 by Associate III
  • 997 Views
  • 3 replies
  • 0 kudos

P-NUCLEO-WB55 does not working on DFU mode

Hi, All,​I want to use CubeMon-RF to monitor the USB dongle of the P-NUCLEO-WB55.According to the Manual : STM32CubeMonitor-RF software tool for wireless performance measurements, The USB dongle must be monitored using the VCP DEVICE link, and it ne...

WWU.807 by Associate II
  • 11127 Views
  • 47 replies
  • 1 kudos

STM32WB55 max MTU value

Hello,We successfully using 247 as MTU values in our STM32WB55 system.We did try to use 512 CFG_BLE_MAX_ATT_MTU as max MTU value noted in SHCI_C2_BLE_Init() - (517 according to BLE5 spec)The connection and mtu negotiation is working successful (512 b...

APort by Associate III
  • 2092 Views
  • 2 replies
  • 1 kudos

I am trying to port EmbOS with CMSIS-OS V2 to STM32WB55 with BLE stack. Can you advice me a reference project or some tips? Easiest way?

I choose as reference the application example "BLE_HeartRateFreeRTOS_ANCS" and EmbOS with CMSIS for CubeIDE for STM32F746NG( board 32F746GDISCOVERY). In reference STM project, the CMSIS is included by "cmsis_os.h" that includes "cmsis_os2.h" and als...

VadymS by Associate II
  • 676 Views
  • 1 replies
  • 0 kudos

Bare Metal Programming on STM32WB55 or STM32F10

I want To do Bare Metal Programming on STM32 using STM32CubeIDE.have (STM32WB55 and STM32F103). what all header files and source files are required to use peripheral registers and make own Device driver. For E.g: in AVR 8 bit MCU for doing bare metal...

KGupt.1 by Associate III
  • 1814 Views
  • 6 replies
  • 0 kudos

How to add more than five characteristics each service?

Hello,I have to design a wb55 firmware which expose one service with twelve characteristics, but using CubeMX there are no ways to add more than five characteristics for each service.There is a tip to skip this limit (also modifying the CubeMx automa...