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

Can you set Option Bytes within STM32CubeIDE?

Apologies if this has already been answered elsewhere, I had a search and all I could find was an old discussion about TrueStudio not doing it and it didn't really go anywhere.Simple question, is there a way to setup the option bytes (BOOT0,1, etc.) ...

AClif by Associate III
  • 4949 Views
  • 7 replies
  • 0 kudos

Resolved! STM32WL SVD Files

Would it be possible to already provide the SVD file for the STM32WL family? It would be very useful to be able to already prepare some work for when the chip becomes widely available.

IJage.1 by Associate II
  • 1644 Views
  • 4 replies
  • 1 kudos

USB non recognizable (Code 43) for STM32WB55 microcontroller

Hi I have a custom made PCB with a STM32WB55CGU6. It is normally programmed via USB DFU mode using the USB_DP and USB_DM of the microcontroller. I dont know why but it is unable to be detected by my computer as it is unrecognizable with an error of c...

JGoh.1 by Associate
  • 1884 Views
  • 3 replies
  • 0 kudos

Resolved! How can i extend payload size beyond 20 bytes?

i am using stm32wb55 nueclo board, and i created a ble service for read, write and notify. In write and notify services i am able to send the data(20 bytes) to the client. but i want to send upto 100 bytes. How can i extend payload size?

MK.3 by Associate II
  • 826 Views
  • 2 replies
  • 0 kudos

What is the least effort process to modify a LRWN expansion example project for the STM32L476 mcu, imported as a file system project into STM32CubeIDE , to instead support an STM32L433 mcu?

Not sure if this is the best place to ask, but essentially I want to modify the LoRaWAN end-node example for STM32L476 using SX1262 transceiver to work with an STM32L433 mcu, initially making use of a Nucleo-L433RC-P board with a transceiver module w...