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

BLE enabled Project with freeRTOS.

Hello,We are currently working on a project that requires integrating FreeRTOS with the STM32_WPAN BLE Stack. Based on various forum discussions, it seems that configuring the BLE portion of the project using CubeMX is currently not feasible.However,...

NickK by Associate
  • 929 Views
  • 4 replies
  • 0 kudos

External RAM for STM32WB55

Can the STM32WB55 use external SRAM, or can it only use external  PSRAM?If external RAM can be used, can it also be used to execute code and run tasks?

aliceyeh by Associate
  • 252 Views
  • 1 replies
  • 0 kudos

FUS_STATE_IMG_NOT_AUTHENTIC during upgrading the FUS

Hello,We try to upgrade the BLE stack to the latest 1.23.0. This version requires FUS v.2. We are unable to do this due to the FUS_STATE_IMG_NOT_AUTHENTIC error. We're using STM32CubeProgrammer v. 2.12.0. We have also tried with STM32CubeProgrammer v...

fo by Associate II
  • 392 Views
  • 7 replies
  • 0 kudos

Resolved! hci_reset() fails on 2.0.0 X-CUBE-WB05N version

I want to upgrade the WB05N chip on my custom board.I downloaded X-CUBE-WB05N v2.0.0 and programmed the chip with BLE_TransparentMode_SPI_with_Updater.hex (I am using SPI on my board).I selected the Verify and Run after programming options. The downl...

Resolved! BLE WB55RG Multi-role node

Hello, I am working on a project where I send accelerometer data with the NUCLEO WB55RG in BLE to my phone. I now want to add another NUCLEO WB55RG that acts as a repeater, so it both observes and broadcasts. Is it possible to do this on this type of...