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

Resolved! STM32WB + QSPI for nand flash

My development environment is stm32cubeMX and IAR.​​First of all, the configuration I programmed is like this.1. Init (write Status Register WP-E set 1)2. Block Erase (to the address where i will store the data)3. Write data to buffer4. Program Execu...

KWOOJ by Associate III
  • 8728 Views
  • 8 replies
  • 0 kudos

Resolved! Using STM32CubeMonitor-RF How to test STM32WB55CEU6

Hello,I am using the STM32WB55CEU6 chip and while trying to check the functionality with the STM32CubeMonitor-RF I am getting the following error: "Device under test not responding COM port closed"Upgraded "stm32wb5x_BLE_Stack_full_extended_fw.bin" a...

Nemonas by Associate II
  • 774 Views
  • 1 replies
  • 0 kudos

Hello, I am creating a Bluetooth application on a custom board. I used the STM32WLSS board and the BLU-NRG-232N. I used the SensorBLEDemo project as a base for my code, then integrated it into a separate project to make sure it worked as expected.

However, when I ran the code on my custom board, I am not getting any data from the BLE. I am stuck at line hci_reset().I initialized the SPI and BLE but when I ran the debegger, I did not reach the line before hci_reset(); when I set the interrupt t...

AMACH.1 by Associate II
  • 615 Views
  • 0 replies
  • 0 kudos

Resolved! For STM32WB to start transferring data in file p2p_server_app.c need push button SW1 in the Nucleo board, BUT how was created the variable - "CFG_TASK_SW1_BUTTON_PUSHED_ID"

I know that "CFG_TASK_SW1_BUTTON_PUSHED_ID" was set in the header file (/app_conf.h), but just set, no morein the Datasheet the button for Nucleo board SW1 connected to a PC4 pin, but in CubeMX for project "p2p_server" I didn't find any mentions abou...

IRakh.1 by Associate III
  • 1071 Views
  • 2 replies
  • 0 kudos

Resolved! Stm32wb15ccu i2c bus never has signal edges

I design a custom board including a stm32wb15ccu where I want to use the I2C bus. I have for SDA and SCL 10k pull up resistors. However when launching i2c the signal of SDA and SCL remain at 3.3V, no bus signal. Hence I could not communicate between ...

YGail.2 by Associate III
  • 981 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WL workshop material generates errors with CubeMX

Hello, I'm practicing the "Point to Point Phy layer application lab" in the "MOOC STM32WL workshop" series.After downloading the material and opening the project with CubeIDE and building the project, everything is fine. however, when I try to add a ...

0693W00000bhVMrQAM.png 0693W00000bhVPaQAM.png
AElgh by Associate III
  • 1428 Views
  • 7 replies
  • 0 kudos

STM32WB55 not able to commission/pair with Matter.

I have flash Matter code from [ stm32-hotspot/stm32wb-matter-device-over-thread ] into STM32WB55 board.I have Matter Hub Device with OTBR, Command Line Chip-Tool and Android Mobile Chip-Tool Application is ready and functioning with other Matter End ...

VMODI.1 by Associate II
  • 1162 Views
  • 4 replies
  • 0 kudos

Resolved! Bugs in the stm32wlxx_hal_rtc.c file.

In my opinion there are two bugs HAL_RTC_SetTime(..) (p. 776) and HAL_RTC_GetTime(..) (p. 881)./* Check Binary mode ((32-bit free-running counter) */if (READ_BIT(RTC->ICSR, RTC_ICSR_BIN) != RTC_BINARY_ONLY)should be RTC_BINARY_ONLY instead of RTC_BIN...

ANalb.1 by Associate
  • 887 Views
  • 3 replies
  • 0 kudos