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

NUCLEO-WL55JC1 bricked after 2nd flash?

I recently bought a NUCLEO-WL55JC1 to try. I ran a very simple Mbed OS6 program (with serial output and an LED flashing), I had previously been running on an F411, which ran fine. I then changed a single variable (ms for LED flashing), and when I att...

AHutt by Associate
  • 605 Views
  • 1 replies
  • 0 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
  • 380 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
  • 312 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...