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

Resolved! STM32WL5x: Undocumented Bug in IRTIM Module

Hello,I have been developing a program on the NUCLEO-WL55JC1 development board, and I found a bug in the IRTIM module. The reference manual says that, when enabled, the IRTIM module will NAND the outputs of TIM16 and TIM17 and output the signal on a ...

AJ_1 by Associate III
  • 607 Views
  • 4 replies
  • 4 kudos

Can’t get SWV to work on my NUCLEO-WL55JC1

Hello,Apologize for the long post/question…Using the NUCLEO-WL55JC1 board, I am trying to get SWV to redirect printf() output to the IDE console, with no luck.I added the below code to syscalls.c and modified the _write() function to call this functi...

MBaza.1 by Associate II
  • 151 Views
  • 3 replies
  • 0 kudos

Where is the "Debug Authentication" ?

I used a MB2032-WB09-B02 on MB1801D for several times, flash in CubeIDE was always OK, though debug prompted error read data every time, then the next day when I used it again, it didn't work, I couldn't flash image into neither in IDE nor Prog, the ...

Screenshot from 2024-12-12 11-23-57.png
MQi.1 by Senior II
  • 548 Views
  • 8 replies
  • 0 kudos

Resolved! STM32 WPAN Remove BLE Service

Hello, I have an existing STM32_WPAN configuration with 3 BLE services and I want to completely remove Service 2. Is there any way to do that?  I've already reduced the number of services to 2, but it ends up removing Service 3 which I want to keep. ...

dsmail1_1-1738857718804.png dsmail1_2-1738857748359.png
dsmail1 by Associate II
  • 122 Views
  • 1 replies
  • 0 kudos

Scanning and Detecting STM32WB09KE - Custom PCB

Using STM32CubeIDE 1.17.0, STM32CubeMX 6.13.0, MCU is STM32WB09KEV6TR.ioc file attachedHello,I am trying to write code for a PCB with an STM32WB09KEV6TR. I am very new to STM development. Before going any further in our project, I am simply trying to...