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

crc_ctrl.h problem on the STM32WBA6

I'm having the same issue on my NUCLEO-WBA65RI project. This problem specifically occurs when I try to use both X-CUBE-FREERTOS and STM32_WPAN. The project cleanly builds just fine if I only use one or the other, but as soon as I try to include both ...

STM32WB55CG Zigbee

Hi, I have a project which uses P-NUCLEO-WB55 as reference design. However, I'm facing some problems after the customization has done on the USB Dongle demo board. Below is the problem scenario.1. After configured M4 CPU to USB HID class eg. Keyboard...

Phang by Associate
  • 42 Views
  • 1 replies
  • 0 kudos

UART1 RAK3172 (STM32WLE5CCU6)

  Hello, I’m facing an issue using the RAK3172. In my project, UART1 is configured for debugging and LoRaWAN logs, while UART1 (PB6/PB7) is reserved for communication with the LC76G GPS module. However, I'm unable to print any data from the GPS modul...

samuelbs by Associate III
  • 218 Views
  • 11 replies
  • 1 kudos

STM32 MCU model shortlisting for Making RC remote

Hi everyone,which type of stm32 microcontroller is best fit for following operationsfor building rc remote of 8 channel and morelow costlow power consumptionhigh-speed rf communication and easy integrate with RF chip using SPI porteasy to design and ...

Resolved! STM32WB55RG, Warning: FUS_STATE_IMG_NOT_FOUND

Hello,I am working on the NUCLEO-WB55RG. I have updated the FUS to v2.1.0.0 and then loaded the stm32wb5x_BLE_Stack_full_fw v1.23.0. This worked fine.After that, I wanted to load the stm32wb5x_BLE_Stack_full_extended_fw.bin, but now I always get the ...

Stabilo_0-1751901998880.png Stabilo_1-1751902064593.png
Stabilo by Associate III
  • 46 Views
  • 1 replies
  • 0 kudos

LoRaWAN cubemx generated code is showing error

../Middlewares/Third_Party/LoRaWAN/Mac/LoRaMac.c:1650:40: error: 'McpsIndication_t' {aka 'struct sMcpsIndication'} has no member named 'ResponseTimeout'1650 | ( MacCtx.McpsIndication.ResponseTimeout > 0 ) )| ^ The above error is occuring every time ,...