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

Resolved! Impossible to get USB device and sequencer working together

Hello ST Community,Let's start with my problem:I have a STM32WB55CG chip that I want to get working in BLE. I also want it to have an USB CDC interface.I created a project on cubeMX, added my external oscillator (32MHz), activated the USB device unde...

XPonc.1 by Associate III
  • 1038 Views
  • 3 replies
  • 1 kudos

Resolved! Is there a simple way to turn BLE off and on?

I would like to be able to turn BLE off (e.g. with a timer) even if it is currently connected. I know I can stop it advertising, but this doesn't seem to kill the connection. Basically, after a timeout, I would like the BEL to shutdown and stop using...

AClif by Associate III
  • 1420 Views
  • 2 replies
  • 0 kudos

Problem with HAL_Delay while using PWM+DMA in STM32WB55

Hello! I am using PWM to generate 1.25 ms period pulse to trigger a LED strip light . In main.c , properly in while(1) when I called HAL_TIM_PWM_Start_DMA followed by HAL_Delay the program got stuck in uint32_t tickstart = HAL_GetTick(); . When I run...

0693W000001syBGQAY.png
Kolab by Senior
  • 978 Views
  • 4 replies
  • 0 kudos

Can the STM32WB55 OTA handle encrypted user applications?

As far as I understand, the OTA example provided (BLE_Ota) supports either flashing the user application directly or handing the processing over to CPU2 for decryption of the Wireless firmware (which comes as an encrypted and signed package).Is it po...

HRadt.1 by Senior
  • 1004 Views
  • 5 replies
  • 0 kudos

I2C error handling.

I am using the following code:  while(HAL_I2C_Master_Transmit(&hi2c1, DEVICE_ADDR, i2cbuffer, 1, 1000) != HAL_OK)  {   /* Error_Handler() function is called when Timeout error occurs.     When Acknowledge failure occurs (Slave doesn't acknowledge its...

BMart.2 by Associate II
  • 2557 Views
  • 1 replies
  • 0 kudos