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

STM32WLE I2C-Master unable to get DMA to work

Hi,I am very new to the whole STM32 environment.I recently ordered an STM32WL-Board with which I wanted to create a bare-metal code for an I2C Master transmission via DMA. I was able to get it to work without DMA but I struggle with setting up the wh...

Trying to reboot STM32WLE5 after flash UART mode

Hi all,I've adapted stm32loader python script to working with STM32WL familly, https://github.com/copterust/stm32loader/blob/master/stm32loader.py .It's working I'm able to flash, read, erase flash. I can flash my firmware. But for now I'd like to re...

SBaro.11 by Associate III
  • 177 Views
  • 2 replies
  • 0 kudos

STM32WB, CPU1 stuck waiting CPU2 at init

Hello,I'm using the ble_ota bootloader that I have adapted to the STM32WB55CGU package and it advertise fine at power up and boot the app correctly but when I’m resetting from app the bootloader is stuck at the ble stack initialization (SHCI_C2_BLE_I...

TMoll.1 by Associate II
  • 3310 Views
  • 8 replies
  • 1 kudos

X-NUCLEO-WB05KN1 - Zephyr Problem

Hi, I have attached a X-NUCLEO-WB05KN1 on top of a NUCLEO-H743ZI2 board and are trying to verify whether it works by flashing the peripheral_hr sample with the shield argument "x_nucleo_wb05kn1_spi". Sadly it does not work (it is stuck in bt_spi_open...

CBras by Associate II
  • 188 Views
  • 2 replies
  • 0 kudos

STM32WL3 status when wakeup from deep sleep not working

1. [Part Number] STM32WL33CC12. [Environment] Windows OS, STM32CubeIDE version 1.18.0, Firmware package STM32Cube FW_WL3 V1.1.03. [Schematics] STM32 Nucleo-64 development board4. [Details] See below.5. [Expected behavior] When the device is woken up ...

ola by Associate III
  • 319 Views
  • 3 replies
  • 2 kudos

Resolved! STM32WB5MMGH6 consuming to much current at Stop 2 Mode

I'm using an STM32WB5MMGH6 and it's consuming too much current at Stop 2 Mode.The existing BLE connections are closed and advertising is stopped. All unnecessary peripherals, gpios and interrupts are disabled. The system clock is changed to MSI at 1M...

MLuis.1 by Associate III
  • 1706 Views
  • 7 replies
  • 0 kudos

More bugs in CubeIDE code generation for STM32WL33

When generating code that uses the CMSIS OS V2, it appears that a template directory gets included in the generated code. causing massive linker errors. The offending directory is Drivers/CMSIS/Device/ST/DEM32WL3X/Source/Templates. Removing it gets r...

divmstr by Associate II
  • 96 Views
  • 1 replies
  • 0 kudos

More SWDIO/SWCLK bugs for STM32WL33 generated code

I have found another bug in SWDIO code generation. I previously reported that no code is generated for SWCLK, but if both are relocated, SWDIO is also incorrect. The .Alternate uses a define of GPIO_AF1_SYS, which does not exist in stm32wl3x_hal_gpio...

divmstr by Associate II
  • 57 Views
  • 1 replies
  • 0 kudos