STM32 MCUs Wireless

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

P-NUCELO-WB55 Bluetooth does not work

Hello, I am having a P-NUCELO-WB55 board and the Bluetooth does not work. I have verified the jumper cables and all the jumper connection are exactly as in the image on the embed website. I tried firmware update using Cube programmer. I loaded the bl...

PMana.1 by Associate II
  • 355 Views
  • 1 replies
  • 0 kudos

stm32wb using SLEEP mode

I have the following code:while (1) { HAL_SuspendTick(); HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI);After this and within the while loop are a bunch of if statements that check flags that are set in IRQ Handlers. These ...

SWenn.1 by Senior III
  • 290 Views
  • 1 replies
  • 0 kudos

Broadcast in BLE LLD

HelloAnalyzing the source code of some BLE LLD examples for nucleo stm32wb55 I could see that broadcast is used in Proximity example and unicast in Chat example, for instance. However, I could not understand how to choose between unicast or broadcas...

How to pass data between two cores (STM32WB55)

Hi,I have a program running on the M4 core of the STM32WB55 and would like to pass a data buffer to the M0 for transmission over BLE (notification). I'm having a really hard time understanding how to pass the data between the cores and was hoping for...

kcire L. by Associate III
  • 299 Views
  • 1 replies
  • 0 kudos