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

Resolved! STM32WB55RGV6 Can pin PC15 be used as the NSS(software) for the SPI bus? Pin PC10 and PC6 are ok. But pin PC13,PC14,PC15 doesn't work.

My configuration is shown below: gpioinitstruct.Pin  = SD_CS_PIN; gpioinitstruct.Mode  = GPIO_MODE_OUTPUT_PP; gpioinitstruct.Pull  = GPIO_PULLUP; gpioinitstruct.Speed = GPIO_SPEED_FREQ_LOW; HAL_GPIO_Init(SD_CS_GPIO_PORT, &gpioinitstruct);

Lep by Senior
  • 1179 Views
  • 7 replies
  • 0 kudos

Resolved! Is the X-NUCLEO-IHM15A1 compatible with NUCLEO-WB55RG

The documentation for the IHM15A1 dual DC brushed motor driver board (p.2) says it is only compatible with the following Nucleo boards: NUCLEO-F401RE, NUCLEO-F334R8 or NUCLEO-F030R8.   I have a Nucelo-WB55RG. Can I use the IHM15A1 with it? Does the d...

DRubi.1 by Associate II
  • 1614 Views
  • 5 replies
  • 0 kudos

TX_POWER field in advertising data

Hello,I'm currently working with a STM32WB55 and I am here because I would like to set up the advertising data with the following ad types :AD_TYPE_SHORTENED_LOCAL_NAMEAD_TYPE_128_BIT_SERV_UUID_CMPLT_LISTBut it seems that I have not enough space. Acc...

CPaul.3 by Associate
  • 728 Views
  • 1 replies
  • 1 kudos