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

BLE Stack on CPU2 not working

I tested BLE example with NUCLEO-WB55 board. It worked well.Now we are going to run the BLE example on the custom board.I made a board with STM32WB55CE MCU.Although the custom board application was uploaded as shown in the example NUCLEO-WB55, an err...

Jlim.1 by Associate II
  • 1481 Views
  • 6 replies
  • 0 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
  • 1119 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
  • 1543 Views
  • 5 replies
  • 0 kudos