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
  • 1594 Views
  • 0 replies
  • 2 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
  • 9146 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
  • 1649 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
  • 592 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
  • 1502 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...

STM32WL QFPN package reference design and board layout ?

I want to make custom stm32WL board layout with antenna path. I found NUCLEO-WL55JC. This board has BGA package for stm32WL55JC.Q1: I need stm32WL QFPN package board layout and antenna path. Is there board layout and reference design for stm32WL55CC ...

0693W000005CtgzQAC.png 0693W000005CtfwQAC.png
HK by Associate II
  • 1254 Views
  • 4 replies
  • 1 kudos

USART fifo mode STM32WB

Hello, I'm using STM32WB55 for my application.My code is divided in 2 parts, bootloader and application.I configured the bootloader using USART 1 with FIFO mode disabled. In the application I initialize again the USART 1 using the FIFO mode (enabled)...